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
Hedy https://hosted.weblate.org/exports/rss/hedy/ RSS
Hedy/Adventures https://hosted.weblate.org/exports/rss/hedy/adventures/ RSS
Hedy/Cheatsheets https://hosted.weblate.org/exports/rss/hedy/commands/ RSS
Hedy/Keywords https://hosted.weblate.org/exports/rss/hedy/keywords/ RSS
Hedy/client-messages https://hosted.weblate.org/exports/rss/hedy/client-messages/ RSS
Hedy/slides https://hosted.weblate.org/exports/rss/hedy/slides/ RSS
Hedy/Texts https://hosted.weblate.org/exports/rss/hedy/web-texts/ RSS
Hedy/Tutorials https://hosted.weblate.org/exports/rss/hedy/tutorials/ RSS
Hedy/Achievements https://hosted.weblate.org/exports/rss/hedy/achievements/ RSS
Hedy/Parsons https://hosted.weblate.org/exports/rss/hedy/parsons/ RSS
Hedy/Quizzes https://hosted.weblate.org/exports/rss/hedy/quizzes/ RSS
Hedy/Webpages https://hosted.weblate.org/exports/rss/hedy/webpages/ RSS
Hedy/Hedy https://hosted.weblate.org/exports/rss/hedy/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
Hedy/Adventures https://hosted.weblate.org/api/components/hedy/adventures/statistics/ View
Hedy/Cheatsheets https://hosted.weblate.org/api/components/hedy/commands/statistics/ View
Hedy/Keywords https://hosted.weblate.org/api/components/hedy/keywords/statistics/ View
Hedy/client-messages https://hosted.weblate.org/api/components/hedy/client-messages/statistics/ View
Hedy/slides https://hosted.weblate.org/api/components/hedy/slides/statistics/ View
Hedy/Texts https://hosted.weblate.org/api/components/hedy/web-texts/statistics/ View
Hedy/Tutorials https://hosted.weblate.org/api/components/hedy/tutorials/statistics/ View
Hedy/Achievements https://hosted.weblate.org/api/components/hedy/achievements/statistics/ View
Hedy/Parsons https://hosted.weblate.org/api/components/hedy/parsons/statistics/ View
Hedy/Quizzes https://hosted.weblate.org/api/components/hedy/quizzes/statistics/ View
Hedy/Webpages https://hosted.weblate.org/api/components/hedy/webpages/statistics/ View
Hedy/Hedy https://hosted.weblate.org/api/components/hedy/glossary/statistics/ View

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

curl \
    -H "Authorization: Token byuQ8nzQrVSe8dUNZrxjlAhhlimldUyJktkhumoI" \
    https://hosted.weblate.org/api/components/hedy/adventures/translations/
Project URL Link
Hedy https://hosted.weblate.org/api/projects/hedy/repository/ Hook
Hedy/Adventures https://hosted.weblate.org/api/components/hedy/adventures/repository/ Hook
Hedy/Cheatsheets https://hosted.weblate.org/api/components/hedy/commands/repository/ Hook
Hedy/Keywords https://hosted.weblate.org/api/components/hedy/keywords/repository/ Hook
Hedy/client-messages https://hosted.weblate.org/api/components/hedy/client-messages/repository/ Hook
Hedy/slides https://hosted.weblate.org/api/components/hedy/slides/repository/ Hook
Hedy/Texts https://hosted.weblate.org/api/components/hedy/web-texts/repository/ Hook
Hedy/Tutorials https://hosted.weblate.org/api/components/hedy/tutorials/repository/ Hook
Hedy/Achievements https://hosted.weblate.org/api/components/hedy/achievements/repository/ Hook
Hedy/Parsons https://hosted.weblate.org/api/components/hedy/parsons/repository/ Hook
Hedy/Quizzes https://hosted.weblate.org/api/components/hedy/quizzes/repository/ Hook
Hedy/Webpages https://hosted.weblate.org/api/components/hedy/webpages/repository/ Hook
Hedy/Hedy https://hosted.weblate.org/api/components/hedy/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token byuQ8nzQrVSe8dUNZrxjlAhhlimldUyJktkhumoI" \
    https://hosted.weblate.org/api/projects/hedy/repository/

Weblate also supports direct notifications from several code hosting sites:

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