Translation components API.

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

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

{
    "total": 643,
    "total_words": 2485,
    "total_chars": 15328,
    "last_change": "2024-05-13T17:01:22.558687Z",
    "recent_changes": 0,
    "translated": 380,
    "translated_words": 1139,
    "translated_percent": 59.0,
    "translated_words_percent": 45.8,
    "translated_chars": 6879,
    "translated_chars_percent": 44.8,
    "fuzzy": 35,
    "fuzzy_percent": 5.4,
    "fuzzy_words": 205,
    "fuzzy_words_percent": 8.2,
    "fuzzy_chars": 1278,
    "fuzzy_chars_percent": 8.3,
    "failing": 6,
    "failing_percent": 0.9,
    "approved": 276,
    "approved_percent": 42.9,
    "approved_words": 763,
    "approved_words_percent": 30.7,
    "approved_chars": 4691,
    "approved_chars_percent": 30.6,
    "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": "bn_IN",
    "name": "Bengali (India)",
    "url": "https://weblate.tusky.app/projects/tusky/tusky/bn_IN/",
    "translate_url": "https://weblate.tusky.app/translate/tusky/tusky/bn_IN/"
}