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": 671,
    "total_words": 2387,
    "last_change": "2026-01-27T11:08:44.467315Z",
    "recent_changes": 1,
    "translated": 650,
    "translated_words": 2323,
    "translated_percent": 96.8,
    "translated_words_percent": 97.3,
    "translated_chars": 13924,
    "translated_chars_percent": 97.2,
    "total_chars": 14322,
    "fuzzy": 4,
    "fuzzy_percent": 0.5,
    "failing": 56,
    "failing_percent": 8.3,
    "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/"
}