Translation components API.

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

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

{
    "total": 1372,
    "total_words": 8349,
    "total_chars": 53478,
    "last_change": "2024-12-20T11:44:03.946027Z",
    "recent_changes": 0,
    "translated": 725,
    "translated_words": 3119,
    "translated_percent": 52.8,
    "translated_words_percent": 37.3,
    "translated_chars": 20184,
    "translated_chars_percent": 37.7,
    "fuzzy": 112,
    "fuzzy_percent": 8.1,
    "fuzzy_words": 600,
    "fuzzy_words_percent": 7.1,
    "fuzzy_chars": 3913,
    "fuzzy_chars_percent": 7.3,
    "failing": 60,
    "failing_percent": 4.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": 186,
    "comments": 0,
    "code": "gu",
    "name": "Gujarati",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f35/gu/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f35/gu/"
}