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
Habitica Android https://translate.habitica.com/exports/rss/habitica-android/ RSS
Habitica Android/Common https://translate.habitica.com/exports/rss/habitica-android/common/ RSS
Habitica Android/Main Strings https://translate.habitica.com/exports/rss/habitica-android/main-strings/ RSS
Habitica Android/Profile https://translate.habitica.com/exports/rss/habitica-android/profile/ RSS
Habitica Android/Sidebar https://translate.habitica.com/exports/rss/habitica-android/sidebar/ RSS
Habitica Android/Store https://translate.habitica.com/exports/rss/habitica-android/store/ RSS
Habitica Android/Tutorial https://translate.habitica.com/exports/rss/habitica-android/tutorial/ RSS
Habitica Android/Wearos https://translate.habitica.com/exports/rss/habitica-android/wearos/ RSS
Habitica/Habitica https://translate.habitica.com/exports/rss/habitica-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
Habitica Android/Common https://translate.habitica.com/api/components/habitica-android/common/statistics/ View
Habitica Android/Main Strings https://translate.habitica.com/api/components/habitica-android/main-strings/statistics/ View
Habitica Android/Profile https://translate.habitica.com/api/components/habitica-android/profile/statistics/ View
Habitica Android/Sidebar https://translate.habitica.com/api/components/habitica-android/sidebar/statistics/ View
Habitica Android/Store https://translate.habitica.com/api/components/habitica-android/store/statistics/ View
Habitica Android/Tutorial https://translate.habitica.com/api/components/habitica-android/tutorial/statistics/ View
Habitica Android/Wearos https://translate.habitica.com/api/components/habitica-android/wearos/statistics/ View
Habitica/Habitica https://translate.habitica.com/api/components/habitica-android/glossary/statistics/ View

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

curl \
    -H "Authorization: Token v6D0qdEBXfGrqutF2DyqJn0uTUwQcVR0vI8lPgdP" \
    https://translate.habitica.com/api/components/habitica-android/common/translations/
Project URL Link
Habitica Android https://translate.habitica.com/api/projects/habitica-android/repository/ Hook
Habitica Android/Common https://translate.habitica.com/api/components/habitica-android/common/repository/ Hook
Habitica Android/Main Strings https://translate.habitica.com/api/components/habitica-android/main-strings/repository/ Hook
Habitica Android/Profile https://translate.habitica.com/api/components/habitica-android/profile/repository/ Hook
Habitica Android/Sidebar https://translate.habitica.com/api/components/habitica-android/sidebar/repository/ Hook
Habitica Android/Store https://translate.habitica.com/api/components/habitica-android/store/repository/ Hook
Habitica Android/Tutorial https://translate.habitica.com/api/components/habitica-android/tutorial/repository/ Hook
Habitica Android/Wearos https://translate.habitica.com/api/components/habitica-android/wearos/repository/ Hook
Habitica/Habitica https://translate.habitica.com/api/components/habitica-android/glossary/repository/ Hook

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

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

Weblate also supports direct notifications from several code hosting sites:

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