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
Cubica http://translate.blockstory.net/exports/rss/cubica/ RSS
Cubica/Item http://translate.blockstory.net/exports/rss/cubica/item/ RSS
Cubica/Skill http://translate.blockstory.net/exports/rss/cubica/skill/ RSS
Cubica/Skin http://translate.blockstory.net/exports/rss/cubica/skin/ RSS
Cubica/UI http://translate.blockstory.net/exports/rss/cubica/ui/ RSS
Cubica/Cubica http://translate.blockstory.net/exports/rss/cubica/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
Cubica/Item http://translate.blockstory.net/api/components/cubica/item/statistics/ View
Cubica/Skill http://translate.blockstory.net/api/components/cubica/skill/statistics/ View
Cubica/Skin http://translate.blockstory.net/api/components/cubica/skin/statistics/ View
Cubica/UI http://translate.blockstory.net/api/components/cubica/ui/statistics/ View
Cubica/Cubica http://translate.blockstory.net/api/components/cubica/glossary/statistics/ View

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

curl \
    -H "Authorization: Token TOKEN" \
    http://translate.blockstory.net/api/components/cubica/item/translations/
Project URL Link
Cubica http://translate.blockstory.net/api/projects/cubica/repository/ Hook
Cubica/Item http://translate.blockstory.net/api/components/cubica/item/repository/ Hook
Cubica/Skill http://translate.blockstory.net/api/components/cubica/skill/repository/ Hook
Cubica/Skin http://translate.blockstory.net/api/components/cubica/skin/repository/ Hook
Cubica/UI http://translate.blockstory.net/api/components/cubica/ui/repository/ Hook
Cubica/Cubica http://translate.blockstory.net/api/components/cubica/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token TOKEN" \
    http://translate.blockstory.net/api/projects/cubica/repository/

Weblate also supports direct notifications from several code hosting sites:

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