Thermal Power · JSON Structure

Thermal Power Structure

Structural documentation for thermal power generation data entities.

Type: Properties: 0
EnergyThermal PowerPower GenerationElectricityCoalNatural GasNuclear

Thermal Power API Structure is a JSON Structure definition published by Thermal Power.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Thermal Power API Structure",
  "description": "Structural documentation for thermal power generation data entities.",
  "entities": [
    {
      "name": "ElectricPowerRecord",
      "description": "Aggregated electric power operational data by state, sector, and fuel type.",
      "fields": [
        { "name": "period", "type": "string (YYYY-MM)", "required": false, "description": "Time period." },
        { "name": "location", "type": "string", "required": false, "description": "US state abbreviation." },
        { "name": "stateDescription", "type": "string", "required": false, "description": "State full name." },
        { "name": "sectorid", "type": "string", "required": false, "description": "Sector identifier." },
        { "name": "sectorDescription", "type": "string", "required": false, "description": "Sector description." },
        { "name": "fueltypeid", "type": "string", "required": false, "description": "Fuel type code (COL, NG, PEL, NUC, ALL)." },
        { "name": "fuelTypeDescription", "type": "string", "required": false, "description": "Fuel type description." },
        { "name": "generation", "type": "number", "required": false, "description": "Net generation in thousand MWh." },
        { "name": "total-consumption", "type": "number", "required": false, "description": "Total fuel consumption." },
        { "name": "consumption-for-eg", "type": "number", "required": false, "description": "Fuel for electricity generation." },
        { "name": "heat-content", "type": "number", "required": false, "description": "Heat content in trillion BTU." }
      ]
    },
    {
      "name": "FacilityFuelRecord",
      "description": "Plant-level fuel and generation data.",
      "fields": [
        { "name": "period", "type": "string", "required": false, "description": "Time period." },
        { "name": "plantCode", "type": "string", "required": false, "description": "EIA plant code." },
        { "name": "plantName", "type": "string", "required": false, "description": "Plant name." },
        { "name": "state", "type": "string", "required": false, "description": "State abbreviation." },
        { "name": "fuel2002", "type": "string", "required": false, "description": "Fuel type code." },
        { "name": "generation", "type": "number", "required": false, "description": "Net generation in MWh." },
        { "name": "heat-content", "type": "number", "required": false, "description": "Heat content in MMBtu." },
        { "name": "heat-rate", "type": "number", "required": false, "description": "Heat rate in BTU/kWh." }
      ]
    },
    {
      "name": "GeneratorCapacityRecord",
      "description": "Individual generator capacity and technical characteristics.",
      "fields": [
        { "name": "period", "type": "string", "required": false, "description": "Time period." },
        { "name": "plantCode", "type": "string", "required": false, "description": "EIA plant code." },
        { "name": "generatorId", "type": "string", "required": false, "description": "Generator identifier." },
        { "name": "stateid", "type": "string", "required": false, "description": "State abbreviation." },
        { "name": "energy_source_code", "type": "string", "required": false, "description": "Energy source." },
        { "name": "prime_mover_code", "type": "string", "required": false, "description": "Prime mover type." },
        { "name": "nameplate-capacity-mw", "type": "number", "required": false, "description": "Nameplate capacity in MW." },
        { "name": "net-summer-capacity-mw", "type": "number", "required": false, "description": "Net summer capacity in MW." },
        { "name": "net-winter-capacity-mw", "type": "number", "required": false, "description": "Net winter capacity in MW." }
      ]
    },
    {
      "name": "RTOFuelTypeRecord",
      "description": "Hourly RTO/ISO generation by fuel type.",
      "fields": [
        { "name": "period", "type": "string (YYYY-MM-DDTHH)", "required": false, "description": "Hourly datetime (UTC)." },
        { "name": "respondent", "type": "string", "required": false, "description": "RTO/ISO identifier." },
        { "name": "respondent-name", "type": "string", "required": false, "description": "RTO/ISO full name." },
        { "name": "fueltype", "type": "string", "required": false, "description": "Fuel type code." },
        { "name": "type-name", "type": "string", "required": false, "description": "Fuel type description." },
        { "name": "value", "type": "number", "required": false, "description": "Net generation in MWh." }
      ]
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/thermal-power-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.