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 |
|---|---|---|
| Fieldbook | https://translate.infoflora.ch/exports/rss/fieldbook/ | RSS |
| Fieldbook/lexicon (extjs) | https://translate.infoflora.ch/exports/rss/fieldbook/lexicon-extjs/ | RSS |
| Fieldbook/messages | https://translate.infoflora.ch/exports/rss/fieldbook/messages/ | RSS |
| Fieldbook/Fieldbook | https://translate.infoflora.ch/exports/rss/fieldbook/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 |
|---|---|---|
| Fieldbook/lexicon (extjs) | https://translate.infoflora.ch/api/components/fieldbook/lexicon-extjs/statistics/ | View |
| Fieldbook/messages | https://translate.infoflora.ch/api/components/fieldbook/messages/statistics/ | View |
| Fieldbook/Fieldbook | https://translate.infoflora.ch/api/components/fieldbook/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/fieldbook/lexicon-extjs/translations/
| Project | URL | Link |
|---|---|---|
| Fieldbook | https://translate.infoflora.ch/api/projects/fieldbook/repository/ | Hook |
| Fieldbook/lexicon (extjs) | https://translate.infoflora.ch/api/components/fieldbook/lexicon-extjs/repository/ | Hook |
| Fieldbook/messages | https://translate.infoflora.ch/api/components/fieldbook/messages/repository/ | Hook |
| Fieldbook/Fieldbook | https://translate.infoflora.ch/api/components/fieldbook/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/fieldbook/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 |