Translation components API.

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

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

{
    "total": 1370,
    "total_words": 8329,
    "total_chars": 53581,
    "last_change": "2024-01-14T01:37:22.023545Z",
    "recent_changes": 0,
    "translated": 680,
    "translated_words": 3119,
    "translated_percent": 49.6,
    "translated_words_percent": 37.4,
    "translated_chars": 20184,
    "translated_chars_percent": 37.6,
    "fuzzy": 131,
    "fuzzy_percent": 9.5,
    "fuzzy_words": 847,
    "fuzzy_words_percent": 10.1,
    "fuzzy_chars": 5514,
    "fuzzy_chars_percent": 10.2,
    "failing": 51,
    "failing_percent": 3.7,
    "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": 225,
    "comments": 0,
    "code": "kn",
    "name": "Kannada",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f36/kn/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f36/kn/"
}