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
Named Hosting https://translate.namelessmc.com/exports/rss/named-hosting/ RSS
Named Hosting/Named Hosting https://translate.namelessmc.com/exports/rss/named-hosting/named-hosting/ 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
Named Hosting/Named Hosting https://translate.namelessmc.com/api/components/named-hosting/named-hosting/statistics/ View

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

curl \
    -H "Authorization: Token TRHRt2NYWTwBHSaqlmz3s7NN9T2reMLq2iEceJT4" \
    https://translate.namelessmc.com/api/components/named-hosting/named-hosting/translations/
Project URL Link
Named Hosting https://translate.namelessmc.com/api/projects/named-hosting/repository/ Hook
Named Hosting/Named Hosting https://translate.namelessmc.com/api/components/named-hosting/named-hosting/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token TRHRt2NYWTwBHSaqlmz3s7NN9T2reMLq2iEceJT4" \
    https://translate.namelessmc.com/api/projects/named-hosting/repository/

Weblate also supports direct notifications from several code hosting sites:

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