Standard specification data for cars and light commercials for vehicle listings.
Solifi data has been trusted by the UK leasing industry for over 20 years to power vehicle quotation and ordering systems, where the need for highly accurate specification data is paramount.
Key Features
IDS Code Lookup
Easy data retrieval from an IDS Code
Comprehensive
Accurate standard equipment data for over 200,000 car and light commercial vehicle variants
OE Sourced
Solifi source data from manufacturers, resulting in highly accurate specification data
Generic Description
OE feature descriptions are complemented by generic descriptions to support side-by-side comparison
Categorisation
High level categorisation support user-friendly presentation of features
OE Option Codes
Can assist mapping data with other sources (limited availability)
Sample Response
V2
Documentation
Introduction
Standard specification data for cars and light commercials for vehicle listings.
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/standardequipmentfromidscode?ids_code=AB001234
Example Sandbox Request
https://sandbox.oneautoapi.com/solifi/standardequipmentfromidscode?ids_code=AB001234
Request Parameters
ids_code
mandatory, string, e.g. AB001234
The IDS Code.
Sample Response
{
"success": true,
"result": [
{
"feature_desc": "12Volt Socket in Front Centre Console",
"feature_generic_desc": "12V Socket",
"feature_status": "Standard",
"factory_code": "1AB",
"feature_category": "Audio and Communications",
"list_price_ex_vat": 123.45,
"list_price_vat": 12.34,
"list_price_inc_vat": 123.45
}
],
"error": "If there is an error the message would go here"
}Response Parameters
success
e.g. true
Whether the api call was successful
feature_desc
e.g. 12Volt Socket in Front Centre Console
The feature description
feature_generic_desc
e.g. 12V Socket
The feature generic description
feature_status
e.g. Standard
The feature status (default options priced at '£0' & can be swapped for alternative option)
factory_code
e.g. 1AB
The factory code
feature_category
e.g. Audio and Communications
The feature category
list_price_ex_vat
e.g. 123.45
The list price excluding VAT
list_price_vat
e.g. 12.34
The list price VAT
list_price_inc_vat
e.g. 123.45
The list price including VAT
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
