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
Triage 112 https://weblate.prior-it.be/exports/rss/trianc/ RSS
Triage 112/Frontend https://weblate.prior-it.be/exports/rss/trianc/frontend/ RSS
Triage 112/glossary-terms https://weblate.prior-it.be/exports/rss/trianc/glossary-terms/ RSS
Triage 112/Triage 112 https://weblate.prior-it.be/exports/rss/trianc/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
Triage 112/Frontend https://weblate.prior-it.be/api/components/trianc/frontend/statistics/ View
Triage 112/glossary-terms https://weblate.prior-it.be/api/components/trianc/glossary-terms/statistics/ View
Triage 112/Triage 112 https://weblate.prior-it.be/api/components/trianc/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_O6Uj9zeRl5WjPkewzJ7sW1M7zxnQcupj00gV" \
    https://weblate.prior-it.be/api/components/trianc/frontend/translations/
Project URL Link
Triage 112 https://weblate.prior-it.be/api/projects/trianc/repository/ Hook
Triage 112/Frontend https://weblate.prior-it.be/api/components/trianc/frontend/repository/ Hook
Triage 112/glossary-terms https://weblate.prior-it.be/api/components/trianc/glossary-terms/repository/ Hook
Triage 112/Triage 112 https://weblate.prior-it.be/api/components/trianc/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_O6Uj9zeRl5WjPkewzJ7sW1M7zxnQcupj00gV" \
    https://weblate.prior-it.be/api/projects/trianc/repository/

Weblate also supports direct notifications from several code hosting sites:

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