Translation components API.

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

GET /api/translations/zoiper-ios/ui/ar/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": "2022-07-01T13:00:52.117758Z",
    "recent_changes": 10,
    "translated": 1020,
    "translated_words": 2837,
    "translated_percent": 94.2,
    "translated_words_percent": 90.1,
    "translated_chars": 17462,
    "translated_chars_percent": 90.7,
    "fuzzy": 6,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 99,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 565,
    "fuzzy_chars_percent": 2.9,
    "failing": 543,
    "failing_percent": 50.1,
    "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": 7,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.zoiper.com/projects/zoiper-ios/ui/ar/",
    "translate_url": "https://translate.zoiper.com/translate/zoiper-ios/ui/ar/"
}