Various data from Weblate is available in machine-readable format.

RSS feeds

Follow the translation progress and all important changes from RSS feeds.

Project URL Link
Depot Software https://weblate.swarm.lucrasoft.nl/exports/rss/depot-software/ RSS
Depot Software/DEPOT Customer Portal https://weblate.swarm.lucrasoft.nl/exports/rss/depot-software/depot-customer-portal/ RSS
Depot Software/DEPOT Stacker Terminal https://weblate.swarm.lucrasoft.nl/exports/rss/depot-software/depot-stacker-terminal/ RSS
Depot Software/Depot Software https://weblate.swarm.lucrasoft.nl/exports/rss/depot-software/glossary/ RSS

Per language RSS feeds are also available. Construct them by appending a language code to the URLs above.

Statistics

Translation statistics for every component in JSON format lets you use the data in other websites or tools.

Project URL Link
Depot Software/DEPOT Customer Portal https://weblate.swarm.lucrasoft.nl/api/components/depot-software/depot-customer-portal/statistics/ View
Depot Software/DEPOT Stacker Terminal https://weblate.swarm.lucrasoft.nl/api/components/depot-software/depot-stacker-terminal/statistics/ View
Depot Software/Depot Software https://weblate.swarm.lucrasoft.nl/api/components/depot-software/glossary/statistics/ View

You can fetch statistics for all translations in one component like this:

curl \
    -H "Authorization: Token wlu_SBOvo5D8chZv0nF7UBzgGMdVBVclhjZflh12" \
    https://weblate.swarm.lucrasoft.nl/api/components/depot-software/depot-customer-portal/translations/
Project URL Link
Depot Software https://weblate.swarm.lucrasoft.nl/api/projects/depot-software/repository/ Hook
Depot Software/DEPOT Customer Portal https://weblate.swarm.lucrasoft.nl/api/components/depot-software/depot-customer-portal/repository/ Hook
Depot Software/DEPOT Stacker Terminal https://weblate.swarm.lucrasoft.nl/api/components/depot-software/depot-stacker-terminal/repository/ Hook
Depot Software/Depot Software https://weblate.swarm.lucrasoft.nl/api/components/depot-software/glossary/repository/ Hook

You pull changes from a remote repository to Weblate like this:

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_SBOvo5D8chZv0nF7UBzgGMdVBVclhjZflh12" \
    https://weblate.swarm.lucrasoft.nl/api/projects/depot-software/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub https://weblate.swarm.lucrasoft.nl/hooks/github/ The documentation has detailed instructions
GitLab https://weblate.swarm.lucrasoft.nl/hooks/gitlab/ The documentation has detailed instructions
Bitbucket https://weblate.swarm.lucrasoft.nl/hooks/bitbucket/ The documentation has detailed instructions
Pagure https://weblate.swarm.lucrasoft.nl/hooks/pagure/ The documentation has detailed instructions
Azure Repos https://weblate.swarm.lucrasoft.nl/hooks/azure/ The documentation has detailed instructions
Gitea https://weblate.swarm.lucrasoft.nl/hooks/gitea/ The documentation has detailed instructions