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
Stardust Labs https://weblate.catter.dev/exports/rss/stardust-labs/ RSS
Stardust Labs/incendium https://weblate.catter.dev/exports/rss/stardust-labs/incendium/ RSS
Stardust Labs/nullscape https://weblate.catter.dev/exports/rss/stardust-labs/nullscape/ RSS
Stardust Labs/structory https://weblate.catter.dev/exports/rss/stardust-labs/structory/ RSS
Stardust Labs/structory_towers https://weblate.catter.dev/exports/rss/stardust-labs/structory_towers/ RSS
Stardust Labs/terralith https://weblate.catter.dev/exports/rss/stardust-labs/terralith/ RSS
Stardust Labs/Stardust Labs https://weblate.catter.dev/exports/rss/stardust-labs/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
Stardust Labs/incendium https://weblate.catter.dev/api/components/stardust-labs/incendium/statistics/ View
Stardust Labs/nullscape https://weblate.catter.dev/api/components/stardust-labs/nullscape/statistics/ View
Stardust Labs/structory https://weblate.catter.dev/api/components/stardust-labs/structory/statistics/ View
Stardust Labs/structory_towers https://weblate.catter.dev/api/components/stardust-labs/structory_towers/statistics/ View
Stardust Labs/terralith https://weblate.catter.dev/api/components/stardust-labs/terralith/statistics/ View
Stardust Labs/Stardust Labs https://weblate.catter.dev/api/components/stardust-labs/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/stardust-labs/incendium/translations/
Project URL Link
Stardust Labs https://weblate.catter.dev/api/projects/stardust-labs/repository/ Hook
Stardust Labs/incendium https://weblate.catter.dev/api/components/stardust-labs/incendium/repository/ Hook
Stardust Labs/nullscape https://weblate.catter.dev/api/components/stardust-labs/nullscape/repository/ Hook
Stardust Labs/structory https://weblate.catter.dev/api/components/stardust-labs/structory/repository/ Hook
Stardust Labs/structory_towers https://weblate.catter.dev/api/components/stardust-labs/structory_towers/repository/ Hook
Stardust Labs/terralith https://weblate.catter.dev/api/components/stardust-labs/terralith/repository/ Hook
Stardust Labs/Stardust Labs https://weblate.catter.dev/api/components/stardust-labs/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/stardust-labs/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