Try any of 1042 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
UK car listings (make/model + filters, paginated); postcode defaults to a UK centroid if omitted
Vehicle make / manufacturer (e.g. 'BMW', 'Ford').
Vehicle model (e.g. '3 Series'). Use together with make.
UK postcode to anchor the location-based search (defaults to a central England postcode if omitted).
Minimum price in GBP. (0–)
Maximum price in GBP. (0–)
Earliest year of manufacture. (1900–2100)
Latest year of manufacture. (1900–2100)
Minimum mileage (miles). (0–)
Maximum mileage (miles). (0–)
Fuel type. Common values shown; other AutoTrader fuel labels are also accepted (forwarded to the FilterName enum).
Body style. Common values shown; other AutoTrader body labels are also accepted.
Gearbox type.
Search radius in miles around the postcode. (0–)
Results page (paginated). Default 1. (1–)
Marketplace region. Only 'uk' returns listings; 'us' is currently unavailable (use the cars-com engine for US).
curl -X POST https://api.reefapi.com/autotrader/v1/search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"make":"BMW","model":"3 Series","postcode":"SW1A 1AA","market":"uk"}'Hit Send to run this endpoint live.