Translation components API.

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

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

{
    "total": 1073,
    "total_words": 5221,
    "total_chars": 31493,
    "last_change": "2024-03-24T02:55:26.861080Z",
    "recent_changes": 23,
    "translated": 948,
    "translated_words": 4422,
    "translated_percent": 88.3,
    "translated_words_percent": 84.6,
    "translated_chars": 26389,
    "translated_chars_percent": 83.7,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 10,
    "fuzzy_chars_percent": 0.1,
    "failing": 15,
    "failing_percent": 1.3,
    "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": 147,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.zoiper.com/projects/zoiper5/ui/it/",
    "translate_url": "https://translate.zoiper.com/translate/zoiper5/ui/it/"
}