Translation components API.

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

GET /api/translations/memorial-archives/widgets/lv/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:59.770214Z",
    "recent_changes": 2,
    "translated": 639,
    "translated_words": 2245,
    "translated_percent": 97.7,
    "translated_words_percent": 96.1,
    "translated_chars": 13411,
    "translated_chars_percent": 96.0,
    "total_chars": 13962,
    "fuzzy": 4,
    "fuzzy_percent": 0.6,
    "failing": 10,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "code": "lv",
    "name": "Latvian",
    "url": "https://translate.memarc.info/projects/memorial-archives/widgets/lv/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/widgets/lv/"
}