Translation components API.

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

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

{
    "total": 693,
    "total_words": 4293,
    "total_chars": 25738,
    "last_change": "2023-09-09T05:24:06.212657Z",
    "recent_changes": 0,
    "translated": 518,
    "translated_words": 3073,
    "translated_percent": 74.7,
    "translated_words_percent": 71.5,
    "translated_chars": 18170,
    "translated_chars_percent": 70.5,
    "fuzzy": 18,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 261,
    "fuzzy_words_percent": 6.0,
    "fuzzy_chars": 1591,
    "fuzzy_chars_percent": 6.1,
    "failing": 42,
    "failing_percent": 6.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/es/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/main/es/"
}