Matches Weather
Matches Weather
Query Parameters
- id integer
Default value:
eq.1
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
Note: This is a Primary Key.
- dt timestamp with time zone
- temp numeric
- feels_like numeric
- pressure numeric
- humidity numeric
- dew_point numeric
- uvi numeric
- clouds numeric
- wind_speed numeric
- wind_deg numeric
- wind_gust numeric
- weather_id integer
- weather_main text
- weather_description text
- weather_icon text
- pop numeric
[
{
"id": 1,
"dt": "2023-10-26T13:00:00+00:00",
"temp": 270.77,
"feels_like": 264.07,
"pressure": 1007,
"humidity": 57,
"dew_point": 263.45,
"uvi": 0,
"clouds": 7,
"wind_speed": 7.23,
"wind_deg": 285,
"wind_gust": 11.72,
"weather_id": 800,
"weather_main": "Clear",
"weather_description": "clear sky",
"weather_icon": "01n",
"pop": 0
}
]
Loading...