Translation projects API.

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

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

{
    "total": 47064,
    "total_words": 284102,
    "last_change": "2024-05-07T11:32:19.441997Z",
    "recent_changes": 863,
    "translated": 28873,
    "translated_words": 160790,
    "translated_percent": 61.3,
    "translated_words_percent": 56.5,
    "translated_chars": 918712,
    "translated_chars_percent": 56.4,
    "total_chars": 1627182,
    "fuzzy": 559,
    "fuzzy_percent": 1.1,
    "failing": 2602,
    "failing_percent": 5.5,
    "approved": 3513,
    "approved_percent": 7.4,
    "readonly": 1687,
    "readonly_percent": 3.5,
    "suggestions": 767,
    "comments": 265,
    "name": "Habitica Android",
    "url": "https://translate.habitica.com/projects/habitica-android/"
}