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": 40861,
    "total_words": 255693,
    "last_change": "2025-06-26T14:44:04.457289Z",
    "recent_changes": 562,
    "translated": 23091,
    "translated_words": 128256,
    "translated_percent": 56.5,
    "translated_words_percent": 50.1,
    "translated_chars": 730205,
    "translated_chars_percent": 50.3,
    "total_chars": 1449304,
    "fuzzy": 327,
    "fuzzy_percent": 0.8,
    "failing": 1012,
    "failing_percent": 2.4,
    "approved": 1744,
    "approved_percent": 4.2,
    "readonly": 1406,
    "readonly_percent": 3.4,
    "suggestions": 191,
    "comments": 69,
    "name": "Habitica iOS",
    "url": "https://translate.habitica.com/projects/habitica-ios/"
}