Translation components API.

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

GET /api/translations/peertube/angular/cs/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:57:35.101190Z",
    "recent_changes": 0,
    "translated": 2217,
    "translated_words": 13461,
    "translated_percent": 93.6,
    "translated_words_percent": 91.1,
    "translated_chars": 106558,
    "translated_chars_percent": 91.6,
    "fuzzy": 150,
    "fuzzy_percent": 6.3,
    "fuzzy_words": 1310,
    "fuzzy_words_percent": 8.8,
    "fuzzy_chars": 9675,
    "fuzzy_chars_percent": 8.3,
    "failing": 127,
    "failing_percent": 5.3,
    "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": 2,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/cs/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/cs/"
}