Translation components API.

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

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

{
    "total": 61,
    "total_words": 74,
    "last_change": "2023-12-13T13:52:56.585365Z",
    "recent_changes": 9,
    "translated": 44,
    "translated_words": 53,
    "translated_percent": 72.1,
    "translated_words_percent": 71.6,
    "translated_chars": 408,
    "translated_chars_percent": 71.9,
    "total_chars": 567,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 4.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.memarc.info/projects/memorial-archives/core/ru/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/core/ru/"
}