Improved retail market intelligence for buyers and sellers.
Brego uses technology to track the market at a national level, with detailed metrics on retail ads and the ability to determine retail demand for individual vehicles.
These powerful analytics will help you increase your stock turn and margins for improved retail performance.
Key Features
Desirability Rating
Every vehicle rated (0-100) in terms of retail desirability
Trend Analysis
Comparison to last month identifies the market trend, allowing you to look forward when making buying and selling decisions
Detailed Ad Metrics
Discover the number of vehicles in market, min-max pricing, average price movement and more
Increase Stock Turn
Easily identify the fastest moving retail stock
Improve Margin
Adjust your pricing to account for holding costs on slower moving stock
Optimise Retail Pricing
Gain a competitive edge by implementing a demand based retail pricing strategy
Sample Response
V2
Documentation
Introduction
This endpoint provides metrics about market supply, advert age and price movements.
Header
When making calls to our API, include the following header:
x-api-key:your-api-key-here
Example Request
https://api.oneautoapi.com/brego/desirabilityratingfromvin?vehicle_identification_number=ABCDE123456F78910
Example Sandbox Request
https://sandbox.oneautoapi.com/brego/desirabilityratingfromvin?vehicle_identification_number=ABCDE123456F78910
Request Parameters
vehicle_identification_number
mandatory, string, e.g. ABCDE123456F78910
Vehicle identification number (VIN).
Sample Response
{
"success": true,
"result": {
"regions": [
{
"region": "national",
"average_advert_days": 30,
"average_advert_miles_per_month": 702,
"average_advert_price_change": -123,
"average_manufacturer_miles_per_month": 466,
"average_model_range_miles_per_month": 702,
"average_model_miles_per_month": 702,
"min_advert_price": 20291,
"max_advert_price": 20291,
"min_advert_mileage": 51351,
"max_advert_mileage": 51351,
"weekly_advert_qty_change": -50,
"advert_qty": 32,
"average_advert_owners_per_annum": 0.28,
"min_advert_previous_owners": 0,
"max_advert_previous_owners": 2,
"advert_vehicle_colours": [
{
"count": 32,
"colour": "Black"
}
],
"vehicle_desc": "Mini Cooper S",
"desirability_rating": 75,
"desirability_rating_last_month": 71
}
]
},
"error": "If there is an error the message would go here"
}Response Parameters
success
e.g. true
Whether the api call was successful
region
e.g. national
Region of the country the data applies to.
average_advert_days
e.g. 30
Average number of days vehicles of this model have been advertised for.
average_advert_miles_per_month
e.g. 702
Average monthly mileage of vehicles of this model advertised within this region.
average_advert_price_change
e.g. -123
Average change to the advertised price for this model within the last 7 days and within this region.
average_manufacturer_miles_per_month
e.g. 466
Average monthly mileage of vehicles from this manufacturer.
average_model_range_miles_per_month
e.g. 702
Average monthly miles advertised vehicles of this model range have completed.
average_model_miles_per_month
e.g. 702
Average monthly miles advertised vehicles of this model have completed.
min_advert_price
e.g. 20291
Minimum advertised price for this model.
max_advert_price
e.g. 20291
Maximum advertised price for this model.
min_advert_mileage
e.g. 51351
Minimum advertised price for this model.
max_advert_mileage
e.g. 51351
Maximum advertised price for this model.
weekly_advert_qty_change
e.g. -50
Maximum advertised price for this model.
advert_qty
e.g. 32
Number of adverts matching the query parameters.
average_advert_owners_per_annum
e.g. 0.28
Average number of keepers per annum for this model.
min_advert_previous_owners
e.g. 0
Minimum number of previous keepers for advertised models.
max_advert_previous_owners
e.g. 2
Maximum number of previous keepers for advertised models.
count
e.g. 32
Number of vehicles of this colour advertised.
colour
e.g. Black
Exterior colour of vehicle.
vehicle_desc
e.g. Mini Cooper S
The Vehicle description
desirability_rating
e.g. 75
0-100 value indicative of retail demand for the vehicle where 0 is low and 100 is high.
desirability_rating_last_month
e.g. 71
0-100 value indicative of average desirability rating for the past month, which when compared to today's desirability rating allows users to see the trend
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
