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": 1473,
    "total_words": 6341,
    "last_change": "2025-01-23T15:13:57.364508Z",
    "recent_changes": 1,
    "translated": 58,
    "translated_words": 131,
    "translated_percent": 3.9,
    "translated_words_percent": 2.0,
    "translated_chars": 916,
    "translated_chars_percent": 2.2,
    "total_chars": 40493,
    "fuzzy": 13,
    "fuzzy_percent": 0.8,
    "failing": 1397,
    "failing_percent": 94.8,
    "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/"
}