Translation components API.

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

GET /api/translations/weblate/hosted-error-pages/mr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 9,
    "total_words": 38,
    "total_chars": 239,
    "last_change": "2021-12-28T07:38:33.051087Z",
    "recent_changes": 2,
    "translated": 6,
    "translated_words": 16,
    "translated_percent": 66.6,
    "translated_words_percent": 42.1,
    "translated_chars": 108,
    "translated_chars_percent": 45.1,
    "fuzzy": 2,
    "fuzzy_percent": 22.2,
    "fuzzy_words": 19,
    "fuzzy_words_percent": 50.0,
    "fuzzy_chars": 112,
    "fuzzy_chars_percent": 46.8,
    "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": "mr",
    "name": "Marathi",
    "url": "https://hosted.weblate.org/projects/weblate/hosted-error-pages/mr/",
    "translate_url": "https://hosted.weblate.org/translate/weblate/hosted-error-pages/mr/"
}