1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "coord": {
- "lon": -82.7193,
- "lat": 28.2442
- },
- "weather": [
- {
- "id": 800,
- "main": "Clear",
- "description": "clear sky",
- "icon": "01d"
- }
- ],
- "base": "stations",
- "main": {
- "temp": 79.43,
- "feels_like": 79.43,
- "temp_min": 75.94,
- "temp_max": 83.14,
- "pressure": 1021,
- "humidity": 55
- },
- "visibility": 10000,
- "wind": {
- "speed": 7,
- "deg": 98,
- "gust": 11.99
- },
- "clouds": {
- "all": 0
- },
- "dt": 1682005069,
- "sys": {
- "type": 2,
- "id": 2012526,
- "country": "US",
- "sunrise": 1681988440,
- "sunset": 1682035114
- },
- "timezone": -14400,
- "id": 4165869,
- "name": "New Port Richey",
- "cod": 200
- }
|