Translation components API.

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

GET /api/translations/python-meh/rhel-8/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 23,
    "total_words": 109,
    "total_chars": 573,
    "last_change": null,
    "recent_changes": 0,
    "translated": 16,
    "translated_words": 65,
    "translated_percent": 69.5,
    "translated_words_percent": 59.6,
    "translated_chars": 335,
    "translated_chars_percent": 58.4,
    "fuzzy": 7,
    "fuzzy_percent": 30.4,
    "fuzzy_words": 44,
    "fuzzy_words_percent": 40.3,
    "fuzzy_chars": 238,
    "fuzzy_chars_percent": 41.5,
    "failing": 18,
    "failing_percent": 78.2,
    "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": 3,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.fedoraproject.org/projects/python-meh/rhel-8/it/",
    "translate_url": "https://translate.fedoraproject.org/translate/python-meh/rhel-8/it/"
}