Translation components API.

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

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

{
    "total": 1337,
    "total_words": 5607,
    "total_chars": 35343,
    "last_change": "2024-11-20T14:52:35.512776Z",
    "recent_changes": 2,
    "translated": 1308,
    "translated_words": 5430,
    "translated_percent": 97.8,
    "translated_words_percent": 96.8,
    "translated_chars": 34245,
    "translated_chars_percent": 96.8,
    "fuzzy": 9,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 96,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 593,
    "fuzzy_chars_percent": 1.6,
    "failing": 78,
    "failing_percent": 5.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": "es",
    "name": "Spanish",
    "url": "https://weblate.foundryvtt-hub.com/projects/twodsix/main/es/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/twodsix/main/es/"
}