Translation components API.

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

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

{
    "total": 667,
    "total_words": 2375,
    "last_change": "2025-11-26T14:08:23.150435Z",
    "recent_changes": 4,
    "translated": 649,
    "translated_words": 2261,
    "translated_percent": 97.3,
    "translated_words_percent": 95.2,
    "translated_chars": 13505,
    "translated_chars_percent": 94.9,
    "total_chars": 14230,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "failing": 13,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.memarc.info/projects/memorial-archives/widgets/hu/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/widgets/hu/"
}