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
SecureDrop https://weblate.securedrop.org/exports/rss/securedrop/ RSS
SecureDrop/SecureDrop https://weblate.securedrop.org/exports/rss/securedrop/securedrop/ RSS
SecureDrop/desktop https://weblate.securedrop.org/exports/rss/securedrop/desktop/ RSS
SecureDrop/SecureDrop Glossary https://weblate.securedrop.org/exports/rss/securedrop/glossary/ RSS
SecureDrop/SecureDrop Client https://weblate.securedrop.org/exports/rss/securedrop/securedrop-client/ 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
SecureDrop/SecureDrop https://weblate.securedrop.org/api/components/securedrop/securedrop/statistics/ View
SecureDrop/desktop https://weblate.securedrop.org/api/components/securedrop/desktop/statistics/ View
SecureDrop/SecureDrop Glossary https://weblate.securedrop.org/api/components/securedrop/glossary/statistics/ View
SecureDrop/SecureDrop Client https://weblate.securedrop.org/api/components/securedrop/securedrop-client/statistics/ View

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

curl \
    -H "Authorization: Token TOKEN" \
    https://weblate.securedrop.org/api/components/securedrop/securedrop/translations/
Project URL Link
SecureDrop https://weblate.securedrop.org/api/projects/securedrop/repository/ Hook
SecureDrop/SecureDrop https://weblate.securedrop.org/api/components/securedrop/securedrop/repository/ Hook
SecureDrop/desktop https://weblate.securedrop.org/api/components/securedrop/desktop/repository/ Hook
SecureDrop/SecureDrop Glossary https://weblate.securedrop.org/api/components/securedrop/glossary/repository/ Hook
SecureDrop/SecureDrop Client https://weblate.securedrop.org/api/components/securedrop/securedrop-client/repository/ Hook

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

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

Weblate also supports direct notifications from several code hosting sites:

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