{ "opencollection": "1.0.0", "info": { "name": "EIA Open Data API V2 Aeo Coal API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Coal", "type": "folder" }, "items": [ { "info": { "name": "Coal dataset metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.eia.gov/v2/coal", "params": [ { "name": "api_key", "value": "", "type": "query", "description": "EIA Open Data API key." } ] }, "docs": "Returns metadata for coal sub-routes." } ] } ], "bundled": true }