Brands API
MonroneyLabels.com provides an API for users to predict whether window sticker data is available for a vehicle before decoding it:
This API is the best way to predict the VIN decode results.
Get the List of Brands
This list is always the most up-to-date and formatted for easy matching. Do not request this API on every pageview. Cache the results for 1 hour.
HTTP Request
GET https://monroneylabels.com/vins/brands.json
Example Response:
{:brands=>{"Genesis"=>[[ 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022]]}, :exceptions=>[...]}
Response Attributes
Parameter | Description |
---|---|
brands | The model years and marques we have window sticker data for. |
exceptions | The subset of vehicles we do not have window sticker data for. |