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
Ayana https://translate.ayana.io/exports/rss/ayana/ RSS
Ayana/_meta (Language Display) https://translate.ayana.io/exports/rss/ayana/_meta/ RSS
Ayana/Bentocord https://translate.ayana.io/exports/rss/ayana/bentocord/ RSS
Ayana/General https://translate.ayana.io/exports/rss/ayana/general/ RSS
Ayana/Responses https://translate.ayana.io/exports/rss/ayana/responses/ RSS
Ayana/Waifuquest https://translate.ayana.io/exports/rss/ayana/waifuquest/ RSS
Ayana/Words https://translate.ayana.io/exports/rss/ayana/words/ RSS
Ayana/Images https://translate.ayana.io/exports/rss/ayana/images/ RSS
Ayana/Music https://translate.ayana.io/exports/rss/ayana/music/ RSS
Ayana/Commands https://translate.ayana.io/exports/rss/ayana/commands/ RSS
Ayana/Events https://translate.ayana.io/exports/rss/ayana/events/ RSS
Ayana/Ayana https://translate.ayana.io/exports/rss/ayana/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
Ayana/_meta (Language Display) https://translate.ayana.io/api/components/ayana/_meta/statistics/ View
Ayana/Bentocord https://translate.ayana.io/api/components/ayana/bentocord/statistics/ View
Ayana/General https://translate.ayana.io/api/components/ayana/general/statistics/ View
Ayana/Responses https://translate.ayana.io/api/components/ayana/responses/statistics/ View
Ayana/Waifuquest https://translate.ayana.io/api/components/ayana/waifuquest/statistics/ View
Ayana/Words https://translate.ayana.io/api/components/ayana/words/statistics/ View
Ayana/Images https://translate.ayana.io/api/components/ayana/images/statistics/ View
Ayana/Music https://translate.ayana.io/api/components/ayana/music/statistics/ View
Ayana/Commands https://translate.ayana.io/api/components/ayana/commands/statistics/ View
Ayana/Events https://translate.ayana.io/api/components/ayana/events/statistics/ View
Ayana/Ayana https://translate.ayana.io/api/components/ayana/glossary/statistics/ View

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

curl \
    -H "Authorization: Token aCzF2cSU1qFHGcUmL1tf8y5fHybvYiNMFqoOuUOt" \
    https://translate.ayana.io/api/components/ayana/_meta/translations/
Project URL Link
Ayana https://translate.ayana.io/api/projects/ayana/repository/ Hook
Ayana/_meta (Language Display) https://translate.ayana.io/api/components/ayana/_meta/repository/ Hook
Ayana/Bentocord https://translate.ayana.io/api/components/ayana/bentocord/repository/ Hook
Ayana/General https://translate.ayana.io/api/components/ayana/general/repository/ Hook
Ayana/Responses https://translate.ayana.io/api/components/ayana/responses/repository/ Hook
Ayana/Waifuquest https://translate.ayana.io/api/components/ayana/waifuquest/repository/ Hook
Ayana/Words https://translate.ayana.io/api/components/ayana/words/repository/ Hook
Ayana/Images https://translate.ayana.io/api/components/ayana/images/repository/ Hook
Ayana/Music https://translate.ayana.io/api/components/ayana/music/repository/ Hook
Ayana/Commands https://translate.ayana.io/api/components/ayana/commands/repository/ Hook
Ayana/Events https://translate.ayana.io/api/components/ayana/events/repository/ Hook
Ayana/Ayana https://translate.ayana.io/api/components/ayana/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token aCzF2cSU1qFHGcUmL1tf8y5fHybvYiNMFqoOuUOt" \
    https://translate.ayana.io/api/projects/ayana/repository/

Weblate also supports direct notifications from several code hosting sites:

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