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
Discohook https://translate.shay.cat/exports/rss/discohook/ RSS
Discohook/Bot https://translate.shay.cat/exports/rss/discohook/bot/ RSS
Discohook/Help https://translate.shay.cat/exports/rss/discohook/help/ RSS
Discohook/Site https://translate.shay.cat/exports/rss/discohook/site/ RSS
Discohook/Glossary https://translate.shay.cat/exports/rss/discohook/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
Discohook/Bot https://translate.shay.cat/api/components/discohook/bot/statistics/ View
Discohook/Help https://translate.shay.cat/api/components/discohook/help/statistics/ View
Discohook/Site https://translate.shay.cat/api/components/discohook/site/statistics/ View
Discohook/Glossary https://translate.shay.cat/api/components/discohook/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_vYLAHQsWHFyWCtnFAgkH7iI6sdXPc7Rg6E0Q" \
    https://translate.shay.cat/api/components/discohook/bot/translations/
Project URL Link
Discohook https://translate.shay.cat/api/projects/discohook/repository/ Hook
Discohook/Bot https://translate.shay.cat/api/components/discohook/bot/repository/ Hook
Discohook/Help https://translate.shay.cat/api/components/discohook/help/repository/ Hook
Discohook/Site https://translate.shay.cat/api/components/discohook/site/repository/ Hook
Discohook/Glossary https://translate.shay.cat/api/components/discohook/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_vYLAHQsWHFyWCtnFAgkH7iI6sdXPc7Rg6E0Q" \
    https://translate.shay.cat/api/projects/discohook/repository/

Weblate also supports direct notifications from several code hosting sites:

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