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": 247130,
    "total_words": 2912758,
    "last_change": "2024-05-18T08:48:39.614445Z",
    "recent_changes": 5424,
    "translated": 197110,
    "translated_words": 2145787,
    "translated_percent": 79.7,
    "translated_words_percent": 73.6,
    "translated_chars": 12975710,
    "translated_chars_percent": 73.5,
    "total_chars": 17633061,
    "fuzzy": 4904,
    "fuzzy_percent": 1.9,
    "failing": 27055,
    "failing_percent": 10.9,
    "approved": 21170,
    "approved_percent": 8.5,
    "readonly": 9424,
    "readonly_percent": 3.8,
    "suggestions": 1597,
    "comments": 680,
    "name": "Habitica",
    "url": "https://translate.habitica.com/projects/habitica/"
}