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
Seerr https://translate.seerr.dev/exports/rss/seerr/ RSS
Seerr/Seerr Backend https://translate.seerr.dev/exports/rss/seerr/seerr-backend/ RSS
Seerr/Seerr Frontend https://translate.seerr.dev/exports/rss/seerr/seerr-frontend/ RSS
Seerr/Seerr https://translate.seerr.dev/exports/rss/seerr/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
Seerr/Seerr Backend https://translate.seerr.dev/api/components/seerr/seerr-backend/statistics/ View
Seerr/Seerr Frontend https://translate.seerr.dev/api/components/seerr/seerr-frontend/statistics/ View
Seerr/Seerr https://translate.seerr.dev/api/components/seerr/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_BgG1ZvdGKoP271ENUkmRSLyPAexgX1pB1nZK" \
    https://translate.seerr.dev/api/components/seerr/seerr-backend/translations/
Project URL Link
Seerr https://translate.seerr.dev/api/projects/seerr/repository/ Hook
Seerr/Seerr Backend https://translate.seerr.dev/api/components/seerr/seerr-backend/repository/ Hook
Seerr/Seerr Frontend https://translate.seerr.dev/api/components/seerr/seerr-frontend/repository/ Hook
Seerr/Seerr https://translate.seerr.dev/api/components/seerr/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_BgG1ZvdGKoP271ENUkmRSLyPAexgX1pB1nZK" \
    https://translate.seerr.dev/api/projects/seerr/repository/

Weblate also supports direct notifications from several code hosting sites:

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