Translation components API.

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

GET /api/translations/anaconda/f36/km/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": "2022-08-01T06:06:24.147270Z",
    "recent_changes": 3,
    "translated": 194,
    "translated_words": 1356,
    "translated_percent": 14.1,
    "translated_words_percent": 16.2,
    "translated_chars": 8931,
    "translated_chars_percent": 16.6,
    "fuzzy": 93,
    "fuzzy_percent": 6.7,
    "fuzzy_words": 783,
    "fuzzy_words_percent": 9.4,
    "fuzzy_chars": 4958,
    "fuzzy_chars_percent": 9.2,
    "failing": 50,
    "failing_percent": 3.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": 126,
    "comments": 0,
    "code": "km",
    "name": "Khmer (Central)",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f36/km/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f36/km/"
}