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
revivack https://weblate.alm.orange.upc.edu/exports/rss/revivack/ RSS
revivack/dashboard https://weblate.alm.orange.upc.edu/exports/rss/revivack/dashboard/ RSS
revivack/revivack https://weblate.alm.orange.upc.edu/exports/rss/revivack/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
revivack/dashboard https://weblate.alm.orange.upc.edu/api/components/revivack/dashboard/statistics/ View
revivack/revivack https://weblate.alm.orange.upc.edu/api/components/revivack/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_MlrDfk1xueaN4OFdakefzbPoHTmp9WNVjO7W" \
    https://weblate.alm.orange.upc.edu/api/components/revivack/dashboard/translations/
Project URL Link
revivack https://weblate.alm.orange.upc.edu/api/projects/revivack/repository/ Hook
revivack/dashboard https://weblate.alm.orange.upc.edu/api/components/revivack/dashboard/repository/ Hook
revivack/revivack https://weblate.alm.orange.upc.edu/api/components/revivack/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_MlrDfk1xueaN4OFdakefzbPoHTmp9WNVjO7W" \
    https://weblate.alm.orange.upc.edu/api/projects/revivack/repository/

Weblate also supports direct notifications from several code hosting sites:

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