Translation components API.

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

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

{
    "total": 96,
    "total_words": 629,
    "total_chars": 3661,
    "last_change": "2023-04-15T12:48:16.103890Z",
    "recent_changes": 0,
    "translated": 72,
    "translated_words": 443,
    "translated_percent": 75.0,
    "translated_words_percent": 70.4,
    "translated_chars": 2577,
    "translated_chars_percent": 70.3,
    "fuzzy": 5,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 27,
    "fuzzy_words_percent": 4.2,
    "fuzzy_chars": 134,
    "fuzzy_chars_percent": 3.6,
    "failing": 5,
    "failing_percent": 5.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": "hu",
    "name": "Hungarian",
    "url": "https://hosted.weblate.org/projects/superfreezz/superfreezz/hu/",
    "translate_url": "https://hosted.weblate.org/translate/superfreezz/superfreezz/hu/"
}