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 Website https://translate.hitask.com/exports/rss/website/ RSS
Hitask Website/Account Registration https://translate.hitask.com/exports/rss/website/registration/ RSS
Hitask Website/Features https://translate.hitask.com/exports/rss/website/features/ RSS
Hitask Website/Home Page https://translate.hitask.com/exports/rss/website/home-page/ RSS
Hitask Website/Pricing https://translate.hitask.com/exports/rss/website/pricing/ RSS
Hitask Website/Tour https://translate.hitask.com/exports/rss/website/tour/ RSS
Hitask Website/Hitask Website https://translate.hitask.com/exports/rss/website/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 Website/Account Registration https://translate.hitask.com/api/components/website/registration/statistics/ View
Hitask Website/Features https://translate.hitask.com/api/components/website/features/statistics/ View
Hitask Website/Home Page https://translate.hitask.com/api/components/website/home-page/statistics/ View
Hitask Website/Pricing https://translate.hitask.com/api/components/website/pricing/statistics/ View
Hitask Website/Tour https://translate.hitask.com/api/components/website/tour/statistics/ View
Hitask Website/Hitask Website https://translate.hitask.com/api/components/website/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/website/registration/translations/
Project URL Link
Hitask Website https://translate.hitask.com/api/projects/website/repository/ Hook
Hitask Website/Account Registration https://translate.hitask.com/api/components/website/registration/repository/ Hook
Hitask Website/Features https://translate.hitask.com/api/components/website/features/repository/ Hook
Hitask Website/Home Page https://translate.hitask.com/api/components/website/home-page/repository/ Hook
Hitask Website/Pricing https://translate.hitask.com/api/components/website/pricing/repository/ Hook
Hitask Website/Tour https://translate.hitask.com/api/components/website/tour/repository/ Hook
Hitask Website/Hitask Website https://translate.hitask.com/api/components/website/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/website/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