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": 51124,
    "total_words": 314618,
    "last_change": "2026-03-12T04:24:21.631107Z",
    "recent_changes": 1609,
    "translated": 35107,
    "translated_words": 202227,
    "translated_percent": 68.6,
    "translated_words_percent": 64.2,
    "translated_chars": 1155026,
    "translated_chars_percent": 64.0,
    "total_chars": 1803328,
    "fuzzy": 460,
    "fuzzy_percent": 0.8,
    "failing": 1634,
    "failing_percent": 3.1,
    "approved": 3959,
    "approved_percent": 7.7,
    "readonly": 1855,
    "readonly_percent": 3.6,
    "suggestions": 790,
    "comments": 287,
    "name": "Habitica Android",
    "url": "https://translate.habitica.com/projects/habitica-android/"
}