Sunset angle

Irradiation - Sunset time angle

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

This method estimates the angle of the sunset.

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.

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

Last updated