Translation components API.

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

GET /api/translations/tor/support-portal/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2189,
    "total_words": 35900,
    "total_chars": 234123,
    "last_change": "2024-05-28T19:09:26.123015Z",
    "recent_changes": 1,
    "translated": 1546,
    "translated_words": 25391,
    "translated_percent": 70.6,
    "translated_words_percent": 70.7,
    "translated_chars": 163436,
    "translated_chars_percent": 69.8,
    "fuzzy": 49,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 803,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 5520,
    "fuzzy_chars_percent": 2.3,
    "failing": 16,
    "failing_percent": 0.7,
    "approved": 12,
    "approved_percent": 0.5,
    "approved_words": 57,
    "approved_words_percent": 0.1,
    "approved_chars": 416,
    "approved_chars_percent": 0.1,
    "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": "it",
    "name": "Italian",
    "url": "https://hosted.weblate.org/projects/tor/support-portal/it/",
    "translate_url": "https://hosted.weblate.org/translate/tor/support-portal/it/"
}