Translation components API.

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

GET /api/translations/fedora-sysv/chkconfig/nn/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 109,
    "total_words": 645,
    "total_chars": 4215,
    "last_change": "2022-03-08T22:58:54.192593Z",
    "recent_changes": 1,
    "translated": 28,
    "translated_words": 185,
    "translated_percent": 25.6,
    "translated_words_percent": 28.6,
    "translated_chars": 1266,
    "translated_chars_percent": 30.0,
    "fuzzy": 1,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 8,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 41,
    "fuzzy_chars_percent": 0.9,
    "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": 2,
    "comments": 0,
    "code": "nn",
    "name": "Norwegian Nynorsk",
    "url": "https://translate.fedoraproject.org/projects/fedora-sysv/chkconfig/nn/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-sysv/chkconfig/nn/"
}