Translation components API.

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

GET /api/translations/peertube/angular/pl/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:58:55.500318Z",
    "recent_changes": 0,
    "translated": 1643,
    "translated_words": 8641,
    "translated_percent": 69.4,
    "translated_words_percent": 58.4,
    "translated_chars": 62667,
    "translated_chars_percent": 53.9,
    "fuzzy": 724,
    "fuzzy_percent": 30.5,
    "fuzzy_words": 6130,
    "fuzzy_words_percent": 41.5,
    "fuzzy_chars": 53566,
    "fuzzy_chars_percent": 46.0,
    "failing": 706,
    "failing_percent": 29.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": 11,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/pl/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/pl/"
}