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
scnx-landing https://localize.scootkit.net/exports/rss/scnx-landing/ RSS
scnx-landing/backups https://localize.scootkit.net/exports/rss/scnx-landing/backups/ RSS
scnx-landing/bot https://localize.scootkit.net/exports/rss/scnx-landing/bot/ RSS
scnx-landing/common https://localize.scootkit.net/exports/rss/scnx-landing/common/ RSS
scnx-landing/index https://localize.scootkit.net/exports/rss/scnx-landing/index/ RSS
scnx-landing/modmail https://localize.scootkit.net/exports/rss/scnx-landing/modmail/ RSS
scnx-landing/pricing https://localize.scootkit.net/exports/rss/scnx-landing/pricing/ RSS
scnx-landing/scnx-landing https://localize.scootkit.net/exports/rss/scnx-landing/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
scnx-landing/backups https://localize.scootkit.net/api/components/scnx-landing/backups/statistics/ View
scnx-landing/bot https://localize.scootkit.net/api/components/scnx-landing/bot/statistics/ View
scnx-landing/common https://localize.scootkit.net/api/components/scnx-landing/common/statistics/ View
scnx-landing/index https://localize.scootkit.net/api/components/scnx-landing/index/statistics/ View
scnx-landing/modmail https://localize.scootkit.net/api/components/scnx-landing/modmail/statistics/ View
scnx-landing/pricing https://localize.scootkit.net/api/components/scnx-landing/pricing/statistics/ View
scnx-landing/scnx-landing https://localize.scootkit.net/api/components/scnx-landing/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_Y5By2KN2JBXElxEQ9fV9deALwSTjtVKWeogH" \
    https://localize.scootkit.net/api/components/scnx-landing/backups/translations/
Project URL Link
scnx-landing https://localize.scootkit.net/api/projects/scnx-landing/repository/ Hook
scnx-landing/backups https://localize.scootkit.net/api/components/scnx-landing/backups/repository/ Hook
scnx-landing/bot https://localize.scootkit.net/api/components/scnx-landing/bot/repository/ Hook
scnx-landing/common https://localize.scootkit.net/api/components/scnx-landing/common/repository/ Hook
scnx-landing/index https://localize.scootkit.net/api/components/scnx-landing/index/repository/ Hook
scnx-landing/modmail https://localize.scootkit.net/api/components/scnx-landing/modmail/repository/ Hook
scnx-landing/pricing https://localize.scootkit.net/api/components/scnx-landing/pricing/repository/ Hook
scnx-landing/scnx-landing https://localize.scootkit.net/api/components/scnx-landing/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_Y5By2KN2JBXElxEQ9fV9deALwSTjtVKWeogH" \
    https://localize.scootkit.net/api/projects/scnx-landing/repository/

Weblate also supports direct notifications from several code hosting sites:

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