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
GoBouncerBot https://weblate.bella.pm/exports/rss/gobouncerbot/ RSS
GoBouncerBot/Bot https://weblate.bella.pm/exports/rss/gobouncerbot/bot/ RSS
GoBouncerBot/GoBouncerBot https://weblate.bella.pm/exports/rss/gobouncerbot/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
GoBouncerBot/Bot https://weblate.bella.pm/api/components/gobouncerbot/bot/statistics/ View
GoBouncerBot/GoBouncerBot https://weblate.bella.pm/api/components/gobouncerbot/glossary/statistics/ View

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

curl \
    -H "Authorization: Token idJLbA6k5Sfe7ePaQx9o45kg67mLdjHkSWFYqKwK" \
    https://weblate.bella.pm/api/components/gobouncerbot/bot/translations/
Project URL Link
GoBouncerBot https://weblate.bella.pm/api/projects/gobouncerbot/repository/ Hook
GoBouncerBot/Bot https://weblate.bella.pm/api/components/gobouncerbot/bot/repository/ Hook
GoBouncerBot/GoBouncerBot https://weblate.bella.pm/api/components/gobouncerbot/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token idJLbA6k5Sfe7ePaQx9o45kg67mLdjHkSWFYqKwK" \
    https://weblate.bella.pm/api/projects/gobouncerbot/repository/

Weblate also supports direct notifications from several code hosting sites:

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