{ "opencollection": "1.0.0", "info": { "name": "Thermal Power Capacity Plant Operations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Plant Operations", "type": "folder" }, "items": [ { "info": { "name": "Get Facility Fuel Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.eia.gov/v2/electricity/facility-fuel/data", "params": [ { "name": "api_key", "value": "", "type": "query", "description": "EIA API key." }, { "name": "frequency", "value": "", "type": "query", "description": "Data frequency." }, { "name": "data[]", "value": "", "type": "query", "description": "Data columns (e.g., generation, total-consumption, consumption-for-eg, heat-content, heat-rate)." }, { "name": "facets[plantCode][]", "value": "", "type": "query", "description": "EIA plant code identifier." }, { "name": "facets[fuel2002][]", "value": "", "type": "query", "description": "Fuel type code filter (e.g., NG, COL, DFO, NUC)." }, { "name": "facets[state][]", "value": "", "type": "query", "description": "US state abbreviation." }, { "name": "start", "value": "", "type": "query", "description": "Start period in YYYY-MM format." }, { "name": "end", "value": "", "type": "query", "description": "End period in YYYY-MM format." }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset." }, { "name": "length", "value": "", "type": "query", "description": "Number of records to return (max 5000)." } ] }, "docs": "Retrieves annual and monthly electric power operational data for individual thermal power plants, including generation, fuel consumption, heat content, and heat rate by plant, state, and fuel type." } ] } ], "bundled": true }