Translation components API.

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

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

{
    "total": 44,
    "total_words": 45,
    "total_chars": 294,
    "last_change": "2023-01-21T17:25:13.771765Z",
    "recent_changes": 1,
    "translated": 21,
    "translated_words": 43,
    "translated_percent": 47.7,
    "translated_words_percent": 95.5,
    "translated_chars": 271,
    "translated_chars_percent": 92.1,
    "fuzzy": 1,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 1,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 5,
    "fuzzy_chars_percent": 1.7,
    "failing": 3,
    "failing_percent": 6.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/od6s/armor/es/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/od6s/armor/es/"
}