Translation components API.

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

GET /api/translations/peertube/angular/ko/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2367,
    "total_words": 14771,
    "total_chars": 116233,
    "last_change": "2024-04-24T12:58:42.844418Z",
    "recent_changes": 0,
    "translated": 209,
    "translated_words": 913,
    "translated_percent": 8.8,
    "translated_words_percent": 6.1,
    "translated_chars": 8366,
    "translated_chars_percent": 7.1,
    "fuzzy": 2158,
    "fuzzy_percent": 91.1,
    "fuzzy_words": 13858,
    "fuzzy_words_percent": 93.8,
    "fuzzy_chars": 107867,
    "fuzzy_chars_percent": 92.8,
    "failing": 1858,
    "failing_percent": 78.4,
    "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": "ko",
    "name": "Korean",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/ko/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/ko/"
}