Translation projects API.

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

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

{
    "total": 6008,
    "total_words": 67498,
    "total_chars": 417042,
    "last_change": "2025-05-24T18:39:55.948487Z",
    "recent_changes": 10,
    "translated": 4678,
    "translated_words": 60227,
    "translated_percent": 77.8,
    "translated_words_percent": 89.2,
    "translated_chars": 371719,
    "translated_chars_percent": 89.1,
    "fuzzy": 16,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 157,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 934,
    "fuzzy_chars_percent": 0.2,
    "failing": 989,
    "failing_percent": 16.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 677,
    "readonly_percent": 11.2,
    "readonly_words": 21400,
    "readonly_words_percent": 31.7,
    "readonly_chars": 132462,
    "readonly_chars_percent": 31.7,
    "suggestions": 0,
    "comments": 0,
    "name": "OpenD6 Space System",
    "url": "https://weblate.foundryvtt-hub.com/projects/od6s/"
}