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
jacobsjo https://weblate.catter.dev/exports/rss/jacobsjo/ RSS
jacobsjo/mc-datapack-map https://weblate.catter.dev/exports/rss/jacobsjo/mc-datapack-map/ RSS
jacobsjo/jacobsjo https://weblate.catter.dev/exports/rss/jacobsjo/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
jacobsjo/mc-datapack-map https://weblate.catter.dev/api/components/jacobsjo/mc-datapack-map/statistics/ View
jacobsjo/jacobsjo https://weblate.catter.dev/api/components/jacobsjo/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_e1mG5GXpRlqJKBFJveMnr28H59wuSFQvQwBx" \
    https://weblate.catter.dev/api/components/jacobsjo/mc-datapack-map/translations/
Project URL Link
jacobsjo https://weblate.catter.dev/api/projects/jacobsjo/repository/ Hook
jacobsjo/mc-datapack-map https://weblate.catter.dev/api/components/jacobsjo/mc-datapack-map/repository/ Hook
jacobsjo/jacobsjo https://weblate.catter.dev/api/components/jacobsjo/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_e1mG5GXpRlqJKBFJveMnr28H59wuSFQvQwBx" \
    https://weblate.catter.dev/api/projects/jacobsjo/repository/

Weblate also supports direct notifications from several code hosting sites:

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