Translation components API.

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

GET /api/translations/code/code/ta/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:41.975409Z",
    "recent_changes": 0,
    "translated": 11,
    "translated_words": 21,
    "translated_percent": 5.6,
    "translated_words_percent": 3.4,
    "translated_chars": 106,
    "translated_chars_percent": 2.8,
    "fuzzy": 18,
    "fuzzy_percent": 9.3,
    "fuzzy_words": 84,
    "fuzzy_words_percent": 13.6,
    "fuzzy_chars": 497,
    "fuzzy_chars_percent": 13.5,
    "failing": 14,
    "failing_percent": 7.2,
    "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": "ta",
    "name": "Tamil",
    "url": "https://l10n.elementary.io/projects/code/code/ta/",
    "translate_url": "https://l10n.elementary.io/translate/code/code/ta/"
}