Translation projects API.

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

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

{
    "total": 391,
    "total_words": 1799,
    "total_chars": 11063,
    "last_change": "2025-12-21T14:36:44.001682Z",
    "recent_changes": 20,
    "translated": 300,
    "translated_words": 1255,
    "translated_percent": 76.7,
    "translated_words_percent": 69.7,
    "translated_chars": 7773,
    "translated_chars_percent": 70.2,
    "fuzzy": 41,
    "fuzzy_percent": 10.4,
    "fuzzy_words": 285,
    "fuzzy_words_percent": 15.8,
    "fuzzy_chars": 1727,
    "fuzzy_chars_percent": 15.6,
    "failing": 14,
    "failing_percent": 3.5,
    "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": 1,
    "comments": 0,
    "name": "About Face",
    "url": "https://weblate.foundryvtt-hub.com/projects/about-face/"
}