Translation components API.

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

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

{
    "total": 1370,
    "total_words": 8329,
    "total_chars": 53581,
    "last_change": "2024-04-28T18:29:19.034296Z",
    "recent_changes": 0,
    "translated": 403,
    "translated_words": 2100,
    "translated_percent": 29.4,
    "translated_words_percent": 25.2,
    "translated_chars": 13748,
    "translated_chars_percent": 25.6,
    "fuzzy": 72,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 380,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 2561,
    "fuzzy_chars_percent": 4.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": 252,
    "comments": 0,
    "code": "ml",
    "name": "Malayalam",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f36/ml/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f36/ml/"
}