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
test http://weblate.vps.elewise.com/exports/rss/test/ RSS
test/i18next-json http://weblate.vps.elewise.com/exports/rss/test/i18next-json/ RSS
test/json http://weblate.vps.elewise.com/exports/rss/test/json/ RSS
test/markdown http://weblate.vps.elewise.com/exports/rss/test/markdown/ RSS
test/test http://weblate.vps.elewise.com/exports/rss/test/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
test/i18next-json http://weblate.vps.elewise.com/api/components/test/i18next-json/statistics/ View
test/json http://weblate.vps.elewise.com/api/components/test/json/statistics/ View
test/markdown http://weblate.vps.elewise.com/api/components/test/markdown/statistics/ View
test/test http://weblate.vps.elewise.com/api/components/test/glossary/statistics/ View

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

curl \
    -H "Authorization: Token vIKTXBMT2ukj1RU91Mh3TAdXpB6c4qqK1wmXfrB9" \
    http://weblate.vps.elewise.com/api/components/test/i18next-json/translations/
Project URL Link
test http://weblate.vps.elewise.com/api/projects/test/repository/ Hook
test/i18next-json http://weblate.vps.elewise.com/api/components/test/i18next-json/repository/ Hook
test/json http://weblate.vps.elewise.com/api/components/test/json/repository/ Hook
test/markdown http://weblate.vps.elewise.com/api/components/test/markdown/repository/ Hook
test/test http://weblate.vps.elewise.com/api/components/test/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token vIKTXBMT2ukj1RU91Mh3TAdXpB6c4qqK1wmXfrB9" \
    http://weblate.vps.elewise.com/api/projects/test/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub http://weblate.vps.elewise.com/hooks/github/ The documentation has detailed instructions
GitLab http://weblate.vps.elewise.com/hooks/gitlab/ The documentation has detailed instructions
Bitbucket http://weblate.vps.elewise.com/hooks/bitbucket/ The documentation has detailed instructions
Pagure http://weblate.vps.elewise.com/hooks/pagure/ The documentation has detailed instructions
Azure Repos http://weblate.vps.elewise.com/hooks/azure/ The documentation has detailed instructions
Gitea http://weblate.vps.elewise.com/hooks/gitea/ The documentation has detailed instructions