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/Ranking App | http://weblate.ranking.works/exports/rss/ranking/ranking_app/ | RSS |
Ranking/Ranking App Api | http://weblate.ranking.works/exports/rss/ranking/ranking-app-api/ | RSS |
Ranking/Ranking App API | http://weblate.ranking.works/exports/rss/ranking/ranking-app-api-lang/ | RSS |
Ranking/Ranking | http://weblate.ranking.works/exports/rss/ranking/glossary/ | RSS |
Ranking/Ranking App API Lang Chart | http://weblate.ranking.works/exports/rss/ranking/ranking-app-api-lang-chart/ | 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/Ranking App | http://weblate.ranking.works/api/components/ranking/ranking_app/statistics/ | View |
Ranking/Ranking App Api | http://weblate.ranking.works/api/components/ranking/ranking-app-api/statistics/ | View |
Ranking/Ranking App API | http://weblate.ranking.works/api/components/ranking/ranking-app-api-lang/statistics/ | View |
Ranking/Ranking | http://weblate.ranking.works/api/components/ranking/glossary/statistics/ | View |
Ranking/Ranking App API Lang Chart | http://weblate.ranking.works/api/components/ranking/ranking-app-api-lang-chart/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/ranking_app/translations/
Project | URL | Link |
---|---|---|
Ranking | http://weblate.ranking.works/api/projects/ranking/repository/ | Hook |
Ranking/Ranking App | http://weblate.ranking.works/api/components/ranking/ranking_app/repository/ | Hook |
Ranking/Ranking App Api | http://weblate.ranking.works/api/components/ranking/ranking-app-api/repository/ | Hook |
Ranking/Ranking App API | http://weblate.ranking.works/api/components/ranking/ranking-app-api-lang/repository/ | Hook |
Ranking/Ranking | http://weblate.ranking.works/api/components/ranking/glossary/repository/ | Hook |
Ranking/Ranking App API Lang Chart | http://weblate.ranking.works/api/components/ranking/ranking-app-api-lang-chart/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 |