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
You Apps https://hosted.weblate.org/exports/rss/you-apps/ RSS
You Apps/Calc You https://hosted.weblate.org/exports/rss/you-apps/calc-you/ RSS
You Apps/Clock You https://hosted.weblate.org/exports/rss/you-apps/clock-you/ RSS
You Apps/Connect You https://hosted.weblate.org/exports/rss/you-apps/connect-you/ RSS
You Apps/Record You https://hosted.weblate.org/exports/rss/you-apps/record-you/ RSS
You Apps/Translate You https://hosted.weblate.org/exports/rss/you-apps/translate-you/ RSS
You Apps/Vibe You https://hosted.weblate.org/exports/rss/you-apps/vibe-you/ RSS
You Apps/Wall You https://hosted.weblate.org/exports/rss/you-apps/wall-you/ 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
You Apps/Calc You https://hosted.weblate.org/api/components/you-apps/calc-you/statistics/ View
You Apps/Clock You https://hosted.weblate.org/api/components/you-apps/clock-you/statistics/ View
You Apps/Connect You https://hosted.weblate.org/api/components/you-apps/connect-you/statistics/ View
You Apps/Record You https://hosted.weblate.org/api/components/you-apps/record-you/statistics/ View
You Apps/Translate You https://hosted.weblate.org/api/components/you-apps/translate-you/statistics/ View
You Apps/Vibe You https://hosted.weblate.org/api/components/you-apps/vibe-you/statistics/ View
You Apps/Wall You https://hosted.weblate.org/api/components/you-apps/wall-you/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/you-apps/calc-you/translations/
Project URL Link
You Apps https://hosted.weblate.org/api/projects/you-apps/repository/ Hook
You Apps/Calc You https://hosted.weblate.org/api/components/you-apps/calc-you/repository/ Hook
You Apps/Clock You https://hosted.weblate.org/api/components/you-apps/clock-you/repository/ Hook
You Apps/Connect You https://hosted.weblate.org/api/components/you-apps/connect-you/repository/ Hook
You Apps/Record You https://hosted.weblate.org/api/components/you-apps/record-you/repository/ Hook
You Apps/Translate You https://hosted.weblate.org/api/components/you-apps/translate-you/repository/ Hook
You Apps/Vibe You https://hosted.weblate.org/api/components/you-apps/vibe-you/repository/ Hook
You Apps/Wall You https://hosted.weblate.org/api/components/you-apps/wall-you/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/you-apps/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