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": 43413,
    "total_words": 268424,
    "last_change": "2026-03-16T16:08:28.309118Z",
    "recent_changes": 217,
    "translated": 26920,
    "translated_words": 148421,
    "translated_percent": 62.0,
    "translated_words_percent": 55.2,
    "translated_chars": 845281,
    "translated_chars_percent": 55.4,
    "total_chars": 1524356,
    "fuzzy": 503,
    "fuzzy_percent": 1.1,
    "failing": 685,
    "failing_percent": 1.5,
    "approved": 1723,
    "approved_percent": 3.9,
    "readonly": 1494,
    "readonly_percent": 3.4,
    "suggestions": 142,
    "comments": 74,
    "name": "Habitica iOS",
    "url": "https://translate.habitica.com/projects/habitica-ios/"
}