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
Shop https://translate.vigbo.tech/exports/rss/shop/ RSS
Shop/all https://translate.vigbo.tech/exports/rss/shop/all/ RSS
Shop/Shop https://translate.vigbo.tech/exports/rss/shop/glossary-shop/ RSS
Shop/Shop: Russian https://translate.vigbo.tech/exports/rss/shop/glossary-shop-russian/ 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
Shop/all https://translate.vigbo.tech/api/components/shop/all/statistics/ View
Shop/Shop https://translate.vigbo.tech/api/components/shop/glossary-shop/statistics/ View
Shop/Shop: Russian https://translate.vigbo.tech/api/components/shop/glossary-shop-russian/statistics/ View

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

curl \
    -H "Authorization: Token X5zDgtTxSTDCClqYZqeUD8O9pPb1dpKjxSCCUvzQ" \
    https://translate.vigbo.tech/api/components/shop/all/translations/
Project URL Link
Shop https://translate.vigbo.tech/api/projects/shop/repository/ Hook
Shop/all https://translate.vigbo.tech/api/components/shop/all/repository/ Hook
Shop/Shop https://translate.vigbo.tech/api/components/shop/glossary-shop/repository/ Hook
Shop/Shop: Russian https://translate.vigbo.tech/api/components/shop/glossary-shop-russian/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token X5zDgtTxSTDCClqYZqeUD8O9pPb1dpKjxSCCUvzQ" \
    https://translate.vigbo.tech/api/projects/shop/repository/

Weblate also supports direct notifications from several code hosting sites:

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