Translation components API.

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

GET /api/translations/anaconda/f36/ca/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": "2023-12-07T13:08:34.448196Z",
    "recent_changes": 1,
    "translated": 1182,
    "translated_words": 6751,
    "translated_percent": 86.2,
    "translated_words_percent": 81.0,
    "translated_chars": 43436,
    "translated_chars_percent": 81.0,
    "fuzzy": 123,
    "fuzzy_percent": 8.9,
    "fuzzy_words": 815,
    "fuzzy_words_percent": 9.7,
    "fuzzy_chars": 5255,
    "fuzzy_chars_percent": 9.8,
    "failing": 35,
    "failing_percent": 2.5,
    "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": 95,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f36/ca/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f36/ca/"
}