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
Nextcloud Apps https://weblate.framasoft.org/exports/rss/nextcloud/ RSS
Nextcloud Apps/CSP Editor https://weblate.framasoft.org/exports/rss/nextcloud/csp-editor/ RSS
Nextcloud Apps/Drop Account https://weblate.framasoft.org/exports/rss/nextcloud/drop-account/ RSS
Nextcloud Apps/Holiday Calendars https://weblate.framasoft.org/exports/rss/nextcloud/holiday-calendars/ RSS
Nextcloud Apps/Login Notes https://weblate.framasoft.org/exports/rss/nextcloud/login-notes/ RSS
Nextcloud Apps/Ownership Transfer https://weblate.framasoft.org/exports/rss/nextcloud/ownership-transfer/ RSS
Nextcloud Apps/Nextcloud Apps https://weblate.framasoft.org/exports/rss/nextcloud/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
Nextcloud Apps/CSP Editor https://weblate.framasoft.org/api/components/nextcloud/csp-editor/statistics/ View
Nextcloud Apps/Drop Account https://weblate.framasoft.org/api/components/nextcloud/drop-account/statistics/ View
Nextcloud Apps/Holiday Calendars https://weblate.framasoft.org/api/components/nextcloud/holiday-calendars/statistics/ View
Nextcloud Apps/Login Notes https://weblate.framasoft.org/api/components/nextcloud/login-notes/statistics/ View
Nextcloud Apps/Ownership Transfer https://weblate.framasoft.org/api/components/nextcloud/ownership-transfer/statistics/ View
Nextcloud Apps/Nextcloud Apps https://weblate.framasoft.org/api/components/nextcloud/glossary/statistics/ View

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

curl \
    -H "Authorization: Token dz1cmtBfIHaB2iYNVQHswS5xIefs9PcuXDC3TXXS" \
    https://weblate.framasoft.org/api/components/nextcloud/csp-editor/translations/
Project URL Link
Nextcloud Apps https://weblate.framasoft.org/api/projects/nextcloud/repository/ Hook
Nextcloud Apps/CSP Editor https://weblate.framasoft.org/api/components/nextcloud/csp-editor/repository/ Hook
Nextcloud Apps/Drop Account https://weblate.framasoft.org/api/components/nextcloud/drop-account/repository/ Hook
Nextcloud Apps/Holiday Calendars https://weblate.framasoft.org/api/components/nextcloud/holiday-calendars/repository/ Hook
Nextcloud Apps/Login Notes https://weblate.framasoft.org/api/components/nextcloud/login-notes/repository/ Hook
Nextcloud Apps/Ownership Transfer https://weblate.framasoft.org/api/components/nextcloud/ownership-transfer/repository/ Hook
Nextcloud Apps/Nextcloud Apps https://weblate.framasoft.org/api/components/nextcloud/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token dz1cmtBfIHaB2iYNVQHswS5xIefs9PcuXDC3TXXS" \
    https://weblate.framasoft.org/api/projects/nextcloud/repository/

Weblate also supports direct notifications from several code hosting sites:

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