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
Validation https://translate.infoflora.ch/exports/rss/validation/ RSS
Validation/action https://translate.infoflora.ch/exports/rss/validation/action/ RSS
Validation/comment https://translate.infoflora.ch/exports/rss/validation/comment/ RSS
Validation/main https://translate.infoflora.ch/exports/rss/validation/main/ RSS
Validation/Validation https://translate.infoflora.ch/exports/rss/validation/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
Validation/action https://translate.infoflora.ch/api/components/validation/action/statistics/ View
Validation/comment https://translate.infoflora.ch/api/components/validation/comment/statistics/ View
Validation/main https://translate.infoflora.ch/api/components/validation/main/statistics/ View
Validation/Validation https://translate.infoflora.ch/api/components/validation/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/validation/action/translations/
Project URL Link
Validation https://translate.infoflora.ch/api/projects/validation/repository/ Hook
Validation/action https://translate.infoflora.ch/api/components/validation/action/repository/ Hook
Validation/comment https://translate.infoflora.ch/api/components/validation/comment/repository/ Hook
Validation/main https://translate.infoflora.ch/api/components/validation/main/repository/ Hook
Validation/Validation https://translate.infoflora.ch/api/components/validation/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/validation/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