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
halcyon http://translate.tigase.net/exports/rss/halcyon/ RSS
halcyon/halcyon-documentation http://translate.tigase.net/exports/rss/halcyon/halcyon-documentation/ RSS
halcyon/halcyon http://translate.tigase.net/exports/rss/halcyon/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
halcyon/halcyon-documentation http://translate.tigase.net/api/components/halcyon/halcyon-documentation/statistics/ View
halcyon/halcyon http://translate.tigase.net/api/components/halcyon/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_1cPsfAObLeVRjvrB9Ie9ROkTBLqqAkL6OdQy" \
    http://translate.tigase.net/api/components/halcyon/halcyon-documentation/translations/
Project URL Link
halcyon http://translate.tigase.net/api/projects/halcyon/repository/ Hook
halcyon/halcyon-documentation http://translate.tigase.net/api/components/halcyon/halcyon-documentation/repository/ Hook
halcyon/halcyon http://translate.tigase.net/api/components/halcyon/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_1cPsfAObLeVRjvrB9Ie9ROkTBLqqAkL6OdQy" \
    http://translate.tigase.net/api/projects/halcyon/repository/

Weblate also supports direct notifications from several code hosting sites:

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