Translation components API.

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

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

{
    "total": 1372,
    "total_words": 8311,
    "total_chars": 53478,
    "last_change": "2024-12-20T11:43:41.024789Z",
    "recent_changes": 0,
    "translated": 949,
    "translated_words": 4930,
    "translated_percent": 69.1,
    "translated_words_percent": 59.3,
    "translated_chars": 31970,
    "translated_chars_percent": 59.7,
    "fuzzy": 127,
    "fuzzy_percent": 9.2,
    "fuzzy_words": 869,
    "fuzzy_words_percent": 10.4,
    "fuzzy_chars": 5695,
    "fuzzy_chars_percent": 10.6,
    "failing": 73,
    "failing_percent": 5.3,
    "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": 166,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f35/bg/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f35/bg/"
}