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": 48920,
    "total_words": 297243,
    "last_change": "2025-04-04T01:48:48.461210Z",
    "recent_changes": 1540,
    "translated": 31374,
    "translated_words": 173564,
    "translated_percent": 64.1,
    "translated_words_percent": 58.3,
    "translated_chars": 990272,
    "translated_chars_percent": 58.1,
    "total_chars": 1703336,
    "fuzzy": 722,
    "fuzzy_percent": 1.4,
    "failing": 3203,
    "failing_percent": 6.5,
    "approved": 3606,
    "approved_percent": 7.3,
    "readonly": 1779,
    "readonly_percent": 3.6,
    "suggestions": 1077,
    "comments": 284,
    "name": "Habitica Android",
    "url": "https://translate.habitica.com/projects/habitica-android/"
}