UK-EN

Recall Check (Combined) from VRM

Combined recall check using DVSA and SMMT databases to maximise coverage,  including recall details - where available.  

Identifies vehicles for which the recall status is not available in either database,  and buyers will need to make their own enquiries.


Key Features

VRM Lookup

Easily integrated in systems and workflows

DVSA Database

Flags whether vehicles have an outstanding recall, but does not provide details

SMMT Database

Provides coverage for additional manufacturers, with details of outstanding recalls (where available)

Maximum Coverage

To minimise the need for manual enquiries

Minimises Manual Checks

Keeps manual checks with dealers and manufacturers to a minimum

Continually Updated

Reflects changes in coverage of industry data sources

Pricing

PAYG
£1.00
Per Use

Pricing

PlanGBPEURUSD
PAYG (Per Use)£1.00€1.20$1.40
Business (Per Use)40p48c56c
Enterprise (Per Use)20p24c28c

Sample Response

Documentation

Introduction

Combined recall check using DVSA and SMMT databases to maximise coverage, including recall details - where available.

Header

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

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

Example Request

https://api.oneautoapi.com/oneauto/combinedrecallcheckfromvrm?vehicle_registration_mark=AB21ABC

Example Sandbox Request

https://sandbox.oneautoapi.com/oneauto/combinedrecallcheckfromvrm?vehicle_registration_mark=AB21ABC

Request Parameters

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

Sample Response

{
  "success": true,
  "result": {
    "vehicle_registration_mark": "AB21ABC",
    "vehicle_identification_number": "ABCDE123456F78910",
    "smmt_manufacturer_model_desc": "Citroen DS3 Performance",
    "dvsa_manufacturer_model_desc": "CITROEN DS3",
    "manufacturer_recall_check_url": "https://www.citroen.com/en-gb/owners/safety-campaign-checker",
    "recall_status": "Recall outstanding",
    "recall_status_source": "SMMT",
    "recall_status_checked_datetime": "2022-01-01T16:07:33.6134574+00:00",
    "recall_qty": 1,
    "recall_data_items": [
      {
        "recall_desc": "AIRBAG REPLACEMENT"
      }
    ]
  },
  "error": "If there is an error the message would go here"
}

Response Parameters

success
e.g. true
Whether the api call was successful
vehicle_registration_mark
e.g. AB21ABC
Vehicle registration number (VRM).
vehicle_identification_number
e.g. ABCDE123456F78910
Vehicle identification number (VIN).
smmt_manufacturer_model_desc
e.g. Citroen DS3 Performance
The SMMT model description.
dvsa_manufacturer_model_desc
e.g. CITROEN DS3
The DVSA model description.
manufacturer_recall_check_url
e.g. https://www.citroen.com/en-gb/owners/safety-campaign-checker
Manufacturer's recall check URL.
recall_status
e.g. Recall outstanding
The vehicle's recall status.
recall_status_source
e.g. SMMT
The source of the recall status.
recall_status_checked_datetime
e.g. 2022-01-01T16:07:33.6134574+00:00
The date and time recall status was checked.
recall_qty
e.g. 1
The number of recalls.
recall_desc
e.g. AIRBAG REPLACEMENT
The recall description.
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 One Auto API