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
Session https://translate.stayinsession.com/exports/rss/session/ RSS
Session/main https://translate.stayinsession.com/exports/rss/session/main/ RSS
Session/Siri Spoken Shortcuts https://translate.stayinsession.com/exports/rss/session/app-shortcuts/ RSS
Session/Session https://translate.stayinsession.com/exports/rss/session/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
Session/main https://translate.stayinsession.com/api/components/session/main/statistics/ View
Session/Siri Spoken Shortcuts https://translate.stayinsession.com/api/components/session/app-shortcuts/statistics/ View
Session/Session https://translate.stayinsession.com/api/components/session/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_ATJzFERx8PgBvhNpNJSt56LBrPEMO47PUKtp" \
    https://translate.stayinsession.com/api/components/session/main/translations/
Project URL Link
Session https://translate.stayinsession.com/api/projects/session/repository/ Hook
Session/main https://translate.stayinsession.com/api/components/session/main/repository/ Hook
Session/Siri Spoken Shortcuts https://translate.stayinsession.com/api/components/session/app-shortcuts/repository/ Hook
Session/Session https://translate.stayinsession.com/api/components/session/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_ATJzFERx8PgBvhNpNJSt56LBrPEMO47PUKtp" \
    https://translate.stayinsession.com/api/projects/session/repository/

Weblate also supports direct notifications from several code hosting sites:

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