{"info":{"_postman_id":"c544fbac-b3ab-44da-b130-8ebfd85379f1","name":"Vehicle API Documentation by Car API","description":"<html><head></head><body><p>Welcome to <a href=\"https://carapi.app\">CarAPIs vehicle API</a> documentation. The developer friendly Car API. Start developing with your vehicle API today — no fees, no signup. CarAPIs free vehicle data-set requires no account. Only pay when you're ready to go live.</p>\n<p><strong>Car API is built for developers</strong><br>REST + JSON API fully documented in OpenAPI with HAL+JSON and JSON-LD formats available too. Explore your car data API through Swagger or Redoc.</p>\n<p><strong>Year, Make, Model and Trims</strong><br>Over 66,000 vehicles from 1990 to today. Your data is constantly updated.</p>\n<p><strong>Engine, Transmission, and Mileage</strong><br>Specifications for the most important parts of today's (and yesterday's) vehicles.</p>\n<p><strong>Interior and Exterior Color Options</strong><br>Yep, we've got that too in human-readable text and RGB values.</p>\n<p>The free data-set is limited to 2020 Ford and Toyota data. To access the full data-set you may <a href=\"https://carapi.app/register\">signup here</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"23162881","collectionId":"c544fbac-b3ab-44da-b130-8ebfd85379f1","publishedId":"VUxXK3r8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-04T19:29:50.000Z"},"item":[{"name":"api","item":[{"name":"trims","item":[{"name":"Search trims","id":"48a7ea98-9e72-417b-bfa0-1a6a83d3c13b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://carapi.app/api/trims?sort=<string>&verbose=<string>","description":"<p>To include additional information about the returned body (such as year, make, model and trim) request with the\nquery parameter as <code>verbose=yes</code>.</p>\n<p>For complex queries you may use the json field to send an array of URL encoded JSON conditions, example:</p>\n<p><code>[{\"field\": \"year\", \"op\": \"&gt;=\", \"val\": 2010}, {\"field\": \"year\", \"op\": \"&lt;=\", \"val\": 2020}]</code></p>\n<p>Allowed operators are: <code>&gt;</code>, <code>&lt;</code>, <code>&gt;=</code>, <code>&lt;=</code>, <code>in</code>, and <code>not in</code>.</p>\n","urlObject":{"path":["api","trims"],"host":["https://carapi.app"],"query":[{"key":"sort","value":"<string>"},{"description":{"content":"<p>Includes make, model and trim</p>\n","type":"text/plain"},"key":"verbose","value":"<string>"}],"variable":[]}},"response":[{"id":"d9a63a93-61d3-418b-afdc-2c5db3779842","name":"MethodNotAllowedException","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/trims?sort=<string>&verbose=<string>","host":["https://carapi.app"],"path":["api","trims"],"query":[{"key":"sort","value":"<string>"},{"key":"verbose","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"exception\": \"ExceptionName\",\n  \"code\": 500,\n  \"url\": \"/url/path\",\n  \"message\": \"Internal Error\"\n}"},{"id":"8625b6f8-9982-4270-bed8-336d7819a5b2","name":"Untitled Example","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/trims?sort=<string>&verbose=<string>","host":["https://carapi.app"],"path":["api","trims"],"query":[{"key":"sort","value":"<string>"},{"key":"verbose","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"reference #/x-swagger-bake/components/schemas/Generic-Collection not found in the OpenAPI spec\"\n}"}],"_postman_id":"48a7ea98-9e72-417b-bfa0-1a6a83d3c13b"},{"name":"Get vehicle data.","id":"70042386-3b94-4f96-9a55-173cf80f3311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://carapi.app/api/trims/:id","description":"<p>Returns all data associated with the vehicle trim.</p>\n","urlObject":{"path":["api","trims",":id"],"host":["https://carapi.app"],"query":[],"variable":[{"id":"1acb9c8a-b348-4741-a9ab-6fa4652b6640","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<long>","key":"id"}]}},"response":[{"id":"b9a5a2d8-cb7e-4f58-9540-f0541d57d94c","name":"Untitled Example","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/trims/:id","host":["https://carapi.app"],"path":["api","trims",":id"],"variable":[{"key":"id","value":"<long>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": -22417514,\n  \"make_model_id\": 76219870,\n  \"year\": -61121713,\n  \"name\": \"labore proident\",\n  \"description\": \"laborum consequat fugiat ad\",\n  \"msrp\": -82994059,\n  \"invoice\": 72265793\n}"},{"id":"8aeb0e1e-072c-4de7-a46c-46bcb326662b","name":"RecordNotFoundException","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/trims/:id","host":["https://carapi.app"],"path":["api","trims",":id"],"variable":[{"key":"id","value":"<long>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"exception\": \"ExceptionName\",\n  \"code\": 500,\n  \"url\": \"/url/path\",\n  \"message\": \"Internal Error\"\n}"}],"_postman_id":"70042386-3b94-4f96-9a55-173cf80f3311"}],"id":"cd5c4e93-98bd-471d-a359-37aa5ac9e3f5","description":"<p>Vehicle Trim endpoints by Car API.</p>\n","_postman_id":"cd5c4e93-98bd-471d-a359-37aa5ac9e3f5"},{"name":"JWT Login","id":"fdffd531-4b42-4805-92d9-60da845fc0db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"api_token\": \"<string>\",\n  \"api_secret\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://carapi.app/api/auth/login","description":"<p>Login using your API Token and API Secret by clicking \"Try Out\", then click the \"Authorize\" button at\nthe top-right of this page and copy + paste the token in there to log on.</p>\n<p>If you don't yet have API credentials you must first <a href=\"/register\">register</a> and then generate a secret.\nUnauthenticated users have limited data access.</p>\n<p>In your application code, you will need to pass the token in the HTTP Header as:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer {TOKEN_VALUE_HERE}\n</code></pre><p>You should cache your JWT to avoid having to authenticate on each request. You may check the token's\nexpiration value to determine when you need to generate a new token. Tokens are set to expire in 7\ndays. Please refer to <a href=\"https://jwt.io/\">https://jwt.io/</a> to learn more about JSON Web Tokens.</p>\n<p>Your email address and password cannot be used to generate a JWT.</p>\n","urlObject":{"path":["api","auth","login"],"host":["https://carapi.app"],"query":[],"variable":[]}},"response":[{"id":"eee22609-05e8-42cb-8dc7-6b8a165f901a","name":"Untitled Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"api_token\": \"15b8ef1d-c18c-41aa-a7eb-d4e7581c0919\",\n  \"api_secret\": \"a21ff660a3f90f2da65e0d625d896fce\"\n}","options":{"raw":{"language":"json"}}},"url":"https://carapi.app/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"adipisicing laboris"}],"_postman_id":"fdffd531-4b42-4805-92d9-60da845fc0db"},{"name":"Search vehicle bodies","id":"6c49a34f-40fd-4b9e-98fc-bbd01fc084fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://carapi.app/api/bodies?sort=<string>&verbose=<string>","description":"<p>To include additional information about the returned body (such as year, make, model and trim) request with the\nquery parameter as <code>verbose=yes</code>.</p>\n<p>For complex queries you may use the json field to send an array of URL encoded JSON conditions, example:</p>\n<p><code>[{\"field\": \"max_load\", \"op\": \"&gt;=\", \"val\": 1000}, {\"field\": \"max_load\", \"op\": \"&lt;=\", \"val\": 2000}]</code></p>\n<p>Allowed operators are: <code>&gt;</code>, <code>&lt;</code>, <code>&gt;=</code>, <code>&lt;=</code>, <code>in</code>, and <code>not in</code>.</p>\n","urlObject":{"path":["api","bodies"],"host":["https://carapi.app"],"query":[{"key":"sort","value":"<string>"},{"description":{"content":"<p>Includes make, model and trim</p>\n","type":"text/plain"},"key":"verbose","value":"<string>"}],"variable":[]}},"response":[{"id":"b20f63ad-8d71-40db-a25b-5e8cc9c931db","name":"MethodNotAllowedException","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/bodies?sort=<string>&verbose=<string>","host":["https://carapi.app"],"path":["api","bodies"],"query":[{"key":"sort","value":"<string>"},{"key":"verbose","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"exception\": \"ExceptionName\",\n  \"code\": 500,\n  \"url\": \"/url/path\",\n  \"message\": \"Internal Error\"\n}"},{"id":"0e4c1c0a-ea31-4b12-a914-0b957a9495a5","name":"Untitled Example","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/bodies?sort=<string>&verbose=<string>","host":["https://carapi.app"],"path":["api","bodies"],"query":[{"key":"sort","value":"<string>"},{"key":"verbose","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"reference #/x-swagger-bake/components/schemas/Generic-Collection not found in the OpenAPI spec\"\n}"}],"_postman_id":"6c49a34f-40fd-4b9e-98fc-bbd01fc084fe"},{"name":"Search vehicle engines","id":"53ac297f-a011-4a0d-8071-170a0f17db65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://carapi.app/api/engines?sort=<string>&verbose=<string>","description":"<p>To include additional information about the returned body (such as year, make, model and trim) request with the\nquery parameter as <code>verbose=yes</code>.</p>\n<p>For complex queries you may use the json field to send an array of URL encoded JSON conditions, example:</p>\n<p><code>[{\"field\": \"horsepower_hp\", \"op\": \"&gt;=\", \"val\": 100}, {\"field\": \"horsepower_hp\", \"op\": \"&lt;=\", \"val\": 300}]</code></p>\n<p>Allowed operators are: <code>&gt;</code>, <code>&lt;</code>, <code>&gt;=</code>, <code>&lt;=</code>, <code>in</code>, and <code>not in</code>.</p>\n","urlObject":{"path":["api","engines"],"host":["https://carapi.app"],"query":[{"key":"sort","value":"<string>"},{"description":{"content":"<p>Includes make, model and trim</p>\n","type":"text/plain"},"key":"verbose","value":"<string>"}],"variable":[]}},"response":[{"id":"b475c190-be46-4a65-b1e1-2f980efc5a63","name":"MethodNotAllowedException","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/engines?sort=<string>&verbose=<string>","host":["https://carapi.app"],"path":["api","engines"],"query":[{"key":"sort","value":"<string>"},{"key":"verbose","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"exception\": \"ExceptionName\",\n  \"code\": 500,\n  \"url\": \"/url/path\",\n  \"message\": \"Internal Error\"\n}"},{"id":"ff382fe3-d3f2-42d9-a9bf-acae7466f06c","name":"Untitled Example","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/engines?sort=<string>&verbose=<string>","host":["https://carapi.app"],"path":["api","engines"],"query":[{"key":"sort","value":"<string>"},{"key":"verbose","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"reference #/x-swagger-bake/components/schemas/Generic-Collection not found in the OpenAPI spec\"\n}"}],"_postman_id":"53ac297f-a011-4a0d-8071-170a0f17db65"},{"name":"Search vehicle exterior colors","id":"2ad33b2c-9bbd-4ed2-9fad-9bb1cc16091d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://carapi.app/api/exterior-colors?sort=<string>&verbose=<string>","description":"<p>To include additional information about the returned body (such as year, make, model and trim) request with the\nquery parameter as <code>verbose=yes</code>.</p>\n<p>For complex queries you may use the json field to send an array of URL encoded JSON conditions, example:</p>\n<p><code>[{\"field\": \"name\", \"op\": \"in\", \"val\": [\"red\", \"blue\"]}]</code></p>\n<p>Allowed operators are: <code>&gt;</code>, <code>&lt;</code>, <code>&gt;=</code>, <code>&lt;=</code>, <code>in</code>, and <code>not in</code>.</p>\n","urlObject":{"path":["api","exterior-colors"],"host":["https://carapi.app"],"query":[{"key":"sort","value":"<string>"},{"description":{"content":"<p>Includes make, model and trim</p>\n","type":"text/plain"},"key":"verbose","value":"<string>"}],"variable":[]}},"response":[{"id":"724a6c4b-79c6-4c4b-a5cf-a158889bcd3f","name":"Untitled Example","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/exterior-colors?sort=<string>&verbose=<string>","host":["https://carapi.app"],"path":["api","exterior-colors"],"query":[{"key":"sort","value":"<string>"},{"key":"verbose","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"reference #/x-swagger-bake/components/schemas/Generic-Collection not found in the OpenAPI spec\"\n}"},{"id":"37e5703d-a616-4558-864a-da9efd6489ef","name":"MethodNotAllowedException","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/exterior-colors?sort=<string>&verbose=<string>","host":["https://carapi.app"],"path":["api","exterior-colors"],"query":[{"key":"sort","value":"<string>"},{"key":"verbose","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"exception\": \"ExceptionName\",\n  \"code\": 500,\n  \"url\": \"/url/path\",\n  \"message\": \"Internal Error\"\n}"}],"_postman_id":"2ad33b2c-9bbd-4ed2-9fad-9bb1cc16091d"},{"name":"Search vehicle interior colors","id":"ab29de05-081f-4dd0-ae12-8168f9505bdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://carapi.app/api/interior-colors?sort=<string>&verbose=<string>","description":"<p>To include additional information about the returned body (such as year, make, model and trim) request with the\nquery parameter as <code>verbose=yes</code>.</p>\n<p>For complex queries you may use the json field to send an array of URL encoded JSON conditions, example:</p>\n<p><code>[{\"field\": \"name\", \"op\": \"in\", \"val\": [\"red\", \"blue\"]}]</code></p>\n<p>Allowed operators are: <code>&gt;</code>, <code>&lt;</code>, <code>&gt;=</code>, <code>&lt;=</code>, <code>in</code>, and <code>not in</code>.</p>\n","urlObject":{"path":["api","interior-colors"],"host":["https://carapi.app"],"query":[{"key":"sort","value":"<string>"},{"description":{"content":"<p>Includes make, model and trim</p>\n","type":"text/plain"},"key":"verbose","value":"<string>"}],"variable":[]}},"response":[{"id":"0c9f592b-b0f3-4957-a41b-c8aea095cf91","name":"MethodNotAllowedException","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/interior-colors?sort=<string>&verbose=<string>","host":["https://carapi.app"],"path":["api","interior-colors"],"query":[{"key":"sort","value":"<string>"},{"key":"verbose","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"exception\": \"ExceptionName\",\n  \"code\": 500,\n  \"url\": \"/url/path\",\n  \"message\": \"Internal Error\"\n}"},{"id":"efd53b90-4b97-475c-9c80-849ff6d460de","name":"Untitled Example","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/interior-colors?sort=<string>&verbose=<string>","host":["https://carapi.app"],"path":["api","interior-colors"],"query":[{"key":"sort","value":"<string>"},{"key":"verbose","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"reference #/x-swagger-bake/components/schemas/Generic-Collection not found in the OpenAPI spec\"\n}"}],"_postman_id":"ab29de05-081f-4dd0-ae12-8168f9505bdc"},{"name":"Get Makes","id":"aa9cd877-6934-41b8-af2d-73de0cecfd4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://carapi.app/api/makes?sort=<string>","description":"<p>Search makes by name and year.</p>\n","urlObject":{"path":["api","makes"],"host":["https://carapi.app"],"query":[{"key":"sort","value":"<string>"}],"variable":[]}},"response":[{"id":"c59f8edd-9ee2-4cfd-9698-b53c3f602f97","name":"Untitled Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://carapi.app/api/makes?sort=<string>","host":["https://carapi.app"],"path":["api","makes"],"query":[{"key":"sort","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"reference #/x-swagger-bake/components/schemas/Generic-Collection not found in the OpenAPI spec\"\n}"},{"id":"9eb464a5-aa6c-48ab-b55b-66538f2983fc","name":"MethodNotAllowedException","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://carapi.app/api/makes?sort=<string>","host":["https://carapi.app"],"path":["api","makes"],"query":[{"key":"sort","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"exception\": \"ExceptionName\",\n  \"code\": 500,\n  \"url\": \"/url/path\",\n  \"message\": \"Internal Error\"\n}"}],"_postman_id":"aa9cd877-6934-41b8-af2d-73de0cecfd4c"},{"name":"Search vehicle mileages","id":"7eeef9d6-558e-436e-8ef8-1525f788b35f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://carapi.app/api/mileages?sort=<string>&verbose=<string>","description":"<p>To include additional information about the returned body (such as year, make, model and trim) request with the\nquery parameter as <code>verbose=yes</code>.</p>\n<p>For complex queries you may use the json field to send an array of URL encoded JSON conditions, example:</p>\n<p><code>[{\"field\": \"combined_mpg\", \"op\": \"&gt;=\", \"val\": 20}, {\"field\": \"combined_mpg\", \"op\": \"&lt;=\", \"val\": 30}]</code></p>\n<p>Allowed operators are: <code>&gt;</code>, <code>&lt;</code>, <code>&gt;=</code>, <code>&lt;=</code>, <code>in</code>, and <code>not in</code>.</p>\n","urlObject":{"path":["api","mileages"],"host":["https://carapi.app"],"query":[{"key":"sort","value":"<string>"},{"description":{"content":"<p>Includes make, model and trim</p>\n","type":"text/plain"},"key":"verbose","value":"<string>"}],"variable":[]}},"response":[{"id":"4707983c-bca3-48a2-8e21-db26cc5848fb","name":"Untitled Example","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/mileages?sort=<string>&verbose=<string>","host":["https://carapi.app"],"path":["api","mileages"],"query":[{"key":"sort","value":"<string>"},{"key":"verbose","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"reference #/x-swagger-bake/components/schemas/Generic-Collection not found in the OpenAPI spec\"\n}"},{"id":"605bba3e-9b91-4956-ad46-df60c56d0525","name":"MethodNotAllowedException","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/mileages?sort=<string>&verbose=<string>","host":["https://carapi.app"],"path":["api","mileages"],"query":[{"key":"sort","value":"<string>"},{"key":"verbose","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"exception\": \"ExceptionName\",\n  \"code\": 500,\n  \"url\": \"/url/path\",\n  \"message\": \"Internal Error\"\n}"}],"_postman_id":"7eeef9d6-558e-436e-8ef8-1525f788b35f"},{"name":"Get Models","id":"3136cee4-acdd-4d3a-a13c-6e8cde4743a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://carapi.app/api/models?sort=<string>","description":"<p>Search models by year, make, model, trim or make_id.</p>\n","urlObject":{"path":["api","models"],"host":["https://carapi.app"],"query":[{"key":"sort","value":"<string>"}],"variable":[]}},"response":[{"id":"3cf4fd3a-45c6-4b71-9261-cf2cffcbe67d","name":"Untitled Example","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/models?sort=<string>","host":["https://carapi.app"],"path":["api","models"],"query":[{"key":"sort","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"reference #/x-swagger-bake/components/schemas/Generic-Collection not found in the OpenAPI spec\"\n}"},{"id":"05fdef16-a742-48b9-97a6-e21857bd2c43","name":"MethodNotAllowedException","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://carapi.app/api/models?sort=<string>","host":["https://carapi.app"],"path":["api","models"],"query":[{"key":"sort","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"exception\": \"ExceptionName\",\n  \"code\": 500,\n  \"url\": \"/url/path\",\n  \"message\": \"Internal Error\"\n}"}],"_postman_id":"3136cee4-acdd-4d3a-a13c-6e8cde4743a4"},{"name":"Get Years List","id":"cdee41eb-e5b9-44d5-ab7d-b7ecfa156397","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://carapi.app/api/years","description":"<p>For complex queries you may use the json field to send an array of URL encoded JSON conditions, example:</p>\n<p><code>[{\"field\": \"make\", \"op\": \"=\", \"val\": \"Scion\"}, {\"field\": \"make\", \"op\": \"=\", \"val\": \"Tesla\"}]</code></p>\n<p>Allowed operators are: <code>&gt;</code>, <code>&lt;</code>, <code>&gt;=</code>, <code>&lt;=</code>, <code>in</code>, and <code>not in</code>.</p>\n","urlObject":{"path":["api","years"],"host":["https://carapi.app"],"query":[],"variable":[]}},"response":[{"id":"fdc58b9a-f387-40f3-befc-9b2c6885ba5e","name":"Untitled Example","originalRequest":{"method":"GET","header":[],"url":"https://carapi.app/api/years"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  2022,\n  2021,\n  2020\n]"},{"id":"fd51aa92-01f0-4d4d-94fc-0e6761e818fe","name":"MethodNotAllowedException","originalRequest":{"method":"GET","header":[],"url":"https://carapi.app/api/years"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"exception\": \"ExceptionName\",\n  \"code\": 500,\n  \"url\": \"/url/path\",\n  \"message\": \"Internal Error\"\n}"}],"_postman_id":"cdee41eb-e5b9-44d5-ab7d-b7ecfa156397"}],"id":"e74ed27f-7a31-4de6-8045-7ba5d8c4de5d","description":"<p>Vehicle Year, Make, Model, Trim, Body, Engine, Mileage and Color endpoints by Car API.</p>\n","_postman_id":"e74ed27f-7a31-4de6-8045-7ba5d8c4de5d"}],"variable":[{"key":"baseUrl","value":"https://carapi.app","type":"string"}]}