Provenance
PublisherCalifornia Energy Commission
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (5)
searchPowerPlants
readSearch CA power plants by county, energySource (SUN/WND/NG/WAT…), operator, or full-text q.
Input schema
{ "type": "object", "properties": { "county": { "type": "string" }, "energySource": { "type": "string" }, "operator": { "type": "string" }, "q": { "type": "string" }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }getPowerPlantsGeoJSON
readCA power plants as a GeoJSON FeatureCollection for the map (filter by county/energySource).
Input schema
{ "type": "object", "properties": { "county": { "type": "string" }, "energySource": { "type": "string" }, "operator": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false }summarizePowerPlantsByCounty
unknownPlant counts + total capacity (MW) by county.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }listEnergyDatasets
readList other CEC datasets available on data.ca.gov.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }getServiceInfo
readConnector surface + energy-source codes.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
