Translation components API.

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

GET /api/translations/uh/tutorial/sv/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 188,
    "total_words": 3382,
    "total_chars": 18676,
    "last_change": "2023-08-05T18:49:26.485391Z",
    "recent_changes": 0,
    "translated": 81,
    "translated_words": 1485,
    "translated_percent": 43.0,
    "translated_words_percent": 43.9,
    "translated_chars": 8343,
    "translated_chars_percent": 44.6,
    "fuzzy": 14,
    "fuzzy_percent": 7.4,
    "fuzzy_words": 155,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 838,
    "fuzzy_chars_percent": 4.4,
    "failing": 0,
    "failing_percent": 0.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": 0,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://hosted.weblate.org/projects/uh/tutorial/sv/",
    "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/sv/"
}