TurbineHub API Reference
Project Details
GET /v1/projects
GET /v1/projects
Retrieves details for wind, solar, and battery projects including financials and generation data.
Attributes:
projectName (string): Name of the project.
averageLatitude (double): Latitude coordinate.
averageLongitude (double): Longitude coordinate.
balancingAuthority (string): Associated balancing authorities.
county (string): County where the project is located.
state (string): State abbreviation.
mwTotalCapacity (double): Total project capacity in megawatts.
mwOnlineCapacity (double): Online project capacity.
status (string): Project status (Online, Under Construction, Advanced Development).
manufacturer (string): Equipment manufacturer.
model (string): Equipment model.
nercRegion (string): NERC region of the project.
owner (string): Project owner.
ppaRate (double): Rate of power purchase agreement.
yearsOnline (double): Duration project has been online.
lifetimeNetCapacityFactor (double): Lifetime net capacity factor.
generationMWh (double): Net generation in MWh.
Request Example:
Response Example:
Turbine List
GET /v1/turbines
GET /v1/turbines
Retrieves details for turbines including technical specifications and operational data.
Attributes:
hubHeight (double): Height of the turbine hub in meters.
rotorDiameter (double): Rotor diameter in meters.
manufacturer (string): Turbine manufacturer.
model (string): Turbine model.
totalHeight (double): Total height of the turbine in meters.
capacityMW (double): Nameplate capacity in megawatts.
Request Example:
Response Example:
Capacity Factor Data
GET /v1/capacity-factor
GET /v1/capacity-factor
Retrieves historical capacity factor data.
Attributes:
timePeriod (string): Time period for capacity factor calculation (lifetime, 48-month, etc.).
capacityFactor (double): Calculated capacity factor.
generationMWh (double): Generation in megawatt-hours.
Request Example:
Response Example:
(Replace YOUR_API_KEY
with your actual API token provided by TurbineHub.)