List Plants

View as Markdown
List all active power generation plants for a specific metric within an ISO. Returns metadata for each plant including capacity, location, operational status, and technology type. The metric determines which plant type is returned: `wind` / `wind_icing` returns wind plants, `solar` / `solar_snow` returns solar plants. **Access:** Requires `advanced` subscription level.

Authentication

X-API-Keystring

API key for authentication. Can also be provided in the api_key query parameter.

Path parameters

isoenumRequired
ISO identifier.
metricenumRequired

Plant metric: generation (‘wind’, ‘solar’) or risk (‘wind_icing’, ‘solar_snow’).

Allowed values:

Response

Successful Response
idstring or integer
Unique identifier for the plant.
namestring

Human-readable name of the plant.

plant_typestring

Technology type of the plant (e.g., ‘solar’, ‘wind’).

capacity_mwdouble

Nameplate generation capacity in Megawatts (MW).

isoenum
ID of the Balancing Authority where the plant is located.
operations_begin_datedate
Date when the plant officially began commercial operations.
statestring

Two-letter abbreviation of the US state where the plant is located.

latitudedouble
Geographic latitude of the plant's location.
longitudedouble
Geographic longitude of the plant's location.
statusstring

Current estimated operational status of the plant (e.g., ‘operational’, ‘under construction’, ‘retired’).

summarystring or null
Brief textual overview of the plant, including key characteristics or context.
county_idstring or null
Unique identifier for the county where the plant is located.

Errors

422
Unprocessable Entity Error