Translation components API.

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

GET /api/translations/anaconda/f36/sr/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-11-29T00:44:00.734625Z",
    "recent_changes": 1,
    "translated": 1043,
    "translated_words": 5336,
    "translated_percent": 76.1,
    "translated_words_percent": 64.0,
    "translated_chars": 34607,
    "translated_chars_percent": 64.5,
    "fuzzy": 157,
    "fuzzy_percent": 11.4,
    "fuzzy_words": 1050,
    "fuzzy_words_percent": 12.6,
    "fuzzy_chars": 6775,
    "fuzzy_chars_percent": 12.6,
    "failing": 67,
    "failing_percent": 4.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": 108,
    "comments": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f36/sr/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f36/sr/"
}