Translation components API.

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

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

{
    "total": 2094,
    "total_words": 5517,
    "total_chars": 35606,
    "last_change": "2024-06-17T15:31:08.708916Z",
    "recent_changes": 0,
    "translated": 866,
    "translated_words": 2013,
    "translated_percent": 41.3,
    "translated_words_percent": 36.4,
    "translated_chars": 12874,
    "translated_chars_percent": 36.1,
    "fuzzy": 22,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 238,
    "fuzzy_words_percent": 4.3,
    "fuzzy_chars": 1573,
    "fuzzy_chars_percent": 4.4,
    "failing": 5,
    "failing_percent": 0.2,
    "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/pf1/main/es/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf1/main/es/"
}