Translation components API.

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

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

{
    "total": 652,
    "total_words": 2323,
    "last_change": "2025-01-30T14:45:42.366517Z",
    "recent_changes": 7,
    "translated": 632,
    "translated_words": 2230,
    "translated_percent": 96.9,
    "translated_words_percent": 95.9,
    "translated_chars": 13313,
    "translated_chars_percent": 95.8,
    "total_chars": 13886,
    "fuzzy": 5,
    "fuzzy_percent": 0.7,
    "failing": 17,
    "failing_percent": 2.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.memarc.info/projects/memorial-archives/widgets/he/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/widgets/he/"
}