Translation components API.

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

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

{
    "total": 655,
    "total_words": 2336,
    "last_change": "2025-07-16T14:48:44.145908Z",
    "recent_changes": 2,
    "translated": 652,
    "translated_words": 2311,
    "translated_percent": 99.5,
    "translated_words_percent": 98.9,
    "translated_chars": 13830,
    "translated_chars_percent": 99.0,
    "total_chars": 13968,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 11,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.memarc.info/projects/memorial-archives/widgets/it/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/widgets/it/"
}