Instructions
Here is the usage and description of the different fields in the response:
coord: Contains the geographical coordinates of the location.
lon: Longitude of the location (-74.006).
lat: Latitude of the location (40.7143).
weather: An array containing weather information.
id: Weather condition ID (800).
main: Main weather condition category (Clear).
description: Description of the weather condition (clear sky).
icon: Weather condition icon code (01d).
base: Internal parameter specifying the data source (stations).
main: Contains main weather-related parameters.
temp: Current temperature in Kelvin (304.11).
feels_like: Perceived temperature in Kelvin (309.21).
temp_min: Minimum temperature in Kelvin (301.47).
temp_max: Maximum temperature in Kelvin (306.75).
pressure: Atmospheric pressure in hPa (1014).
humidity: Relative humidity in percentage (65).
visibility: Visibility in meters (10000).
wind: Contains wind-related parameters.
speed: Wind speed in meters per second (3.09).
deg: Wind direction in degrees (50).
clouds: Contains cloudiness information.
all: Cloudiness percentage (0).
dt: Time of data calculation, represented as a Unix timestamp (1689445099).
sys: Contains additional system-related parameters.
type: Internal parameter representing the system type (2).
id: Internal parameter representing the system ID (2008101).
country: Country code of the location (US).
sunrise: Sunrise time in Unix timestamp (1689413838).
sunset: Sunset time in Unix timestamp (1689467173).
timezone: Timezone offset in seconds from UTC (-14400).
id: City ID (5128581) of the location.
name: Name of the city (New York).
cod: Response status code (200), indicating a successful response.