Translation projects API.

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

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

{
    "total": 246,
    "total_words": 862,
    "last_change": "2023-09-18T08:43:18.056383Z",
    "recent_changes": 27,
    "translated": 230,
    "translated_words": 831,
    "translated_percent": 93.4,
    "translated_words_percent": 96.4,
    "translated_chars": 5043,
    "translated_chars_percent": 96.7,
    "total_chars": 5210,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops E-commerce",
    "url": "http://weblate.ops404.it/projects/ooops-ecommerce/"
}