Translation components API.

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

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

{
    "total": 10,
    "total_words": 22,
    "last_change": "2021-09-30T07:26:54.962061Z",
    "recent_changes": 4,
    "translated": 4,
    "translated_words": 12,
    "translated_percent": 40.0,
    "translated_words_percent": 54.5,
    "translated_chars": 62,
    "translated_chars_percent": 47.3,
    "total_chars": 131,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.habitica.com/projects/habitica-android/profile/cs/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/profile/cs/"
}