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 iOS | https://translate.habitica.com/exports/rss/habitica-ios/ | RSS |
Habitica iOS/Main Strings | https://translate.habitica.com/exports/rss/habitica-ios/main-strings/ | RSS |
Habitica iOS/Store | https://translate.habitica.com/exports/rss/habitica-ios/store/ | RSS |
Habitica/Habitica | https://translate.habitica.com/exports/rss/habitica-ios/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 iOS/Main Strings | https://translate.habitica.com/api/components/habitica-ios/main-strings/statistics/ | View |
Habitica iOS/Store | https://translate.habitica.com/api/components/habitica-ios/store/statistics/ | View |
Habitica/Habitica | https://translate.habitica.com/api/components/habitica-ios/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-ios/main-strings/translations/
Project | URL | Link |
---|---|---|
Habitica iOS | https://translate.habitica.com/api/projects/habitica-ios/repository/ | Hook |
Habitica iOS/Main Strings | https://translate.habitica.com/api/components/habitica-ios/main-strings/repository/ | Hook |
Habitica iOS/Store | https://translate.habitica.com/api/components/habitica-ios/store/repository/ | Hook |
Habitica/Habitica | https://translate.habitica.com/api/components/habitica-ios/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-ios/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 |