Weather Forecast API
All APIs
Weather Forecast API
GETv1
Authentication
x-authkey: YOUR_API_KEY
Endpoint
GET /weather/forecastParameters
| Name | Type | Required |
|---|---|---|
| lat | STRING | Required |
| lon | STRING | Required |
Code Examples
Sample Response
{
"location": {
"type": "Point",
"coordinates": [
12,
90,
0
]
},
"daily_forecast": [
{
"date": "2025-09-28",
"summary": "lightsnow",
"low_temp": -5.7,
"high_temp": -5.6,
"max_wind_speed": 3.2,
"readable_summary": "Lightsnow with a high of -5.6°C and a low of -5.7°C.",
"average_wind_speed": 2.36,
"total_precipitation_mm": 3.400000000000001
},
{
"date": "2025-09-29",
"summary": "lightsnow",
"low_temp": -5.6,
"high_temp": -4.3,
"max_wind_speed": 5.6,
"readable_summary": "Lightsnow with a high of -4.3°C and a low of -5.6°C.",
"average_wind_speed": 3.77,
"total_precipitation_mm": 2.8000000000000007
},
{
"date": "2025-09-30",
"summary": "cloudy",
"low_temp": -5.6,
"high_temp": -4.2,
"max_wind_speed": 7.9,
"readable_summary": "Cloudy with a high of -4.2°C and a low of -5.6°C.",
"average_wind_speed": 5.9,
"total_precipitation_mm": 0.1
},
{
"date": "2025-10-01",
"summary": null,
"low_temp": -9.1,
"high_temp": -7.4,
"max_wind_speed": 5.7,
"readable_summary": "None with a high of -7.4°C and a low of -9.1°C.",
"average_wind_speed": 4.72,
"total_precipitation_mm": 0
},
{
"date": "2025-10-02",
"summary": null,
"low_temp": -10.1,
"high_temp": -9,
"max_wind_speed": 4.2,
"readable_summary": "None with a high of -9.0°C and a low of -10.1°C.",
"average_wind_speed": 3.45,
"total_precipitation_mm": 0
},
{
"date": "2025-10-03",
"summary": null,
"low_temp": -11.2,
"high_temp": -8.4,
"max_wind_speed": 6.1,
"readable_summary": "None with a high of -8.4°C and a low of -11.2°C.",
"average_wind_speed": 4.4,
"total_precipitation_mm": 0
},
{
"date": "2025-10-04",
"summary": null,
"low_temp": -8.3,
"high_temp": -7,
"max_wind_speed": 7.6,
"readable_summary": "None with a high of -7.0°C and a low of -8.3°C.",
"average_wind_speed": 6.67,
"total_precipitation_mm": 0
},
{
"date": "2025-10-05",
"summary": null,
"low_temp": -7.3,
"high_temp": -5.1,
"max_wind_speed": 9.3,
"readable_summary": "None with a high of -5.1°C and a low of -7.3°C.",
"average_wind_speed": 8.32,
"total_precipitation_mm": 0
},
{
"date": "2025-10-06",
"summary": null,
"low_temp": -7.9,
"high_temp": -5.8,
"max_wind_speed": 12,
"readable_summary": "None with a high of -5.8°C and a low of -7.9°C.",
"average_wind_speed": 10.55,
"total_precipitation_mm": 0
},
{
"date": "2025-10-07",
"summary": null,
"low_temp": -6.6,
"high_temp": -6.1,
"max_wind_speed": 12.1,
"readable_summary": "None with a high of -6.1°C and a low of -6.6°C.",
"average_wind_speed": 11.33,
"total_precipitation_mm": 0
}
],
"current_weather": {
"time": "2025-09-28T02:00:00Z",
"next_1_hour": {
"details": {
"precipitation_amount": 0.1
},
"summary": {
"symbol_code": "lightsnow"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.6
},
"summary": {
"symbol_code": "lightsnow"
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightsnow"
}
},
"instant_details": {
"wind_speed": 2.9,
"air_temperature": -5.6,
"relative_humidity": 95.1,
"cloud_area_fraction": 100,
"wind_from_direction": 325,
"air_pressure_at_sea_level": 995.7
}
},
"hourly_forecast": [
{
"time": "2025-09-28T02:00:00Z",
"instant_details": {
"wind_speed": 2.9,
"air_temperature": -5.6,
"relative_humidity": 95.1,
"cloud_area_fraction": 100,
"wind_from_direction": 325,
"air_pressure_at_sea_level": 995.7
},
"next_1_hour_details": {
"precipitation_amount": 0.1
},
"next_1_hour_summary": "lightsnow"
},
{
"time": "2025-09-28T03:00:00Z",
"instant_details": {
"wind_speed": 2.4,
"air_temperature": -5.6,
"relative_humidity": 95,
"cloud_area_fraction": 100,
"wind_from_direction": 335.3,
"air_pressure_at_sea_level": 995.7
},
"next_1_hour_details": {
"precipitation_amount": 0.1
},
"next_1_hour_summary": "lightsnow"
},
{
"time": "2025-09-28T04:00:00Z",
"instant_details": {
"wind_speed": 2,
"air_temperature": -5.6,
"relative_humidity": 95.2,
"cloud_area_fraction": 100,
"wind_from_direction": 332.7,
"air_pressure_at_sea_level": 995.6
},
"next_1_hour_details": {
"precipitation_amount": 0
},
"next_1_hour_summary": "cloudy"
},
{
"time": "2025-09-28T05:00:00Z",
"instant_details": {
"wind_speed": 2.1,
"air_temperature": -5.7,
"relative_humidity": 95,
"cloud_area_fraction": 100,
"wind_from_direction": 322.5,
"air_pressure_at_sea_level": 995.1
},
"next_1_hour_details": {
"precipitation_amount": 0
},
"next_1_hour_summary": "cloudy"
},
{
"time": "2025-09-28T06:00:00Z",
"instant_details": {
"wind_speed": 2.4,
"air_temperature": -5.7,
"relative_humidity": 94.8,
"cloud_area_fraction": 100,
"wind_from_direction": 325.4,
"air_pressure_at_sea_level": 994.9
},
"next_1_hour_details": {
"precipitation_amount": 0.1
},
"next_1_hour_summary": "lightsnow"
},
{
"time": "2025-09-28T07:00:00Z",
"instant_details": {
"wind_speed": 2.4,
"air_temperature": -5.7,
"relative_humidity": 93.9,
"cloud_area_fraction": 100,
"wind_from_direction": 324.4,
"air_pressure_at_sea_level": 995
},
"next_1_hour_details": {
"precipitation_amount": 0
},
"next_1_hour_summary": "cloudy"
},
{
"time": "2025-09-28T08:00:00Z",
"instant_details": {
"wind_speed": 2.5,
"air_temperature": -5.7,
"relative_humidity": 93.7,
"cloud_area_fraction": 100,
"wind_from_direction": 312.6,
"air_pressure_at_sea_level": 995
},
"next_1_hour_details": {
"precipitation_amount": 0
},
"next_1_hour_summary": "cloudy"
},
{
"time": "2025-09-28T09:00:00Z",
"instant_details": {
"wind_speed": 2.5,
"air_temperature": -5.7,
"relative_humidity": 93.9,
"cloud_area_fraction": 100,
"wind_from_direction": 304.1,
"air_pressure_at_sea_level": 995.3
},
"next_1_hour_details": {
"precipitation_amount": 0
},
"next_1_hour_summary": "cloudy"
},
{
"time": "2025-09-28T10:00:00Z",
"instant_details": {
"wind_speed": 2.5,
"air_temperature": -5.7,
"relative_humidity": 94.2,
"cloud_area_fraction": 100,
"wind_from_direction": 308.7,
"air_pressure_at_sea_level": 995.2
},
"next_1_hour_details": {
"precipitation_amount": 0.2
},
"next_1_hour_summary": "lightsnow"
},
{
"time": "2025-09-28T11:00:00Z",
"instant_details": {
"wind_speed": 2.3,
"air_temperature": -5.7,
"relative_humidity": 94.8,
"cloud_area_fraction": 100,
"wind_from_direction": 315.2,
"air_pressure_at_sea_level": 995.4
},
"next_1_hour_details": {
"precipitation_amount": 0.2
},
"next_1_hour_summary": "lightsnow"
},
{
"time": "2025-09-28T12:00:00Z",
"instant_details": {
"wind_speed": 1.9,
"air_temperature": -5.7,
"relative_humidity": 94.6,
"cloud_area_fraction": 100,
"wind_from_direction": 314.9,
"air_pressure_at_sea_level": 995.1
},
"next_1_hour_details": {
"precipitation_amount": 0.3
},
"next_1_hour_summary": "snow"
},
{
"time": "2025-09-28T13:00:00Z",
"instant_details": {
"wind_speed": 1.9,
"air_temperature": -5.7,
"relative_humidity": 94.3,
"cloud_area_fraction": 100,
"wind_from_direction": 309.9,
"air_pressure_at_sea_level": 995
},
"next_1_hour_details": {
"precipitation_amount": 0.3
},
"next_1_hour_summary": "snow"
},
{
"time": "2025-09-28T14:00:00Z",
"instant_details": {
"wind_speed": 2.1,
"air_temperature": -5.7,
"relative_humidity": 95,
"cloud_area_fraction": 100,
"wind_from_direction": 304.5,
"air_pressure_at_sea_level": 994.9
},
"next_1_hour_details": {
"precipitation_amount": 0.3
},
"next_1_hour_summary": "snow"
},
{
"time": "2025-09-28T15:00:00Z",
"instant_details": {
"wind_speed": 2.1,
"air_temperature": -5.7,
"relative_humidity": 95,
"cloud_area_fraction": 100,
"wind_from_direction": 300,
"air_pressure_at_sea_level": 994.9
},
"next_1_hour_details": {
"precipitation_amount": 0.3
},
"next_1_hour_summary": "snow"
},
{
"time": "2025-09-28T16:00:00Z",
"instant_details": {
"wind_speed": 2.1,
"air_temperature": -5.7,
"relative_humidity": 94.8,
"cloud_area_fraction": 100,
"wind_from_direction": 294.3,
"air_pressure_at_sea_level": 994.8
},
"next_1_hour_details": {
"precipitation_amount": 0.3
},
"next_1_hour_summary": "snow"
},
{
"time": "2025-09-28T17:00:00Z",
"instant_details": {
"wind_speed": 2.1,
"air_temperature": -5.7,
"relative_humidity": 94.6,
"cloud_area_fraction": 100,
"wind_from_direction": 292.4,
"air_pressure_at_sea_level": 994.9
},
"next_1_hour_details": {
"precipitation_amount": 0.3
},
"next_1_hour_summary": "snow"
},
{
"time": "2025-09-28T18:00:00Z",
"instant_details": {
"wind_speed": 2.1,
"air_temperature": -5.7,
"relative_humidity": 94.3,
"cloud_area_fraction": 100,
"wind_from_direction": 284.7,
"air_pressure_at_sea_level": 995.2
},
"next_1_hour_details": {
"precipitation_amount": 0.2
},
"next_1_hour_summary": "lightsnow"
},
{
"time": "2025-09-28T19:00:00Z",
"instant_details": {
"wind_speed": 2.1,
"air_temperature": -5.7,
"relative_humidity": 94.3,
"cloud_area_fraction": 100,
"wind_from_direction": 273.7,
"air_pressure_at_sea_level": 995.4
},
"next_1_hour_details": {
"precipitation_amount": 0.2
},
"next_1_hour_summary": "lightsnow"
},
{
"time": "2025-09-28T20:00:00Z",
"instant_details": {
"wind_speed": 2.4,
"air_temperature": -5.7,
"relative_humidity": 94.5,
"cloud_area_fraction": 100,
"wind_from_direction": 263.6,
"air_pressure_at_sea_level": 995.6
},
"next_1_hour_details": {
"precipitation_amount": 0.2
},
"next_1_hour_summary": "lightsnow"
},
{
"time": "2025-09-28T21:00:00Z",
"instant_details": {
"wind_speed": 2.9,
"air_temperature": -5.7,
"relative_humidity": 94.1,
"cloud_area_fraction": 100,
"wind_from_direction": 249.4,
"air_pressure_at_sea_level": 995.9
},
"next_1_hour_details": {
"precipitation_amount": 0.1
},
"next_1_hour_summary": "lightsnow"
},
{
"time": "2025-09-28T22:00:00Z",
"instant_details": {
"wind_speed": 3.1,
"air_temperature": -5.6,
"relative_humidity": 94.3,
"cloud_area_fraction": 100,
"wind_from_direction": 242.5,
"air_pressure_at_sea_level": 996.1
},
"next_1_hour_details": {
"precipitation_amount": 0.1
},
"next_1_hour_summary": "lightsnow"
},
{
"time": "2025-09-28T23:00:00Z",
"instant_details": {
"wind_speed": 3.2,
"air_temperature": -5.6,
"relative_humidity": 94.4,
"cloud_area_fraction": 100,
"wind_from_direction": 242.9,
"air_pressure_at_sea_level": 996.2
},
"next_1_hour_details": {
"precipitation_amount": 0.1
},
"next_1_hour_summary": "lightsnow"
},
{
"time": "2025-09-29T00:00:00Z",
"instant_details": {
"wind_speed": 3.1,
"air_temperature": -5.6,
"relative_humidity": 94.6,
"cloud_area_fraction": 100,
"wind_from_direction": 239.2,
"air_pressure_at_sea_level": 996.3
},
"next_1_hour_details": {
"precipitation_amount": 0.2
},
"next_1_hour_summary": "lightsnow"
},
{
"time": "2025-09-29T01:00:00Z",
"instant_details": {
"wind_speed": 3.4,
"air_temperature": -5.6,
"relative_humidity": 95,
"cloud_area_fraction": 100,
"wind_from_direction": 234.7,
"air_pressure_at_sea_level": 996.3
},
"next_1_hour_details": {
"precipitation_amount": 0.2
},
"next_1_hour_summary": "lightsnow"
}
]
}