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
darktable https://weblate.pixls.us/exports/rss/darktable/ RSS
darktable/dtdocs https://weblate.pixls.us/exports/rss/darktable/dtdocs/ RSS
darktable/darktable https://weblate.pixls.us/exports/rss/darktable/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
darktable/dtdocs https://weblate.pixls.us/api/components/darktable/dtdocs/statistics/ View
darktable/darktable https://weblate.pixls.us/api/components/darktable/glossary/statistics/ View

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

curl \
    -H "Authorization: Token eaRG17Zd0KX6EcJKbhGiqeHr7vmApwIvyWx2W2Cq" \
    https://weblate.pixls.us/api/components/darktable/dtdocs/translations/
Project URL Link
darktable https://weblate.pixls.us/api/projects/darktable/repository/ Hook
darktable/dtdocs https://weblate.pixls.us/api/components/darktable/dtdocs/repository/ Hook
darktable/darktable https://weblate.pixls.us/api/components/darktable/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token eaRG17Zd0KX6EcJKbhGiqeHr7vmApwIvyWx2W2Cq" \
    https://weblate.pixls.us/api/projects/darktable/repository/

Weblate also supports direct notifications from several code hosting sites:

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