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": 271606,
    "total_words": 3271419,
    "last_change": "2025-12-13T19:17:51.179082Z",
    "recent_changes": 7315,
    "translated": 215384,
    "translated_words": 2329186,
    "translated_percent": 79.3,
    "translated_words_percent": 71.1,
    "translated_chars": 14060657,
    "translated_chars_percent": 71.1,
    "total_chars": 19752472,
    "fuzzy": 6333,
    "fuzzy_percent": 2.3,
    "failing": 26464,
    "failing_percent": 9.7,
    "approved": 32403,
    "approved_percent": 11.9,
    "readonly": 10336,
    "readonly_percent": 3.8,
    "suggestions": 1426,
    "comments": 688,
    "name": "Habitica",
    "url": "https://translate.habitica.com/projects/habitica/"
}