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
qooxdoo https://hosted.weblate.org/exports/rss/qooxdoo/ RSS
qooxdoo/APIViewer https://hosted.weblate.org/exports/rss/qooxdoo/apiviewer/ RSS
qooxdoo/Demobrowser https://hosted.weblate.org/exports/rss/qooxdoo/demobrowser/ RSS
qooxdoo/Feedreader https://hosted.weblate.org/exports/rss/qooxdoo/feedreader/ RSS
qooxdoo/Framework https://hosted.weblate.org/exports/rss/qooxdoo/framework/ RSS
qooxdoo/Logpane https://hosted.weblate.org/exports/rss/qooxdoo/logpane/ RSS
qooxdoo/Mobileshowcase https://hosted.weblate.org/exports/rss/qooxdoo/mobileshowcase/ RSS
qooxdoo/Playground https://hosted.weblate.org/exports/rss/qooxdoo/playground/ RSS
qooxdoo/Showcase https://hosted.weblate.org/exports/rss/qooxdoo/showcase/ RSS
qooxdoo/Tutorial https://hosted.weblate.org/exports/rss/qooxdoo/tutorial/ RSS
qooxdoo/Widgetbrowser https://hosted.weblate.org/exports/rss/qooxdoo/widgetbrowser/ RSS
qooxdoo/qooxdoo https://hosted.weblate.org/exports/rss/qooxdoo/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
qooxdoo/APIViewer https://hosted.weblate.org/api/components/qooxdoo/apiviewer/statistics/ View
qooxdoo/Demobrowser https://hosted.weblate.org/api/components/qooxdoo/demobrowser/statistics/ View
qooxdoo/Feedreader https://hosted.weblate.org/api/components/qooxdoo/feedreader/statistics/ View
qooxdoo/Framework https://hosted.weblate.org/api/components/qooxdoo/framework/statistics/ View
qooxdoo/Logpane https://hosted.weblate.org/api/components/qooxdoo/logpane/statistics/ View
qooxdoo/Mobileshowcase https://hosted.weblate.org/api/components/qooxdoo/mobileshowcase/statistics/ View
qooxdoo/Playground https://hosted.weblate.org/api/components/qooxdoo/playground/statistics/ View
qooxdoo/Showcase https://hosted.weblate.org/api/components/qooxdoo/showcase/statistics/ View
qooxdoo/Tutorial https://hosted.weblate.org/api/components/qooxdoo/tutorial/statistics/ View
qooxdoo/Widgetbrowser https://hosted.weblate.org/api/components/qooxdoo/widgetbrowser/statistics/ View
qooxdoo/qooxdoo https://hosted.weblate.org/api/components/qooxdoo/glossary/statistics/ View

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

curl \
    -H "Authorization: Token byuQ8nzQrVSe8dUNZrxjlAhhlimldUyJktkhumoI" \
    https://hosted.weblate.org/api/components/qooxdoo/apiviewer/translations/
Project URL Link
qooxdoo https://hosted.weblate.org/api/projects/qooxdoo/repository/ Hook
qooxdoo/APIViewer https://hosted.weblate.org/api/components/qooxdoo/apiviewer/repository/ Hook
qooxdoo/Demobrowser https://hosted.weblate.org/api/components/qooxdoo/demobrowser/repository/ Hook
qooxdoo/Feedreader https://hosted.weblate.org/api/components/qooxdoo/feedreader/repository/ Hook
qooxdoo/Framework https://hosted.weblate.org/api/components/qooxdoo/framework/repository/ Hook
qooxdoo/Logpane https://hosted.weblate.org/api/components/qooxdoo/logpane/repository/ Hook
qooxdoo/Mobileshowcase https://hosted.weblate.org/api/components/qooxdoo/mobileshowcase/repository/ Hook
qooxdoo/Playground https://hosted.weblate.org/api/components/qooxdoo/playground/repository/ Hook
qooxdoo/Showcase https://hosted.weblate.org/api/components/qooxdoo/showcase/repository/ Hook
qooxdoo/Tutorial https://hosted.weblate.org/api/components/qooxdoo/tutorial/repository/ Hook
qooxdoo/Widgetbrowser https://hosted.weblate.org/api/components/qooxdoo/widgetbrowser/repository/ Hook
qooxdoo/qooxdoo https://hosted.weblate.org/api/components/qooxdoo/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token byuQ8nzQrVSe8dUNZrxjlAhhlimldUyJktkhumoI" \
    https://hosted.weblate.org/api/projects/qooxdoo/repository/

Weblate also supports direct notifications from several code hosting sites:

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