Translation components API.

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

GET /api/translations/peertube/angular/th/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-24T12:59:13.002541Z",
    "recent_changes": 0,
    "translated": 1529,
    "translated_words": 7980,
    "translated_percent": 64.5,
    "translated_words_percent": 54.0,
    "translated_chars": 63194,
    "translated_chars_percent": 54.3,
    "fuzzy": 838,
    "fuzzy_percent": 35.4,
    "fuzzy_words": 6791,
    "fuzzy_words_percent": 45.9,
    "fuzzy_chars": 53039,
    "fuzzy_chars_percent": 45.6,
    "failing": 790,
    "failing_percent": 33.3,
    "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": "th",
    "name": "Thai",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/th/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/th/"
}