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
Craig https://t.techbs.io/exports/rss/craig/ RSS
Craig/craig.horse https://t.techbs.io/exports/rss/craig/download/ RSS
Craig/web.craig.chat https://t.techbs.io/exports/rss/craig/webapp/ RSS
Craig/Craig https://t.techbs.io/exports/rss/craig/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
Craig/craig.horse https://t.techbs.io/api/components/craig/download/statistics/ View
Craig/web.craig.chat https://t.techbs.io/api/components/craig/webapp/statistics/ View
Craig/Craig https://t.techbs.io/api/components/craig/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/craig/download/translations/
Project URL Link
Craig https://t.techbs.io/api/projects/craig/repository/ Hook
Craig/craig.horse https://t.techbs.io/api/components/craig/download/repository/ Hook
Craig/web.craig.chat https://t.techbs.io/api/components/craig/webapp/repository/ Hook
Craig/Craig https://t.techbs.io/api/components/craig/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/craig/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