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
LibreScore https://librescore.ddns.net/exports/rss/librescore/ RSS
LibreScore/LibreScore App https://librescore.ddns.net/exports/rss/librescore/app-librescore/ RSS
LibreScore/LibreScore Documentation https://librescore.ddns.net/exports/rss/librescore/docs/ RSS
LibreScore/LibreScore Userscript & Command-line tool https://librescore.ddns.net/exports/rss/librescore/dl-librescore/ RSS
LibreScore/Webmscore PWA https://librescore.ddns.net/exports/rss/librescore/webmscore-pwa/ 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
LibreScore/LibreScore App https://librescore.ddns.net/api/components/librescore/app-librescore/statistics/ View
LibreScore/LibreScore Documentation https://librescore.ddns.net/api/components/librescore/docs/statistics/ View
LibreScore/LibreScore Userscript & Command-line tool https://librescore.ddns.net/api/components/librescore/dl-librescore/statistics/ View
LibreScore/Webmscore PWA https://librescore.ddns.net/api/components/librescore/webmscore-pwa/statistics/ View

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

curl \
    -H "Authorization: Token wlu_G5piBhRrU85vA7hvyIBSHYaJ5CbA8ujt7qPq" \
    https://librescore.ddns.net/api/components/librescore/app-librescore/translations/
Project URL Link
LibreScore https://librescore.ddns.net/api/projects/librescore/repository/ Hook
LibreScore/LibreScore App https://librescore.ddns.net/api/components/librescore/app-librescore/repository/ Hook
LibreScore/LibreScore Documentation https://librescore.ddns.net/api/components/librescore/docs/repository/ Hook
LibreScore/LibreScore Userscript & Command-line tool https://librescore.ddns.net/api/components/librescore/dl-librescore/repository/ Hook
LibreScore/Webmscore PWA https://librescore.ddns.net/api/components/librescore/webmscore-pwa/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_G5piBhRrU85vA7hvyIBSHYaJ5CbA8ujt7qPq" \
    https://librescore.ddns.net/api/projects/librescore/repository/

Weblate also supports direct notifications from several code hosting sites:

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