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": 265441,
    "total_words": 3197094,
    "last_change": "2025-06-27T08:50:09.708626Z",
    "recent_changes": 5770,
    "translated": 211171,
    "translated_words": 2344352,
    "translated_percent": 79.5,
    "translated_words_percent": 73.3,
    "translated_chars": 14162722,
    "translated_chars_percent": 73.3,
    "total_chars": 19314071,
    "fuzzy": 4830,
    "fuzzy_percent": 1.8,
    "failing": 25731,
    "failing_percent": 9.6,
    "approved": 31785,
    "approved_percent": 11.9,
    "readonly": 10118,
    "readonly_percent": 3.8,
    "suggestions": 1823,
    "comments": 675,
    "name": "Habitica",
    "url": "https://translate.habitica.com/projects/habitica/"
}