Identify all the possible OE wheel and tyre fitments in a single API request for fast, accurate and efficient websites, apps and maintenance control operations.
Key Features
OE Wheel & Tyre Fitments
Includes the standard and optional fitments for the trim level, for precise pick lists
Tyre Specification
Size, load and speed index data ensures the correct tyres are fitted every time
Tyre Pressures
Includes front and rear tyre pressure for ease of reference
TPMS Indicator
Identify vehicles with TPMS and quote the right price for every job
Run Flat Indicator
Identifies where run flat tyres are fitted
Technical fitment data
Vital data for fitting operations ensures wheels are fitted correctly and safely
Sample Response
V2
Documentation
Introduction
This endpoint returns the tyre size(s) for each of the OE wheel options. An object is returned for each of the OE primary and OE upgrade fitment ids.
Header
When making calls to our API, include the following header:
x-api-key:your-api-key-here
Example Request
https://api.oneautoapi.com/driverightdata/oetyrefitmentdata?vehicle_registration_mark=AB21ABC
Example Sandbox Request
https://sandbox.oneautoapi.com/driverightdata/oetyrefitmentdata?vehicle_registration_mark=AB21ABC
Request Parameters
vehicle_registration_mark
mandatory, string, e.g. AB21ABC
Vehicle registration number
Sample Response
{
"success": true,
"result": {
"mvris_data": {
"mvris_manufacturer_desc": "NISSAN",
"mvris_model_range_desc": "QASHQAI (J10)",
"mvris_derivative_desc": "DCI ACENTA IS",
"mvris_vehicle_desc": "NISSAN QASHQAI (J10) DCI ACENTA IS",
"mvris_code": "A1ABC"
},
"dvla_data": {
"dvla_manufacturer_desc": "NISSAN",
"dvla_model_desc": "QASHQAI ACENTA PREMIUM DCI",
"first_registration_date": "2020-01-01",
"vehicle_registration_mark": "AB21ABC",
"vehicle_identification_number": "ABCDE123456F78910",
"engine_number": "A12345678",
"dvla_vehicle_desc": "NISSAN QASHQAI ACENTA IS DCI"
},
"drd_data": {
"drd_chassis_id": 12345,
"oe_primary_fitment_id": 123456,
"oe_upgrade_1_fitment_id": 123456,
"oe_upgrade_2_fitment_id": 123456,
"oe_upgrade_3_fitment_id": 123456,
"oe_upgrade_4_fitment_id": 123456,
"oe_upgrade_5_fitment_id": 123456
},
"oe_data": {
"modelIDs": [
{
"fitment_id": 12345,
"drd_model_name": "Qashqai. 1.6 DCi Acenta",
"tyre_size_front": "123/60R17",
"load_index_front": 12,
"speed_index_front": "H",
"rim_size_front_inch": "1.2 x 12",
"rim_offset_front_mm": 12,
"tyre_size_rear": "123/60R17",
"load_index_rear": 12,
"speed_index_rear": "1.2 x 12",
"rim_size_rear_inch": "1.2 x 12",
"rim_offset_rear_mm": 12,
"tyre_pressure_front_bar": 1.2,
"laden_tyre_pressure_front_bar": 1.2,
"tyre_pressure_rear_bar": 1.2,
"laden_tyre_pressure_rear_bar": 1.2,
"is_run_flat_front": false,
"is_run_flat_rear": false,
"extra_load_front": "on",
"extra_load_rear": "on",
"change_date": "2020-01-01",
"tyre_pressure_front_psi": 12,
"tyre_pressure_rear_psi": 12,
"laden_tyre_pressure_front_psi": 12,
"laden_tyre_pressure_rear_psi": 12,
"pitch_circle_diameter_mm": "5x432.1",
"front_centrebore_diameter_mm": 12.3,
"nut_bolt_thread_type": "M12x3.45",
"nut_bolt_hex": 12,
"bolt_length_mm": 12,
"nut_bolt_torque_lbft": 123,
"rear_centrebore_diameter_mm": 12.3,
"nut_or_bolt": "nut",
"min_einpress_tiefe_front_mm": 12,
"max_einpress_tiefe_front_mm": 12,
"min_einpress_tiefe_rear_mm": 12,
"max_einpress_tiefe_rear_mm": 12,
"max_wheel_load_kg": 123,
"vehicle_track_front_mm": 1234,
"vehicle_track_rear_mm": 1234,
"max_rim_width_front_inch": 123,
"max_rim_width_rear_inch": 123,
"gross_vehicleweight_kg": 1234,
"max_speed_kmh": 123,
"front_axle_weight_kg": 1234,
"rear_axle_weight_kg": 1234,
"min_kerbweight_kg": 1234,
"tpms_fitted": "on",
"comments": "Example comments",
"max_rim_width_inch": 12,
"min_rim_width_inch": 12,
"min_bolt_length_mm": 12,
"max_bolt_length_mm": 12,
"nut_bolt_am": "Nut",
"nut_bolt_am_length_mm": 12,
"nut_bolt_oe_alloy_mm": 12,
"nut_bolt_oe_alloy_length_mm": 12,
"nut_bolt_oe_steel": "Nut",
"nut_bolt_oe_steel_length_mm": 12
}
]
}
},
"error": "If there is an error the message would go here"
}Response Parameters
success
e.g. true
Whether the api call was successful
mvris_manufacturer_desc
e.g. NISSAN
MVRIS manufacturer description
mvris_model_range_desc
e.g. QASHQAI (J10)
MVRIS model range description
mvris_derivative_desc
e.g. DCI ACENTA IS
MVRIS derivative description
mvris_vehicle_desc
e.g. NISSAN QASHQAI (J10) DCI ACENTA IS
MVRIS vehicle description.
mvris_code
e.g. A1ABC
MVRIS Code
dvla_manufacturer_desc
e.g. NISSAN
DVLA manufacturer description
dvla_model_desc
e.g. QASHQAI ACENTA PREMIUM DCI
DVLA model description
first_registration_date
e.g. 2020-01-01
Date of first registration
vehicle_registration_mark
e.g. AB21ABC
Vehicle registration number (VRM).
vehicle_identification_number
e.g. ABCDE123456F78910
Vehicle identification number (VIN).
engine_number
e.g. A12345678
Vehicle engine number
dvla_vehicle_desc
e.g. NISSAN QASHQAI ACENTA IS DCI
DVLA vehicle description
drd_chassis_id
e.g. 12345
DriveRightData chassis ID
oe_primary_fitment_id
e.g. 123456
OE primary fitment ID
oe_upgrade_1_fitment_id
e.g. 123456
OE upgrade (1) fitment ID
oe_upgrade_2_fitment_id
e.g. 123456
OE upgrade (2) fitment ID
oe_upgrade_3_fitment_id
e.g. 123456
OE upgrade (3) fitment ID
oe_upgrade_4_fitment_id
e.g. 123456
OE upgrade (4) fitment ID
oe_upgrade_5_fitment_id
e.g. 123456
OE upgrade (5) fitment ID
fitment_id
e.g. 12345
Fitment ID
drd_model_name
e.g. Qashqai. 1.6 DCi Acenta
DriveRightData model name
tyre_size_front
e.g. 123/60R17
Front tyre size
load_index_front
e.g. 12
Front tyre load index
speed_index_front
e.g. H
Front tyre speed index
rim_size_front_inch
e.g. 1.2 x 12
Front tyre rim size in inches
rim_offset_front_mm
e.g. 12
Front tyre rim offset in millimetres
tyre_size_rear
e.g. 123/60R17
Rear tyre size.
load_index_rear
e.g. 12
Rear tyre load index
speed_index_rear
e.g. 1.2 x 12
Rear tyre rim size in inches
rim_size_rear_inch
e.g. 1.2 x 12
Rear tyre rim size in inches
rim_offset_rear_mm
e.g. 12
Rear tyre rim offset in millimetres
tyre_pressure_front_bar
e.g. 1.2
Tyre pressure front bar
laden_tyre_pressure_front_bar
e.g. 1.2
Laden tyre pressure front bar
tyre_pressure_rear_bar
e.g. 1.2
Tyre pressure rear bar
laden_tyre_pressure_rear_bar
e.g. 1.2
Laden tyre pressure rear bar
is_run_flat_front
e.g. false
Is the tyre run flat
is_run_flat_rear
e.g. false
Is the rear tyre run flat
extra_load_front
e.g. on
Is front tyre reinforced for extra load
extra_load_rear
e.g. on
Is the rear tyre reinforced for extra load
change_date
e.g. 2020-01-01
Date of tyre the change
tyre_pressure_front_psi
e.g. 12
Front tyre pressure psi
tyre_pressure_rear_psi
e.g. 12
Rear tyre pressure psi
laden_tyre_pressure_front_psi
e.g. 12
Rear tyre when laden pressure psi
laden_tyre_pressure_rear_psi
e.g. 12
Rear tyre when laden pressure psi
pitch_circle_diameter_mm
e.g. 5x432.1
Pitch circle diameter in mm
front_centrebore_diameter_mm
e.g. 12.3
Front centre bore in millimetres
nut_bolt_thread_type
e.g. M12x3.45
Nut bolt thread type.
nut_bolt_hex
e.g. 12
Cross measurement of hexagonal nut or bolt in millimetres
bolt_length_mm
e.g. 12
Bolt length in millimetres
nut_bolt_torque_lbft
e.g. 123
Tension used to tighten wheel nut
rear_centrebore_diameter_mm
e.g. 12.3
Rear centre bore diameter in milimetres
nut_or_bolt
e.g. nut
Nut or bolt
min_einpress_tiefe_front_mm
e.g. 12
Minimum distance of the front wheels within the wheel well in millimetres
max_einpress_tiefe_front_mm
e.g. 12
The maximum distance of the front wheels within the wheel well in millimetres
min_einpress_tiefe_rear_mm
e.g. 12
Minimum distance of the rear wheels within the wheel well in millimetres.
max_einpress_tiefe_rear_mm
e.g. 12
Maximum distance of the rear wheels within the wheel well in millimetres
max_wheel_load_kg
e.g. 123
Maximum wheel load in kilograms
vehicle_track_front_mm
e.g. 1234
Front vehicle track in millimetres
vehicle_track_rear_mm
e.g. 1234
Rear vehicle track in millimetres
max_rim_width_front_inch
e.g. 123
Maximum rim width in inches (front)
max_rim_width_rear_inch
e.g. 123
Maximum rim width in inches (rear)
gross_vehicleweight_kg
e.g. 1234
Gross vehicle weight in kg
max_speed_kmh
e.g. 123
The maximum speed in kmh.
front_axle_weight_kg
e.g. 1234
Front axle weight in kilograms
rear_axle_weight_kg
e.g. 1234
Rear axle weight in kilograms
min_kerbweight_kg
e.g. 1234
Minimum kerbweight in kg
tpms_fitted
e.g. on
Is a tyre pressure monitor system fitted.
comments
e.g. Example comments
The MOT comments.
max_rim_width_inch
e.g. 12
Maximum rim width in inches
min_rim_width_inch
e.g. 12
Minimum rim width in inches
min_bolt_length_mm
e.g. 12
Minimum bolt length in millimetres
max_bolt_length_mm
e.g. 12
Maximum bolt length in millimetres
nut_bolt_am
e.g. Nut
Indicates nut or bolt type (am)
nut_bolt_am_length_mm
e.g. 12
Length of nut or bolt type (am) in millimetres
nut_bolt_oe_alloy_mm
e.g. 12
Indicates nut or bolt type for OE alloy wheel in millimetres
nut_bolt_oe_alloy_length_mm
e.g. 12
Length of nut or bolt type OE alloy wheel in millimetres
nut_bolt_oe_steel
e.g. Nut
Indicates nut or bolt type for OE steel wheel.
nut_bolt_oe_steel_length_mm
e.g. 12
Length of nut or bolt type OE steel wheel in millimetres
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
