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
Oh My Ailurus https://weblate.aosc.io/exports/rss/oma/ RSS
Oh My Ailurus/oma https://weblate.aosc.io/exports/rss/oma/oma/ RSS
Oh My Ailurus/oma next https://weblate.aosc.io/exports/rss/oma/oma-next/ RSS
Oh My Ailurus/Oh My Ailurus https://weblate.aosc.io/exports/rss/oma/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
Oh My Ailurus/oma https://weblate.aosc.io/api/components/oma/oma/statistics/ View
Oh My Ailurus/oma next https://weblate.aosc.io/api/components/oma/oma-next/statistics/ View
Oh My Ailurus/Oh My Ailurus https://weblate.aosc.io/api/components/oma/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_sdyihAJclfzXzRxnTim9KGgpB9gGBXBzhAFq" \
    https://weblate.aosc.io/api/components/oma/oma/translations/
Project URL Link
Oh My Ailurus https://weblate.aosc.io/api/projects/oma/repository/ Hook
Oh My Ailurus/oma https://weblate.aosc.io/api/components/oma/oma/repository/ Hook
Oh My Ailurus/oma next https://weblate.aosc.io/api/components/oma/oma-next/repository/ Hook
Oh My Ailurus/Oh My Ailurus https://weblate.aosc.io/api/components/oma/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_sdyihAJclfzXzRxnTim9KGgpB9gGBXBzhAFq" \
    https://weblate.aosc.io/api/projects/oma/repository/

Weblate also supports direct notifications from several code hosting sites:

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