Translation components API.

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

GET /api/translations/anaconda/f34/gu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1358,
    "total_words": 8078,
    "total_chars": 51843,
    "last_change": "2024-12-20T14:18:40.968701Z",
    "recent_changes": 0,
    "translated": 753,
    "translated_words": 3331,
    "translated_percent": 55.4,
    "translated_words_percent": 41.2,
    "translated_chars": 21474,
    "translated_chars_percent": 41.4,
    "fuzzy": 69,
    "fuzzy_percent": 5.0,
    "fuzzy_words": 294,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 1935,
    "fuzzy_chars_percent": 3.7,
    "failing": 53,
    "failing_percent": 3.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 161,
    "comments": 0,
    "code": "gu",
    "name": "Gujarati",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f34/gu/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f34/gu/"
}