Translation components API.

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

GET /api/translations/peertube/angular/fr_FR/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-03-26T14:33:09.848398Z",
    "recent_changes": 0,
    "translated": 2160,
    "translated_words": 12910,
    "translated_percent": 91.2,
    "translated_words_percent": 87.4,
    "translated_chars": 99898,
    "translated_chars_percent": 85.9,
    "fuzzy": 207,
    "fuzzy_percent": 8.7,
    "fuzzy_words": 1861,
    "fuzzy_words_percent": 12.5,
    "fuzzy_chars": 16335,
    "fuzzy_chars_percent": 14.0,
    "failing": 158,
    "failing_percent": 6.6,
    "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": 9,
    "comments": 0,
    "code": "fr_FR",
    "name": "French (France)",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/fr_FR/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/fr_FR/"
}