Translation components API.

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

GET /api/translations/peertube/angular/de/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:59.140625Z",
    "recent_changes": 0,
    "translated": 2319,
    "translated_words": 14135,
    "translated_percent": 97.9,
    "translated_words_percent": 95.6,
    "translated_chars": 111350,
    "translated_chars_percent": 95.7,
    "fuzzy": 43,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 585,
    "fuzzy_words_percent": 3.9,
    "fuzzy_chars": 4577,
    "fuzzy_chars_percent": 3.9,
    "failing": 44,
    "failing_percent": 1.8,
    "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": 29,
    "comments": 1,
    "code": "de",
    "name": "German",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/de/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/de/"
}