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
Quinb https://translate.deepdaikon.xyz/exports/rss/quinb/ RSS
Quinb/Games https://translate.deepdaikon.xyz/exports/rss/quinb/games/ RSS
Quinb/UI https://translate.deepdaikon.xyz/exports/rss/quinb/ui/ RSS
Quinb/Metadata https://translate.deepdaikon.xyz/exports/rss/quinb/metadata/ 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
Quinb/Games https://translate.deepdaikon.xyz/api/components/quinb/games/statistics/ View
Quinb/UI https://translate.deepdaikon.xyz/api/components/quinb/ui/statistics/ View
Quinb/Metadata https://translate.deepdaikon.xyz/api/components/quinb/metadata/statistics/ View

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

curl \
    -H "Authorization: Token jRGDPD6BoXO6355LKCGWG6jwjsI1krHkbvM1dMgX" \
    https://translate.deepdaikon.xyz/api/components/quinb/games/translations/
Project URL Link
Quinb https://translate.deepdaikon.xyz/api/projects/quinb/repository/ Hook
Quinb/Games https://translate.deepdaikon.xyz/api/components/quinb/games/repository/ Hook
Quinb/UI https://translate.deepdaikon.xyz/api/components/quinb/ui/repository/ Hook
Quinb/Metadata https://translate.deepdaikon.xyz/api/components/quinb/metadata/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token jRGDPD6BoXO6355LKCGWG6jwjsI1krHkbvM1dMgX" \
    https://translate.deepdaikon.xyz/api/projects/quinb/repository/

Weblate also supports direct notifications from several code hosting sites:

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