Translation projects API.

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

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

{
    "total": 269355,
    "total_words": 3236701,
    "last_change": "2025-10-28T07:58:14.043169Z",
    "recent_changes": 7602,
    "translated": 213891,
    "translated_words": 2351575,
    "translated_percent": 79.4,
    "translated_words_percent": 72.6,
    "translated_chars": 14203785,
    "translated_chars_percent": 72.6,
    "total_chars": 19541004,
    "fuzzy": 6091,
    "fuzzy_percent": 2.2,
    "failing": 26184,
    "failing_percent": 9.7,
    "approved": 31393,
    "approved_percent": 11.6,
    "readonly": 10257,
    "readonly_percent": 3.8,
    "suggestions": 1433,
    "comments": 690,
    "name": "Habitica",
    "url": "https://translate.habitica.com/projects/habitica/"
}