Translation components API.

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

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

{
    "total": 195,
    "total_words": 1794,
    "total_chars": 11022,
    "last_change": "2023-07-04T06:53:59.584954Z",
    "recent_changes": 6,
    "translated": 189,
    "translated_words": 1673,
    "translated_percent": 96.9,
    "translated_words_percent": 93.2,
    "translated_chars": 10232,
    "translated_chars_percent": 92.8,
    "fuzzy": 6,
    "fuzzy_percent": 3.0,
    "failing": 9,
    "failing_percent": 4.6,
    "approved": 41,
    "approved_percent": 21.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.ayana.io/projects/ayana/responses/es/",
    "translate_url": "https://translate.ayana.io/translate/ayana/responses/es/"
}