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
Goodbye Eternity https://translations.teot-studio.com/exports/rss/goodbye-eternity/ RSS
Goodbye Eternity/Demo - Main translation https://translations.teot-studio.com/exports/rss/goodbye-eternity/demo-translation/ RSS
Goodbye Eternity/Game Translation https://translations.teot-studio.com/exports/rss/goodbye-eternity/game-translation/ RSS
Goodbye Eternity/Goodbye Eternity https://translations.teot-studio.com/exports/rss/goodbye-eternity/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
Goodbye Eternity/Demo - Main translation https://translations.teot-studio.com/api/components/goodbye-eternity/demo-translation/statistics/ View
Goodbye Eternity/Game Translation https://translations.teot-studio.com/api/components/goodbye-eternity/game-translation/statistics/ View
Goodbye Eternity/Goodbye Eternity https://translations.teot-studio.com/api/components/goodbye-eternity/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_v3puxbFTA4XfLdAEa06Os8tCWrRM2QGP5pn0" \
    https://translations.teot-studio.com/api/components/goodbye-eternity/demo-translation/translations/
Project URL Link
Goodbye Eternity https://translations.teot-studio.com/api/projects/goodbye-eternity/repository/ Hook
Goodbye Eternity/Demo - Main translation https://translations.teot-studio.com/api/components/goodbye-eternity/demo-translation/repository/ Hook
Goodbye Eternity/Game Translation https://translations.teot-studio.com/api/components/goodbye-eternity/game-translation/repository/ Hook
Goodbye Eternity/Goodbye Eternity https://translations.teot-studio.com/api/components/goodbye-eternity/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_v3puxbFTA4XfLdAEa06Os8tCWrRM2QGP5pn0" \
    https://translations.teot-studio.com/api/projects/goodbye-eternity/repository/

Weblate also supports direct notifications from several code hosting sites:

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