Translation components API.

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

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

{
    "total": 693,
    "total_words": 2496,
    "last_change": "2026-01-27T11:08:44.467315Z",
    "recent_changes": 1,
    "translated": 650,
    "translated_words": 2323,
    "translated_percent": 93.7,
    "translated_words_percent": 93.0,
    "translated_chars": 13924,
    "translated_chars_percent": 92.4,
    "total_chars": 15061,
    "fuzzy": 4,
    "fuzzy_percent": 0.5,
    "failing": 56,
    "failing_percent": 8.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.memarc.info/projects/memorial-archives/widgets/fr/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/widgets/fr/"
}