Translation components API.

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

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

{
    "total": 164,
    "total_words": 1167,
    "total_chars": 8339,
    "last_change": "2023-07-03T05:21:08.413685Z",
    "recent_changes": 3,
    "translated": 105,
    "translated_words": 713,
    "translated_percent": 64.0,
    "translated_words_percent": 61.0,
    "translated_chars": 4993,
    "translated_chars_percent": 59.8,
    "fuzzy": 15,
    "fuzzy_percent": 9.1,
    "fuzzy_words": 90,
    "fuzzy_words_percent": 7.7,
    "fuzzy_chars": 729,
    "fuzzy_chars_percent": 8.7,
    "failing": 5,
    "failing_percent": 3.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": 4,
    "comments": 0,
    "code": "is",
    "name": "Icelandic",
    "url": "https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/is/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-sysv/initscripts/is/"
}