Translation components API.

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

GET /api/translations/chat-portrait/main/ko/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 173,
    "total_words": 1650,
    "total_chars": 9907,
    "last_change": "2024-03-30T13:08:50.099934Z",
    "recent_changes": 0,
    "translated": 100,
    "translated_words": 719,
    "translated_percent": 57.8,
    "translated_words_percent": 43.5,
    "translated_chars": 4447,
    "translated_chars_percent": 44.8,
    "fuzzy": 4,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 78,
    "fuzzy_words_percent": 4.7,
    "fuzzy_chars": 421,
    "fuzzy_chars_percent": 4.2,
    "failing": 30,
    "failing_percent": 17.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://weblate.foundryvtt-hub.com/projects/chat-portrait/main/ko/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/chat-portrait/main/ko/"
}