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

From £0.06/v1/vehicle/decode

Tax & MOT History

Current tax status, MOT expiry, and full test history

From £0.02/v1/vehicle/tax-mot

Valuations

Trade, retail, and private sale valuations

From £0.16/v1/vehicle/valuation

Vehicle Provenance

Finance, stolen, write-off, and mileage checks

From £2.20/v1/vehicle/provenance

Market Insights

Supply, demand, and pricing analytics

From £0.04/v1/market/insights

Similar Vehicles

Find active and sold comparable vehicles

From £0.05/v1/market/active

Simple Pricing

Pay only for what you use, with discounts for higher volumes

Pay As You Go

£0no monthly fee

Perfect for testing and low-volume usage

  • Standard API rates
  • Sandbox access
  • 1,000 requests/day
  • Email support
Get Started

Starter

£99/month

For growing applications

  • 20-40% discount on all endpoints
  • 1,000 requests/day
  • Email support
Get Started

Pro

£199/month

For established businesses

  • 30-50% discount on all endpoints
  • 1,000 requests/day
  • Usage analytics
Get Started
Best Value

Enterprise

£399/month

For high-volume applications

  • 40-70% discount on all endpoints
  • Usage analytics
  • Priority support
Get Started

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

How 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. 1

    Sign up for a developer account

    Create a free developer account at /developer/signup. Sandbox keys are issued immediately.

  2. 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. 3

    Read the documentation

    Authentication, request shape and response shape for every endpoint are documented at /developer/docs.

  4. 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. 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.

Developer API — questions answered

A REST API covering vehicle decode (VRM to full vehicle data), MOT history, tax status, HPI / provenance checks, service history, market listings (active + sold), trade and retail valuations, and aggregated market insights — all for the UK market.