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
Debexpo https://hosted.weblate.org/exports/rss/debexpo/ RSS
Debexpo/accounts https://hosted.weblate.org/exports/rss/debexpo/accounts/ RSS
Debexpo/base https://hosted.weblate.org/exports/rss/debexpo/debexpo/ RSS
Debexpo/bugs https://hosted.weblate.org/exports/rss/debexpo/bugs/ RSS
Debexpo/comments https://hosted.weblate.org/exports/rss/debexpo/comments/ RSS
Debexpo/importer https://hosted.weblate.org/exports/rss/debexpo/importer/ RSS
Debexpo/keyring https://hosted.weblate.org/exports/rss/debexpo/keyring/ RSS
Debexpo/locale https://hosted.weblate.org/exports/rss/debexpo/locale/ RSS
Debexpo/nntp https://hosted.weblate.org/exports/rss/debexpo/nntp/ RSS
Debexpo/packages https://hosted.weblate.org/exports/rss/debexpo/packages/ RSS
Debexpo/plugins https://hosted.weblate.org/exports/rss/debexpo/plugins/ RSS
Debexpo/repository https://hosted.weblate.org/exports/rss/debexpo/repository/ RSS
Debexpo/tools https://hosted.weblate.org/exports/rss/debexpo/tools/ RSS
Debexpo/Debexpo https://hosted.weblate.org/exports/rss/debexpo/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
Debexpo/accounts https://hosted.weblate.org/api/components/debexpo/accounts/statistics/ View
Debexpo/base https://hosted.weblate.org/api/components/debexpo/debexpo/statistics/ View
Debexpo/bugs https://hosted.weblate.org/api/components/debexpo/bugs/statistics/ View
Debexpo/comments https://hosted.weblate.org/api/components/debexpo/comments/statistics/ View
Debexpo/importer https://hosted.weblate.org/api/components/debexpo/importer/statistics/ View
Debexpo/keyring https://hosted.weblate.org/api/components/debexpo/keyring/statistics/ View
Debexpo/locale https://hosted.weblate.org/api/components/debexpo/locale/statistics/ View
Debexpo/nntp https://hosted.weblate.org/api/components/debexpo/nntp/statistics/ View
Debexpo/packages https://hosted.weblate.org/api/components/debexpo/packages/statistics/ View
Debexpo/plugins https://hosted.weblate.org/api/components/debexpo/plugins/statistics/ View
Debexpo/repository https://hosted.weblate.org/api/components/debexpo/repository/statistics/ View
Debexpo/tools https://hosted.weblate.org/api/components/debexpo/tools/statistics/ View
Debexpo/Debexpo https://hosted.weblate.org/api/components/debexpo/glossary/statistics/ View

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

curl \
    -H "Authorization: Token byuQ8nzQrVSe8dUNZrxjlAhhlimldUyJktkhumoI" \
    https://hosted.weblate.org/api/components/debexpo/accounts/translations/
Project URL Link
Debexpo https://hosted.weblate.org/api/projects/debexpo/repository/ Hook
Debexpo/accounts https://hosted.weblate.org/api/components/debexpo/accounts/repository/ Hook
Debexpo/base https://hosted.weblate.org/api/components/debexpo/debexpo/repository/ Hook
Debexpo/bugs https://hosted.weblate.org/api/components/debexpo/bugs/repository/ Hook
Debexpo/comments https://hosted.weblate.org/api/components/debexpo/comments/repository/ Hook
Debexpo/importer https://hosted.weblate.org/api/components/debexpo/importer/repository/ Hook
Debexpo/keyring https://hosted.weblate.org/api/components/debexpo/keyring/repository/ Hook
Debexpo/locale https://hosted.weblate.org/api/components/debexpo/locale/repository/ Hook
Debexpo/nntp https://hosted.weblate.org/api/components/debexpo/nntp/repository/ Hook
Debexpo/packages https://hosted.weblate.org/api/components/debexpo/packages/repository/ Hook
Debexpo/plugins https://hosted.weblate.org/api/components/debexpo/plugins/repository/ Hook
Debexpo/repository https://hosted.weblate.org/api/components/debexpo/repository/repository/ Hook
Debexpo/tools https://hosted.weblate.org/api/components/debexpo/tools/repository/ Hook
Debexpo/Debexpo https://hosted.weblate.org/api/components/debexpo/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token byuQ8nzQrVSe8dUNZrxjlAhhlimldUyJktkhumoI" \
    https://hosted.weblate.org/api/projects/debexpo/repository/

Weblate also supports direct notifications from several code hosting sites:

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