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
ID-Frontend https://weblate.ufer.dev/exports/rss/id-frontend/ RSS
ID-Frontend/messages https://weblate.ufer.dev/exports/rss/id-frontend/login/ RSS
ID-Frontend/ID-Frontend https://weblate.ufer.dev/exports/rss/id-frontend/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
ID-Frontend/messages https://weblate.ufer.dev/api/components/id-frontend/login/statistics/ View
ID-Frontend/ID-Frontend https://weblate.ufer.dev/api/components/id-frontend/glossary/statistics/ View

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

curl \
    -H "Authorization: Token SDM1oZJnWC0qgrFIELIb4Kbin4BHLUoJk22DMXmH" \
    https://weblate.ufer.dev/api/components/id-frontend/login/translations/
Project URL Link
ID-Frontend https://weblate.ufer.dev/api/projects/id-frontend/repository/ Hook
ID-Frontend/messages https://weblate.ufer.dev/api/components/id-frontend/login/repository/ Hook
ID-Frontend/ID-Frontend https://weblate.ufer.dev/api/components/id-frontend/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token SDM1oZJnWC0qgrFIELIb4Kbin4BHLUoJk22DMXmH" \
    https://weblate.ufer.dev/api/projects/id-frontend/repository/

Weblate also supports direct notifications from several code hosting sites:

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