Translation components API.

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

GET /api/translations/neon/vivid-id/en/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 61,
    "total_words": 384,
    "total_chars": 2343,
    "last_change": "2020-10-28T08:34:30.165019Z",
    "recent_changes": 5,
    "translated": 59,
    "translated_words": 372,
    "translated_percent": 96.7,
    "translated_words_percent": 96.8,
    "translated_chars": 2252,
    "translated_chars_percent": 96.1,
    "fuzzy": 2,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 12,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 91,
    "fuzzy_chars_percent": 3.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 4.9,
    "readonly_words": 5,
    "readonly_words_percent": 1.3,
    "readonly_chars": 28,
    "readonly_chars_percent": 1.1,
    "suggestions": 0,
    "comments": 1,
    "code": "en",
    "name": "English",
    "url": "https://weblate.vivid-inc.net/projects/neon/vivid-id/en/",
    "translate_url": "https://weblate.vivid-inc.net/translate/neon/vivid-id/en/"
}