Translation components API.

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

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

{
    "total": 1082,
    "total_words": 3148,
    "total_chars": 19242,
    "last_change": "2024-02-10T21:53:43.720612Z",
    "recent_changes": 58,
    "translated": 1007,
    "translated_words": 2890,
    "translated_percent": 93.0,
    "translated_words_percent": 91.8,
    "translated_chars": 17726,
    "translated_chars_percent": 92.1,
    "fuzzy": 3,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 84,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 492,
    "fuzzy_chars_percent": 2.5,
    "failing": 185,
    "failing_percent": 17.0,
    "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": 62,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.zoiper.com/projects/zoiper-ios/ui/it/",
    "translate_url": "https://translate.zoiper.com/translate/zoiper-ios/ui/it/"
}