Translation components API.

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

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

{
    "total": 281,
    "total_words": 1316,
    "total_chars": 7623,
    "last_change": "2024-10-06T21:43:10.371480Z",
    "recent_changes": 0,
    "translated": 196,
    "translated_words": 600,
    "translated_percent": 69.7,
    "translated_words_percent": 45.5,
    "translated_chars": 3570,
    "translated_chars_percent": 46.8,
    "fuzzy": 9,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 84,
    "fuzzy_words_percent": 6.3,
    "fuzzy_chars": 474,
    "fuzzy_chars_percent": 6.2,
    "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": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 6,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/sv/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/sv/"
}