Translation components API.

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

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

{
    "total": 1369,
    "total_words": 8384,
    "total_chars": 53782,
    "last_change": "2024-02-16T17:22:31.514108Z",
    "recent_changes": 0,
    "translated": 471,
    "translated_words": 2563,
    "translated_percent": 34.4,
    "translated_words_percent": 30.5,
    "translated_chars": 16586,
    "translated_chars_percent": 30.8,
    "fuzzy": 49,
    "fuzzy_percent": 3.5,
    "fuzzy_words": 345,
    "fuzzy_words_percent": 4.1,
    "fuzzy_chars": 2134,
    "fuzzy_chars_percent": 3.9,
    "failing": 36,
    "failing_percent": 2.6,
    "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": 210,
    "comments": 0,
    "code": "mr",
    "name": "Marathi",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-8/mr/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-8/mr/"
}