Translation projects API.

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

GET /api/projects/twodsix/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 8940,
    "total_words": 37740,
    "total_chars": 236764,
    "last_change": "2025-11-16T08:12:37.726534Z",
    "recent_changes": 32,
    "translated": 5362,
    "translated_words": 19149,
    "translated_percent": 59.9,
    "translated_words_percent": 50.7,
    "translated_chars": 120619,
    "translated_chars_percent": 50.9,
    "fuzzy": 71,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 836,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 5371,
    "fuzzy_chars_percent": 2.2,
    "failing": 350,
    "failing_percent": 3.9,
    "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": 14,
    "comments": 0,
    "name": "Twodsix - Cepheus & Traveller (Unofficial)",
    "url": "https://weblate.foundryvtt-hub.com/projects/twodsix/"
}