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
CoopCycle https://translate.coopcycle.org/exports/rss/coopcycle/ RSS
CoopCycle/App https://translate.coopcycle.org/exports/rss/coopcycle/coopcycle-app/ RSS
CoopCycle/Cuisines https://translate.coopcycle.org/exports/rss/coopcycle/cuisines/ RSS
CoopCycle/Documentation https://translate.coopcycle.org/exports/rss/coopcycle/coopcycle-docs/ RSS
CoopCycle/Emails https://translate.coopcycle.org/exports/rss/coopcycle/emails/ RSS
CoopCycle/JavaScript https://translate.coopcycle.org/exports/rss/coopcycle/javascript/ RSS
CoopCycle/Messages (web) https://translate.coopcycle.org/exports/rss/coopcycle/coopcycle-web/ RSS
CoopCycle/Validators https://translate.coopcycle.org/exports/rss/coopcycle/validators/ RSS
CoopCycle/CoopCycle https://translate.coopcycle.org/exports/rss/coopcycle/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
CoopCycle/App https://translate.coopcycle.org/api/components/coopcycle/coopcycle-app/statistics/ View
CoopCycle/Cuisines https://translate.coopcycle.org/api/components/coopcycle/cuisines/statistics/ View
CoopCycle/Documentation https://translate.coopcycle.org/api/components/coopcycle/coopcycle-docs/statistics/ View
CoopCycle/Emails https://translate.coopcycle.org/api/components/coopcycle/emails/statistics/ View
CoopCycle/JavaScript https://translate.coopcycle.org/api/components/coopcycle/javascript/statistics/ View
CoopCycle/Messages (web) https://translate.coopcycle.org/api/components/coopcycle/coopcycle-web/statistics/ View
CoopCycle/Validators https://translate.coopcycle.org/api/components/coopcycle/validators/statistics/ View
CoopCycle/CoopCycle https://translate.coopcycle.org/api/components/coopcycle/glossary/statistics/ View

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

curl \
    -H "Authorization: Token nLr6tcTWGOdMkmo6JF2UxqTO6exY0bTT86UMyS1R" \
    https://translate.coopcycle.org/api/components/coopcycle/coopcycle-app/translations/
Project URL Link
CoopCycle https://translate.coopcycle.org/api/projects/coopcycle/repository/ Hook
CoopCycle/App https://translate.coopcycle.org/api/components/coopcycle/coopcycle-app/repository/ Hook
CoopCycle/Cuisines https://translate.coopcycle.org/api/components/coopcycle/cuisines/repository/ Hook
CoopCycle/Documentation https://translate.coopcycle.org/api/components/coopcycle/coopcycle-docs/repository/ Hook
CoopCycle/Emails https://translate.coopcycle.org/api/components/coopcycle/emails/repository/ Hook
CoopCycle/JavaScript https://translate.coopcycle.org/api/components/coopcycle/javascript/repository/ Hook
CoopCycle/Messages (web) https://translate.coopcycle.org/api/components/coopcycle/coopcycle-web/repository/ Hook
CoopCycle/Validators https://translate.coopcycle.org/api/components/coopcycle/validators/repository/ Hook
CoopCycle/CoopCycle https://translate.coopcycle.org/api/components/coopcycle/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token nLr6tcTWGOdMkmo6JF2UxqTO6exY0bTT86UMyS1R" \
    https://translate.coopcycle.org/api/projects/coopcycle/repository/

Weblate also supports direct notifications from several code hosting sites:

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