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
Checkout_vol http://weblate.fiszu.com/exports/rss/checkout_vol/ RSS
Checkout_vol/Checkout http://weblate.fiszu.com/exports/rss/checkout_vol/checkout/ RSS
Checkout_vol/Checkout_vol http://weblate.fiszu.com/exports/rss/checkout_vol/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
Checkout_vol/Checkout http://weblate.fiszu.com/api/components/checkout_vol/checkout/statistics/ View
Checkout_vol/Checkout_vol http://weblate.fiszu.com/api/components/checkout_vol/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_Cmk1a1vsim7TLmeHlIqhSLGcplkAWUijFnu6" \
    http://weblate.fiszu.com/api/components/checkout_vol/checkout/translations/
Project URL Link
Checkout_vol http://weblate.fiszu.com/api/projects/checkout_vol/repository/ Hook
Checkout_vol/Checkout http://weblate.fiszu.com/api/components/checkout_vol/checkout/repository/ Hook
Checkout_vol/Checkout_vol http://weblate.fiszu.com/api/components/checkout_vol/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_Cmk1a1vsim7TLmeHlIqhSLGcplkAWUijFnu6" \
    http://weblate.fiszu.com/api/projects/checkout_vol/repository/

Weblate also supports direct notifications from several code hosting sites:

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