Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/habitica-ios/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 42862,
    "total_words": 267003,
    "last_change": "2025-12-31T20:25:38.128876Z",
    "recent_changes": 547,
    "translated": 26067,
    "translated_words": 146228,
    "translated_percent": 60.8,
    "translated_words_percent": 54.7,
    "translated_chars": 833959,
    "translated_chars_percent": 54.9,
    "total_chars": 1518440,
    "fuzzy": 331,
    "fuzzy_percent": 0.7,
    "failing": 502,
    "failing_percent": 1.1,
    "approved": 1751,
    "approved_percent": 4.0,
    "readonly": 1475,
    "readonly_percent": 3.4,
    "suggestions": 172,
    "comments": 70,
    "name": "Habitica iOS",
    "url": "https://translate.habitica.com/projects/habitica-ios/"
}