Translation components API.

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

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

{
    "total": 834,
    "total_words": 6874,
    "total_chars": 42550,
    "last_change": "2025-07-23T14:16:43.201019Z",
    "recent_changes": 0,
    "translated": 318,
    "translated_words": 2880,
    "translated_percent": 38.1,
    "translated_words_percent": 41.8,
    "translated_chars": 17662,
    "translated_chars_percent": 41.5,
    "fuzzy": 516,
    "fuzzy_percent": 61.8,
    "fuzzy_words": 3994,
    "fuzzy_words_percent": 58.1,
    "fuzzy_chars": 24888,
    "fuzzy_chars_percent": 58.4,
    "failing": 153,
    "failing_percent": 18.3,
    "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": 16,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://weblate.foundryvtt-hub.com/projects/the-forge/server/de/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/server/de/"
}