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
ESMira https://translate.jodli.dev/exports/rss/esmira/ RSS
ESMira/About https://translate.jodli.dev/exports/rss/esmira/about/ RSS
ESMira/Android https://translate.jodli.dev/exports/rss/esmira/apps/ RSS
ESMira/Web https://translate.jodli.dev/exports/rss/esmira/web/ RSS
ESMira/iOS https://translate.jodli.dev/exports/rss/esmira/ios/ RSS
ESMira/iOS - Plurals https://translate.jodli.dev/exports/rss/esmira/ios_plurals/ RSS
ESMira/ESMira https://translate.jodli.dev/exports/rss/esmira/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
ESMira/About https://translate.jodli.dev/api/components/esmira/about/statistics/ View
ESMira/Android https://translate.jodli.dev/api/components/esmira/apps/statistics/ View
ESMira/Web https://translate.jodli.dev/api/components/esmira/web/statistics/ View
ESMira/iOS https://translate.jodli.dev/api/components/esmira/ios/statistics/ View
ESMira/iOS - Plurals https://translate.jodli.dev/api/components/esmira/ios_plurals/statistics/ View
ESMira/ESMira https://translate.jodli.dev/api/components/esmira/glossary/statistics/ View

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

curl \
    -H "Authorization: Token G2cOYGFZ1PEmuvK7WoxaNFMM2WfL0fJMEfbANb4W" \
    https://translate.jodli.dev/api/components/esmira/about/translations/
Project URL Link
ESMira https://translate.jodli.dev/api/projects/esmira/repository/ Hook
ESMira/About https://translate.jodli.dev/api/components/esmira/about/repository/ Hook
ESMira/Android https://translate.jodli.dev/api/components/esmira/apps/repository/ Hook
ESMira/Web https://translate.jodli.dev/api/components/esmira/web/repository/ Hook
ESMira/iOS https://translate.jodli.dev/api/components/esmira/ios/repository/ Hook
ESMira/iOS - Plurals https://translate.jodli.dev/api/components/esmira/ios_plurals/repository/ Hook
ESMira/ESMira https://translate.jodli.dev/api/components/esmira/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token G2cOYGFZ1PEmuvK7WoxaNFMM2WfL0fJMEfbANb4W" \
    https://translate.jodli.dev/api/projects/esmira/repository/

Weblate also supports direct notifications from several code hosting sites:

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