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
Ticketack http://translate.neto2.net/exports/rss/ticketack/ RSS
Ticketack/Customer App http://translate.neto2.net/exports/rss/ticketack/customer-app/ RSS
Ticketack/Eshop http://translate.neto2.net/exports/rss/ticketack/eshop/ RSS
Ticketack/Kronos http://translate.neto2.net/exports/rss/ticketack/kronos/ RSS
Ticketack/Pos App http://translate.neto2.net/exports/rss/ticketack/pos-app/ RSS
Ticketack/Ticketack http://translate.neto2.net/exports/rss/ticketack/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
Ticketack/Customer App http://translate.neto2.net/api/components/ticketack/customer-app/statistics/ View
Ticketack/Eshop http://translate.neto2.net/api/components/ticketack/eshop/statistics/ View
Ticketack/Kronos http://translate.neto2.net/api/components/ticketack/kronos/statistics/ View
Ticketack/Pos App http://translate.neto2.net/api/components/ticketack/pos-app/statistics/ View
Ticketack/Ticketack http://translate.neto2.net/api/components/ticketack/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_jtpvSFLK4URfKhEhywznP1kVDDXy7Oc09CqI" \
    http://translate.neto2.net/api/components/ticketack/customer-app/translations/
Project URL Link
Ticketack http://translate.neto2.net/api/projects/ticketack/repository/ Hook
Ticketack/Customer App http://translate.neto2.net/api/components/ticketack/customer-app/repository/ Hook
Ticketack/Eshop http://translate.neto2.net/api/components/ticketack/eshop/repository/ Hook
Ticketack/Kronos http://translate.neto2.net/api/components/ticketack/kronos/repository/ Hook
Ticketack/Pos App http://translate.neto2.net/api/components/ticketack/pos-app/repository/ Hook
Ticketack/Ticketack http://translate.neto2.net/api/components/ticketack/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_jtpvSFLK4URfKhEhywznP1kVDDXy7Oc09CqI" \
    http://translate.neto2.net/api/projects/ticketack/repository/

Weblate also supports direct notifications from several code hosting sites:

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