Translation components API.

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

GET /api/translations/debian-handbook/07_solving-problems/pl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 214,
    "total_words": 3842,
    "total_chars": 33961,
    "last_change": "2022-12-23T21:59:18.083657Z",
    "recent_changes": 0,
    "translated": 90,
    "translated_words": 1613,
    "translated_percent": 42.0,
    "translated_words_percent": 41.9,
    "translated_chars": 11934,
    "translated_chars_percent": 35.1,
    "fuzzy": 88,
    "fuzzy_percent": 41.1,
    "fuzzy_words": 920,
    "fuzzy_words_percent": 23.9,
    "fuzzy_chars": 11728,
    "fuzzy_chars_percent": 34.5,
    "failing": 60,
    "failing_percent": 28.0,
    "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": 1,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://hosted.weblate.org/projects/debian-handbook/07_solving-problems/pl/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/07_solving-problems/pl/"
}