New here? Create an account and get 10 free vehicle lookups: no card required.

VehicleMatic
Vehicle Data

Car spec check API — full factory spec and fitted options by reg

The factory equipment and options fitted to a specific vehicle.

Also known as: car spec check · car spec by reg · check car spec · vehicle spec by reg · vehicle specification · factory options · fitted options

An example JSON response from the Spec & Options API

Overview

A car spec check by registration returns what the manufacturer actually built, not what the model brochure listed. Two cars of the same model and year can differ by thousands of pounds on options alone, and it is the fitted options that move a valuation, an insurance group or a parts match.

Send a registration and get every standard and optional item of equipment factory-fitted to that individual vehicle, grouped by category: safety, comfort, technology, exterior, with the list price for paid options where the manufacturer published one.

This is spec for a specific VIN, resolved from the plate, rather than a generic trim lookup. Where a trim table would tell you a model could have adaptive cruise, this tells you whether this car has it.

Features

  • Standard and optional equipment for the exact vehicle
  • Grouped by category (safety, comfort, technology…)
  • List price for paid options where available

Example response

A successful lookup for AB12CDE. Illustrative values.

{
    "data": {
        "vrm": "AB12CDE",
        "spec_options": [
            {
                "category": "Safety",
                "name": "Electronic Stability Control",
                "description": "ESC with traction control",
                "fitment": "Standard",
                "price": null
            },
            {
                "category": "Comfort",
                "name": "Winter Pack",
                "description": "Heated front seats and heated windscreen",
                "fitment": "Option",
                "price": 350
            }
        ]
    },
    "credit_balance": 499
}

Fields returned

Field Type Description
spec_options[].category string Equipment category.
spec_options[].name string Equipment / option name.
spec_options[].description string Description of the equipment.
spec_options[].fitment string Whether the item is Standard or an Option.
spec_options[].price integer|null List price in pounds where the item is a paid option.
How do I check a car spec by reg?

Send the registration to this endpoint. It resolves the plate to the individual vehicle and returns the equipment the manufacturer fitted to it, grouped by category. No VIN, trim code or model year needed at your end.

What does a car spec check actually show?

Standard equipment for the trim, plus the optional extras specified when that car was ordered: things like a panoramic roof, upgraded audio, driver assistance packs or larger wheels. Paid options carry the manufacturer list price where one was published.

Is this different from a trim lookup?

Yes, and it is the difference that matters. A trim table tells you what a model could have been ordered with. This tells you what this particular car has, which is what moves a valuation, an insurance group or a parts match.

Which vehicles are covered?

UK vehicles registered with the DVLA. Coverage of optional equipment is deepest on mainstream marques from roughly 2005 onward, and thins out on older, imported or low-volume vehicles.

Official registers

Vehicle records from the DVLA Vehicle Enquiry Service, MOT records from the DVSA MOT History API.

Charged on delivery

You are charged on a successful lookup. A lookup that returns nothing costs nothing.

No lock-in

No contract and no minimum. Credits last 12 months; monthly plans are rolling.

UK data protection

You act as controller and we act as processor for delivery, under the UK GDPR and the Data Protection Act 2018.

Guides and tools for this API

Need help integrating this API? Get in touch for a free quote.

Get in touch