Translation projects API.

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

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

{
    "total": 110,
    "total_words": 294,
    "last_change": "2021-09-06T08:53:28.112637Z",
    "recent_changes": 5,
    "translated": 60,
    "translated_words": 157,
    "translated_percent": 54.5,
    "translated_words_percent": 53.4,
    "translated_chars": 1027,
    "translated_chars_percent": 53.9,
    "total_chars": 1902,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Delivery",
    "url": "http://weblate.ops404.it/projects/ooops-delivery/"
}