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
BHQ https://weblate.frozenlogic.net/exports/rss/bhq/ RSS
BHQ/Webapp https://weblate.frozenlogic.net/exports/rss/bhq/webapp/ RSS
BHQ/BHQ https://weblate.frozenlogic.net/exports/rss/bhq/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
BHQ/Webapp https://weblate.frozenlogic.net/api/components/bhq/webapp/statistics/ View
BHQ/BHQ https://weblate.frozenlogic.net/api/components/bhq/glossary/statistics/ View

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

curl \
    -H "Authorization: Token 70yvFkmihoOfzT2s9uaz87ohrP0yT16WmoCtGn3I" \
    https://weblate.frozenlogic.net/api/components/bhq/webapp/translations/
Project URL Link
BHQ https://weblate.frozenlogic.net/api/projects/bhq/repository/ Hook
BHQ/Webapp https://weblate.frozenlogic.net/api/components/bhq/webapp/repository/ Hook
BHQ/BHQ https://weblate.frozenlogic.net/api/components/bhq/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token 70yvFkmihoOfzT2s9uaz87ohrP0yT16WmoCtGn3I" \
    https://weblate.frozenlogic.net/api/projects/bhq/repository/

Weblate also supports direct notifications from several code hosting sites:

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