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://www.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 AccountHow to integrate the DealerPricing API
From signup to your first live request in five steps. Sandbox is free; live keys are unlocked with a starter plan or pay-as-you-go top-up.
- 1
Sign up for a developer account
Create a free developer account at /developer/signup. Sandbox keys are issued immediately.
- 2
Verify your email for live keys
Email verification is required before live (paid) API keys can be issued. Sandbox keys work straight away for testing.
- 3
Read the documentation
Authentication, request shape and response shape for every endpoint are documented at /developer/docs.
- 4
Run your first request
Use the test console at /developer/test to make a request live in the browser, or use cURL / your preferred HTTP client.
- 5
Top up and go live
Add credit to your account and switch from sandbox to live keys. £99/month starter plan unlocks the live endpoints; pay-as-you-go for top-ups.