Translation components API.

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

GET /api/translations/memorial-archives/widgets/nl/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:51.414988Z",
    "recent_changes": 4,
    "translated": 652,
    "translated_words": 2280,
    "translated_percent": 97.7,
    "translated_words_percent": 96.0,
    "translated_chars": 13611,
    "translated_chars_percent": 95.6,
    "total_chars": 14230,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 6,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.memarc.info/projects/memorial-archives/widgets/nl/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/widgets/nl/"
}