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": 654,
    "total_words": 2335,
    "last_change": "2025-06-06T08:14:45.188160Z",
    "recent_changes": 1,
    "translated": 651,
    "translated_words": 2310,
    "translated_percent": 99.5,
    "translated_words_percent": 98.9,
    "translated_chars": 13824,
    "translated_chars_percent": 99.0,
    "total_chars": 13962,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 12,
    "failing_percent": 1.8,
    "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/"
}