Sunset datetime

Irradiation - Sunset datetime

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

This method estimates the datetime of the sunset.

Query Parameters

Name
Type
Description

lat

number

Latitude degress.

date

string

Date format YYYY-MM-DD.

unit

string

Possible units: iso8601 or rfc822.

Headers

Name
Type
Description

X-API-Key

string

Authentication token.

{
    "sunset_datetime": "2017-01-01T06:37:20",
    "unit": "iso8601"
}

Last updated