Translation components API.

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

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

{
    "total": 897,
    "total_words": 5071,
    "total_chars": 33381,
    "last_change": "2025-04-09T11:52:00.406188Z",
    "recent_changes": 0,
    "translated": 609,
    "translated_words": 3168,
    "translated_percent": 67.8,
    "translated_words_percent": 62.4,
    "translated_chars": 20764,
    "translated_chars_percent": 62.2,
    "fuzzy": 25,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 183,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 1154,
    "fuzzy_chars_percent": 3.4,
    "failing": 23,
    "failing_percent": 2.5,
    "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": 71,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.fedoraproject.org/projects/dnf/dnf-master/it/",
    "translate_url": "https://translate.fedoraproject.org/translate/dnf/dnf-master/it/"
}