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": 40658,
    "total_words": 252358,
    "last_change": "2025-04-02T13:55:42.964425Z",
    "recent_changes": 588,
    "translated": 22672,
    "translated_words": 126172,
    "translated_percent": 55.7,
    "translated_words_percent": 49.9,
    "translated_chars": 717989,
    "translated_chars_percent": 50.1,
    "total_chars": 1431788,
    "fuzzy": 364,
    "fuzzy_percent": 0.8,
    "failing": 1011,
    "failing_percent": 2.4,
    "approved": 1733,
    "approved_percent": 4.2,
    "readonly": 1399,
    "readonly_percent": 3.4,
    "suggestions": 184,
    "comments": 68,
    "name": "Habitica iOS",
    "url": "https://translate.habitica.com/projects/habitica-ios/"
}