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
GitHub EMU Translation Tests https://weblate.bbraun.io/exports/rss/github-emu-translation-tests/ RSS
GitHub EMU Translation Tests/Test Translation Project One https://weblate.bbraun.io/exports/rss/github-emu-translation-tests/test-translation-project-one/ RSS
GitHub EMU Translation Tests/Test Translation Project Three https://weblate.bbraun.io/exports/rss/github-emu-translation-tests/test-translation-project-three/ RSS
GitHub EMU Translation Tests/Test Translation Project Two https://weblate.bbraun.io/exports/rss/github-emu-translation-tests/test-translation-project-two/ RSS
GitHub EMU Translation Tests/GitHub EMU Translation Tests https://weblate.bbraun.io/exports/rss/github-emu-translation-tests/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
GitHub EMU Translation Tests/Test Translation Project One https://weblate.bbraun.io/api/components/github-emu-translation-tests/test-translation-project-one/statistics/ View
GitHub EMU Translation Tests/Test Translation Project Three https://weblate.bbraun.io/api/components/github-emu-translation-tests/test-translation-project-three/statistics/ View
GitHub EMU Translation Tests/Test Translation Project Two https://weblate.bbraun.io/api/components/github-emu-translation-tests/test-translation-project-two/statistics/ View
GitHub EMU Translation Tests/GitHub EMU Translation Tests https://weblate.bbraun.io/api/components/github-emu-translation-tests/glossary/statistics/ View

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

curl \
    -H "Authorization: Token gAnCUAm7dTOw7GVBOK393loACZZuuZHprEurrzN8" \
    https://weblate.bbraun.io/api/components/github-emu-translation-tests/test-translation-project-one/translations/
Project URL Link
GitHub EMU Translation Tests https://weblate.bbraun.io/api/projects/github-emu-translation-tests/repository/ Hook
GitHub EMU Translation Tests/Test Translation Project One https://weblate.bbraun.io/api/components/github-emu-translation-tests/test-translation-project-one/repository/ Hook
GitHub EMU Translation Tests/Test Translation Project Three https://weblate.bbraun.io/api/components/github-emu-translation-tests/test-translation-project-three/repository/ Hook
GitHub EMU Translation Tests/Test Translation Project Two https://weblate.bbraun.io/api/components/github-emu-translation-tests/test-translation-project-two/repository/ Hook
GitHub EMU Translation Tests/GitHub EMU Translation Tests https://weblate.bbraun.io/api/components/github-emu-translation-tests/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token gAnCUAm7dTOw7GVBOK393loACZZuuZHprEurrzN8" \
    https://weblate.bbraun.io/api/projects/github-emu-translation-tests/repository/

Weblate also supports direct notifications from several code hosting sites:

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