Translation components API.

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

GET /api/translations/anaconda-webui/anaconda-webui/fi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 220,
    "total_words": 1130,
    "total_chars": 7226,
    "last_change": "2024-05-16T02:48:00.682327Z",
    "recent_changes": 0,
    "translated": 162,
    "translated_words": 741,
    "translated_percent": 73.6,
    "translated_words_percent": 65.5,
    "translated_chars": 4816,
    "translated_chars_percent": 66.6,
    "fuzzy": 31,
    "fuzzy_percent": 14.0,
    "fuzzy_words": 152,
    "fuzzy_words_percent": 13.4,
    "fuzzy_chars": 949,
    "fuzzy_chars_percent": 13.1,
    "failing": 11,
    "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": 4,
    "comments": 0,
    "code": "fi",
    "name": "Finnish",
    "url": "https://translate.fedoraproject.org/projects/anaconda-webui/anaconda-webui/fi/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda-webui/anaconda-webui/fi/"
}