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
Gajim https://translate.gajim.org/exports/rss/gajim/ RSS
Gajim/master https://translate.gajim.org/exports/rss/gajim/master/ RSS
Gajim/Gajim https://translate.gajim.org/exports/rss/gajim/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
Gajim/master https://translate.gajim.org/api/components/gajim/master/statistics/ View
Gajim/Gajim https://translate.gajim.org/api/components/gajim/glossary/statistics/ View

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

curl \
    -H "Authorization: Token pOsyyRbiSmDG00jFGpt15lf60zlL1YgmuYHQYvhJ" \
    https://translate.gajim.org/api/components/gajim/master/translations/
Project URL Link
Gajim https://translate.gajim.org/api/projects/gajim/repository/ Hook
Gajim/master https://translate.gajim.org/api/components/gajim/master/repository/ Hook
Gajim/Gajim https://translate.gajim.org/api/components/gajim/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token pOsyyRbiSmDG00jFGpt15lf60zlL1YgmuYHQYvhJ" \
    https://translate.gajim.org/api/projects/gajim/repository/

Weblate also supports direct notifications from several code hosting sites:

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