Translation components API.

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

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

{
    "total": 1362,
    "total_words": 8372,
    "total_chars": 53761,
    "last_change": "2024-05-16T01:04:07.054066Z",
    "recent_changes": 0,
    "translated": 972,
    "translated_words": 4973,
    "translated_percent": 71.3,
    "translated_words_percent": 59.4,
    "translated_chars": 32281,
    "translated_chars_percent": 60.0,
    "fuzzy": 194,
    "fuzzy_percent": 14.2,
    "fuzzy_words": 1212,
    "fuzzy_words_percent": 14.4,
    "fuzzy_chars": 7783,
    "fuzzy_chars_percent": 14.4,
    "failing": 80,
    "failing_percent": 5.8,
    "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": 130,
    "comments": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.fedoraproject.org/projects/anaconda/master/sr/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/master/sr/"
}