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
Roxland http://weblate.shintio.space/exports/rss/roxland/ RSS
Roxland/Enums http://weblate.shintio.space/exports/rss/roxland/enums/ RSS
Roxland/Game http://weblate.shintio.space/exports/rss/roxland/game/ RSS
Roxland/Glossary http://weblate.shintio.space/exports/rss/roxland/glossary/ RSS
Roxland/Quests http://weblate.shintio.space/exports/rss/roxland/quests/ RSS
Roxland/Shared http://weblate.shintio.space/exports/rss/roxland/shared/ 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
Roxland/Enums http://weblate.shintio.space/api/components/roxland/enums/statistics/ View
Roxland/Game http://weblate.shintio.space/api/components/roxland/game/statistics/ View
Roxland/Glossary http://weblate.shintio.space/api/components/roxland/glossary/statistics/ View
Roxland/Quests http://weblate.shintio.space/api/components/roxland/quests/statistics/ View
Roxland/Shared http://weblate.shintio.space/api/components/roxland/shared/statistics/ View

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

curl \
    -H "Authorization: Token wlu_nYsJ3T5Nv1vuDyvsLHKfwrHoRedvQkC89tbx" \
    http://weblate.shintio.space/api/components/roxland/enums/translations/
Project URL Link
Roxland http://weblate.shintio.space/api/projects/roxland/repository/ Hook
Roxland/Enums http://weblate.shintio.space/api/components/roxland/enums/repository/ Hook
Roxland/Game http://weblate.shintio.space/api/components/roxland/game/repository/ Hook
Roxland/Glossary http://weblate.shintio.space/api/components/roxland/glossary/repository/ Hook
Roxland/Quests http://weblate.shintio.space/api/components/roxland/quests/repository/ Hook
Roxland/Shared http://weblate.shintio.space/api/components/roxland/shared/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_nYsJ3T5Nv1vuDyvsLHKfwrHoRedvQkC89tbx" \
    http://weblate.shintio.space/api/projects/roxland/repository/

Weblate also supports direct notifications from several code hosting sites:

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