Translation components API.

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

GET /api/translations/zoiper5/ui/hu/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": "2020-07-18T23:04:26.395445Z",
    "recent_changes": 9,
    "translated": 25,
    "translated_words": 68,
    "translated_percent": 2.3,
    "translated_words_percent": 1.3,
    "translated_chars": 352,
    "translated_chars_percent": 1.1,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 8,
    "fuzzy_chars_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.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": 22,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.zoiper.com/projects/zoiper5/ui/hu/",
    "translate_url": "https://translate.zoiper.com/translate/zoiper5/ui/hu/"
}