{ "opencollection": "1.0.0", "info": { "name": "Lowe's Product Inventory Stores API", "version": "1.0" }, "items": [ { "info": { "name": "Stores", "type": "folder" }, "items": [ { "info": { "name": "List stores", "type": "http" }, "http": { "method": "GET", "url": "https://apis.lowes.com/stores", "params": [ { "name": "zipCode", "value": "", "type": "query", "description": "Filter stores by zip code proximity." } ] }, "docs": "Retrieves a list of Lowe's store locations with address, hours, and service information." } ] } ], "bundled": true }