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": 262178,
    "total_words": 3152716,
    "last_change": "2025-04-04T02:26:54.724279Z",
    "recent_changes": 5115,
    "translated": 209142,
    "translated_words": 2311832,
    "translated_percent": 79.7,
    "translated_words_percent": 73.3,
    "translated_chars": 13973738,
    "translated_chars_percent": 73.3,
    "total_chars": 19056050,
    "fuzzy": 4529,
    "fuzzy_percent": 1.7,
    "failing": 25541,
    "failing_percent": 9.7,
    "approved": 30949,
    "approved_percent": 11.8,
    "readonly": 9979,
    "readonly_percent": 3.8,
    "suggestions": 1808,
    "comments": 666,
    "name": "Habitica",
    "url": "https://translate.habitica.com/projects/habitica/"
}