Api documentation

Api documentation

Get Option Details by ID

Spec: Colors and Options
 
 
v3 v2
 
 

Sample Request

Get the option details for ID 200235312

URL

https://api.edmunds.com/api/vehicle/v2/options/200235312?fmt=json&api_key={api key}

Response

{
  "id": "200235312",
  "name": "Power Moonroof",
  "equipmentType": "OPTION",
  "availability": "Super\/SuperCrew XLT\/FX4\/Lariat",
  "manufactureOptionName": "Power Moonroof",
  "manufactureOptionCode": "43M",
  "equipment": [

  ],
  "category": "Other",
  "attributes": [
    {
      "name": "Sunroof",
      "value": "power glass"
    }
  ],
  "price": {
    "baseMSRP": 810,
    "baseInvoice": 688,
    "estimateTmv": false
  }
}