Translation projects API.

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

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

{
    "total": 272166,
    "total_words": 3282396,
    "last_change": "2026-01-28T17:21:57.220186Z",
    "recent_changes": 8081,
    "translated": 216570,
    "translated_words": 2349367,
    "translated_percent": 79.5,
    "translated_words_percent": 71.5,
    "translated_chars": 14186074,
    "translated_chars_percent": 71.5,
    "total_chars": 19819816,
    "fuzzy": 6330,
    "fuzzy_percent": 2.3,
    "failing": 26273,
    "failing_percent": 9.6,
    "approved": 33116,
    "approved_percent": 12.1,
    "readonly": 10395,
    "readonly_percent": 3.8,
    "suggestions": 1408,
    "comments": 624,
    "name": "Habitica",
    "url": "https://translate.habitica.com/projects/habitica/"
}