You can retrieve various data from Weblate in machine readable format.

RSS feeds

To follow translation progress you can use RSS feeds, detailing all important translation changes.

Project URL Link
TrikdisConfig https://weblate.protegus.eu/exports/rss/trikdisconfig/ RSS
TrikdisConfig/CG17 https://weblate.protegus.eu/exports/rss/trikdisconfig/cg17/ RSS
TrikdisConfig/E10 https://weblate.protegus.eu/exports/rss/trikdisconfig/e10/ RSS
TrikdisConfig/G10plus https://weblate.protegus.eu/exports/rss/trikdisconfig/g10plus/ RSS
TrikdisConfig/G16M https://weblate.protegus.eu/exports/rss/trikdisconfig/g16m/ RSS
TrikdisConfig/GC https://weblate.protegus.eu/exports/rss/trikdisconfig/gc/ RSS
TrikdisConfig/GV17 https://weblate.protegus.eu/exports/rss/trikdisconfig/gv17/ RSS
TrikdisConfig/RemControl https://weblate.protegus.eu/exports/rss/trikdisconfig/remcontrol/ RSS
TrikdisConfig/SP231 https://weblate.protegus.eu/exports/rss/trikdisconfig/sp231/ RSS
TrikdisConfig/T16 https://weblate.protegus.eu/exports/rss/trikdisconfig/t16/ RSS
TrikdisConfig/TC https://weblate.protegus.eu/exports/rss/trikdisconfig/tc/ RSS

Per language RSS feeds are also available, you can construct them by appending a language code to the above URLs.

Statistics

Translation statistics for every component in the JSON format allows you to use the data in other websites or tools.

Project URL Link
TrikdisConfig/CG17 https://weblate.protegus.eu/api/components/trikdisconfig/cg17/statistics/ View
TrikdisConfig/E10 https://weblate.protegus.eu/api/components/trikdisconfig/e10/statistics/ View
TrikdisConfig/G10plus https://weblate.protegus.eu/api/components/trikdisconfig/g10plus/statistics/ View
TrikdisConfig/G16M https://weblate.protegus.eu/api/components/trikdisconfig/g16m/statistics/ View
TrikdisConfig/GC https://weblate.protegus.eu/api/components/trikdisconfig/gc/statistics/ View
TrikdisConfig/GV17 https://weblate.protegus.eu/api/components/trikdisconfig/gv17/statistics/ View
TrikdisConfig/RemControl https://weblate.protegus.eu/api/components/trikdisconfig/remcontrol/statistics/ View
TrikdisConfig/SP231 https://weblate.protegus.eu/api/components/trikdisconfig/sp231/statistics/ View
TrikdisConfig/T16 https://weblate.protegus.eu/api/components/trikdisconfig/t16/statistics/ View
TrikdisConfig/TC https://weblate.protegus.eu/api/components/trikdisconfig/tc/statistics/ View

As an example, fetching stats for all translations in one component can be done thusly:

curl \
    -H "Authorization: Token sQfOBVker13fzqVeNjyWBzJQtJdnBkZTAVw2X1u3" \
    https://weblate.protegus.eu/api/components/trikdisconfig/cg17/translations/
Project URL Link
TrikdisConfig https://weblate.protegus.eu/api/projects/trikdisconfig/repository/ Hook
TrikdisConfig/CG17 https://weblate.protegus.eu/api/components/trikdisconfig/cg17/repository/ Hook
TrikdisConfig/E10 https://weblate.protegus.eu/api/components/trikdisconfig/e10/repository/ Hook
TrikdisConfig/G10plus https://weblate.protegus.eu/api/components/trikdisconfig/g10plus/repository/ Hook
TrikdisConfig/G16M https://weblate.protegus.eu/api/components/trikdisconfig/g16m/repository/ Hook
TrikdisConfig/GC https://weblate.protegus.eu/api/components/trikdisconfig/gc/repository/ Hook
TrikdisConfig/GV17 https://weblate.protegus.eu/api/components/trikdisconfig/gv17/repository/ Hook
TrikdisConfig/RemControl https://weblate.protegus.eu/api/components/trikdisconfig/remcontrol/repository/ Hook
TrikdisConfig/SP231 https://weblate.protegus.eu/api/components/trikdisconfig/sp231/repository/ Hook
TrikdisConfig/T16 https://weblate.protegus.eu/api/components/trikdisconfig/t16/repository/ Hook
TrikdisConfig/TC https://weblate.protegus.eu/api/components/trikdisconfig/tc/repository/ Hook

As an example, telling Weblate to pull from a remote repository can be done thusly:

curl \
    -d operation=pull \
    -H "Authorization: Token sQfOBVker13fzqVeNjyWBzJQtJdnBkZTAVw2X1u3" \
    https://weblate.protegus.eu/api/projects/trikdisconfig/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub https://weblate.protegus.eu/hooks/github/ Browse the documentation for detailed instructions
GitLab https://weblate.protegus.eu/hooks/gitlab/ Browse the documentation for detailed instructions
Bitbucket https://weblate.protegus.eu/hooks/bitbucket/ Browse the documentation for detailed instructions
Pagure https://weblate.protegus.eu/hooks/pagure/ Browse the documentation for detailed instructions