Translation components API.

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

GET /api/translations/the-forge/client/fr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2714,
    "total_words": 16569,
    "total_chars": 100416,
    "last_change": "2025-07-23T14:16:34.376600Z",
    "recent_changes": 0,
    "translated": 1885,
    "translated_words": 11027,
    "translated_percent": 69.4,
    "translated_words_percent": 66.5,
    "translated_chars": 67086,
    "translated_chars_percent": 66.8,
    "fuzzy": 829,
    "fuzzy_percent": 30.5,
    "fuzzy_words": 5542,
    "fuzzy_words_percent": 33.4,
    "fuzzy_chars": 33330,
    "fuzzy_chars_percent": 33.1,
    "failing": 669,
    "failing_percent": 24.6,
    "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": 1096,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://weblate.foundryvtt-hub.com/projects/the-forge/client/fr/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/client/fr/"
}