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
Ranking http://weblate.ranking.works/exports/rss/ranking/ RSS
Ranking/auth http://weblate.ranking.works/exports/rss/ranking/auth/ RSS
Ranking/keyword-planning http://weblate.ranking.works/exports/rss/ranking/keyword-planning/ RSS
Ranking/Ranking App http://weblate.ranking.works/exports/rss/ranking/ranking_app/ RSS
Ranking/Ranking http://weblate.ranking.works/exports/rss/ranking/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
Ranking/auth http://weblate.ranking.works/api/components/ranking/auth/statistics/ View
Ranking/keyword-planning http://weblate.ranking.works/api/components/ranking/keyword-planning/statistics/ View
Ranking/Ranking App http://weblate.ranking.works/api/components/ranking/ranking_app/statistics/ View
Ranking/Ranking http://weblate.ranking.works/api/components/ranking/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_Nid9oglyCTVGV4r2NlkVvztemeSDRfvNXMVr" \
    http://weblate.ranking.works/api/components/ranking/auth/translations/
Project URL Link
Ranking http://weblate.ranking.works/api/projects/ranking/repository/ Hook
Ranking/auth http://weblate.ranking.works/api/components/ranking/auth/repository/ Hook
Ranking/keyword-planning http://weblate.ranking.works/api/components/ranking/keyword-planning/repository/ Hook
Ranking/Ranking App http://weblate.ranking.works/api/components/ranking/ranking_app/repository/ Hook
Ranking/Ranking http://weblate.ranking.works/api/components/ranking/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_Nid9oglyCTVGV4r2NlkVvztemeSDRfvNXMVr" \
    http://weblate.ranking.works/api/projects/ranking/repository/

Weblate also supports direct notifications from several code hosting sites:

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