{ "opencollection": "1.0.0", "info": { "name": "LandTech Additional Opportunities Strategic Industrial Location API", "version": "0.3.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Strategic Industrial Location", "type": "folder" }, "items": [ { "info": { "name": "Details about a single Strategic Industrial Location", "type": "http" }, "http": { "method": "GET", "url": "https://app.land.tech/api/strategic_industrial_location/:sil_id", "params": [ { "name": "sil_id", "value": "", "type": "path", "description": "ID for a specific Strategic Industrial Locations" } ] }, "docs": "Given a Strategic Industrial Location ID, get details about a single Strategic Industrial Location" }, { "info": { "name": "Bulk - Details about Strategic Industrial Locations", "type": "http" }, "http": { "method": "POST", "url": "https://app.land.tech/api/strategic_industrial_location", "body": { "type": "json", "data": "{}" } }, "docs": "Given a set of Strategic Industrial Location IDs, get details about strategic industrial locations in bulk" }, { "info": { "name": "Bulk - Details about Strategic Industrial Locations (without geometry)", "type": "http" }, "http": { "method": "POST", "url": "https://app.land.tech/api/strategic_industrial_location/lite", "body": { "type": "json", "data": "{}" } }, "docs": "Given a set of Strategic Industrial Location IDs, get details about strategic industrial locations in bulk without geometry data" } ] } ], "bundled": true }