{ "opencollection": "1.0.0", "info": { "name": "LandTech Additional Opportunities API", "version": "0.3.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Additional Opportunities", "type": "folder" }, "items": [ { "info": { "name": "Details about a Homes England Land Hub site", "type": "http" }, "http": { "method": "GET", "url": "https://app.land.tech/api/additional_opportunities/:additional_opportunities_id", "params": [ { "name": "additional_opportunities_id", "value": "", "type": "path", "description": "ID for a specific homes england land hub site" } ] }, "docs": "Given an additional opportunity ID, get details about a Homes England Land Hub site" }, { "info": { "name": "Bulk - Details about Homes England Land Hub sites", "type": "http" }, "http": { "method": "POST", "url": "https://app.land.tech/api/additional_opportunities", "body": { "type": "json", "data": "{}" } }, "docs": "Given a set of additional opportunity IDs, get details about Homes England Land Hub sites in bulk" }, { "info": { "name": "Bulk - Details about Homes England Land Hub sites (without geometry)", "type": "http" }, "http": { "method": "POST", "url": "https://app.land.tech/api/additional_opportunities/lite", "body": { "type": "json", "data": "{}" } }, "docs": "Given a set of additional opportunity IDs, get details about Homes England Land Hub sites in bulk without geometry data" } ] } ], "bundled": true }