Translation components API.

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

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

{
    "total": 1182,
    "total_words": 5120,
    "total_chars": 31173,
    "last_change": "2025-07-07T17:36:47.432011Z",
    "recent_changes": 4,
    "translated": 690,
    "translated_words": 2308,
    "translated_percent": 58.3,
    "translated_words_percent": 45.0,
    "translated_chars": 14339,
    "translated_chars_percent": 45.9,
    "fuzzy": 24,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 143,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 841,
    "fuzzy_chars_percent": 2.6,
    "failing": 41,
    "failing_percent": 3.4,
    "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": "ca",
    "name": "Catalan",
    "url": "https://weblate.foundryvtt-hub.com/projects/swade/main/ca/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/swade/main/ca/"
}