Translation components API.

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

GET /api/translations/gammu/wammu/ko/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 827,
    "total_words": 4492,
    "total_chars": 27770,
    "last_change": "2022-01-05T08:00:47.640264Z",
    "recent_changes": 20,
    "translated": 336,
    "translated_words": 1382,
    "translated_percent": 40.6,
    "translated_words_percent": 30.7,
    "translated_chars": 8329,
    "translated_chars_percent": 29.9,
    "fuzzy": 210,
    "fuzzy_percent": 25.3,
    "fuzzy_words": 969,
    "fuzzy_words_percent": 21.5,
    "fuzzy_chars": 6301,
    "fuzzy_chars_percent": 22.6,
    "failing": 113,
    "failing_percent": 13.6,
    "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": "ko",
    "name": "Korean",
    "url": "https://hosted.weblate.org/projects/gammu/wammu/ko/",
    "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/ko/"
}