Translation components API.

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

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

{
    "total": 203,
    "total_words": 2100,
    "total_chars": 12545,
    "last_change": "2023-04-20T16:49:16.054981Z",
    "recent_changes": 0,
    "translated": 191,
    "translated_words": 1828,
    "translated_percent": 94.0,
    "translated_words_percent": 87.0,
    "translated_chars": 10984,
    "translated_chars_percent": 87.5,
    "fuzzy": 1,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 11,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 76,
    "fuzzy_chars_percent": 0.6,
    "failing": 2,
    "failing_percent": 0.9,
    "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/sdaps/master/ko/",
    "translate_url": "https://hosted.weblate.org/translate/sdaps/master/ko/"
}