Translation components API.

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

GET /api/translations/mailcleaner/user-interface/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 385,
    "total_words": 1895,
    "total_chars": 12344,
    "last_change": "2024-01-14T12:31:09.269844Z",
    "recent_changes": 0,
    "translated": 379,
    "translated_words": 1833,
    "translated_percent": 98.4,
    "translated_words_percent": 96.7,
    "translated_chars": 11949,
    "translated_chars_percent": 96.8,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 19,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 129,
    "fuzzy_chars_percent": 1.0,
    "failing": 8,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.2,
    "readonly_words": 6,
    "readonly_words_percent": 0.3,
    "readonly_chars": 35,
    "readonly_chars_percent": 0.2,
    "suggestions": 8,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://hosted.weblate.org/projects/mailcleaner/user-interface/de/",
    "translate_url": "https://hosted.weblate.org/translate/mailcleaner/user-interface/de/"
}