Sunrise angle

Irradiation - Sunrise time angle

GET https://api.labmet.com.br/v1/ho/sunrise_time_angle

This method estimates the angle of the sunrise.

Query Parameters

Name
Type
Description

lat

number

Latitude degress.

date

string

Date format YYYY-MM-DD.

Headers

Name
Type
Description

X-API-Key

string

Authentication token.

{
    "sunrise_time_angle": 10.12,
    "unit": "°"
}

Last updated