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