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
express-doc http://localhost/exports/rss/expressdoc/ RSS
express-doc/component-document http://localhost/exports/rss/expressdoc/component-document/ RSS
express-doc/component-modal http://localhost/exports/rss/expressdoc/component-modal/ RSS
express-doc/hoc http://localhost/exports/rss/expressdoc/hoc/ RSS
express-doc/preferences http://localhost/exports/rss/expressdoc/preferences/ RSS
express-doc/test component http://localhost/exports/rss/expressdoc/test-component/ RSS
express-doc/test-modal http://localhost/exports/rss/expressdoc/test-modal/ RSS
express-doc/express-doc http://localhost/exports/rss/expressdoc/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
express-doc/component-document http://localhost/api/components/expressdoc/component-document/statistics/ View
express-doc/component-modal http://localhost/api/components/expressdoc/component-modal/statistics/ View
express-doc/hoc http://localhost/api/components/expressdoc/hoc/statistics/ View
express-doc/preferences http://localhost/api/components/expressdoc/preferences/statistics/ View
express-doc/test component http://localhost/api/components/expressdoc/test-component/statistics/ View
express-doc/test-modal http://localhost/api/components/expressdoc/test-modal/statistics/ View
express-doc/express-doc http://localhost/api/components/expressdoc/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_EbVg3K784M00f85JnYROgfYAkelAoLdQ1nCP" \
    http://localhost/api/components/expressdoc/component-document/translations/
Project URL Link
express-doc http://localhost/api/projects/expressdoc/repository/ Hook
express-doc/component-document http://localhost/api/components/expressdoc/component-document/repository/ Hook
express-doc/component-modal http://localhost/api/components/expressdoc/component-modal/repository/ Hook
express-doc/hoc http://localhost/api/components/expressdoc/hoc/repository/ Hook
express-doc/preferences http://localhost/api/components/expressdoc/preferences/repository/ Hook
express-doc/test component http://localhost/api/components/expressdoc/test-component/repository/ Hook
express-doc/test-modal http://localhost/api/components/expressdoc/test-modal/repository/ Hook
express-doc/express-doc http://localhost/api/components/expressdoc/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_EbVg3K784M00f85JnYROgfYAkelAoLdQ1nCP" \
    http://localhost/api/projects/expressdoc/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub http://localhost/hooks/github/ The documentation has detailed instructions
GitLab http://localhost/hooks/gitlab/ The documentation has detailed instructions
Bitbucket http://localhost/hooks/bitbucket/ The documentation has detailed instructions
Pagure http://localhost/hooks/pagure/ The documentation has detailed instructions
Azure Repos http://localhost/hooks/azure/ The documentation has detailed instructions
Gitea http://localhost/hooks/gitea/ The documentation has detailed instructions