Translation projects API.

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

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

{
    "total": 76,
    "total_words": 240,
    "total_chars": 1404,
    "last_change": "2025-08-26T14:11:39.195822Z",
    "recent_changes": 21,
    "translated": 67,
    "translated_words": 181,
    "translated_percent": 88.1,
    "translated_words_percent": 75.4,
    "translated_chars": 1089,
    "translated_chars_percent": 77.5,
    "fuzzy": 5,
    "fuzzy_percent": 6.5,
    "fuzzy_words": 55,
    "fuzzy_words_percent": 22.9,
    "fuzzy_chars": 305,
    "fuzzy_chars_percent": 21.7,
    "failing": 1,
    "failing_percent": 1.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": 0,
    "comments": 1,
    "name": "Terrain Ruler",
    "url": "https://weblate.foundryvtt-hub.com/projects/terrain-ruler/"
}