Translation projects API.

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

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

{
    "total": 49510,
    "total_words": 304404,
    "last_change": "2025-10-26T21:41:31.375746Z",
    "recent_changes": 2036,
    "translated": 33670,
    "translated_words": 193017,
    "translated_percent": 68.0,
    "translated_words_percent": 63.4,
    "translated_chars": 1102330,
    "translated_chars_percent": 63.2,
    "total_chars": 1743730,
    "fuzzy": 431,
    "fuzzy_percent": 0.8,
    "failing": 1790,
    "failing_percent": 3.6,
    "approved": 3824,
    "approved_percent": 7.7,
    "readonly": 1800,
    "readonly_percent": 3.6,
    "suggestions": 971,
    "comments": 289,
    "name": "Habitica Android",
    "url": "https://translate.habitica.com/projects/habitica-android/"
}