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
Website https://translate.infoflora.ch/exports/rss/website/ RSS
Website/flora https://translate.infoflora.ch/exports/rss/website/flora/ RSS
Website/Website https://translate.infoflora.ch/exports/rss/website/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
Website/flora https://translate.infoflora.ch/api/components/website/flora/statistics/ View
Website/Website https://translate.infoflora.ch/api/components/website/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/website/flora/translations/
Project URL Link
Website https://translate.infoflora.ch/api/projects/website/repository/ Hook
Website/flora https://translate.infoflora.ch/api/components/website/flora/repository/ Hook
Website/Website https://translate.infoflora.ch/api/components/website/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/website/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