Translation components API.

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

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

{
    "total": 61,
    "total_words": 74,
    "last_change": "2023-12-13T13:53:47.005492Z",
    "recent_changes": 7,
    "translated": 23,
    "translated_words": 30,
    "translated_percent": 37.7,
    "translated_words_percent": 40.5,
    "translated_chars": 280,
    "translated_chars_percent": 49.3,
    "total_chars": 567,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://translate.memarc.info/projects/memorial-archives/core/uk/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/core/uk/"
}