Translation components API.

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

GET /api/translations/fedora-media-writer/mediawriter/nl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 155,
    "total_words": 847,
    "total_chars": 5153,
    "last_change": "2024-04-26T12:36:08.255780Z",
    "recent_changes": 0,
    "translated": 72,
    "translated_words": 462,
    "translated_percent": 46.4,
    "translated_words_percent": 54.5,
    "translated_chars": 2782,
    "translated_chars_percent": 53.9,
    "fuzzy": 61,
    "fuzzy_percent": 39.3,
    "fuzzy_words": 325,
    "fuzzy_words_percent": 38.3,
    "fuzzy_chars": 1990,
    "fuzzy_chars_percent": 38.6,
    "failing": 14,
    "failing_percent": 9.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": 53,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.fedoraproject.org/projects/fedora-media-writer/mediawriter/nl/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-media-writer/mediawriter/nl/"
}