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
Taco https://t.techbs.io/exports/rss/trellobot/ RSS
Taco/Commands https://t.techbs.io/exports/rss/trellobot/commands/ RSS
Taco/Webhooks https://t.techbs.io/exports/rss/trellobot/webhook/ RSS
Taco/Taco https://t.techbs.io/exports/rss/trellobot/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
Taco/Commands https://t.techbs.io/api/components/trellobot/commands/statistics/ View
Taco/Webhooks https://t.techbs.io/api/components/trellobot/webhook/statistics/ View
Taco/Taco https://t.techbs.io/api/components/trellobot/glossary/statistics/ View

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

curl \
    -H "Authorization: Token hpZO8lOjJZflh4kDUjIpTM2I2oJyWasMolHQrJuf" \
    https://t.techbs.io/api/components/trellobot/commands/translations/
Project URL Link
Taco https://t.techbs.io/api/projects/trellobot/repository/ Hook
Taco/Commands https://t.techbs.io/api/components/trellobot/commands/repository/ Hook
Taco/Webhooks https://t.techbs.io/api/components/trellobot/webhook/repository/ Hook
Taco/Taco https://t.techbs.io/api/components/trellobot/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token hpZO8lOjJZflh4kDUjIpTM2I2oJyWasMolHQrJuf" \
    https://t.techbs.io/api/projects/trellobot/repository/

Weblate also supports direct notifications from several code hosting sites:

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