Translation components API.

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

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

{
    "total": 1369,
    "total_words": 8349,
    "total_chars": 53782,
    "last_change": "2024-02-16T17:22:12.515443Z",
    "recent_changes": 0,
    "translated": 253,
    "translated_words": 1932,
    "translated_percent": 18.4,
    "translated_words_percent": 23.1,
    "translated_chars": 12500,
    "translated_chars_percent": 23.2,
    "fuzzy": 43,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 415,
    "fuzzy_words_percent": 4.9,
    "fuzzy_chars": 2604,
    "fuzzy_chars_percent": 4.8,
    "failing": 41,
    "failing_percent": 2.9,
    "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": 89,
    "comments": 0,
    "code": "km",
    "name": "Khmer (Central)",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-8/km/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-8/km/"
}