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
website https://translations.documentfoundation.org/exports/rss/website/ RSS
website/extensions https://translations.documentfoundation.org/exports/rss/website/extensions/ RSS
website/libreoffice site (hugo) https://translations.documentfoundation.org/exports/rss/website/libreofficeorg/ RSS
website/mlmmj_footer https://translations.documentfoundation.org/exports/rss/website/mlmmj_footer/ RSS
website/newdesign https://translations.documentfoundation.org/exports/rss/website/newdesign/ RSS
website/website https://translations.documentfoundation.org/exports/rss/website/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
website/extensions https://translations.documentfoundation.org/api/components/website/extensions/statistics/ View
website/libreoffice site (hugo) https://translations.documentfoundation.org/api/components/website/libreofficeorg/statistics/ View
website/mlmmj_footer https://translations.documentfoundation.org/api/components/website/mlmmj_footer/statistics/ View
website/newdesign https://translations.documentfoundation.org/api/components/website/newdesign/statistics/ View
website/website https://translations.documentfoundation.org/api/components/website/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_LP2iCIngH2j7zQWLZ4LAlsHXQjTyantsRTIY" \
    https://translations.documentfoundation.org/api/components/website/extensions/translations/
Project URL Link
website https://translations.documentfoundation.org/api/projects/website/repository/ Hook
website/extensions https://translations.documentfoundation.org/api/components/website/extensions/repository/ Hook
website/libreoffice site (hugo) https://translations.documentfoundation.org/api/components/website/libreofficeorg/repository/ Hook
website/mlmmj_footer https://translations.documentfoundation.org/api/components/website/mlmmj_footer/repository/ Hook
website/newdesign https://translations.documentfoundation.org/api/components/website/newdesign/repository/ Hook
website/website https://translations.documentfoundation.org/api/components/website/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_LP2iCIngH2j7zQWLZ4LAlsHXQjTyantsRTIY" \
    https://translations.documentfoundation.org/api/projects/website/repository/

Weblate also supports direct notifications from several code hosting sites:

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