Translation components API.

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

GET /api/translations/gammu/wammu/af/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-05T07:59:49.143669Z",
    "recent_changes": 21,
    "translated": 374,
    "translated_words": 1494,
    "translated_percent": 45.2,
    "translated_words_percent": 33.2,
    "translated_chars": 9132,
    "translated_chars_percent": 32.8,
    "fuzzy": 202,
    "fuzzy_percent": 24.4,
    "fuzzy_words": 1012,
    "fuzzy_words_percent": 22.5,
    "fuzzy_chars": 6635,
    "fuzzy_chars_percent": 23.8,
    "failing": 108,
    "failing_percent": 13.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": "af",
    "name": "Afrikaans",
    "url": "https://hosted.weblate.org/projects/gammu/wammu/af/",
    "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/af/"
}