Translation components API.

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

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

{
    "total": 193,
    "total_words": 614,
    "total_chars": 3660,
    "last_change": "2024-05-17T12:42:32.861555Z",
    "recent_changes": 0,
    "translated": 71,
    "translated_words": 164,
    "translated_percent": 36.7,
    "translated_words_percent": 26.7,
    "translated_chars": 895,
    "translated_chars_percent": 24.4,
    "fuzzy": 25,
    "fuzzy_percent": 12.9,
    "fuzzy_words": 114,
    "fuzzy_words_percent": 18.5,
    "fuzzy_chars": 683,
    "fuzzy_chars_percent": 18.6,
    "failing": 15,
    "failing_percent": 7.7,
    "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": "si",
    "name": "Sinhala",
    "url": "https://l10n.elementary.io/projects/code/code/si/",
    "translate_url": "https://l10n.elementary.io/translate/code/code/si/"
}