{ "opencollection": "1.0.0", "info": { "name": "Grid Status API Info Pricing Locations API", "version": "1.3.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Pricing Locations", "type": "folder" }, "items": [ { "info": { "name": "List pricing locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/pricing_locations" }, "docs": "List pricing locations (nodes, hubs, and zones) behind LMP datasets." }, { "info": { "name": "List nearby pricing locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/pricing_locations/nearby", "params": [ { "name": "latitude", "value": "", "type": "query", "description": "Latitude of the point of interest." }, { "name": "longitude", "value": "", "type": "query", "description": "Longitude of the point of interest." } ] }, "docs": "Find pricing locations near a latitude/longitude point." }, { "info": { "name": "Get pricing location", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/pricing_locations/:gs_entity_id", "params": [ { "name": "gs_entity_id", "value": "", "type": "path", "description": "Grid Status entity ID of the pricing location." } ] }, "docs": "Fetch a single pricing location by Grid Status entity ID." } ] } ], "bundled": true }