{ "opencollection": "1.0.0", "info": { "name": "U.S. Energy Information Administration Open Data CO2 Emissions Coal API", "version": "2.1" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Coal", "type": "folder" }, "items": [ { "info": { "name": "List coal child routes", "type": "http" }, "http": { "method": "GET", "url": "https://api.eia.gov/v2/coal" }, "docs": "Returns child routes for coal datasets." } ] } ], "bundled": true }