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
atom https://translations.artefactual.com/exports/rss/atom/ RSS
atom/2.x https://translations.artefactual.com/exports/rss/atom/2-x/ RSS
atom/website https://translations.artefactual.com/exports/rss/atom/website/ RSS
atom/atom https://translations.artefactual.com/exports/rss/atom/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
atom/2.x https://translations.artefactual.com/api/components/atom/2-x/statistics/ View
atom/website https://translations.artefactual.com/api/components/atom/website/statistics/ View
atom/atom https://translations.artefactual.com/api/components/atom/glossary/statistics/ View

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

curl \
    -H "Authorization: Token ZCuR98hGKgxD638CwoxQb2YB7l71gJfRvQtqHUUc" \
    https://translations.artefactual.com/api/components/atom/2-x/translations/
Project URL Link
atom https://translations.artefactual.com/api/projects/atom/repository/ Hook
atom/2.x https://translations.artefactual.com/api/components/atom/2-x/repository/ Hook
atom/website https://translations.artefactual.com/api/components/atom/website/repository/ Hook
atom/atom https://translations.artefactual.com/api/components/atom/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token ZCuR98hGKgxD638CwoxQb2YB7l71gJfRvQtqHUUc" \
    https://translations.artefactual.com/api/projects/atom/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub https://translations.artefactual.com/hooks/github/ The documentation has detailed instructions
GitLab https://translations.artefactual.com/hooks/gitlab/ The documentation has detailed instructions
Bitbucket https://translations.artefactual.com/hooks/bitbucket/ The documentation has detailed instructions
Pagure https://translations.artefactual.com/hooks/pagure/ The documentation has detailed instructions
Azure Repos https://translations.artefactual.com/hooks/azure/ The documentation has detailed instructions
Gitea https://translations.artefactual.com/hooks/gitea/ The documentation has detailed instructions