Translation components API.

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

GET /api/translations/oscap-anaconda-addon/rhel8-branch/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 60,
    "total_words": 452,
    "total_chars": 2745,
    "last_change": "2021-06-24T09:28:09.676541Z",
    "recent_changes": 4,
    "translated": 49,
    "translated_words": 350,
    "translated_percent": 81.6,
    "translated_words_percent": 77.4,
    "translated_chars": 2086,
    "translated_chars_percent": 75.9,
    "fuzzy": 4,
    "fuzzy_percent": 6.6,
    "fuzzy_words": 32,
    "fuzzy_words_percent": 7.0,
    "fuzzy_chars": 215,
    "fuzzy_chars_percent": 7.8,
    "failing": 3,
    "failing_percent": 5.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": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.fedoraproject.org/projects/oscap-anaconda-addon/rhel8-branch/it/",
    "translate_url": "https://translate.fedoraproject.org/translate/oscap-anaconda-addon/rhel8-branch/it/"
}