Translation components API.

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

GET /api/translations/tor/support-portal/cs/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:19.556689Z",
    "recent_changes": 1,
    "translated": 256,
    "translated_words": 2701,
    "translated_percent": 11.6,
    "translated_words_percent": 7.5,
    "translated_chars": 17236,
    "translated_chars_percent": 7.3,
    "fuzzy": 9,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 88,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 688,
    "fuzzy_chars_percent": 0.2,
    "failing": 6,
    "failing_percent": 0.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": "cs",
    "name": "Czech",
    "url": "https://hosted.weblate.org/projects/tor/support-portal/cs/",
    "translate_url": "https://hosted.weblate.org/translate/tor/support-portal/cs/"
}