Translation components API.

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

GET /api/translations/peertube/angular/es/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:32:46.211685Z",
    "recent_changes": 0,
    "translated": 2116,
    "translated_words": 12525,
    "translated_percent": 89.3,
    "translated_words_percent": 84.7,
    "translated_chars": 97369,
    "translated_chars_percent": 83.7,
    "fuzzy": 251,
    "fuzzy_percent": 10.6,
    "fuzzy_words": 2246,
    "fuzzy_words_percent": 15.2,
    "fuzzy_chars": 18864,
    "fuzzy_chars_percent": 16.2,
    "failing": 217,
    "failing_percent": 9.1,
    "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": 5,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/es/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/es/"
}