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
Gameow https://weblate.gameow.app/exports/rss/gameow/ RSS
Gameow/Application Mobile https://weblate.gameow.app/exports/rss/gameow/application-mobile/ RSS
Gameow/Website https://weblate.gameow.app/exports/rss/gameow/website/ RSS
Gameow/Gameow https://weblate.gameow.app/exports/rss/gameow/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
Gameow/Application Mobile https://weblate.gameow.app/api/components/gameow/application-mobile/statistics/ View
Gameow/Website https://weblate.gameow.app/api/components/gameow/website/statistics/ View
Gameow/Gameow https://weblate.gameow.app/api/components/gameow/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_Yrc4QnQ9n1FntZZOqgZC7kbXQbjyz54ph9aL" \
    https://weblate.gameow.app/api/components/gameow/application-mobile/translations/
Project URL Link
Gameow https://weblate.gameow.app/api/projects/gameow/repository/ Hook
Gameow/Application Mobile https://weblate.gameow.app/api/components/gameow/application-mobile/repository/ Hook
Gameow/Website https://weblate.gameow.app/api/components/gameow/website/repository/ Hook
Gameow/Gameow https://weblate.gameow.app/api/components/gameow/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_Yrc4QnQ9n1FntZZOqgZC7kbXQbjyz54ph9aL" \
    https://weblate.gameow.app/api/projects/gameow/repository/

Weblate also supports direct notifications from several code hosting sites:

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