Translation components API.

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

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

{
    "total": 2367,
    "total_words": 14771,
    "total_chars": 116230,
    "last_change": "2024-04-24T12:58:58.996173Z",
    "recent_changes": 0,
    "translated": 564,
    "translated_words": 2713,
    "translated_percent": 23.8,
    "translated_words_percent": 18.3,
    "translated_chars": 20575,
    "translated_chars_percent": 17.7,
    "fuzzy": 1803,
    "fuzzy_percent": 76.1,
    "fuzzy_words": 12058,
    "fuzzy_words_percent": 81.6,
    "fuzzy_chars": 95655,
    "fuzzy_chars_percent": 82.2,
    "failing": 1528,
    "failing_percent": 64.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": 0,
    "comments": 0,
    "code": "pt_PT",
    "name": "Portuguese (Portugal)",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/pt_PT/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/pt_PT/"
}