Translation components API.

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

GET /api/translations/imsettings/master/da/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": "2021-06-01T23:19:59.590737Z",
    "recent_changes": 3,
    "translated": 70,
    "translated_words": 361,
    "translated_percent": 77.7,
    "translated_words_percent": 73.5,
    "translated_chars": 2235,
    "translated_chars_percent": 72.9,
    "fuzzy": 2,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 10,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 77,
    "fuzzy_chars_percent": 2.5,
    "failing": 18,
    "failing_percent": 20.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": 5,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.fedoraproject.org/projects/imsettings/master/da/",
    "translate_url": "https://translate.fedoraproject.org/translate/imsettings/master/da/"
}