Translation components API.

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

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

{
    "total": 564,
    "total_words": 1646,
    "last_change": "2024-04-10T10:02:42.018443Z",
    "recent_changes": 26,
    "translated": 38,
    "translated_words": 43,
    "translated_percent": 6.7,
    "translated_words_percent": 2.6,
    "translated_chars": 250,
    "translated_chars_percent": 2.5,
    "total_chars": 9841,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.memarc.info/projects/memorial-archives/widgets/cs/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/widgets/cs/"
}