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
Kometa https://translations.kometa.wiki/exports/rss/kometa/ RSS
Kometa/Defaults https://translations.kometa.wiki/exports/rss/kometa/defaults/ 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
Kometa/Defaults https://translations.kometa.wiki/api/components/kometa/defaults/statistics/ View

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

curl \
    -H "Authorization: Token wlu_9KuV4bI2amehcjdGz9MGB4NkHa3GutP2TAaF" \
    https://translations.kometa.wiki/api/components/kometa/defaults/translations/
Project URL Link
Kometa https://translations.kometa.wiki/api/projects/kometa/repository/ Hook
Kometa/Defaults https://translations.kometa.wiki/api/components/kometa/defaults/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_9KuV4bI2amehcjdGz9MGB4NkHa3GutP2TAaF" \
    https://translations.kometa.wiki/api/projects/kometa/repository/

Weblate also supports direct notifications from several code hosting sites:

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