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
Hitask Android App https://translate.hitask.com/exports/rss/hitask-android/ RSS
Hitask Android App/App https://translate.hitask.com/exports/rss/hitask-android/app/ RSS
Hitask Android App/Error messages https://translate.hitask.com/exports/rss/hitask-android/error-messages/ RSS
Hitask Android App/Play Store Texts https://translate.hitask.com/exports/rss/hitask-android/android-play-store/ RSS
Hitask Android App/Hitask Android App https://translate.hitask.com/exports/rss/hitask-android/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
Hitask Android App/App https://translate.hitask.com/api/components/hitask-android/app/statistics/ View
Hitask Android App/Error messages https://translate.hitask.com/api/components/hitask-android/error-messages/statistics/ View
Hitask Android App/Play Store Texts https://translate.hitask.com/api/components/hitask-android/android-play-store/statistics/ View
Hitask Android App/Hitask Android App https://translate.hitask.com/api/components/hitask-android/glossary/statistics/ View

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

curl \
    -H "Authorization: Token gNGO5PMs5i7dP18Tp6rPZvFy7OOqAGYw6SBhtqh2" \
    https://translate.hitask.com/api/components/hitask-android/app/translations/
Project URL Link
Hitask Android App https://translate.hitask.com/api/projects/hitask-android/repository/ Hook
Hitask Android App/App https://translate.hitask.com/api/components/hitask-android/app/repository/ Hook
Hitask Android App/Error messages https://translate.hitask.com/api/components/hitask-android/error-messages/repository/ Hook
Hitask Android App/Play Store Texts https://translate.hitask.com/api/components/hitask-android/android-play-store/repository/ Hook
Hitask Android App/Hitask Android App https://translate.hitask.com/api/components/hitask-android/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token gNGO5PMs5i7dP18Tp6rPZvFy7OOqAGYw6SBhtqh2" \
    https://translate.hitask.com/api/projects/hitask-android/repository/

Weblate also supports direct notifications from several code hosting sites:

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