2489 lines
65 KiB
JSON
2489 lines
65 KiB
JSON
{
|
|
"info": {
|
|
"_postman_id": "d96c7ff0-22bf-4099-94ce-7822a0d399b3",
|
|
"name": "Vehicle & Moto Informtion API",
|
|
"description": "Welcome to Vehicle Info API. In order to gain access to our data you will need a subscription. If you do not have one already head over and register for an account at [Vehicle Info API](http://vehicleinfoapi.com/).\r\n\r\nAfter you have registered and picked a subscription, youn will be able to generate your API tokens from your users area.\r\n\r\nInformation we provide via our API:\r\n\r\n##### Vehicle Information (1899-2021)\r\n- Years\r\n- Makes\r\n- Models\r\n- Trims\r\n- Transmissions\r\n- Engines\r\n\r\n##### Powersports Vehicles (1930-2021)\r\n- Type (Street & Dirt)\r\n- Years\r\n- Makes\r\n- Models\r\n\r\nBelow you will find information on how to access the data. There are multiple ways you can request the information be sent to you. If you find you're in need of data in a specific manner, please reach out and let us know.\r\n",
|
|
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
|
|
"_exporter_id": "1096847"
|
|
},
|
|
"item": [
|
|
{
|
|
"name": "Vehicle API Information",
|
|
"item": [
|
|
{
|
|
"name": "Get All Years",
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"followAuthorizationHeader": false,
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "urlencoded",
|
|
"urlencoded": []
|
|
},
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/years",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"years"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Vehicle Years",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "urlencoded",
|
|
"urlencoded": []
|
|
},
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/years",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"years"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"year\": \"1906\"\n },\n {\n \"year\": \"1907\"\n },\n {\n \"year\": \"1908\"\n },\n {\n \"year\": \"2016\"\n },\n {\n \"year\": \"2017\"\n },\n {\n \"year\": \"2018\"\n },\n {\n \"year\": \"2019\"\n },\n {\n \"year\": \"2020\"\n },\n {\n \"year\": \"2021\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Make Logo",
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"followAuthorizationHeader": false,
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "urlencoded",
|
|
"urlencoded": []
|
|
},
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-logos/img/Acura",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-logos",
|
|
"img",
|
|
"Acura"
|
|
]
|
|
},
|
|
"description": "You can request the logo for any make using the URL above.\n\nExamples:\n\n[https://vehapi.com/api/v1/car-logos/img/Acura](https://vehapi.com/api/v1/car-logos/img/Acura)\n\n[https://vehapi.com/api/v1/car-logos/img/Aston-Martin](https://vehapi.com/api/v1/car-logos/img/Aston-Martin)\n\nAnd so on...\n\nNote: You can also use a space in the make name, such as: Aston Martin"
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Make Logo",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "urlencoded",
|
|
"urlencoded": []
|
|
},
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-logos/img/Acura",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-logos",
|
|
"img",
|
|
"Acura"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "html",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "https://vehapi.com/img/car-logos/acura.png"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get All Range of Years",
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/range/years/2000/2010",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"range",
|
|
"years",
|
|
"2000",
|
|
"2010"
|
|
]
|
|
},
|
|
"description": "Using this URL you can choose to have a range of years sent back to you.\n\nThe URL provided in this example will return a json response with years from 2000-2010."
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get All Range of Years",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/range/years/2000/2010",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"range",
|
|
"years",
|
|
"2000",
|
|
"2010"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"year\": \"2000\"\n },\n {\n \"year\": \"2001\"\n },\n {\n \"year\": \"2002\"\n },\n {\n \"year\": \"2003\"\n },\n {\n \"year\": \"2004\"\n },\n {\n \"year\": \"2005\"\n },\n {\n \"year\": \"2006\"\n },\n {\n \"year\": \"2007\"\n },\n {\n \"year\": \"2008\"\n },\n {\n \"year\": \"2009\"\n },\n {\n \"year\": \"2010\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get All Vehicle Makes",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/all/car/makes",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"all",
|
|
"car",
|
|
"makes"
|
|
]
|
|
},
|
|
"description": "Using the URL above you can get a distinct list of all the makes we have in our database. \n\nThe example output to the right does not represent all the makes we have. the example has been shortened. "
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get All Vehicle Makes",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/all/car/makes",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"all",
|
|
"car",
|
|
"makes"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"make\": \"AC\"\n },\n {\n \"make\": \"Acura\"\n },\n {\n \"make\": \"Alfa Romeo\"\n },\n {\n \"make\": \"Allard\"\n },\n {\n \"make\": \"AM General\"\n },\n {\n \"make\": \"AMC\"\n },\n {\n \"make\": \"American Bantam\"\n },\n {\n \"make\": \"Ariel\"\n },\n {\n \"make\": \"Ascari\"\n },\n {\n \"make\": \"Aston Martin\"\n },\n {\n \"make\": \"Asuna\"\n },\n {\n \"make\": \"Auburn\"\n },\n {\n \"make\": \"Audi\"\n },\n {\n \"make\": \"Austin\"\n },\n {\n \"make\": \"Austin-Healey\"\n },\n {\n \"make\": \"Autobianchi\"\n },\n {\n \"make\": \"Autozam\"\n },\n {\n \"make\": \"Avanti\"\n },\n {\n \"make\": \"Beaumont\"\n },\n {\n \"make\": \"Bedford\"\n },\n {\n \"make\": \"Bentley\"\n },\n {\n \"make\": \"Bertone\"\n },\n {\n \"make\": \"BMC\"\n },\n {\n \"make\": \"BMW\"\n },\n {\n \"make\": \"Volvo\"\n },\n {\n \"make\": \"VPG\"\n },\n {\n \"make\": \"Wartburg\"\n },\n {\n \"make\": \"Wiesmann\"\n },\n {\n \"make\": \"Willys\"\n },\n {\n \"make\": \"Yugo\"\n },\n {\n \"make\": \"Zastava\"\n },\n {\n \"make\": \"Zenvo\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Vehicle Makes by Year",
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "urlencoded",
|
|
"urlencoded": []
|
|
},
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/makes/2018",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"makes",
|
|
"2018"
|
|
]
|
|
},
|
|
"description": "Retrieve a list of makes for any year from 1899-2021."
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Vehicle Makes by Year",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "urlencoded",
|
|
"urlencoded": []
|
|
},
|
|
"url": {
|
|
"raw": "https://vehapi.test/api/v1/car-lists/get/car/makes/2018",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"test"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"makes",
|
|
"2018"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"make\": \"Acura\"\n },\n {\n \"make\": \"Alfa Romeo\"\n },\n {\n \"make\": \"Aston Martin\"\n },\n {\n \"make\": \"Audi\"\n },\n {\n \"make\": \"Bentley\"\n },\n {\n \"make\": \"BMW\"\n },\n {\n \"make\": \"Buick\"\n },\n {\n \"make\": \"Cadillac\"\n },\n {\n \"make\": \"Chevrolet\"\n },\n {\n \"make\": \"Chrysler\"\n },\n {\n \"make\": \"Dodge\"\n },\n {\n \"make\": \"Ferrari\"\n },\n {\n \"make\": \"FIAT\"\n },\n {\n \"make\": \"Ford\"\n },\n {\n \"make\": \"Freightliner\"\n },\n {\n \"make\": \"Genesis\"\n },\n {\n \"make\": \"GMC\"\n },\n {\n \"make\": \"Honda\"\n },\n {\n \"make\": \"Hyundai\"\n },\n {\n \"make\": \"INFINITI\"\n },\n {\n \"make\": \"Jaguar\"\n },\n {\n \"make\": \"Jeep\"\n },\n {\n \"make\": \"Karma\"\n },\n {\n \"make\": \"Kia\"\n },\n {\n \"make\": \"Lamborghini\"\n },\n {\n \"make\": \"Land Rover\"\n },\n {\n \"make\": \"Lexus\"\n },\n {\n \"make\": \"Lincoln\"\n },\n {\n \"make\": \"Lotus\"\n },\n {\n \"make\": \"Maserati\"\n },\n {\n \"make\": \"Mazda\"\n },\n {\n \"make\": \"McLaren\"\n },\n {\n \"make\": \"Mercedes-Benz\"\n },\n {\n \"make\": \"MINI\"\n },\n {\n \"make\": \"Mitsubishi\"\n },\n {\n \"make\": \"Nissan\"\n },\n {\n \"make\": \"Porsche\"\n },\n {\n \"make\": \"RAM\"\n },\n {\n \"make\": \"Rolls-Royce\"\n },\n {\n \"make\": \"smart\"\n },\n {\n \"make\": \"Subaru\"\n },\n {\n \"make\": \"Tesla\"\n },\n {\n \"make\": \"Toyota\"\n },\n {\n \"make\": \"Volkswagen\"\n },\n {\n \"make\": \"Volvo\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get All Models by Make",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/all/car/models/Acura",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"all",
|
|
"car",
|
|
"models",
|
|
"Acura"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"disabled": true
|
|
}
|
|
]
|
|
},
|
|
"description": "Retrieve a list of all models for the make requested.\n\n> This will return all models for a particular make for every year."
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get All Models by Make",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/all/car/models/Acura",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"all",
|
|
"car",
|
|
"models",
|
|
"Acura"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"disabled": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"model\": \"CL\"\n },\n {\n \"model\": \"CSX\"\n },\n {\n \"model\": \"ILX\"\n },\n {\n \"model\": \"ILX Hybrid\"\n },\n {\n \"model\": \"RLX\"\n },\n {\n \"model\": \"RLX Hybrid Sport\"\n },\n {\n \"model\": \"RSX\"\n },\n {\n \"model\": \"TLX\"\n },\n {\n \"model\": \"TSX\"\n },\n {\n \"model\": \"Vigor\"\n },\n {\n \"model\": \"ZDX\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Vehicle Makes by Years Range",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/makes/in-range/1910/1912",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"makes",
|
|
"in-range",
|
|
"1910",
|
|
"1912"
|
|
]
|
|
},
|
|
"description": "Return makes within a given year range"
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Vehicle Makes by Years Range",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/makes/in-range/1910/1912",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"makes",
|
|
"in-range",
|
|
"1910",
|
|
"1912"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"make\": \"Hudson\"\n },\n {\n \"make\": \"Oakland\"\n },\n {\n \"make\": \"Rolls-Royce\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Vehicle Models by Year & Make",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/models/2018/Acura",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"models",
|
|
"2018",
|
|
"Acura"
|
|
]
|
|
},
|
|
"description": "Get all models for a make based on a specific year."
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Vehicle Models by Year & Make",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/models/2018/Acura",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"models",
|
|
"2018",
|
|
"Acura"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"model\": \"ILX\"\n },\n {\n \"model\": \"MDX\"\n },\n {\n \"model\": \"MDX Hybrid Sport\"\n },\n {\n \"model\": \"NSX\"\n },\n {\n \"model\": \"RDX\"\n },\n {\n \"model\": \"RLX\"\n },\n {\n \"model\": \"RLX Hybrid Sport\"\n },\n {\n \"model\": \"TLX\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Vehicle Trim by Year, Make & Model",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/trims/2018/Acura/NSX",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"trims",
|
|
"2018",
|
|
"Acura",
|
|
"NSX"
|
|
]
|
|
},
|
|
"description": "Returns trim levels available for a specific year, make & model."
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Vehicle Trim by Year, Make & Model",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/trims/2018/Acura/NSX",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"trims",
|
|
"2018",
|
|
"Acura",
|
|
"NSX"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"trim\": \"SH-AWD\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Vehicle Transmission by Year, Make, Model & Trim",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/transmissions/2018/Acura/NSX/SH-AWD",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"transmissions",
|
|
"2018",
|
|
"Acura",
|
|
"NSX",
|
|
"SH-AWD"
|
|
]
|
|
},
|
|
"description": "Returns a vehicles transmission based on year, make, model & trim."
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Vehicle Transmission by Year, Make, Model & Trim",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/transmissions/2018/Acura/NSX/SH-AWD",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"transmissions",
|
|
"2018",
|
|
"Acura",
|
|
"NSX",
|
|
"SH-AWD"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"transmission\": \"9-Speed Dual Clutch\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Vehicle Engines by Year, Make, Model, Trim & Transmission",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/engines/2018/Acura/NSX/SH-AWD/9-Speed Dual Clutch",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"engines",
|
|
"2018",
|
|
"Acura",
|
|
"NSX",
|
|
"SH-AWD",
|
|
"9-Speed Dual Clutch"
|
|
]
|
|
},
|
|
"description": "Returns a vehicles engine based on the given year, make, model, trim & transmission submitted."
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Vehicle Engines by Year, Make, Model, Trim & Transmission",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/engines/2018/Acura/NSX/SH-AWD/9-Speed Dual Clutch",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"engines",
|
|
"2018",
|
|
"Acura",
|
|
"NSX",
|
|
"SH-AWD",
|
|
"9-Speed Dual Clutch"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"engine\": \"3.5L 573 hp V6 Hybrid\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Vehicle Wheels by Year, Make, Model, Trim, Transmission & Engine",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/wheels/2021/Acura/TLX/FWD/10-Speed Automatic/2.0L 272 hp I4",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"wheels",
|
|
"2021",
|
|
"Acura",
|
|
"TLX",
|
|
"FWD",
|
|
"10-Speed Automatic",
|
|
"2.0L 272 hp I4"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Vehicle Wheels by Year, Make, Model, Trim, Transmission & Engine",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/wheels/2021/Acura/TLX/FWD/10-Speed Automatic/2.0L 272 hp I4",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"wheels",
|
|
"2021",
|
|
"Acura",
|
|
"TLX",
|
|
"FWD",
|
|
"10-Speed Automatic",
|
|
"2.0L 272 hp I4"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "Server",
|
|
"value": "nginx/1.16.0"
|
|
},
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "Transfer-Encoding",
|
|
"value": "chunked"
|
|
},
|
|
{
|
|
"key": "Connection",
|
|
"value": "keep-alive"
|
|
},
|
|
{
|
|
"key": "X-Powered-By",
|
|
"value": "PHP/8.0.12"
|
|
},
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "no-cache, private"
|
|
},
|
|
{
|
|
"key": "Date",
|
|
"value": "Thu, 02 Dec 2021 09:49:43 GMT"
|
|
},
|
|
{
|
|
"key": "X-RateLimit-Limit",
|
|
"value": "60"
|
|
},
|
|
{
|
|
"key": "X-RateLimit-Remaining",
|
|
"value": "58"
|
|
},
|
|
{
|
|
"key": "phpdebugbar-id",
|
|
"value": "X49a6edd6d4c8f7b5aa6d8d55dd4fb44f"
|
|
},
|
|
{
|
|
"key": "Access-Control-Allow-Origin",
|
|
"value": "*"
|
|
},
|
|
{
|
|
"key": "x-debug-token",
|
|
"value": "9503def9-884e-4a81-9156-bfd6e4b84358"
|
|
},
|
|
{
|
|
"key": "x-debug-token-link",
|
|
"value": "https://carinfo.test/_tt/show/9503def9-884e-4a81-9156-bfd6e4b84358"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"wheels\": \"Alloy\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Vehicle Options by Year, Make, Model, Trim, Transmission & Engine",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/options/2021/Acura/TLX/FWD/10-Speed Automatic/2.0L 272 hp I4",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"options",
|
|
"2021",
|
|
"Acura",
|
|
"TLX",
|
|
"FWD",
|
|
"10-Speed Automatic",
|
|
"2.0L 272 hp I4"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Vehicle Options by Year, Make, Model, Trim, Transmission & Engine",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-lists/get/car/options/2021/Acura/TLX/FWD/10-Speed Automatic/2.0L 272 hp I4",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-lists",
|
|
"get",
|
|
"car",
|
|
"options",
|
|
"2021",
|
|
"Acura",
|
|
"TLX",
|
|
"FWD",
|
|
"10-Speed Automatic",
|
|
"2.0L 272 hp I4"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "Server",
|
|
"value": "nginx/1.16.0"
|
|
},
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "Transfer-Encoding",
|
|
"value": "chunked"
|
|
},
|
|
{
|
|
"key": "Connection",
|
|
"value": "keep-alive"
|
|
},
|
|
{
|
|
"key": "X-Powered-By",
|
|
"value": "PHP/8.0.12"
|
|
},
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "no-cache, private"
|
|
},
|
|
{
|
|
"key": "Date",
|
|
"value": "Thu, 02 Dec 2021 09:49:48 GMT"
|
|
},
|
|
{
|
|
"key": "X-RateLimit-Limit",
|
|
"value": "60"
|
|
},
|
|
{
|
|
"key": "X-RateLimit-Remaining",
|
|
"value": "57"
|
|
},
|
|
{
|
|
"key": "phpdebugbar-id",
|
|
"value": "X1ff0dcc5fa9cbb13cc1d0271dd3d52c1"
|
|
},
|
|
{
|
|
"key": "Access-Control-Allow-Origin",
|
|
"value": "*"
|
|
},
|
|
{
|
|
"key": "x-debug-token",
|
|
"value": "9503df00-ed41-4ec7-a599-b5f3a089a814"
|
|
},
|
|
{
|
|
"key": "x-debug-token-link",
|
|
"value": "https://carinfo.test/_tt/show/9503df00-ed41-4ec7-a599-b5f3a089a814"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"options\": \"Leather Seats|Navigation System|Adaptive Cruise Control|Blind Spot Monitoring|Heated Seats|Android Auto|CarPlay|Multi Zone Climate Control|Bluetooth|Backup Camera|Remote Start|Sunroof/Moonroof|SE Package\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Make Logo",
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"followAuthorizationHeader": false,
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "urlencoded",
|
|
"urlencoded": []
|
|
},
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-logos/img/Acura",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-logos",
|
|
"img",
|
|
"Acura"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Make Logo",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "urlencoded",
|
|
"urlencoded": []
|
|
},
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/car-logos/img/Acura",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"car-logos",
|
|
"img",
|
|
"Acura"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "html",
|
|
"header": [
|
|
{
|
|
"key": "Server",
|
|
"value": "nginx"
|
|
},
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "text/html; charset=UTF-8"
|
|
},
|
|
{
|
|
"key": "Transfer-Encoding",
|
|
"value": "chunked"
|
|
},
|
|
{
|
|
"key": "Connection",
|
|
"value": "keep-alive"
|
|
},
|
|
{
|
|
"key": "Vary",
|
|
"value": "Accept-Encoding"
|
|
},
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "no-cache, private"
|
|
},
|
|
{
|
|
"key": "Date",
|
|
"value": "Thu, 26 Nov 2020 19:47:05 GMT"
|
|
},
|
|
{
|
|
"key": "X-RateLimit-Limit",
|
|
"value": "60"
|
|
},
|
|
{
|
|
"key": "X-RateLimit-Remaining",
|
|
"value": "59"
|
|
},
|
|
{
|
|
"key": "Access-Control-Allow-Origin",
|
|
"value": "*"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-XSS-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "Content-Encoding",
|
|
"value": "gzip"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "https://vehapi.com/img/car-logos/acura.png"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"description": "This section provides information on retrieving information on auto's, such as:\n- Cars\n- SUV's\n- Trucks\n- Etc...\n\nExamples are provided to the right of each endpoint for your selected language."
|
|
},
|
|
{
|
|
"name": "Moto API Information",
|
|
"item": [
|
|
{
|
|
"name": "Get Moto Types",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/types",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"types"
|
|
]
|
|
},
|
|
"description": "Returns power sports types. Currently you will receive:\n- Street\n- Dirt"
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Moto Types",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/types",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"types"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"type\": \"Dirt\"\n },\n {\n \"type\": \"Street\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Moto Categories",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/cats",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"cats"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Moto Categories",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/cats",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"cats"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"cat\": \"Harley Adventure\"\n },\n {\n \"cat\": \"Harley CVO/SE\"\n },\n {\n \"cat\": \"Harley Davidson 883\"\n },\n {\n \"cat\": \"Harley Dyna\"\n },\n {\n \"cat\": \"Harley Electric\"\n },\n {\n \"cat\": \"Harley FX/FXR\"\n },\n {\n \"cat\": \"Harley Softail\"\n },\n {\n \"cat\": \"Harley Sportster\"\n },\n {\n \"cat\": \"Harley Street\"\n },\n {\n \"cat\": \"Harley Touring\"\n },\n {\n \"cat\": \"Harley Trike\"\n },\n {\n \"cat\": \"Harley V-Rod\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Moto Years",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/years",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"years"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Moto Years",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/years",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"years"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"year\": \"1930\"\n },\n {\n \"year\": \"1931\"\n },\n {\n \"year\": \"1932\"\n },\n {\n \"year\": \"1933\"\n },\n {\n \"year\": \"1934\"\n },\n {\n \"year\": \"1935\"\n },\n {\n \"year\": \"1936\"\n },\n {\n \"year\": \"1937\"\n },\n {\n \"year\": \"2016\"\n },\n {\n \"year\": \"2017\"\n },\n {\n \"year\": \"2018\"\n },\n {\n \"year\": \"2019\"\n },\n {\n \"year\": \"2020\"\n },\n {\n \"year\": \"2021\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Moto Years by Type",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/Street/years",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"Street",
|
|
"years"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Moto Years by Type",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/Street/years",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"Street",
|
|
"years"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"year\": \"1930\"\n },\n {\n \"year\": \"1931\"\n },\n {\n \"year\": \"1932\"\n },\n {\n \"year\": \"2013\"\n },\n {\n \"year\": \"2014\"\n },\n {\n \"year\": \"2015\"\n },\n {\n \"year\": \"2016\"\n },\n {\n \"year\": \"2017\"\n },\n {\n \"year\": \"2018\"\n },\n {\n \"year\": \"2019\"\n },\n {\n \"year\": \"2020\"\n },\n {\n \"year\": \"2021\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Moto Makes by Year",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/makes/2021/asc",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"makes",
|
|
"2021",
|
|
"asc"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Moto Makes by Year",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/makes/2021/asc",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"makes",
|
|
"2021",
|
|
"asc"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"make\": \"Beta\"\n },\n {\n \"make\": \"BMW\"\n },\n {\n \"make\": \"Cobra\"\n },\n {\n \"make\": \"Gas Gas\"\n },\n {\n \"make\": \"Honda\"\n },\n {\n \"make\": \"Husqvarna\"\n },\n {\n \"make\": \"Kawasaki\"\n },\n {\n \"make\": \"KTM\"\n },\n {\n \"make\": \"Sherco\"\n },\n {\n \"make\": \"Suzuki\"\n },\n {\n \"make\": \"Yamaha\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get All Moto Makes by Type",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/type/makes/Street",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"type",
|
|
"makes",
|
|
"Street"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get All Moto Makes by Type",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/type/makes/Street",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"type",
|
|
"makes",
|
|
"Street"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"make\": \"Alta Motors\"\n },\n {\n \"make\": \"American IronHorse\"\n },\n {\n \"make\": \"Aprilia\"\n },\n {\n \"make\": \"Benelli\"\n },\n {\n \"make\": \"Beta\"\n },\n {\n \"make\": \"Big Dog\"\n },\n {\n \"make\": \"Bimota\"\n },\n {\n \"make\": \"BMW\"\n },\n {\n \"make\": \"Brammo\"\n },\n {\n \"make\": \"Buell\"\n },\n {\n \"make\": \"Cagiva\"\n },\n {\n \"make\": \"Can-Am\"\n },\n {\n \"make\": \"Cleveland Cyclewerks\"\n },\n {\n \"make\": \"CSC\"\n },\n {\n \"make\": \"Ducati\"\n },\n {\n \"make\": \"Energica\"\n },\n {\n \"make\": \"Erik Buell Racing\"\n },\n {\n \"make\": \"Excelsior-Henderson\"\n },\n {\n \"make\": \"Gas Gas\"\n },\n {\n \"make\": \"Genuine Scooters\"\n },\n {\n \"make\": \"Harley Davidson\"\n },\n {\n \"make\": \"Honda\"\n },\n {\n \"make\": \"Husaberg\"\n },\n {\n \"make\": \"Husqvarna\"\n },\n {\n \"make\": \"Vespa\"\n },\n {\n \"make\": \"Victory\"\n },\n {\n \"make\": \"Yamaha\"\n },\n {\n \"make\": \"Zero\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get All Moto Makes by Category",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/category/makes/Harley Touring",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"category",
|
|
"makes",
|
|
"Harley Touring"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get All Moto Makes by Category",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/category/makes/Harley Touring",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"category",
|
|
"makes",
|
|
"Harley Touring"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"make\": \"Harley Davidson\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Moto Makes by Years Range",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/makes/in-range/1972/1973",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"makes",
|
|
"in-range",
|
|
"1972",
|
|
"1973"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Moto Makes by Years Range",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/makes/in-range/1972/1973",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"makes",
|
|
"in-range",
|
|
"1972",
|
|
"1973"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"make\": \"BMW\"\n },\n {\n \"make\": \"Ducati\"\n },\n {\n \"make\": \"Harley Davidson\"\n },\n {\n \"make\": \"Honda\"\n },\n {\n \"make\": \"Husqvarna\"\n },\n {\n \"make\": \"Kawasaki\"\n },\n {\n \"make\": \"Moto Guzzi\"\n },\n {\n \"make\": \"Norton\"\n },\n {\n \"make\": \"Suzuki\"\n },\n {\n \"make\": \"Yamaha\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get All Moto Models by Make",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/all/moto/models/Harley Davidson",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"all",
|
|
"moto",
|
|
"models",
|
|
"Harley Davidson"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get All Moto Models by Make",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/all/moto/models/Harley Davidson",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"all",
|
|
"moto",
|
|
"models",
|
|
"Harley Davidson"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"model\": \"Disc Glide FXDG\"\n },\n {\n \"model\": \"Disc Glide FXRDG\"\n },\n {\n \"model\": \"Dyna Convertible FXDS\"\n },\n {\n \"model\": \"Dyna Fat Bob CVO/SE FXDFSE\"\n },\n {\n \"model\": \"Dyna Fat Bob FXDF\"\n },\n {\n \"model\": \"Dyna Glide Custom FXDC\"\n },\n {\n \"model\": \"Dyna Glide Daytona FXDB-D\"\n },\n {\n \"model\": \"XLR\"\n },\n {\n \"model\": \"XLRTT\"\n },\n {\n \"model\": \"XLS Roadster\"\n },\n {\n \"model\": \"XLT\"\n },\n {\n \"model\": \"XLX-61\"\n },\n {\n \"model\": \"XR1000\"\n },\n {\n \"model\": \"XR1200/XR1200X\"\n }\n]"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Get Moto Models by Year & Make",
|
|
"protocolProfileBehavior": {
|
|
"strictSSL": false
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{api_key}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/models/2021/Honda",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"models",
|
|
"2021",
|
|
"Honda"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Get Moto Models by Year & Make",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "X-Requested-With",
|
|
"value": "XMLHttpRequest",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "https://vehapi.com/api/v1/moto-lists/get/moto/models/2021/Honda",
|
|
"protocol": "https",
|
|
"host": [
|
|
"vehapi",
|
|
"com"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"v1",
|
|
"moto-lists",
|
|
"get",
|
|
"moto",
|
|
"models",
|
|
"2021",
|
|
"Honda"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [],
|
|
"cookie": [],
|
|
"body": "[\n {\n \"model\": \"ADV150\"\n },\n {\n \"model\": \"CB500X\"\n },\n {\n \"model\": \"CB500X ABS\"\n },\n {\n \"model\": \"CBR1000RR-R Fireblade SP\"\n },\n {\n \"model\": \"CRF110F\"\n },\n {\n \"model\": \"CRF125F\"\n },\n {\n \"model\": \"CRF125F (Big Wheel)\"\n },\n {\n \"model\": \"CRF150R\"\n },\n {\n \"model\": \"CRF230F\"\n },\n {\n \"model\": \"CRF250F\"\n },\n {\n \"model\": \"CRF250R\"\n },\n {\n \"model\": \"CRF250RX\"\n },\n {\n \"model\": \"CRF450L\"\n },\n {\n \"model\": \"CRF450R\"\n },\n {\n \"model\": \"CRF450R Works Edition\"\n },\n {\n \"model\": \"CRF450RL\"\n },\n {\n \"model\": \"CRF450RX\"\n },\n {\n \"model\": \"CRF450X\"\n },\n {\n \"model\": \"CRF50F\"\n },\n {\n \"model\": \"Monkey\"\n },\n {\n \"model\": \"Monkey ABS\"\n },\n {\n \"model\": \"Super Cub C125 ABS\"\n }\n]"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"description": "This section provides information on retrieving information on power sports, such as:\n- Motorcycles\n- Dirt Bikes\n- Off-road vehicles\n- Etc...\n\nExamples are provided to the right of each endpoint for your selected language."
|
|
}
|
|
],
|
|
"auth": {
|
|
"type": "bearer"
|
|
},
|
|
"event": [
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"type": "text/javascript",
|
|
"exec": [
|
|
""
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"type": "text/javascript",
|
|
"exec": [
|
|
""
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |