Relative distance

Irradiation - Relative distance

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

Computes the relative distance between the sun and the earth(d/D), ie the ratio between the average distance between the earth and sun, and the distance of a given day.

Query Parameters

Name
Type
Description

date

string

Date format YYYY-MM-DD.

Headers

Name
Type
Description

X-API-Key

string

Authentication token.

{
    "relative_distance": 12.1221,
    "unit": null
}

Last updated