Translation components API.

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

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

{
    "total": 1369,
    "total_words": 8372,
    "total_chars": 53782,
    "last_change": "2024-03-04T00:28:07.434726Z",
    "recent_changes": 0,
    "translated": 1089,
    "translated_words": 4791,
    "translated_percent": 79.5,
    "translated_words_percent": 57.2,
    "translated_chars": 31005,
    "translated_chars_percent": 57.6,
    "fuzzy": 6,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 71,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 488,
    "fuzzy_chars_percent": 0.9,
    "failing": 46,
    "failing_percent": 3.3,
    "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": 124,
    "comments": 0,
    "code": "pa",
    "name": "Punjabi",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-8/pa/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-8/pa/"
}