Translation components API.

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

GET /api/translations/memorial-archives/widgets/be/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:15:53.323049Z",
    "recent_changes": 1,
    "translated": 637,
    "translated_words": 2229,
    "translated_percent": 97.4,
    "translated_words_percent": 95.4,
    "translated_chars": 13323,
    "translated_chars_percent": 95.4,
    "total_chars": 13962,
    "fuzzy": 2,
    "fuzzy_percent": 0.3,
    "failing": 7,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "code": "be",
    "name": "Belarusian",
    "url": "https://translate.memarc.info/projects/memorial-archives/widgets/be/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/widgets/be/"
}