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": 38860,
    "total_words": 238090,
    "last_change": "2024-05-16T21:18:58.734042Z",
    "recent_changes": 195,
    "translated": 18294,
    "translated_words": 100159,
    "translated_percent": 47.0,
    "translated_words_percent": 42.0,
    "translated_chars": 569986,
    "translated_chars_percent": 42.2,
    "total_chars": 1349254,
    "fuzzy": 286,
    "fuzzy_percent": 0.7,
    "failing": 995,
    "failing_percent": 2.5,
    "approved": 1731,
    "approved_percent": 4.4,
    "readonly": 1337,
    "readonly_percent": 3.4,
    "suggestions": 156,
    "comments": 64,
    "name": "Habitica iOS",
    "url": "https://translate.habitica.com/projects/habitica-ios/"
}