Vehicle Data API for Developers
Access comprehensive UK vehicle data, valuations, MOT history, and market insights through a simple REST API.
Simple Integration
Get vehicle data with a single API call
curl -X POST https://developer.dealerpricing.co.uk/api/v1/vehicle/decode \
-H "X-API-Key: dp_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{"vrm": "AB12CDE"}'{
"success": true,
"data": {
"vehicle": {
"vrm": "AB12CDE",
"make": "BMW",
"model": "3 Series",
"variant": "320d M Sport",
"year": 2020,
"fuel_type": "Diesel",
"transmission": "Automatic"
}
},
"meta": {
"cost_pence": 16,
"balance_pence": 984
}
}API Endpoints
Everything you need to build vehicle-powered applications
Vehicle Decode
Get comprehensive vehicle details from a registration number
/v1/vehicle/decodeTax & MOT History
Current tax status, MOT expiry, and full test history
/v1/vehicle/tax-motValuations
Trade, retail, and private sale valuations
/v1/vehicle/valuationVehicle Provenance
Finance, stolen, write-off, and mileage checks
/v1/vehicle/provenanceMarket Insights
Supply, demand, and pricing analytics
/v1/market/insightsSimilar Vehicles
Find active and sold comparable vehicles
/v1/market/activeSimple Pricing
Pay only for what you use, with discounts for higher volumes
Pay As You Go
Perfect for testing and low-volume usage
- Standard API rates
- Sandbox access
- 1,000 requests/day
- Email support
Starter
For growing applications
- 20-40% discount on all endpoints
- 1,000 requests/day
- Email support
Pro
For established businesses
- 30-50% discount on all endpoints
- 1,000 requests/day
- Usage analytics
Enterprise
For high-volume applications
- 40-70% discount on all endpoints
- Usage analytics
- Priority support
Ready to get started?
Create a free account and start making API requests in minutes. Use our sandbox environment to test with no cost.
Create Free Account