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": 49007,
    "total_words": 298171,
    "last_change": "2025-06-27T04:18:52.977273Z",
    "recent_changes": 1295,
    "translated": 32179,
    "translated_words": 178946,
    "translated_percent": 65.6,
    "translated_words_percent": 60.0,
    "translated_chars": 1021180,
    "translated_chars_percent": 59.6,
    "total_chars": 1711137,
    "fuzzy": 697,
    "fuzzy_percent": 1.4,
    "failing": 2605,
    "failing_percent": 5.3,
    "approved": 3624,
    "approved_percent": 7.3,
    "readonly": 1782,
    "readonly_percent": 3.6,
    "suggestions": 1077,
    "comments": 284,
    "name": "Habitica Android",
    "url": "https://translate.habitica.com/projects/habitica-android/"
}