v1
latestOpenAPI 3.0.32026-07-1393468.5 KBGet solar data for a point
Returns solar data globally for a specific coordinate.
get/solar/point
Query parameters
latnumber float required
Latitude in decimal degrees (-90 to 90)
lngnumber float required
Longitude in decimal degrees (-180 to 180)
startstring date-time
Timestamp in UTC for the first hour to include in the forecast - ex. 2026-03-06T05
endstring date-time
Timestamp in UTC for the last hour to include in the forecast - ex. 2026-03-12T05
paramsSolarParameter[] required
Response
Solar data response
Example response
{
"hours": [
{
"time": "2026-03-06T05:00:00+00:00",
"uvIndex": {
"sg": 0.3
},
"solarDownwardRadiationFlux": {
"sg": 141.32
},
"surfaceNetShortwaveRadiationDownwardsFlux": {
"sg": 141.32
}
}
],
"meta": {
"lat": 59.33,
"lng": 18.069,
"start": "2026-03-06T05:00:00+00:00",
"end": "2026-03-06T05:00:00+00:00",
"dailyQuota": 500,
"requestCount": 49
}
}