| forecast_type | string Default: "DAILY" Enum: "HOURLY" "DAILY" forecast_type |
| latitude required | number <double> latitude |
| longitude required | number <double> longitude |
| metric | boolean metric |
{- "feedCreation": "2019-08-24T14:15:22Z",
- "forecast": [
- {
- "weatherItem": {
- "barometerPressure": 0,
- "cloudCoverage": 0,
- "dewPoint": 0,
- "highTemperature": 0,
- "humidity": 0,
- "iconName": "string",
- "kpIndex": 0,
- "lowTemperature": 0,
- "precipitationProbability": 0,
- "precipitation": 0,
- "skyDescription": "string",
- "sunrise": "2019-08-24T14:15:22Z",
- "sunset": "2019-08-24T14:15:22Z",
- "temperature": 0,
- "utcTime": "2019-08-24T14:15:22Z",
- "visibility": 0,
- "windDescShort": "string",
- "windDirection": 0,
- "windSpeed": 0,
- "windGust": 0,
- "qnh": 0,
- "cloudCeiling": 0
}
}
], - "weatherLocation": {
- "city": "string",
- "country": "string",
- "location": {
- "latitude": 0,
- "longitude": 0
}, - "state": "string"
}, - "metadata": [
- {
- "name": "string",
- "source": "string",
- "location": {
- "city": "string",
- "country": "string",
- "location": {
- "latitude": 0,
- "longitude": 0
}, - "state": "string"
}, - "observationTime": "2019-08-24T14:15:22Z",
- "parameters": [
- "string"
]
}
]
}| latitude required | number <double> latitude |
| longitude required | number <double> longitude |
| metric | boolean metric |
{- "feedCreation": "2019-08-24T14:15:22Z",
- "observation": [
- {
- "weatherItem": {
- "barometerPressure": 0,
- "cloudCoverage": 0,
- "dewPoint": 0,
- "highTemperature": 0,
- "humidity": 0,
- "iconName": "string",
- "kpIndex": 0,
- "lowTemperature": 0,
- "precipitationProbability": 0,
- "precipitation": 0,
- "skyDescription": "string",
- "sunrise": "2019-08-24T14:15:22Z",
- "sunset": "2019-08-24T14:15:22Z",
- "temperature": 0,
- "utcTime": "2019-08-24T14:15:22Z",
- "visibility": 0,
- "windDescShort": "string",
- "windDirection": 0,
- "windSpeed": 0,
- "windGust": 0,
- "qnh": 0,
- "cloudCeiling": 0
}, - "weatherLocation": {
- "city": "string",
- "country": "string",
- "location": {
- "latitude": 0,
- "longitude": 0
}, - "state": "string"
}
}
], - "metadata": [
- {
- "name": "string",
- "source": "string",
- "location": {
- "city": "string",
- "country": "string",
- "location": {
- "latitude": 0,
- "longitude": 0
}, - "state": "string"
}, - "observationTime": "2019-08-24T14:15:22Z",
- "parameters": [
- "string"
]
}
]
}