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
Sober Sailor https://hosted.weblate.org/exports/rss/sober-sailor/ RSS
Sober Sailor/General https://hosted.weblate.org/exports/rss/sober-sailor/general/ RSS
Sober Sailor/Truth or Dare Tasks https://hosted.weblate.org/exports/rss/sober-sailor/truth-or-dare-tasks/ RSS
Sober Sailor/Who would rather Task https://hosted.weblate.org/exports/rss/sober-sailor/who-would-rather-task/ RSS
Sober Sailor/Would you rather Tasks https://hosted.weblate.org/exports/rss/sober-sailor/would-you-rather-tasks/ RSS
Sober Sailor/Sober Sailor https://hosted.weblate.org/exports/rss/sober-sailor/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
Sober Sailor/General https://hosted.weblate.org/api/components/sober-sailor/general/statistics/ View
Sober Sailor/Truth or Dare Tasks https://hosted.weblate.org/api/components/sober-sailor/truth-or-dare-tasks/statistics/ View
Sober Sailor/Who would rather Task https://hosted.weblate.org/api/components/sober-sailor/who-would-rather-task/statistics/ View
Sober Sailor/Would you rather Tasks https://hosted.weblate.org/api/components/sober-sailor/would-you-rather-tasks/statistics/ View
Sober Sailor/Sober Sailor https://hosted.weblate.org/api/components/sober-sailor/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/sober-sailor/general/translations/
Project URL Link
Sober Sailor https://hosted.weblate.org/api/projects/sober-sailor/repository/ Hook
Sober Sailor/General https://hosted.weblate.org/api/components/sober-sailor/general/repository/ Hook
Sober Sailor/Truth or Dare Tasks https://hosted.weblate.org/api/components/sober-sailor/truth-or-dare-tasks/repository/ Hook
Sober Sailor/Who would rather Task https://hosted.weblate.org/api/components/sober-sailor/who-would-rather-task/repository/ Hook
Sober Sailor/Would you rather Tasks https://hosted.weblate.org/api/components/sober-sailor/would-you-rather-tasks/repository/ Hook
Sober Sailor/Sober Sailor https://hosted.weblate.org/api/components/sober-sailor/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/sober-sailor/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