UK-EN

IDS Code from VRM

Powered by Solifi

Identify the IDS Code for a car or commercial vehicle from a VRM.

Provides a confidence ranked selection of vehicles from DVLA data and VIN decoding. 


Key Features

VRM Lookup

For ease of integration in a wide range of used vehicle applications

Powerful

One Auto API uses proprietary data matching technology for outstanding accuracy

Transparent

Confidence ranked results, ideal for scenarios where the exact model year or pack variant cannot be distinguished from DVLA data

Comprehensive

IDS Codes cover 200,000 cars and commercials, providing a comprehensive solution that links to highly accurate vehicle & SMR data

Model Year Compliant

IDS Codes are model year compliant, for increased precision

OE Researched

Solifi data is OE researched, providing alignment with manufacturer variant descriptions for improved user experience

Pricing

PAYG
15p
Per Use

Pricing

PlanGBPEURUSD
PAYG (Per Use)15p18c21c
Business (Per Use)10p12c14c
Enterprise (Per Use)5p6c7c

Sample Response

Documentation

Introduction

Identify the correct IDS Code for any car or commercial vehicle from a VRM.

Header

When making calls to our API, include the following header:

x-api-key:your-api-key-here

Example Request

https://api.oneautoapi.com/solifi/searchforidscodefromvrm?vehicle_registration_mark=AB21ABC

Example Sandbox Request

https://sandbox.oneautoapi.com/solifi/searchforidscodefromvrm?vehicle_registration_mark=AB21ABC

Request Parameters

vehicle_registration_mark
mandatory, string, e.g. AB21ABC
Vehicle registration number (VRM).

Sample Response

{
  "success": true,
  "result": [
    {
      "ids_code": "AB001234",
      "vehicle_desc": "Hyundai i20 5 Door Hatch 1.4 Comfort Auto",
      "full_model_year": 2021.25,
      "confidence_ranking": 2
    }
  ],
  "error": "If there is an error the message would go here"
}

Response Parameters

success
e.g. true
Whether the api call was successful
ids_code
e.g. AB001234
The IDS Code.
vehicle_desc
e.g. Hyundai i20 5 Door Hatch 1.4 Comfort Auto
The Vehicle description
full_model_year
e.g. 2021.25
The full model year
confidence_ranking
e.g. 2
Confidence ranking
error
e.g. If there is an error the message would go here
Details of what went wrong with the api call

Status Codes

200
success, chargeable
Request has been successfully received and a response has been sent.
202
accepted, non-chargeable
Request has been received and accepted for processing, but the action has not yet been completed.
204
no content, non-chargeable
Request has been successfully received but there is no content to return e.g. if an invalid VRM has been sent.
206
partial content, non-chargeable
Request has been successfully received but limited content is returned e.g. if an invalid VRM has been sent.
400
bad request, non-chargeable
Request was not received e.g. if any required parameters are missing.
403
forbidden, non-chargeable
Request was rejected e.g. if the API key is invalid or the service is not enabled.
429
too many requests, non-chargeable
API key rate limit/quota has been exceeded.
500
internal server error, non-chargeable
We are unable to process the request e.g. if the API is under extremely heavy load.
503
service unavailable, non-chargeable
Service is temporarily unavailable. Contact help@oneautoapi.com

Also Available From Solifi Vehicle Data