forecast weather api
The API “/data” endpoint to retrieve the averages The “/data” endpoint returns a JSON object that gives the averages of the following metrics:
-
Average temperature (in Celsius) of the next 3 days from today’s date for Day time (06:00 – 18:00) and Night time (18:00 – 06:00).
-
Average of pressure for the next 3 days from today’s date.
-
The “/data” endpoint includes a CITY parameter containing the city’s name as the input for the correct response.
...