Translation components API.

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

GET /api/translations/tails/about/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 95,
    "total_words": 1113,
    "total_chars": 7872,
    "last_change": "2024-04-11T14:19:27.241937Z",
    "recent_changes": 10,
    "translated": 85,
    "translated_words": 1025,
    "translated_percent": 89.4,
    "translated_words_percent": 92.0,
    "translated_chars": 7121,
    "translated_chars_percent": 90.4,
    "fuzzy": 10,
    "fuzzy_percent": 10.5,
    "fuzzy_words": 88,
    "fuzzy_words_percent": 7.9,
    "fuzzy_chars": 751,
    "fuzzy_chars_percent": 9.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 85,
    "approved_percent": 89.4,
    "approved_words": 1025,
    "approved_words_percent": 92.0,
    "approved_chars": 7121,
    "approved_chars_percent": 90.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/about/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/about/es/"
}