Translation components API.

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

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

{
    "total": 564,
    "total_words": 1646,
    "last_change": "2024-04-10T10:03:09.139000Z",
    "recent_changes": 27,
    "translated": 164,
    "translated_words": 330,
    "translated_percent": 29.0,
    "translated_words_percent": 20.0,
    "translated_chars": 2006,
    "translated_chars_percent": 20.3,
    "total_chars": 9841,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 10,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.memarc.info/projects/memorial-archives/widgets/es/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/widgets/es/"
}