Translation components API.

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

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

{
    "total": 562,
    "total_words": 5916,
    "total_chars": 45579,
    "last_change": "2024-03-18T10:32:44.924196Z",
    "recent_changes": 1,
    "translated": 133,
    "translated_words": 1023,
    "translated_percent": 23.6,
    "translated_words_percent": 17.2,
    "translated_chars": 7635,
    "translated_chars_percent": 16.7,
    "fuzzy": 163,
    "fuzzy_percent": 29.0,
    "fuzzy_words": 1973,
    "fuzzy_words_percent": 33.3,
    "fuzzy_chars": 18734,
    "fuzzy_chars_percent": 41.1,
    "failing": 66,
    "failing_percent": 11.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": 1,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://weblate.framasoft.org/projects/joinpeertube/main/it/",
    "translate_url": "https://weblate.framasoft.org/translate/joinpeertube/main/it/"
}