Translation components API.

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

GET /api/translations/peertube/angular/ta/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2367,
    "total_words": 14771,
    "total_chars": 116227,
    "last_change": "2024-04-24T12:59:11.845912Z",
    "recent_changes": 0,
    "translated": 29,
    "translated_words": 47,
    "translated_percent": 1.2,
    "translated_words_percent": 0.3,
    "translated_chars": 311,
    "translated_chars_percent": 0.2,
    "fuzzy": 2338,
    "fuzzy_percent": 98.7,
    "fuzzy_words": 14724,
    "fuzzy_words_percent": 99.6,
    "fuzzy_chars": 115916,
    "fuzzy_chars_percent": 99.7,
    "failing": 2000,
    "failing_percent": 84.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": 0,
    "comments": 0,
    "code": "ta",
    "name": "Tamil",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/ta/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/ta/"
}