Translation components API.

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

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

{
    "total": 652,
    "total_words": 2323,
    "last_change": "2025-01-30T14:49:15.792557Z",
    "recent_changes": 8,
    "translated": 636,
    "translated_words": 2255,
    "translated_percent": 97.5,
    "translated_words_percent": 97.0,
    "translated_chars": 13461,
    "translated_chars_percent": 96.9,
    "total_chars": 13886,
    "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": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.memarc.info/projects/memorial-archives/widgets/ru/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/widgets/ru/"
}