Translation components API.

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

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

{
    "total": 2367,
    "total_words": 14771,
    "total_chars": 116240,
    "last_change": "2024-04-24T12:58:30.644617Z",
    "recent_changes": 0,
    "translated": 1433,
    "translated_words": 7652,
    "translated_percent": 60.5,
    "translated_words_percent": 51.8,
    "translated_chars": 54055,
    "translated_chars_percent": 46.5,
    "fuzzy": 934,
    "fuzzy_percent": 39.4,
    "fuzzy_words": 7119,
    "fuzzy_words_percent": 48.1,
    "fuzzy_chars": 62185,
    "fuzzy_chars_percent": 53.4,
    "failing": 882,
    "failing_percent": 37.2,
    "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": "kab",
    "name": "Kabyle",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/kab/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/kab/"
}