Cartell Car Price Guide (CPG) is Ireland’s trusted valuation service for cars and light commercial vehicles. Valuations are based on currently advertised vehicles and also take into account the specific vehicle’s history including number of owners and tax status.
Key Features
Vehicle Identity
Identifies the manufacturer, model range, derivative, body and fuel type
Retail Valuation
Based on currently advertised vehicles on Ireland’s leading classified sites
Trade Valuation
The price a dealer would expect to pay for the vehicle for stock or trade disposal
Sample Response
V1
Documentation
Introduction
Provides trade and retail pricing for the Irish market, based on a registration mark and mileage in miles or kilometers.
Header
When making calls to our API, include the following header:
x-api-key:your-api-key-here
Example Request
https://api.oneautoapi.com/cartell/priceguide?vehicle_registration_mark=131C12345¤t_mileage=12345&mileage_unit=km
Example Sandbox Request
https://sandbox.oneautoapi.com/cartell/priceguide?vehicle_registration_mark=131C12345¤t_mileage=12345&mileage_unit=km
Request Parameters
vehicle_registration_mark
mandatory, string, e.g. 131C12345
Vehicle registration number (VRM).
current_mileage
mandatory, string, e.g. 12345
Current mileage of the vehicle
mileage_unit
mandatory, string, e.g. km
The mileage unit (mi or km)
Sample Response
{
"success": true,
"result": {
"manufacturer_desc": "HYUNDAI",
"model_range_desc": "COUPE",
"derivative_desc": "1.6 2DR 2500C",
"body_type_desc": "COUPE",
"fuel_type_desc": "PETROL",
"retail_valuation": 2950,
"trade_valuation": 2200
},
"error": "If there is an error the message would go here"
}Response Parameters
success
e.g. true
Whether the api call was successful
manufacturer_desc
e.g. HYUNDAI
Manufacturer description
model_range_desc
e.g. COUPE
Model range description.
derivative_desc
e.g. 1.6 2DR 2500C
Derivative description.
body_type_desc
e.g. COUPE
The body type description
fuel_type_desc
e.g. PETROL
The vehicle's fuel type description
retail_valuation
e.g. 2950
The suggested market average retail valuation for the specified vehicle (cars only).
trade_valuation
e.g. 2200
The suggested market average trade valuation for the specified vehicle (location, market and condition adjusted).
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
