{ "opencollection": "1.0.0", "info": { "name": "Car Account Models API", "version": "1.10.20" }, "items": [ { "info": { "name": "Models", "type": "folder" }, "items": [ { "info": { "name": "Car API Get Models", "type": "http" }, "http": { "method": "GET", "url": "https://carapi.app/api/models", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" }, { "name": "verbose", "value": "", "type": "query", "description": "Includes make and model" }, { "name": "year", "value": "", "type": "query" }, { "name": "make", "value": "", "type": "query" }, { "name": "model", "value": "", "type": "query" }, { "name": "make_id", "value": "", "type": "query" }, { "name": "json", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Search models by year, make, model, trim or make_id.\n\nTo include the models make in the description request with the query parameter as `verbose=yes`.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"make\", \"op\": \"in\", \"val\": [\"Ford\", \"Acura\"]}, {\"field\": \"year\", \"op\": \">=\", \"val\": 2010}]`\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `ye" } ] } ], "bundled": true }