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
HCW@Home http://translate.iabsis.com/exports/rss/hcwhome/ RSS
HCW@Home/hcw-athome-backend http://translate.iabsis.com/exports/rss/hcwhome/hcw-athome-backend/ RSS
HCW@Home/hcw-athome-doctor http://translate.iabsis.com/exports/rss/hcwhome/hcw-athome-doctor/ RSS
HCW@Home/hcw-athome-patient http://translate.iabsis.com/exports/rss/hcwhome/hcw-athome-patient/ 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
HCW@Home/hcw-athome-backend http://translate.iabsis.com/api/components/hcwhome/hcw-athome-backend/statistics/ View
HCW@Home/hcw-athome-doctor http://translate.iabsis.com/api/components/hcwhome/hcw-athome-doctor/statistics/ View
HCW@Home/hcw-athome-patient http://translate.iabsis.com/api/components/hcwhome/hcw-athome-patient/statistics/ View

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

curl \
    -H "Authorization: Token kyqVyW01BpT2aupCRslAOK1KVW8GznU5tc7LPKIb" \
    http://translate.iabsis.com/api/components/hcwhome/hcw-athome-backend/translations/
Project URL Link
HCW@Home http://translate.iabsis.com/api/projects/hcwhome/repository/ Hook
HCW@Home/hcw-athome-backend http://translate.iabsis.com/api/components/hcwhome/hcw-athome-backend/repository/ Hook
HCW@Home/hcw-athome-doctor http://translate.iabsis.com/api/components/hcwhome/hcw-athome-doctor/repository/ Hook
HCW@Home/hcw-athome-patient http://translate.iabsis.com/api/components/hcwhome/hcw-athome-patient/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token kyqVyW01BpT2aupCRslAOK1KVW8GznU5tc7LPKIb" \
    http://translate.iabsis.com/api/projects/hcwhome/repository/

Weblate also supports direct notifications from several code hosting sites:

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