Translation components API.

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

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

{
    "total": 717,
    "total_words": 1573,
    "total_chars": 9444,
    "last_change": "2025-01-15T03:11:30.273455Z",
    "recent_changes": 0,
    "translated": 285,
    "translated_words": 589,
    "translated_percent": 39.7,
    "translated_words_percent": 37.4,
    "translated_chars": 3483,
    "translated_chars_percent": 36.8,
    "fuzzy": 5,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 40,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 234,
    "fuzzy_chars_percent": 2.4,
    "failing": 6,
    "failing_percent": 0.8,
    "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/autoanimations/main/ko/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/autoanimations/main/ko/"
}