Translation components API.

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

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

{
    "total": 1355,
    "total_words": 8094,
    "total_chars": 51814,
    "last_change": "2025-04-21T14:47:25.046488Z",
    "recent_changes": 0,
    "translated": 413,
    "translated_words": 1432,
    "translated_percent": 30.4,
    "translated_words_percent": 17.6,
    "translated_chars": 9039,
    "translated_chars_percent": 17.4,
    "fuzzy": 15,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 48,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 364,
    "fuzzy_chars_percent": 0.7,
    "failing": 10,
    "failing_percent": 0.7,
    "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": 58,
    "comments": 0,
    "code": "ast",
    "name": "Asturian",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f33/ast/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f33/ast/"
}