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