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
Xeonjia https://translate.deepdaikon.xyz/exports/rss/xeonjia/ RSS
Xeonjia/Story https://translate.deepdaikon.xyz/exports/rss/xeonjia/story/ RSS
Xeonjia/UI https://translate.deepdaikon.xyz/exports/rss/xeonjia/ui/ RSS
Xeonjia/Metadata https://translate.deepdaikon.xyz/exports/rss/xeonjia/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
Xeonjia/Story https://translate.deepdaikon.xyz/api/components/xeonjia/story/statistics/ View
Xeonjia/UI https://translate.deepdaikon.xyz/api/components/xeonjia/ui/statistics/ View
Xeonjia/Metadata https://translate.deepdaikon.xyz/api/components/xeonjia/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/xeonjia/story/translations/
Project URL Link
Xeonjia https://translate.deepdaikon.xyz/api/projects/xeonjia/repository/ Hook
Xeonjia/Story https://translate.deepdaikon.xyz/api/components/xeonjia/story/repository/ Hook
Xeonjia/UI https://translate.deepdaikon.xyz/api/components/xeonjia/ui/repository/ Hook
Xeonjia/Metadata https://translate.deepdaikon.xyz/api/components/xeonjia/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/xeonjia/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