Translation components API.

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

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

{
    "total": 1362,
    "total_words": 8406,
    "total_chars": 53761,
    "last_change": "2024-06-22T01:02:33.538782Z",
    "recent_changes": 0,
    "translated": 687,
    "translated_words": 3030,
    "translated_percent": 50.4,
    "translated_words_percent": 36.0,
    "translated_chars": 19598,
    "translated_chars_percent": 36.4,
    "fuzzy": 148,
    "fuzzy_percent": 10.8,
    "fuzzy_words": 732,
    "fuzzy_words_percent": 8.7,
    "fuzzy_chars": 4741,
    "fuzzy_chars_percent": 8.8,
    "failing": 104,
    "failing_percent": 7.6,
    "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": 188,
    "comments": 0,
    "code": "gu",
    "name": "Gujarati",
    "url": "https://translate.fedoraproject.org/projects/anaconda/master/gu/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/master/gu/"
}