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
Hammer https://hosted.weblate.org/exports/rss/hammer/ RSS
Hammer/Account Settings https://hosted.weblate.org/exports/rss/hammer/account-settings/ RSS
Hammer/Android https://hosted.weblate.org/exports/rss/hammer/android/ RSS
Hammer/Desktop https://hosted.weblate.org/exports/rss/hammer/desktop/ RSS
Hammer/Drafts https://hosted.weblate.org/exports/rss/hammer/drafts/ RSS
Hammer/Encyclopedia https://hosted.weblate.org/exports/rss/hammer/encyclopedia/ RSS
Hammer/General https://hosted.weblate.org/exports/rss/hammer/clients/ RSS
Hammer/Notes https://hosted.weblate.org/exports/rss/hammer/notes/ RSS
Hammer/Project Home https://hosted.weblate.org/exports/rss/hammer/project_home/ RSS
Hammer/Projects List https://hosted.weblate.org/exports/rss/hammer/projects_list/ RSS
Hammer/Scene Editor https://hosted.weblate.org/exports/rss/hammer/scene_editor/ RSS
Hammer/Scene List https://hosted.weblate.org/exports/rss/hammer/scene_list/ RSS
Hammer/Server https://hosted.weblate.org/exports/rss/hammer/server/ RSS
Hammer/Hammer https://hosted.weblate.org/exports/rss/hammer/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
Hammer/Account Settings https://hosted.weblate.org/api/components/hammer/account-settings/statistics/ View
Hammer/Android https://hosted.weblate.org/api/components/hammer/android/statistics/ View
Hammer/Desktop https://hosted.weblate.org/api/components/hammer/desktop/statistics/ View
Hammer/Drafts https://hosted.weblate.org/api/components/hammer/drafts/statistics/ View
Hammer/Encyclopedia https://hosted.weblate.org/api/components/hammer/encyclopedia/statistics/ View
Hammer/General https://hosted.weblate.org/api/components/hammer/clients/statistics/ View
Hammer/Notes https://hosted.weblate.org/api/components/hammer/notes/statistics/ View
Hammer/Project Home https://hosted.weblate.org/api/components/hammer/project_home/statistics/ View
Hammer/Projects List https://hosted.weblate.org/api/components/hammer/projects_list/statistics/ View
Hammer/Scene Editor https://hosted.weblate.org/api/components/hammer/scene_editor/statistics/ View
Hammer/Scene List https://hosted.weblate.org/api/components/hammer/scene_list/statistics/ View
Hammer/Server https://hosted.weblate.org/api/components/hammer/server/statistics/ View
Hammer/Hammer https://hosted.weblate.org/api/components/hammer/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/hammer/account-settings/translations/
Project URL Link
Hammer https://hosted.weblate.org/api/projects/hammer/repository/ Hook
Hammer/Account Settings https://hosted.weblate.org/api/components/hammer/account-settings/repository/ Hook
Hammer/Android https://hosted.weblate.org/api/components/hammer/android/repository/ Hook
Hammer/Desktop https://hosted.weblate.org/api/components/hammer/desktop/repository/ Hook
Hammer/Drafts https://hosted.weblate.org/api/components/hammer/drafts/repository/ Hook
Hammer/Encyclopedia https://hosted.weblate.org/api/components/hammer/encyclopedia/repository/ Hook
Hammer/General https://hosted.weblate.org/api/components/hammer/clients/repository/ Hook
Hammer/Notes https://hosted.weblate.org/api/components/hammer/notes/repository/ Hook
Hammer/Project Home https://hosted.weblate.org/api/components/hammer/project_home/repository/ Hook
Hammer/Projects List https://hosted.weblate.org/api/components/hammer/projects_list/repository/ Hook
Hammer/Scene Editor https://hosted.weblate.org/api/components/hammer/scene_editor/repository/ Hook
Hammer/Scene List https://hosted.weblate.org/api/components/hammer/scene_list/repository/ Hook
Hammer/Server https://hosted.weblate.org/api/components/hammer/server/repository/ Hook
Hammer/Hammer https://hosted.weblate.org/api/components/hammer/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/hammer/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