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
Admin http://localhost/exports/rss/tournament-platform/ RSS
Admin/common http://localhost/exports/rss/tournament-platform/common/ RSS
Admin/court http://localhost/exports/rss/tournament-platform/court/ RSS
Admin/draws http://localhost/exports/rss/tournament-platform/draws/ RSS
Admin/errors http://localhost/exports/rss/tournament-platform/errors/ RSS
Admin/match http://localhost/exports/rss/tournament-platform/match/ RSS
Admin/payments http://localhost/exports/rss/tournament-platform/payments/ RSS
Admin/players http://localhost/exports/rss/tournament-platform/admin/ RSS
Admin/tournaments http://localhost/exports/rss/tournament-platform/tournaments/ RSS
Admin/Admin http://localhost/exports/rss/tournament-platform/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
Admin/common http://localhost/api/components/tournament-platform/common/statistics/ View
Admin/court http://localhost/api/components/tournament-platform/court/statistics/ View
Admin/draws http://localhost/api/components/tournament-platform/draws/statistics/ View
Admin/errors http://localhost/api/components/tournament-platform/errors/statistics/ View
Admin/match http://localhost/api/components/tournament-platform/match/statistics/ View
Admin/payments http://localhost/api/components/tournament-platform/payments/statistics/ View
Admin/players http://localhost/api/components/tournament-platform/admin/statistics/ View
Admin/tournaments http://localhost/api/components/tournament-platform/tournaments/statistics/ View
Admin/Admin http://localhost/api/components/tournament-platform/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_qS3TaSgFyfVKnWAzXKlFnomcpSu4BEKkPQuS" \
    http://localhost/api/components/tournament-platform/common/translations/
Project URL Link
Admin http://localhost/api/projects/tournament-platform/repository/ Hook
Admin/common http://localhost/api/components/tournament-platform/common/repository/ Hook
Admin/court http://localhost/api/components/tournament-platform/court/repository/ Hook
Admin/draws http://localhost/api/components/tournament-platform/draws/repository/ Hook
Admin/errors http://localhost/api/components/tournament-platform/errors/repository/ Hook
Admin/match http://localhost/api/components/tournament-platform/match/repository/ Hook
Admin/payments http://localhost/api/components/tournament-platform/payments/repository/ Hook
Admin/players http://localhost/api/components/tournament-platform/admin/repository/ Hook
Admin/tournaments http://localhost/api/components/tournament-platform/tournaments/repository/ Hook
Admin/Admin http://localhost/api/components/tournament-platform/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_qS3TaSgFyfVKnWAzXKlFnomcpSu4BEKkPQuS" \
    http://localhost/api/projects/tournament-platform/repository/

Weblate also supports direct notifications from several code hosting sites:

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