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
Bumshak http://weblate.cokoliv.eu/exports/rss/bumshak/ RSS
Bumshak/Dialogue http://weblate.cokoliv.eu/exports/rss/bumshak/dialogue/ RSS
Bumshak/Items http://weblate.cokoliv.eu/exports/rss/bumshak/items/ RSS
Bumshak/Log_entries http://weblate.cokoliv.eu/exports/rss/bumshak/log_entries/ RSS
Bumshak/Menu http://weblate.cokoliv.eu/exports/rss/bumshak/menu/ RSS
Bumshak/NPC http://weblate.cokoliv.eu/exports/rss/bumshak/npc/ RSS
Bumshak/SVM http://weblate.cokoliv.eu/exports/rss/bumshak/svm/ RSS
Bumshak/Text_constants http://weblate.cokoliv.eu/exports/rss/bumshak/text_constants/ RSS
Bumshak/Bumshak http://weblate.cokoliv.eu/exports/rss/bumshak/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
Bumshak/Dialogue http://weblate.cokoliv.eu/api/components/bumshak/dialogue/statistics/ View
Bumshak/Items http://weblate.cokoliv.eu/api/components/bumshak/items/statistics/ View
Bumshak/Log_entries http://weblate.cokoliv.eu/api/components/bumshak/log_entries/statistics/ View
Bumshak/Menu http://weblate.cokoliv.eu/api/components/bumshak/menu/statistics/ View
Bumshak/NPC http://weblate.cokoliv.eu/api/components/bumshak/npc/statistics/ View
Bumshak/SVM http://weblate.cokoliv.eu/api/components/bumshak/svm/statistics/ View
Bumshak/Text_constants http://weblate.cokoliv.eu/api/components/bumshak/text_constants/statistics/ View
Bumshak/Bumshak http://weblate.cokoliv.eu/api/components/bumshak/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_SgkvrddYBwu5TJZeQYTzDwpv2FzLt1ZPX0w7" \
    http://weblate.cokoliv.eu/api/components/bumshak/dialogue/translations/
Project URL Link
Bumshak http://weblate.cokoliv.eu/api/projects/bumshak/repository/ Hook
Bumshak/Dialogue http://weblate.cokoliv.eu/api/components/bumshak/dialogue/repository/ Hook
Bumshak/Items http://weblate.cokoliv.eu/api/components/bumshak/items/repository/ Hook
Bumshak/Log_entries http://weblate.cokoliv.eu/api/components/bumshak/log_entries/repository/ Hook
Bumshak/Menu http://weblate.cokoliv.eu/api/components/bumshak/menu/repository/ Hook
Bumshak/NPC http://weblate.cokoliv.eu/api/components/bumshak/npc/repository/ Hook
Bumshak/SVM http://weblate.cokoliv.eu/api/components/bumshak/svm/repository/ Hook
Bumshak/Text_constants http://weblate.cokoliv.eu/api/components/bumshak/text_constants/repository/ Hook
Bumshak/Bumshak http://weblate.cokoliv.eu/api/components/bumshak/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_SgkvrddYBwu5TJZeQYTzDwpv2FzLt1ZPX0w7" \
    http://weblate.cokoliv.eu/api/projects/bumshak/repository/

Weblate also supports direct notifications from several code hosting sites:

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