Skip to main content
GET
/
inventory
/
stats
Get inventory stats
curl --request GET \
  --url https://api.app.hrizn.io/v1/public/inventory/stats \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "total_vehicles": 123,
    "with_ai_description": 123,
    "without_ai_description": 123,
    "new_vehicles": 123,
    "used_vehicles": 123,
    "description_coverage_pct": 123
  }
}

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Response

Inventory statistics

data
object
Last modified on March 1, 2026