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": 40600,
    "total_words": 252184,
    "last_change": "2024-12-20T18:30:04.169052Z",
    "recent_changes": 78,
    "translated": 20355,
    "translated_words": 112562,
    "translated_percent": 50.1,
    "translated_words_percent": 44.6,
    "translated_chars": 640666,
    "translated_chars_percent": 44.7,
    "total_chars": 1430918,
    "fuzzy": 408,
    "fuzzy_percent": 1.0,
    "failing": 1109,
    "failing_percent": 2.7,
    "approved": 1708,
    "approved_percent": 4.2,
    "readonly": 1397,
    "readonly_percent": 3.4,
    "suggestions": 125,
    "comments": 63,
    "name": "Habitica iOS",
    "url": "https://translate.habitica.com/projects/habitica-ios/"
}