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
Findroid https://weblate.jdtech.dev/exports/rss/findroid/ RSS
Findroid/core https://weblate.jdtech.dev/exports/rss/findroid/core/ RSS
Findroid/player:video https://weblate.jdtech.dev/exports/rss/findroid/playervideo/ RSS
Findroid/Findroid https://weblate.jdtech.dev/exports/rss/findroid/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
Findroid/core https://weblate.jdtech.dev/api/components/findroid/core/statistics/ View
Findroid/player:video https://weblate.jdtech.dev/api/components/findroid/playervideo/statistics/ View
Findroid/Findroid https://weblate.jdtech.dev/api/components/findroid/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_EPrrgYF4QjYb0trCe2dmlVcZDfKjSc5ihIYC" \
    https://weblate.jdtech.dev/api/components/findroid/core/translations/
Project URL Link
Findroid https://weblate.jdtech.dev/api/projects/findroid/repository/ Hook
Findroid/core https://weblate.jdtech.dev/api/components/findroid/core/repository/ Hook
Findroid/player:video https://weblate.jdtech.dev/api/components/findroid/playervideo/repository/ Hook
Findroid/Findroid https://weblate.jdtech.dev/api/components/findroid/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_EPrrgYF4QjYb0trCe2dmlVcZDfKjSc5ihIYC" \
    https://weblate.jdtech.dev/api/projects/findroid/repository/

Weblate also supports direct notifications from several code hosting sites:

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