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
Theme Color https://hosted.weblate.org/exports/rss/theme-color/ RSS
Theme Color/App https://hosted.weblate.org/exports/rss/theme-color/app/ RSS
Theme Color/HandbookGeneral https://hosted.weblate.org/exports/rss/theme-color/handbookgeneral/ RSS
Theme Color/Theme Color https://hosted.weblate.org/exports/rss/theme-color/glossary/ RSS
Theme Color/HandbookColors https://hosted.weblate.org/exports/rss/theme-color/handbookcolors/ RSS
Theme Color/HandbookDaemon https://hosted.weblate.org/exports/rss/theme-color/handbookdaemon/ RSS
Theme Color/HandbookExport https://hosted.weblate.org/exports/rss/theme-color/handbookexport/ RSS
Theme Color/HandbookHowto https://hosted.weblate.org/exports/rss/theme-color/handbookhowto/ RSS
Theme Color/HandbookTips https://hosted.weblate.org/exports/rss/theme-color/handbooktips/ RSS
Theme Color/HandbookUI https://hosted.weblate.org/exports/rss/theme-color/handbookui/ 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
Theme Color/App https://hosted.weblate.org/api/components/theme-color/app/statistics/ View
Theme Color/HandbookGeneral https://hosted.weblate.org/api/components/theme-color/handbookgeneral/statistics/ View
Theme Color/Theme Color https://hosted.weblate.org/api/components/theme-color/glossary/statistics/ View
Theme Color/HandbookColors https://hosted.weblate.org/api/components/theme-color/handbookcolors/statistics/ View
Theme Color/HandbookDaemon https://hosted.weblate.org/api/components/theme-color/handbookdaemon/statistics/ View
Theme Color/HandbookExport https://hosted.weblate.org/api/components/theme-color/handbookexport/statistics/ View
Theme Color/HandbookHowto https://hosted.weblate.org/api/components/theme-color/handbookhowto/statistics/ View
Theme Color/HandbookTips https://hosted.weblate.org/api/components/theme-color/handbooktips/statistics/ View
Theme Color/HandbookUI https://hosted.weblate.org/api/components/theme-color/handbookui/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/theme-color/app/translations/
Project URL Link
Theme Color https://hosted.weblate.org/api/projects/theme-color/repository/ Hook
Theme Color/App https://hosted.weblate.org/api/components/theme-color/app/repository/ Hook
Theme Color/HandbookGeneral https://hosted.weblate.org/api/components/theme-color/handbookgeneral/repository/ Hook
Theme Color/Theme Color https://hosted.weblate.org/api/components/theme-color/glossary/repository/ Hook
Theme Color/HandbookColors https://hosted.weblate.org/api/components/theme-color/handbookcolors/repository/ Hook
Theme Color/HandbookDaemon https://hosted.weblate.org/api/components/theme-color/handbookdaemon/repository/ Hook
Theme Color/HandbookExport https://hosted.weblate.org/api/components/theme-color/handbookexport/repository/ Hook
Theme Color/HandbookHowto https://hosted.weblate.org/api/components/theme-color/handbookhowto/repository/ Hook
Theme Color/HandbookTips https://hosted.weblate.org/api/components/theme-color/handbooktips/repository/ Hook
Theme Color/HandbookUI https://hosted.weblate.org/api/components/theme-color/handbookui/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/theme-color/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