Translation projects API.

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

GET /api/projects/ooops-sale-14-0/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1616,
    "total_words": 6276,
    "last_change": "2025-02-17T14:48:12.683060Z",
    "recent_changes": 190,
    "translated": 1599,
    "translated_words": 6189,
    "translated_percent": 98.9,
    "translated_words_percent": 98.6,
    "translated_chars": 41152,
    "translated_chars_percent": 98.6,
    "total_chars": 41720,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Sale 14.0",
    "url": "http://weblate.ops404.it/projects/ooops-sale-14-0/"
}