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
widget-client https://wl.freetc.net/exports/rss/widget-client/ RSS
widget-client/dev/869433wj5-weblate https://wl.freetc.net/exports/rss/widget-client/dev869433wj5-weblate/ RSS
widget-client/develop https://wl.freetc.net/exports/rss/widget-client/develop/ RSS
widget-client/widget-client https://wl.freetc.net/exports/rss/widget-client/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
widget-client/dev/869433wj5-weblate https://wl.freetc.net/api/components/widget-client/dev869433wj5-weblate/statistics/ View
widget-client/develop https://wl.freetc.net/api/components/widget-client/develop/statistics/ View
widget-client/widget-client https://wl.freetc.net/api/components/widget-client/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_wwtfCsuOa0SdUkXnwxyM2qYz3VGUGri1QvKY" \
    https://wl.freetc.net/api/components/widget-client/dev869433wj5-weblate/translations/
Project URL Link
widget-client https://wl.freetc.net/api/projects/widget-client/repository/ Hook
widget-client/dev/869433wj5-weblate https://wl.freetc.net/api/components/widget-client/dev869433wj5-weblate/repository/ Hook
widget-client/develop https://wl.freetc.net/api/components/widget-client/develop/repository/ Hook
widget-client/widget-client https://wl.freetc.net/api/components/widget-client/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_wwtfCsuOa0SdUkXnwxyM2qYz3VGUGri1QvKY" \
    https://wl.freetc.net/api/projects/widget-client/repository/

Weblate also supports direct notifications from several code hosting sites:

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