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 |
---|---|---|
MapComplete | https://translate.mapcomplete.org/exports/rss/mapcomplete/ | RSS |
MapComplete/core | https://translate.mapcomplete.org/exports/rss/mapcomplete/core/ | RSS |
MapComplete/layers | https://translate.mapcomplete.org/exports/rss/mapcomplete/layers/ | RSS |
MapComplete/themes | https://translate.mapcomplete.org/exports/rss/mapcomplete/themes/ | RSS |
MapComplete/MapComplete | https://translate.mapcomplete.org/exports/rss/mapcomplete/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 |
---|---|---|
MapComplete/core | https://translate.mapcomplete.org/api/components/mapcomplete/core/statistics/ | View |
MapComplete/layers | https://translate.mapcomplete.org/api/components/mapcomplete/layers/statistics/ | View |
MapComplete/themes | https://translate.mapcomplete.org/api/components/mapcomplete/themes/statistics/ | View |
MapComplete/MapComplete | https://translate.mapcomplete.org/api/components/mapcomplete/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token wlu_NMWq1IJ1rAnijETVHjsRgW6dnmXgxO30r2AA" \
https://translate.mapcomplete.org/api/components/mapcomplete/core/translations/
Project | URL | Link |
---|---|---|
MapComplete | https://translate.mapcomplete.org/api/projects/mapcomplete/repository/ | Hook |
MapComplete/core | https://translate.mapcomplete.org/api/components/mapcomplete/core/repository/ | Hook |
MapComplete/layers | https://translate.mapcomplete.org/api/components/mapcomplete/layers/repository/ | Hook |
MapComplete/themes | https://translate.mapcomplete.org/api/components/mapcomplete/themes/repository/ | Hook |
MapComplete/MapComplete | https://translate.mapcomplete.org/api/components/mapcomplete/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token wlu_NMWq1IJ1rAnijETVHjsRgW6dnmXgxO30r2AA" \
https://translate.mapcomplete.org/api/projects/mapcomplete/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | https://translate.mapcomplete.org/hooks/github/ | The documentation has detailed instructions |
GitLab | https://translate.mapcomplete.org/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | https://translate.mapcomplete.org/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | https://translate.mapcomplete.org/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | https://translate.mapcomplete.org/hooks/azure/ | The documentation has detailed instructions |
Gitea | https://translate.mapcomplete.org/hooks/gitea/ | The documentation has detailed instructions |