Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/habitica-android/profile/he/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 10,
    "total_words": 22,
    "last_change": "2021-11-29T22:55:20.262710Z",
    "recent_changes": 5,
    "translated": 1,
    "translated_words": 3,
    "translated_percent": 10.0,
    "translated_words_percent": 13.6,
    "translated_chars": 13,
    "translated_chars_percent": 9.9,
    "total_chars": 131,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 7,
    "failing_percent": 70.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.habitica.com/projects/habitica-android/profile/he/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/profile/he/"
}