Translation components API.

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

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

{
    "total": 61,
    "total_words": 74,
    "last_change": "2022-01-20T14:50:24.581667Z",
    "recent_changes": 16,
    "translated": 32,
    "translated_words": 38,
    "translated_percent": 52.4,
    "translated_words_percent": 51.3,
    "translated_chars": 328,
    "translated_chars_percent": 57.8,
    "total_chars": 567,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 6.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.memarc.info/projects/memorial-archives/core/cs/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/core/cs/"
}