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
Tandoor http://translate.tandoor.dev/exports/rss/tandoor/ RSS
Tandoor/Recipes Backend http://translate.tandoor.dev/exports/rss/tandoor/recipes-backend/ RSS
Tandoor/Recipes Frontend http://translate.tandoor.dev/exports/rss/tandoor/recipes-frontend/ RSS
Tandoor/Tandoor http://translate.tandoor.dev/exports/rss/tandoor/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
Tandoor/Recipes Backend http://translate.tandoor.dev/api/components/tandoor/recipes-backend/statistics/ View
Tandoor/Recipes Frontend http://translate.tandoor.dev/api/components/tandoor/recipes-frontend/statistics/ View
Tandoor/Tandoor http://translate.tandoor.dev/api/components/tandoor/glossary/statistics/ View

You can fetch statistics for all translations in one component like this:

curl \
    -H "Authorization: Token TMJBKXzqkxn8ojB1iDLnQ3IMrNU1Yzo94rEh4Lfe" \
    http://translate.tandoor.dev/api/components/tandoor/recipes-backend/translations/
Project URL Link
Tandoor http://translate.tandoor.dev/api/projects/tandoor/repository/ Hook
Tandoor/Recipes Backend http://translate.tandoor.dev/api/components/tandoor/recipes-backend/repository/ Hook
Tandoor/Recipes Frontend http://translate.tandoor.dev/api/components/tandoor/recipes-frontend/repository/ Hook
Tandoor/Tandoor http://translate.tandoor.dev/api/components/tandoor/glossary/repository/ Hook

You pull changes from a remote repository to Weblate like this:

curl \
    -d operation=pull \
    -H "Authorization: Token TMJBKXzqkxn8ojB1iDLnQ3IMrNU1Yzo94rEh4Lfe" \
    http://translate.tandoor.dev/api/projects/tandoor/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub http://translate.tandoor.dev/hooks/github/ The documentation has detailed instructions
GitLab http://translate.tandoor.dev/hooks/gitlab/ The documentation has detailed instructions
Bitbucket http://translate.tandoor.dev/hooks/bitbucket/ The documentation has detailed instructions
Pagure http://translate.tandoor.dev/hooks/pagure/ The documentation has detailed instructions
Azure Repos http://translate.tandoor.dev/hooks/azure/ The documentation has detailed instructions
Gitea http://translate.tandoor.dev/hooks/gitea/ The documentation has detailed instructions