Translation projects API.

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

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

{
    "total": 72,
    "total_words": 344,
    "last_change": "2023-06-07T12:49:59.384580Z",
    "recent_changes": 32,
    "translated": 72,
    "translated_words": 344,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 2044,
    "translated_chars_percent": 100.0,
    "total_chars": 2044,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops E-commerce 14.0",
    "url": "http://weblate.ops404.it/projects/ooops-e-commerce-14-0/"
}