Translation components API.

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

GET /api/translations/anaconda-webui/anaconda-webui/de/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-22T02:47:37.706616Z",
    "recent_changes": 0,
    "translated": 59,
    "translated_words": 277,
    "translated_percent": 26.8,
    "translated_words_percent": 24.5,
    "translated_chars": 1824,
    "translated_chars_percent": 25.2,
    "fuzzy": 104,
    "fuzzy_percent": 47.2,
    "fuzzy_words": 393,
    "fuzzy_words_percent": 34.7,
    "fuzzy_chars": 2523,
    "fuzzy_chars_percent": 34.9,
    "failing": 38,
    "failing_percent": 17.2,
    "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": 65,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.fedoraproject.org/projects/anaconda-webui/anaconda-webui/de/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda-webui/anaconda-webui/de/"
}