Hourly Forecast
Retrieves an hourly weather forecast for a given country and zip/postal code for up to 48 hours.
Endpoint GET
https://api.ttgtoolbox.com/v1/weather/country_code/postal_code/hourly/hour
Required path parameters
This endpoint uses the GET
method and has the following required parameters.
country_coderequired
We support the following country codes.
Country | Code |
---|---|
United States | US |
Canada | CA |
postal_coderequired
A valid zip / postal code for a supported country.
Optional path parameters
hour
Use the hour
parameter to limit the response to a one-hour forecast. The hour
designates which hour of the 48-hour forecast to retrieve. For example, 0
will return the forecast for the current hour, whereas 8
will return the one-hour forecast 8 hours in the future.
Optional query parameters
units
Use the units
parameter to specify the units for all fields with standard units, e.g., miles or kilometers. The following units are supported:
Units | Examples |
---|---|
imperial | miles, fahrenheit, in. mercury |
metric | kilometers, celsius, pascals |
Example request URL
https://api.ttgtoolbox.com/v1/weather/US/49010/hourly
Example request URL with optional parameter
https://api.ttgtoolbox.com/v1/weather/US/49010/hourly
?units=metric
Returns
A JSON object array containing the hourly forecasts.
NOTE
If you request a single hour forecast using the hour
parameter, the response will be a JSON object containing the forecast.
Response for all 48 hourly forecasts
[
{
"time": "2024-03-06T20:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 42.67,
"feels_like": 35.53,
"humidity": 39,
"dew_point": 20.88,
"uv_index": 0,
"clouds": 0,
"visibility": 10000,
"wind_speed": 14.12,
"wind_deg": 60,
"wind_direction": "NE",
"wind_gust": 32.08,
"description": "clear sky",
"units": "imperial"
},
{
"time": "2024-03-06T21:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 41.7,
"feels_like": 34.5,
"humidity": 42,
"dew_point": 21.65,
"uv_index": 0,
"clouds": 1,
"visibility": 10000,
"wind_speed": 13.44,
"wind_deg": 62,
"wind_direction": "NE",
"wind_gust": 32.82,
"description": "clear sky",
"units": "imperial"
},
{
"time": "2024-03-06T22:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 40.37,
"feels_like": 32.95,
"humidity": 47,
"dew_point": 22.93,
"uv_index": 0,
"clouds": 1,
"visibility": 10000,
"wind_speed": 13.02,
"wind_deg": 64,
"wind_direction": "NE",
"wind_gust": 32.86,
"description": "clear sky",
"units": "imperial"
},
{
"time": "2024-03-06T23:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 38.86,
"feels_like": 31.57,
"humidity": 52,
"dew_point": 23.81,
"uv_index": 0,
"clouds": 5,
"visibility": 10000,
"wind_speed": 11.56,
"wind_deg": 64,
"wind_direction": "NE",
"wind_gust": 30.6,
"description": "clear sky",
"units": "imperial"
},
{
"time": "2024-03-07T00:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 37.29,
"feels_like": 30.11,
"humidity": 59,
"dew_point": 25.18,
"uv_index": 0,
"clouds": 17,
"visibility": 10000,
"wind_speed": 10.4,
"wind_deg": 66,
"wind_direction": "NE",
"wind_gust": 29.44,
"description": "few clouds",
"units": "imperial"
},
{
"time": "2024-03-07T01:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 35.53,
"feels_like": 27.84,
"humidity": 66,
"dew_point": 25.29,
"uv_index": 0,
"clouds": 32,
"visibility": 10000,
"wind_speed": 10.56,
"wind_deg": 68,
"wind_direction": "E",
"wind_gust": 29.33,
"description": "scattered clouds",
"units": "imperial"
},
{
"time": "2024-03-07T02:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 35.1,
"feels_like": 27.57,
"humidity": 69,
"dew_point": 25.99,
"uv_index": 0,
"clouds": 68,
"visibility": 10000,
"wind_speed": 10,
"wind_deg": 68,
"wind_direction": "E",
"wind_gust": 27.78,
"description": "broken clouds",
"units": "imperial"
},
{
"time": "2024-03-07T03:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 34.75,
"feels_like": 27.81,
"humidity": 72,
"dew_point": 26.71,
"uv_index": 0,
"clouds": 80,
"visibility": 10000,
"wind_speed": 8.7,
"wind_deg": 72,
"wind_direction": "E",
"wind_gust": 25.17,
"description": "broken clouds",
"units": "imperial"
},
{
"time": "2024-03-07T04:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 34.36,
"feels_like": 27.54,
"humidity": 76,
"dew_point": 27.39,
"uv_index": 0,
"clouds": 84,
"visibility": 10000,
"wind_speed": 8.32,
"wind_deg": 75,
"wind_direction": "E",
"wind_gust": 23.76,
"description": "broken clouds",
"units": "imperial"
},
{
"time": "2024-03-07T05:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 34.07,
"feels_like": 26.87,
"humidity": 78,
"dew_point": 27.95,
"uv_index": 0,
"clouds": 88,
"visibility": 10000,
"wind_speed": 8.88,
"wind_deg": 77,
"wind_direction": "E",
"wind_gust": 23.49,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T06:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 33.85,
"feels_like": 27.86,
"humidity": 81,
"dew_point": 28.44,
"uv_index": 0,
"clouds": 90,
"visibility": 10000,
"wind_speed": 6.8,
"wind_deg": 76,
"wind_direction": "E",
"wind_gust": 19.28,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T07:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 33.49,
"feels_like": 25.95,
"humidity": 83,
"dew_point": 28.78,
"uv_index": 0,
"clouds": 92,
"visibility": 10000,
"wind_speed": 9.28,
"wind_deg": 78,
"wind_direction": "E",
"wind_gust": 21.7,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T08:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 34.61,
"feels_like": 27.68,
"humidity": 82,
"dew_point": 29.53,
"uv_index": 0.19,
"clouds": 100,
"visibility": 10000,
"wind_speed": 8.61,
"wind_deg": 80,
"wind_direction": "E",
"wind_gust": 20.94,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T09:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 37.44,
"feels_like": 30.74,
"humidity": 77,
"dew_point": 30.7,
"uv_index": 0.62,
"clouds": 100,
"visibility": 10000,
"wind_speed": 9.4,
"wind_deg": 98,
"wind_direction": "E",
"wind_gust": 17.65,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T10:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 40.93,
"feels_like": 34.45,
"humidity": 72,
"dew_point": 32.47,
"uv_index": 1.25,
"clouds": 100,
"visibility": 10000,
"wind_speed": 10.85,
"wind_deg": 103,
"wind_direction": "E",
"wind_gust": 16.75,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T11:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 44.73,
"feels_like": 39.42,
"humidity": 67,
"dew_point": 34.45,
"uv_index": 2.15,
"clouds": 99,
"visibility": 10000,
"wind_speed": 10.2,
"wind_deg": 106,
"wind_direction": "E",
"wind_gust": 15.32,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T12:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 47.93,
"feels_like": 43.45,
"humidity": 63,
"dew_point": 36.03,
"uv_index": 2.62,
"clouds": 99,
"visibility": 10000,
"wind_speed": 10.09,
"wind_deg": 116,
"wind_direction": "SE",
"wind_gust": 14.14,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T13:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 50.79,
"feels_like": 48.34,
"humidity": 59,
"dew_point": 37.2,
"uv_index": 2.7,
"clouds": 89,
"visibility": 10000,
"wind_speed": 10.29,
"wind_deg": 123,
"wind_direction": "SE",
"wind_gust": 13.35,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T14:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 52.74,
"feels_like": 50.34,
"humidity": 56,
"dew_point": 37.45,
"uv_index": 2.56,
"clouds": 97,
"visibility": 10000,
"wind_speed": 8.93,
"wind_deg": 135,
"wind_direction": "SE",
"wind_gust": 11.65,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T15:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 53.94,
"feels_like": 51.57,
"humidity": 54,
"dew_point": 37.58,
"uv_index": 1.69,
"clouds": 98,
"visibility": 10000,
"wind_speed": 9.71,
"wind_deg": 130,
"wind_direction": "SE",
"wind_gust": 11.92,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T16:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 54.36,
"feels_like": 51.98,
"humidity": 53,
"dew_point": 37.56,
"uv_index": 0.86,
"clouds": 93,
"visibility": 10000,
"wind_speed": 9.6,
"wind_deg": 137,
"wind_direction": "SE",
"wind_gust": 11.7,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T17:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 53.78,
"feels_like": 51.49,
"humidity": 56,
"dew_point": 38.21,
"uv_index": 0.33,
"clouds": 94,
"visibility": 10000,
"wind_speed": 8.63,
"wind_deg": 138,
"wind_direction": "SE",
"wind_gust": 11.01,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T18:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 51.39,
"feels_like": 49.19,
"humidity": 63,
"dew_point": 39.13,
"uv_index": 0,
"clouds": 96,
"visibility": 10000,
"wind_speed": 7.45,
"wind_deg": 130,
"wind_direction": "SE",
"wind_gust": 14.18,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T19:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 48.51,
"feels_like": 45,
"humidity": 70,
"dew_point": 38.98,
"uv_index": 0,
"clouds": 96,
"visibility": 10000,
"wind_speed": 7.87,
"wind_deg": 117,
"wind_direction": "SE",
"wind_gust": 17.45,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T20:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 47.21,
"feels_like": 43.02,
"humidity": 73,
"dew_point": 38.88,
"uv_index": 0,
"clouds": 100,
"visibility": 10000,
"wind_speed": 8.84,
"wind_deg": 121,
"wind_direction": "SE",
"wind_gust": 20.18,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T21:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 46.24,
"feels_like": 41.34,
"humidity": 74,
"dew_point": 38.46,
"uv_index": 0,
"clouds": 100,
"visibility": 10000,
"wind_speed": 10.11,
"wind_deg": 124,
"wind_direction": "SE",
"wind_gust": 20.87,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T22:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 44.94,
"feels_like": 39.92,
"humidity": 75,
"dew_point": 37.31,
"uv_index": 0,
"clouds": 100,
"visibility": 10000,
"wind_speed": 9.6,
"wind_deg": 130,
"wind_direction": "SE",
"wind_gust": 20.22,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-07T23:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 43.63,
"feels_like": 38.32,
"humidity": 76,
"dew_point": 36.64,
"uv_index": 0,
"clouds": 100,
"visibility": 10000,
"wind_speed": 9.57,
"wind_deg": 119,
"wind_direction": "SE",
"wind_gust": 20.89,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-08T00:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 42.53,
"feels_like": 37.06,
"humidity": 79,
"dew_point": 36.39,
"uv_index": 0,
"clouds": 99,
"visibility": 10000,
"wind_speed": 9.33,
"wind_deg": 113,
"wind_direction": "SE",
"wind_gust": 20.94,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-08T01:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 41.77,
"feels_like": 36.1,
"humidity": 81,
"dew_point": 36.16,
"uv_index": 0,
"clouds": 99,
"visibility": 10000,
"wind_speed": 9.4,
"wind_deg": 110,
"wind_direction": "E",
"wind_gust": 19.33,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-08T02:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 41.34,
"feels_like": 35.89,
"humidity": 81,
"dew_point": 35.94,
"uv_index": 0,
"clouds": 100,
"visibility": 10000,
"wind_speed": 8.7,
"wind_deg": 122,
"wind_direction": "SE",
"wind_gust": 18.77,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-08T03:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 40.48,
"feels_like": 35.11,
"humidity": 84,
"dew_point": 35.76,
"uv_index": 0,
"clouds": 100,
"visibility": 10000,
"wind_speed": 8.1,
"wind_deg": 123,
"wind_direction": "SE",
"wind_gust": 19.33,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-08T04:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 40.82,
"feels_like": 35.85,
"humidity": 84,
"dew_point": 36.37,
"uv_index": 0,
"clouds": 100,
"visibility": 10000,
"wind_speed": 7.49,
"wind_deg": 118,
"wind_direction": "SE",
"wind_gust": 19.98,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-08T05:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 41.16,
"feels_like": 35.83,
"humidity": 85,
"dew_point": 36.97,
"uv_index": 0,
"clouds": 100,
"visibility": 10000,
"wind_speed": 8.34,
"wind_deg": 112,
"wind_direction": "E",
"wind_gust": 20.33,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-08T06:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 41.36,
"feels_like": 36,
"humidity": 86,
"dew_point": 37.51,
"uv_index": 0,
"clouds": 100,
"visibility": 10000,
"wind_speed": 8.52,
"wind_deg": 104,
"wind_direction": "E",
"wind_gust": 19.48,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-08T07:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 41.88,
"feels_like": 36.82,
"humidity": 87,
"dew_point": 38.25,
"uv_index": 0,
"clouds": 100,
"visibility": 10000,
"wind_speed": 8.1,
"wind_deg": 113,
"wind_direction": "SE",
"wind_gust": 20.74,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-08T08:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 42.91,
"feels_like": 37.53,
"humidity": 87,
"dew_point": 39.15,
"uv_index": 0.15,
"clouds": 100,
"visibility": 10000,
"wind_speed": 9.31,
"wind_deg": 112,
"wind_direction": "E",
"wind_gust": 22.84,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-08T09:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 45.41,
"feels_like": 40.44,
"humidity": 84,
"dew_point": 40.66,
"uv_index": 0.33,
"clouds": 100,
"visibility": 10000,
"wind_speed": 9.75,
"wind_deg": 117,
"wind_direction": "SE",
"wind_gust": 23.17,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-08T10:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 48.52,
"feels_like": 43.61,
"humidity": 79,
"dew_point": 42.4,
"uv_index": 0.63,
"clouds": 100,
"visibility": 10000,
"wind_speed": 11.86,
"wind_deg": 125,
"wind_direction": "SE",
"wind_gust": 21,
"description": "overcast clouds",
"units": "imperial"
},
{
"time": "2024-03-08T11:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 50,
"feels_like": 45.43,
"humidity": 79,
"dew_point": 43.59,
"uv_index": 1.39,
"clouds": 100,
"visibility": 10000,
"wind_speed": 11.99,
"wind_deg": 126,
"wind_direction": "SE",
"wind_gust": 20.71,
"description": "light rain",
"units": "imperial"
},
{
"time": "2024-03-08T12:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 49.19,
"feels_like": 44.26,
"humidity": 85,
"dew_point": 44.96,
"uv_index": 1.54,
"clouds": 100,
"visibility": 10000,
"wind_speed": 12.53,
"wind_deg": 108,
"wind_direction": "E",
"wind_gust": 23.55,
"description": "moderate rain",
"units": "imperial"
},
{
"time": "2024-03-08T13:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 48.22,
"feels_like": 42.98,
"humidity": 91,
"dew_point": 45.36,
"uv_index": 0.86,
"clouds": 100,
"visibility": 8693,
"wind_speed": 12.71,
"wind_deg": 116,
"wind_direction": "SE",
"wind_gust": 28.39,
"description": "moderate rain",
"units": "imperial"
},
{
"time": "2024-03-08T14:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 48.33,
"feels_like": 42.84,
"humidity": 91,
"dew_point": 45.95,
"uv_index": 0.31,
"clouds": 100,
"visibility": 10000,
"wind_speed": 13.71,
"wind_deg": 122,
"wind_direction": "SE",
"wind_gust": 30.78,
"description": "light rain",
"units": "imperial"
},
{
"time": "2024-03-08T15:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 48.76,
"feels_like": 43.48,
"humidity": 93,
"dew_point": 46.63,
"uv_index": 0.23,
"clouds": 100,
"visibility": 10000,
"wind_speed": 13.31,
"wind_deg": 130,
"wind_direction": "SE",
"wind_gust": 29.33,
"description": "moderate rain",
"units": "imperial"
},
{
"time": "2024-03-08T16:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 49.24,
"feels_like": 43.92,
"humidity": 93,
"dew_point": 47.26,
"uv_index": 0.11,
"clouds": 100,
"visibility": 10000,
"wind_speed": 14.03,
"wind_deg": 133,
"wind_direction": "SE",
"wind_gust": 30.36,
"description": "light rain",
"units": "imperial"
},
{
"time": "2024-03-08T17:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 49.59,
"feels_like": 44.64,
"humidity": 95,
"dew_point": 48.16,
"uv_index": 0.02,
"clouds": 100,
"visibility": 10000,
"wind_speed": 12.95,
"wind_deg": 144,
"wind_direction": "SE",
"wind_gust": 29.51,
"description": "moderate rain",
"units": "imperial"
},
{
"time": "2024-03-08T18:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 50.09,
"feels_like": 49.32,
"humidity": 96,
"dew_point": 49.05,
"uv_index": 0,
"clouds": 100,
"visibility": 10000,
"wind_speed": 11.41,
"wind_deg": 159,
"wind_direction": "S",
"wind_gust": 28.48,
"description": "light rain",
"units": "imperial"
},
{
"time": "2024-03-08T19:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 50.7,
"feels_like": 49.98,
"humidity": 96,
"dew_point": 49.6,
"uv_index": 0,
"clouds": 100,
"visibility": 10000,
"wind_speed": 10.25,
"wind_deg": 172,
"wind_direction": "S",
"wind_gust": 27.56,
"description": "light rain",
"units": "imperial"
}
]
Response for a one-hour forecast
{
"time": "2024-03-06T20:00:00-05:00",
"timezone": "America/Detroit",
"latitude": 42.5256,
"longitude": -85.8661,
"location": "Allegan, Michigan, US",
"temperature": 42.67,
"feels_like": 35.53,
"humidity": 39,
"dew_point": 20.88,
"uv_index": 0,
"clouds": 0,
"visibility": 10000,
"wind_speed": 14.12,
"wind_deg": 60,
"wind_direction": "NE",
"wind_gust": 32.08,
"description": "clear sky",
"units": "imperial"
}