Translation components API.

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

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

{
    "total": 259,
    "total_words": 2072,
    "last_change": "2023-10-20T14:43:41.795867Z",
    "recent_changes": 14,
    "translated": 127,
    "translated_words": 683,
    "translated_percent": 49.0,
    "translated_words_percent": 32.9,
    "translated_chars": 4077,
    "translated_chars_percent": 31.9,
    "total_chars": 12751,
    "fuzzy": 22,
    "fuzzy_percent": 8.4,
    "failing": 23,
    "failing_percent": 8.8,
    "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/settings/he/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/he/"
}