Energy
Wind power potential - capacity factor (Sugra derived)
Modelled wind power potential (capacity factor 0-1) at any coordinate worldwide, computed by Sugra from the Sugra Earth forecast spine's 10 m wind via a clean-room turbine power curve. A grid-derived free-rider (no new external fetch). v1 is a 10 m APPROXIMATION - not hub-height wind - and understates true hub-height potential.
get/api/v2/energy/wind
Query parameters
latnumber required
Latitude, decimal degrees.
Example:55
Latitude, decimal degrees.
lonnumber required
Longitude, decimal degrees.
Example:8
Longitude, decimal degrees.
Response
Successful Response
Example response
{
"data": {
"location": {
"tile": "40N_080W"
},
"wind_speed_10m_ms": 8.4,
"wind_direction_deg": 225,
"capacity_factor": 0.42,
"power_curve": {
"cut_in_ms": 3,
"rated_ms": 12,
"cut_out_ms": 25
},
"provenance": {
"institution": "ECMWF",
"model": "ifs-open",
"grid": "0p25",
"cycle": "2026070500"
},
"attribution": {
"attribution": [
{
"registry_key": "sugra/degree-days",
"source_name": "Sugra (computed)",
"licence": "CC-BY-4.0"
}
],
"effective_reexport": "allowed"
}
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}