Translation components API.

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

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

{
    "total": 1470,
    "total_words": 6300,
    "last_change": "2025-10-17T07:59:15.253644Z",
    "recent_changes": 1,
    "translated": 59,
    "translated_words": 132,
    "translated_percent": 4.0,
    "translated_words_percent": 2.0,
    "translated_chars": 922,
    "translated_chars_percent": 2.2,
    "total_chars": 40262,
    "fuzzy": 17,
    "fuzzy_percent": 1.1,
    "failing": 1369,
    "failing_percent": 93.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.memarc.info/projects/memorial-archives/memorial-archives-website/it/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/memorial-archives-website/it/"
}