Translation components API.

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

GET /api/translations/peertube/angular/ca/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-15T09:46:54.438011Z",
    "recent_changes": 0,
    "translated": 587,
    "translated_words": 2774,
    "translated_percent": 24.7,
    "translated_words_percent": 18.7,
    "translated_chars": 21181,
    "translated_chars_percent": 18.2,
    "fuzzy": 1780,
    "fuzzy_percent": 75.2,
    "fuzzy_words": 11997,
    "fuzzy_words_percent": 81.2,
    "fuzzy_chars": 95052,
    "fuzzy_chars_percent": 81.7,
    "failing": 1573,
    "failing_percent": 66.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": 11,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/ca/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/ca/"
}