{ "opencollection": "1.0.0", "info": { "name": "NHTSA vPIC Vehicle Equipment Reference API", "version": "1.0.0" }, "items": [ { "info": { "name": "Reference", "type": "folder" }, "items": [ { "info": { "name": "Get list of vehicle variables", "type": "http" }, "http": { "method": "GET", "url": "https://vpic.nhtsa.dot.gov/api/vehicles/GetVehicleVariableList", "params": [ { "name": "format", "value": "", "type": "query", "description": "Response format." } ] }, "docs": "Get list of vehicle variables" }, { "info": { "name": "Get values for a vehicle variable", "type": "http" }, "http": { "method": "GET", "url": "https://vpic.nhtsa.dot.gov/api/vehicles/GetVehicleVariableValuesList/:variable", "params": [ { "name": "variable", "value": "", "type": "path" }, { "name": "format", "value": "", "type": "query", "description": "Response format." } ] }, "docs": "Get values for a vehicle variable" } ] } ], "bundled": true }