Translation projects API.

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

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

{
    "total": 1496,
    "total_words": 4947,
    "last_change": "2023-09-27T15:44:40.108265Z",
    "recent_changes": 69,
    "translated": 1364,
    "translated_words": 4418,
    "translated_percent": 91.1,
    "translated_words_percent": 89.3,
    "translated_chars": 28434,
    "translated_chars_percent": 87.7,
    "total_chars": 32417,
    "fuzzy": 16,
    "fuzzy_percent": 1.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Sale",
    "url": "http://weblate.ops404.it/projects/ooops-sale/"
}