Translation components API.

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

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

{
    "total": 90,
    "total_words": 491,
    "total_chars": 3065,
    "last_change": null,
    "recent_changes": 0,
    "translated": 70,
    "translated_words": 361,
    "translated_percent": 77.7,
    "translated_words_percent": 73.5,
    "translated_chars": 2235,
    "translated_chars_percent": 72.9,
    "fuzzy": 6,
    "fuzzy_percent": 6.6,
    "fuzzy_words": 37,
    "fuzzy_words_percent": 7.5,
    "fuzzy_chars": 233,
    "fuzzy_chars_percent": 7.6,
    "failing": 4,
    "failing_percent": 4.4,
    "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": 1,
    "comments": 0,
    "code": "ast",
    "name": "Asturian",
    "url": "https://translate.fedoraproject.org/projects/imsettings/master/ast/",
    "translate_url": "https://translate.fedoraproject.org/translate/imsettings/master/ast/"
}