Translation components API.

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

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

{
    "total": 1362,
    "total_words": 8391,
    "total_chars": 53761,
    "last_change": "2024-06-26T01:03:52.891759Z",
    "recent_changes": 0,
    "translated": 1089,
    "translated_words": 4973,
    "translated_percent": 79.9,
    "translated_words_percent": 59.2,
    "translated_chars": 32156,
    "translated_chars_percent": 59.8,
    "fuzzy": 26,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 143,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 923,
    "fuzzy_chars_percent": 1.7,
    "failing": 39,
    "failing_percent": 2.8,
    "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": 132,
    "comments": 0,
    "code": "pa",
    "name": "Punjabi",
    "url": "https://translate.fedoraproject.org/projects/anaconda/master/pa/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/master/pa/"
}