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 iOS App https://translate.hitask.com/exports/rss/ios-app/ RSS
Hitask iOS App/App https://translate.hitask.com/exports/rss/ios-app/app/ RSS
Hitask iOS App/App Store Texts https://translate.hitask.com/exports/rss/ios-app/ios-app-store-texts/ RSS
Hitask iOS App/Usage Request Messages https://translate.hitask.com/exports/rss/ios-app/usage-request-messages/ RSS
Hitask iOS App/User Interface https://translate.hitask.com/exports/rss/ios-app/user-interface/ RSS
Hitask iOS App/Hitask iOS App https://translate.hitask.com/exports/rss/ios-app/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 iOS App/App https://translate.hitask.com/api/components/ios-app/app/statistics/ View
Hitask iOS App/App Store Texts https://translate.hitask.com/api/components/ios-app/ios-app-store-texts/statistics/ View
Hitask iOS App/Usage Request Messages https://translate.hitask.com/api/components/ios-app/usage-request-messages/statistics/ View
Hitask iOS App/User Interface https://translate.hitask.com/api/components/ios-app/user-interface/statistics/ View
Hitask iOS App/Hitask iOS App https://translate.hitask.com/api/components/ios-app/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/ios-app/app/translations/
Project URL Link
Hitask iOS App https://translate.hitask.com/api/projects/ios-app/repository/ Hook
Hitask iOS App/App https://translate.hitask.com/api/components/ios-app/app/repository/ Hook
Hitask iOS App/App Store Texts https://translate.hitask.com/api/components/ios-app/ios-app-store-texts/repository/ Hook
Hitask iOS App/Usage Request Messages https://translate.hitask.com/api/components/ios-app/usage-request-messages/repository/ Hook
Hitask iOS App/User Interface https://translate.hitask.com/api/components/ios-app/user-interface/repository/ Hook
Hitask iOS App/Hitask iOS App https://translate.hitask.com/api/components/ios-app/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/ios-app/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