Download OpenAPI specification:Download
This is the page for v4.0 of the API. To see other versions, please navigate to the documentation homepage and select the appropriate version there.
There have been many changes and upgrades between v3.1 and v4.0 to improve the user experience and provide more relevant, and accurate forecasts.
To get started with transitioning over from v3.1 to v4.0, you can start by replacing the v3_1
in the URLs with v4_0
and comparing the outputs.
From:
curl --location 'https://forecast.meteonomiqs.com/v3_1/forecast/48.1374/10.5753/' \
--header 'x-api-key: <api-token>' \
--header 'Accept-Language: de-de'
To:
curl --location 'https://forecast.meteonomiqs.com/v4_0/forecast/48.1374/10.5753/' \
--header 'x-api-key: <api-token>' \
--header 'Accept-Language: de-de'
Please note: effort was made to make sure that the v4.0 endpoints matched the v3.1 endpoints as closely as possible. However, there are still some breaking changes between the versions. Please refer to this changelog and test all applications with the new endpoints thoroughly before deployment to ensure that no key functionality is missing.
Starting with a basic overview of major changes.
v4_0
pollenwcom
has been renamed to just pollen
Tag | Old name | New name |
---|---|---|
Forecast | "Get Forecast" (with latitude and longitude ) |
"Get forecast by coordinates" |
Forecast | "Get Forecast" (with countryCode and postCode ) |
"Get forecast by location" |
Forecast | "Get Forecast Summary" | "Get forecast summary by coordinates" |
Forecast | "Get Forecast Spaces" | "Get forecast spaces by coordinates" |
Forecast | "Get Forecast Hourly" | "Get hourly forecast by coordinates" |
Forecast2 | "Get Forecast" | "Get forecast2 by coordinates" |
Warnings | "Warnings endpoints" | "Get active warnings by coordinates" |
Nowcast | "Get observation with realtime weather, precipitation risk and station data when available" | "Get nowcast weather forecast by coordinates" |
Locations | "Location by coordinates" | "Get nearby location by coordinates" |
Tag | Endpoint | Reason |
---|---|---|
Warnings | "Warnings regions endpoints" | Redundant, information already supplied by "Get active warnings by coordinates" |
Warnings | "Warnings ID endpoints" | Redundant, information already supplied by "Get active warnings by coordinates" |
Hood | (all endpoints) | New backend data structure means output would have been identical to Pollen and Forecast endpoints. Have been replaced with those endpoints. Station data is also no longer returned |
Nowcast | "Get pollen forecast" | New backend data structure means output would have been identical to Pollen endpoints. Has been replaced with that endpoint |
/locations/nearBy/{latitude}/{longitude}
/locations/nearby/{latitude}/{longitude}
Resource not found
summary
and morning
/afternoon
) have now been standardised and return the same format responsemax
, min
, and avg
respectively. All have the number
type and are nullableclouds
values are still returned as percentages, but are now transformed from oktas, which means all percentages will be a multiple of 12.5
due to that being 1/8th of 100null
for the value e.g. uv_index
in Forecast2Below is a more detailed list about the changes to the API endpoints.
GET
/forecast/{latitude}/{longitude} (GET
/forecast/byLocation/{countryCode}/{postCode})Each of the changes in summary, spaces, and hourly are the same as in their respective limited API endpoints.
summary
Renamed:
rainHours
to rainyHours
wind.significationWind
to wind.significantWind
pressure.mean
to pressure.avg
relativeHumidity.mean
to relativeHumidity.avg
clouds.mean
to clouds.avg
Removed:
dateWithTimezone
- use date
for the date and from
and to
for the UTC times insteadweatherNg
- use weather
insteadsnowHeight
- deprecatedfreshSnow
and replaced with the range prec.freshSnowRangeMin
(minimum) and prec.freshSnowRangeMax
(maximum)snowLine.avg
and snowLine.unit
windchill.avg
- deprecated, use range insteadspaces
Forecast for spaces has been extended from 10 to 16 days.
Renamed:
<space>.rainHours
to <space>.rainyHours
<space>.wind.significationWind
to <space>.wind.significantWind
<space>.pressure.mean
to <space>.pressure.avg
<space>.relativeHumidity.mean
to <space>.relativeHumidity.avg
<space>.clouds.mean
to <space>.clouds.avg
Removed:
forenoon
- deprecated<space>.weatherNg
- use <space>.weather
instead<space>.snowHeight
- deprecated, previously null
<space>.freshSnow
and replaced with the range <space>.prec.freshSnowRangeMin
(minimum) and <space>.prec.freshSnowRangeMax
(maximum)<space>.snowLine.avg
and <space>.snowLine.unit
- use range instead<space>.wind.mean
- use wind.avg
instead<space>.windchill.avg
- use range insteadhourly
Added:
dateWithTimezone
- end of the hour in UTC timefrom
and to
- indicates start and end times of forecast in UTCChanged:
snowLine
to prec.snowLine
and is now a single value instead of an objectwindchill
to only return a numberRenamed:
wind.significationWind
to wind.significantWind
wind.mean
to wind.avg
Removed:
rainHours
- deprecated, use weather
instead for weather conditionsGET
/forecast/{latitude}/{longitude}/summaryRenamed:
rainHours
to rainyHours
wind.significationWind
to wind.significantWind
pressure.mean
to pressure.avg
relativeHumidity.mean
to relativeHumidity.avg
clouds.mean
to clouds.avg
Removed:
dateWithTimezone
- use date
for the date and from
and to
for the UTC times insteadweatherNg
- use weather
insteadsnowHeight
- deprecated, previously null
freshSnow
and replaced with the range prec.freshSnowRangeMin
(minimum) and prec.freshSnowRangeMax
(maximum)snowLine.avg
and snowLine.unit
windchill.avg
- deprecated, use range insteadGET
/forecast/{latitude}/{longitude}/hourlyAdded:
dateWithTimezone
- start of the hour in UTC timefrom
and to
- indicates start and end times of forecast in UTCprec.freshSnowRangeMin
and prec.freshSnowRangeMax
to indicate min and max fresh snow linesdewpoint
to indicate the dewpoint temperatureChanged:
snowLine
to prec.snowLine
and is now a single value instead of an objectwindchill
to only return a numberRenamed:
wind.significationWind
to wind.significantWind
wind.mean
to wind.avg
Removed:
rainHours
- deprecated, use weather
instead for weather conditionsGET
/forecast/{latitude}/{longitude}/spacesForecast for spaces has been extended from 10 to 16 days.
Renamed:
<space>.rainHours
to <space>.rainyHours
<space>.wind.significationWind
to <space>.wind.significantWind
<space>.pressure.mean
to <space>.pressure.avg
<space>.relativeHumidity.mean
to <space>.relativeHumidity.avg
<space>.clouds.mean
to <space>.clouds.avg
Removed:
forenoon
- deprecated<space>.weatherNg
- use <space>.weather
instead<space>.snowHeight
- deprecated, previously null
<space>.freshSnow
and replaced with the range <space>.prec.freshSnowRangeMin
(minimum) and <space>.prec.freshSnowRangeMax
(maximum)<space>.snowLine.avg
and <space>.snowLine.unit
<space>.wind.mean
- use wind.avg
instead<space>.windchill.avg
- use range insteadGET
/locations/nearby/{latitude}/{longitude}Fixed:
items.admin1.location.slug
Renamed:
items.zipCodes
to items.zipcodes
scores.seo_priority
to scores.seoPriority
- standardising value name styles in endpointRemoved:
pagination
- deprecated, previously only null
items.iso2
- deprecated, previously only null
items.isoPath
- deprecated, previously only null
items.liesIn
- deprecated, previously only had one value skiareas
which was always null
items.nameTranslations
- deprecated, previously only an empty listitems.searchContext
- deprecated, previously only null
items.warnregions
- deprecated, previously only null
GET
/nowcast/weather/{latitude}/{longitude}Added:
precipitationRisk.items.precType
to indicate the time of precipitationtemperature.value
to indicate single temperature value for the periodto
and from
to both precipitationRisk
and realtimeWeather
items
arrays to indicate forecast window in UTC timeprecipitationRisk.items.times.startTime
to indicate when the precipitation event startedChanged:
items.date
to be just the date in YYYY-MM-DD
format and display local date, if you were using this field for the datetime, please use items.from
insteadprecipitationRisk.items.radar.value
to represent a new classification which is available under the Nowcast Radar Values section in the References. The old classification was as follows: 0 = no data, 1 = no rain / snow fall, 2 - 7 = increasing rain intensity, 12 - 17 = increasing snow intensityRemoved:
station
- deprecated, nearly all values were null
for the objectprecipitationRisk.items.isRain
- deprecated, previously only null
precipitationRisk.items.items.radar.isRain
- deprecated, use drizzlePossible
insteadprecipitationRisk.items.run
- deprecatedprecipitationRisk.items.items.weather.shortText
- deprecated, this information is also present in radar
realtimeWeather.items.temperature.min
, realtimeWeather.items.temperature.max
, and realtimeWeather.items.temperature.avg
- single value now for 5 minute intervals (value
)realtimeWeather.items.fingerprint
- deprecated, only one fingerprint
at root level nowrealtimeWeather.items.run
- deprecatedrealtimeWeather.items.source
- deprecated, previously only hood
, and that source isn't listed any morerealtimeWeather.items.items.weather.shortText
- deprecated, same output as longText
realtimeWeather.items.weather.stateNew
- deprecated, due to being duplication of state
GET
/pollen/byCoordinates/{latitude}/{longitude} (GET
/pollen/byLocation/{countryCode}/{postCode})Changed:
pollen
instead of pollenwcom
daily.items.pollen_forecast
pollen names to lowercase and removed all spaces in pollen names. Please refer to the pollen mapping tabledaily.items.pollen_index
to be an integer type instead of a stringified integerRenamed:
daily.items.pollen-forecast
to daily.items.pollen_forecast
Removed:
zip-code
- deprecated, zip code information is no longer returned by the APIrelease_date
- deprecatedcopyright
- deprecated, no longer returned by the APIGET
/warnings/{latitude}/{longitude}Added:
activeWarnings.severityInt
- numerical severity value, scales with severity linearly from 1-4Changed:
activeWarnings.onset
and activeWarnings.expires
to be in UTC timeactiveWarnings.parameters
to only return an empty dictionary for the time being - this data is still being implemented for the new backend and this value will be updated once the data is availableRemoved:
activeWarnings.description
- deprecated, previously null
activeWarnings.effective
- deprecated, use onset
insteadactiveWarnings.headline
- deprecated, previously null
activeWarnings.identifier
- deprecated, use code
insteadactiveWarnings.instruction
- deprecated, previously null
activeWarnings.msgType
- deprecated, previously null
activeWarnings.references
- deprecated, use code
insteadactiveWarnings.sent
- deprecated, information no longer supplied by backendGET
/forecast2/{latitude}/{longitude}Added:
parameters
object with frequency
value to indicate hourly
/ daily
depending on whether that parameter was used as part of the request, not included in response if neither is usedfrequency.hourly.datetime_utc
and frequency.hourly.datetime_local
to indicate both the UTC and local datetimes of the forecast (this replaces the old frequency.hourly.datetime
parameter)Changed:
parameters.weather_state_text.value
and parameters.wind_direction_text.value
to return values in German, to standardise the language across the entire APIRenamed:
frequency.daily.parameters.temperature.minimum
to frequency.daily.parameters.temperature.min
frequency.daily.parameters.temperature.maximum
to frequency.daily.parameters.temperature.max
frequency.daily.parameters.wind_speed.minimum
to frequency.daily.parameters.wind_speed.min
frequency.daily.parameters.wind_speed.maximum
to frequency.daily.parameters.wind_speed.max
frequency.daily.parameters.relative_humidity.minimum
to frequency.daily.parameters.relative_humidity.min
frequency.daily.parameters.relative_humidity.maximum
to frequency.daily.parameters.relative_humidity.max
frequency.daily.parameters.relative_humidity.mean
to frequency.daily.parameters.relative_humidity.avg
frequency.daily.parameters.sea_level_pressure.minimum
to frequency.daily.parameters.sea_level_pressure.min
frequency.daily.parameters.sea_level_pressure.maximum
to frequency.daily.parameters.sea_level_pressure.max
frequency.daily.parameters.sea_level_pressure.mean
to frequency.daily.parameters.sea_level_pressure.avg
frequency.daily.parameters.cloud_coverage.minimum
to frequency.daily.parameters.cloud_coverage.min
frequency.daily.parameters.cloud_coverage.maximum
to frequency.daily.parameters.cloud_coverage.max
frequency.daily.parameters.cloud_coverage.mean
to frequency.daily.parameters.cloud_coverage.avg
Removed:
frequency.daily.parameters.temperature.mean
- deprecated, use value range insteadfrequency.daily.parameters.wind_speed.mean
- deprecated, use value range insteadfrequency.hourly.parameters.surface_pressure
- deprecated, use pressure
insteadfrequency.hourly.parameters.slippery_roads_index
- deprecated, no longer in usefrequency.hourly.datetime
- please use either frequency.hourly.datetime_utc
or frequency.hourly.datetime_local
insteadTo ensure better maintainability and backward compatibility of our API, we have introduced versioning starting from version 3.1. All endpoints will now begin with a version number (e.g., v3_1
) to indicate the API version being used.
The versioning scheme we follow is vX_Y
, where X is the major version number and Y is the minor version number. Major version changes indicate significant changes in the API, such as breaking changes or major feature updates. Minor version changes indicate minor updates or additions to the API without any breaking changes.
To use a specific version of the API, simply include the version number as a prefix in the endpoint URL. For example, to access the forecast endpoint in version 3.1, the URL would be: /v3_1/forecast/latitude/longitude
. Ommitting the version number will default to version v3.0
.
We strive to support at least one version downward from the latest version of the API. However, older versions of the API may be shut down after a certain period of time to ensure proper maintenance and security. It's important to stay updated with our API documentation and changelog to ensure compatibility with the latest version of the API.
As part of versioning, we may deprecate certain endpoints or features in older API versions. Deprecated endpoints or features will continue to work as before, but will be marked as deprecated and eventually terminated in future versions of the API. It's recommended to update your integrations to use the latest version of the API and avoid using deprecated endpoints or features to ensure uninterrupted access to the API functionality.
We strive to provide backward compatibility and minimize the impact of changes on existing integrations. However, it's important to thoroughly review the changelog and update your integrations accordingly when upgrading to a new version of the API.
API versioning allows us to make improvements and updates to the API while maintaining backward compatibility. By specifying the version number in the endpoint URL, you can ensure that your integrations continue to work as expected even when updates are made to the API. Please stay updated with our API documentation and changelog to keep track of version changes and deprecated features. If you have any questions or need further assistance, please don't hesitate to contact us.
To ensure secure access to our API, authentication is required for all requests. We use API keys as a means of authentication, which need to be included in the header of each API request. API keys are generated when you register for an account with us and are used to identify and authorize your API requests.
To authenticate your API requests, you need to include the API key in the header of each request. The API key should be included in the x-api-key header. The format for including the API key in the header is as follows:
curl -X GET -H 'x-api-key: <API_KEY>' "https://forecast.meteonomiqs.com/forecast/48.1663/11.5683/"
Replace <API_KEY>
with your actual API key value.
To obtain an API key, you can either register through our self service API portal or contact our sales team using info@meteonomiqs.com
. Please note that API keys are unique to your account and should not be shared with others. It's important to keep your API key secure and not expose it in any public or unsecured environment.
If you have purchased our API through our API portal, you can find information on how to authenticate in the portal where you obtained your API key. Please refer to the documentation or help resources provided in the portal for instructions on how to include the API key in your API requests.
To include the API key in your API requests, you need to add the x-api-key
header to your requests and set its value to the API key as described in the Authentication Process section above. Here's an example of how to include the API key in a cURL request:
curl -X GET -H 'x-api-key: <API_KEY>' "https://forecast.meteonomiqs.com/forecast/48.1663/11.5683/"
Replace <API_KEY>
with your actual API key value and https://forecast.meteonomiqs.com/forecast/48.1663/11.5683/
with the actual API endpoint you want to access.
If the API key is missing or invalid, you will receive an authentication error response indicating that the request is unauthorized. In such cases, please double-check the API key and ensure that it is included correctly in the header of your API requests.
If you have any questions or need further assistance with authentication or any other API-related issues, please don't hesitate to contact us at info@meteonomiqs.com
. We're here to help!
In conclusion, API key authentication is a secure way to access our API and ensure that only authorized requests are processed. It's important to obtain and use your unique API key for authentication in all your API requests to ensure seamless and secure integration with our services.
The icon may vary depending on the time of the day, wind speed and weather warnings.
.svg | description | icon |
---|---|---|
d_x.svg | Icon displays weather state during day time | |
n_x.svg | Icon displays weather state during night time | |
d_e_x.svg | Icon displays weather state during day time with weather warning | |
n_e_x.svg | Icon displays weather state during night time with weather warning | |
d_w_x.svg | Icon displays weather state during day time with wind warning | |
n_w_x.svg | Icon displays weather state during night time with wind warning |
State | Short | Long | Icon |
---|---|---|---|
"-" | Unknown | Weather conditions unknown | none |
0 | Sunny | Uninterrupted sunshine, no clouds, blue sky | |
1 | Slightly cloudy | Mostly blue skies, 1/8 to 3/8 of sky covered with clouds | |
2 | Cloudy | 4/8 to 6/8 of sky covered with clouds; sun visible intermittently | |
3 | Overcast | 7/8 to 8/8 of sky covered with clouds, no or very little sun, dry | |
4 | Fog | Ground-level cloud, visibility below 1000 metres | |
5 | Drizzle | Precipitation in liquid form with droplet size less than 0.6 mm | |
6 | Rain | Precipitation in liquid form in an area >10km² and longer than 45 minutes (including intermittent precipitation), droplet size 0.6 to 3 mm | |
7 | Snow | Precipitation in solid form, fine ice crystals | |
8 | Showers | Convective precipitation in a confined area (<10 km²) with a maximum duration of 45 minutes, droplet size 0.6 to 3 mm | |
9 | Thunderstorm | Lightning and thunder, usually accompanied by heavy rain, hail or gusts of wind; however, there are also dry thunderstorms. | |
10 | Partly cloudy | Mostly blue skies, 1/8 to 3/8 of sky covered with clouds. | |
20 | Cloudy | 4/8 to 6/8 of sky covered with clouds; sun visible intermittently. | |
21 | Cloudy | 4/8 to 6/8 of sky covered with clouds; sun visible intermittently. | |
30 | Overcast | 7/8 to 8/8 of sky covered with clouds; no or very little sun, dry. | |
40 | Fog | Ground-level cloud, visibility below 1000 metres. | |
45 | Fog | Ground-level cloud, visibility below 1000 metres. | |
48 | Fog with signs of frost | Ground-level cloud, visibility below 1000 metres, temperature below zero degrees, fog droplets freezing on objects (cars, trees, etc.) | |
49 | Fog with signs of frost | Ground-level cloud, visibility below 1000 metres, temperature below zero degrees, fog droplets freezing on objects (cars, trees, etc.) | |
51 | Light drizzle | Precipitation in liquid form with droplet size smaller than 0.6 mm, rainfall up to 0.2 litres/hour | |
55 | Strong drizzle | Precipitation in liquid form with droplet size smaller than 0.6 mm, rainfall from 0.5 litres/hour | |
56 | Slight drizzle, freezing | Precipitation in liquid form with droplet size smaller than 0.6 mm, rainfall up to 0.2 litres/hour, temperatures below zero degrees Celsius | |
57 | Strong drizzle, freezing | Precipitation in liquid form with droplet size smaller than 0.6 mm, rainfall from 0.5 litres/hour, temperatures below zero degrees Celsius | |
60 | Light rain | Precipitation in liquid form in an area >10km² and longer than 45 minutes (also with interruptions), droplet size 0.6 to 3 mm, rainfall up to 0.5 litres/hour | |
61 | Light rain | Precipitation in liquid form in an area >10km² and longer than 45 minutes (also with interruptions), droplet size 0.6 to 3 mm, rainfall up to 0.5 litres/hour | |
63 | Moderate rain | Precipitation in liquid form in an area >10km² and longer than 45 minutes (also with interruptions), droplet size 0.6 to 3 mm, rainfall between 0.5 and 4 litres/hour | |
65 | Heavy rain | Precipitation in liquid form in an area >10km² and longer than 45 minutes (also with interruptions), droplet size 0.6 to 3 mm, rainfall more than 4 litres/hour | |
66 | Light rain, freezing | Precipitation in liquid form in an area >10km² and longer than 45 minutes (also with interruptions), droplet size 0.6 to 3 mm, rainfall up to 0.5 litres/hour, temperatures <=0°C | |
67 | Moderate or heavy rain, freezing | Precipitation in liquid form in an area >10km² and longer than 45 minutes (also with interruptions), droplet size 0.6 to 3 mm, rainfall up to or above 4 litres/hour, temperatures <=0°C | |
68 | Light sleet | Precipitation in liquid and solid form, precipitation quantity up to 0.5 litres/hour | |
69 | Heavy sleet | Precipitation in liquid and solid form, precipitation quantity more than 2 litres/hour | |
70 | Light snowfall | Convective precipitation in solid form in a confined area (<10km²) with a maximum duration of 45 minutes, new snowfall less than 1 cm / hour | |
71 | Light snowfall | Convective precipitation in solid form in a confined area (<10km²) with a maximum duration of 45 minutes, new snowfall less than 1 cm / hour | |
73 | Moderate snowfall | Precipitation in solid form consisting of fine ice crystals, new snowfall between 1 and 4 centimetres/hour | |
75 | Heavy snowfall | Precipitation in solid form consisting of fine ice crystals, new snowfall more than 4 centimetres/hour | |
80 | Light showers | Convective precipitation in liquid form in a confined area (<10km²) with a maximum duration of 45 minutes, droplet size 0.6 to 3 mm, rainfall between 0.1 and 0.4 liters / 10min | |
81 | Showers | Convective precipitation in liquid form in a confined area (<10km²) with a maximum duration of 45 minutes, droplet size 0.6 to 3 mm, rainfall between 0.2 and 2 liters / 10min | |
82 | Heavy showers | Convective precipitation in liquid form in a confined area (<10km²) with a maximum duration of 45 minutes, droplet size 0.6 to 3 mm, rainfall more than 2 liters / 10min | |
83 | Light snowfall/showers | Convective precipitation in liquid and solid form in a confined area (<10km²) with a maximum duration of 45 minutes, precipitation between 0.1 and 0.4 liters / hour | |
84 | Heavy snowfall/showers | Convective precipitation in liquid and solid form in a confined area (<10km²) with a maximum duration of 45 minutes, precipitation exceeding 2 litres / hour | |
85 | Light flurry of snow | Convective precipitation in solid form in a confined area (<10km²) with a maximum duration of 45 minutes, new snowfall less than 1 cm / hour | |
86 | Moderate or heavy flurry of snow | Convective precipitation in solid form in a confined area (<10km²) with a maximum duration of 45 minutes, new snowfall more than 1 cm / hour | |
95 | Light thunderstorm | Lightning and thunder, usually accompanied by heavy rain, hail or gusts of wind; low lightning frequency, longer intervals between individual discharges | |
96 | Severe thunderstorm | Lightning and thunder, usually accompanied by heavy rain, hail or gusts of wind; high frequency of lightning, constant rolls of thunder | |
-1 | n/a | Not specified: no observation was possible or no observation was transmitted |
State | Text | Icon |
---|---|---|
0 | Sunny | |
1 | Slightly cloudy | |
2 | Cloudy | |
3 | Overcast | |
4 | Fog | |
5 | Drizzle | |
6 | Rain | |
7 | Snow | |
8 | Showers | |
9 | Thunderstorm | |
10 | Slightly cloudy | |
20 | Cloudy | |
30 | Overcast | |
40 | Fog | |
45 | Fog | |
48 | Fog with signs of frost | |
49 | Fog with signs of frost | |
50 | Drizzle | |
51 | Light drizzle | |
53 | Drizzle | |
55 | Heavy drizzle | |
56 | Slight drizzle, freezing | |
57 | Heavy drizzle, freezing | |
60 | Light rain | |
61 | Light rain | |
63 | Moderate rain | |
65 | Heavy rain | |
66 | Light rain, freezing | |
67 | Moderate rain, freezing | |
68 | Light sleet | |
69 | Heavy sleet | |
70 | Light snowfall | |
71 | Light snowfall | |
73 | Moderate snowfall | |
75 | Heavy snowfall | |
80 | Light showers | |
81 | Showers | |
82 | Heavy showers | |
83 | Light showers | |
84 | Heavy showers | |
85 | Light snowfall | |
86 | Moderate snowfall | |
95 | Light thunderstorm | |
96 | Severe thunderstorm | |
999 | n/a |
Moonphase
Number | English description | German Description |
---|---|---|
1 | New Moon | Neumond |
2 | Waxing Crescent | Zunehmender Sichelmond |
3 | First Quarter | Zunehmender Halbmond |
4 | Waxing Gibbous | Zunehmender Dreiviertelmond |
5 | Full Moon | Vollmond |
6 | Waning Gibbous | Abnehmender Dreiviertelmond |
7 | Last Quarter | Abnehmender Halbmond |
8 | Waning Crescent | Abnehmender Sichelmond |
Moonzodiac
Number | English Description | German Description |
---|---|---|
1 | Aries | Widder |
2 | Taurus | Stier |
3 | Gemini | Zwillinge |
4 | Cancer | Krebs |
5 | Leo | Löwe |
6 | Virgo | Jungfrau |
7 | Libra | Waage |
8 | Scorpio | Skorpion |
9 | Sagittarius | Schütze |
10 | Capricorn | Steinbock |
11 | Aquarius | Wassermann |
12 | Pisces | Fische |
For both rain and snow.
Number | Description |
---|---|
0 | kein Niederschlag |
1 | Leichter Niederschlag / Schneefall möglich |
2 | niedrig |
3 | leicht |
4 | mäßig |
5 | mäßig oder schwer |
6 | intensiv |
7 | sehr schwer |
8 | extrem |
9 | extrem / Hagel möglich |
List of response codes returned by wetter.com API
Status Code | Status Message |
---|---|
200 | OK |
204 | No Content |
'Status Code | Status Message |
---|---|
301 | Moved Permanently |
304 | Not Modified |
Status Code | Status Message |
---|---|
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
405 | Method Not Allowed |
406 | Not Acceptable |
409 | Conflict |
429 | Too Many Requests |
Status Code | Status Message |
---|---|
500 | Internal Server Error |
Get forecast by latitude and longitude coordinates
latitude required | number <float> [ -180 .. 180 ] Example: 48.1374 Latitude as decimal degrees (up to 5 decimals) |
longitude required | number <float> [ -90 .. 90 ] Example: 10.5753 Longitude as decimal degrees (up to 5 decimals) |
x-api-key required | string Example: PVThagFk3yJAG4yeQ26EQnTXWbsD5y7IXh20BzJAa Authentication for API |
{- "summary": [
- {
- "date": "2023-04-05",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": -5,
- "max": 3,
- "avg": -1
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -1,
- "max": 14
}, - "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "astronomy": {
- "dawn": "2023-04-05T06:16:58+02:00",
- "sunrise": "2023-04-05T06:48:44+02:00",
- "suntransit": "2023-04-05T13:20:30+02:00",
- "sunset": "2023-04-05T19:53:12+02:00",
- "dusk": "2023-04-05T20:25:06+02:00",
- "moonrise": "2023-04-05T19:12:25+02:00",
- "moontransit": "2023-04-05T00:31:28+02:00",
- "moonset": "2023-04-05T06:46:10+02:00",
- "moonphase": 4,
- "moonzodiac": 7
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}
], - "spaces": [
- {
- "date": "2023-04-05",
- "morning": {
- "date": "2023-04-05",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": 0,
- "max": 0,
- "avg": 0
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -7,
- "max": 1
}, - "isNight": false,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}, - "afternoon": {
- "date": "2023-04-05",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": 0,
- "max": 0,
- "avg": 0
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -7,
- "max": 1
}, - "isNight": false,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}, - "evening": {
- "date": "2023-04-05",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": 0,
- "max": 0,
- "avg": 0
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -7,
- "max": 1
}, - "isNight": false,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}, - "night": {
- "date": "2023-04-05",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": 0,
- "max": 0,
- "avg": 0
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -7,
- "max": 1
}, - "isNight": false,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}
}
], - "hourly": [
- {
- "date": "2023-04-04T22:00:00Z",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "freshSnow": 0.03,
- "dewpoint": 15.23,
- "weather": {
- "state": 2,
- "text": "wolkig",
- "icon": "n_e_2.svg"
}, - "sunHours": "string",
- "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "snowLine": 100,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "avg": -1
}, - "relativeHumidity": 73,
- "pressure": 1025,
- "clouds": {
- "low": 2,
- "high": 69,
- "middle": 29,
- "eights": 6
}, - "wind": {
- "unit": "km/h",
- "direction": "Ostwind",
- "text": "O",
- "avg": 0,
- "min": 0,
- "max": 0,
- "degree": 69,
- "gusts": {
- "value": 12,
- "text": "string"
}, - "significantWind": false
}, - "windchill": 1,
- "isNight": true,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}
}
], - "forecastDate": "2023-04-05T07:20:07Z",
- "nextUpdate": "2023-04-05T17:30:00Z",
- "source": "w3Data",
- "point": "global",
- "providerVersion": "autoscaling-1.9.4",
- "location": {
- "timezone": "Europe/Berlin",
- "coordinates": {
- "latitude": 48.137,
- "longitude": 10.575,
- "elevation": 612
}
}, - "fingerprint": "Uv+BAwEBC0ZpbmdlcnByaW50Af+CAAEFAQdWZXJzaW9uAQwAAQtSZXF1ZXN0VGltZQH/hAABA0xuZwEIAAEDTGF0AQgAAQZNb2RlbHMB/4gAAAAQ/4MFAQEEVGltZQH/hAAAADb/hwIBASdbXXN0cnVjdCB7IE5hbWUgc3RyaW5nOyBSdW4gdGltZS5UaW1lIH0B/4gAAf+GAAAe/4UDAQL/hgABAgEETmFtZQEMAAEDUnVuAf+EAAAA/gE//4IBEWF1dG9zY2FsaW5nLTEuOS40AQ8BAAAADtu/GWQQ37mSAAAB+GZmZmZmJiVAAfioxks3iRFIQAEJAQ5FWFBPU0VELU1PU01JWAEPAQAAAA7bvtswAAAAAAAAAAEORVhQT1NFRC1NT1NNSVgBDwEAAAAO274ycAAAAAAAAAABB0lDT05fRVUBDwEAAAAO276xAAAAAAAAAAABB0lDT05fRVUBDwEAAAAO274IQAAAAAAAAAABBk1PU01JWAEPAQAAAA7bvtswAAAAAAAAAAEGTU9TTUlYAQ8BAAAADtu+MnAAAAAAAAAAAQlHRlNfU0ZMVVgBDwEAAAAO276xAAAAAAAAAAABCUdGU19TRkxVWAEPAQAAAA7bvghAAAAAAAAAAAEGQVdFX0RFAQ8BAAAADtu+eMAAAAAAAAAAAA=="
}
Get forecast by country code and postcode
countryCode required | string Example: DE Country code |
postCode required | string Example: 78467 Post code |
x-api-key required | string Example: PVThagFk3yJAG4yeQ26EQnTXWbsD5y7IXh20BzJAa Authentication for API |
{- "summary": [
- {
- "date": "2023-04-05",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": -5,
- "max": 3,
- "avg": -1
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -1,
- "max": 14
}, - "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "astronomy": {
- "dawn": "2023-04-05T06:16:58+02:00",
- "sunrise": "2023-04-05T06:48:44+02:00",
- "suntransit": "2023-04-05T13:20:30+02:00",
- "sunset": "2023-04-05T19:53:12+02:00",
- "dusk": "2023-04-05T20:25:06+02:00",
- "moonrise": "2023-04-05T19:12:25+02:00",
- "moontransit": "2023-04-05T00:31:28+02:00",
- "moonset": "2023-04-05T06:46:10+02:00",
- "moonphase": 4,
- "moonzodiac": 7
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}
], - "spaces": [
- {
- "date": "2023-04-05",
- "morning": {
- "date": "2023-04-05",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": 0,
- "max": 0,
- "avg": 0
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -7,
- "max": 1
}, - "isNight": false,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}, - "afternoon": {
- "date": "2023-04-05",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": 0,
- "max": 0,
- "avg": 0
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -7,
- "max": 1
}, - "isNight": false,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}, - "evening": {
- "date": "2023-04-05",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": 0,
- "max": 0,
- "avg": 0
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -7,
- "max": 1
}, - "isNight": false,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}, - "night": {
- "date": "2023-04-05",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": 0,
- "max": 0,
- "avg": 0
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -7,
- "max": 1
}, - "isNight": false,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}
}
], - "hourly": [
- {
- "date": "2023-04-04T22:00:00Z",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "freshSnow": 0.03,
- "dewpoint": 15.23,
- "weather": {
- "state": 2,
- "text": "wolkig",
- "icon": "n_e_2.svg"
}, - "sunHours": "string",
- "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "snowLine": 100,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "avg": -1
}, - "relativeHumidity": 73,
- "pressure": 1025,
- "clouds": {
- "low": 2,
- "high": 69,
- "middle": 29,
- "eights": 6
}, - "wind": {
- "unit": "km/h",
- "direction": "Ostwind",
- "text": "O",
- "avg": 0,
- "min": 0,
- "max": 0,
- "degree": 69,
- "gusts": {
- "value": 12,
- "text": "string"
}, - "significantWind": false
}, - "windchill": 1,
- "isNight": true,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}
}
], - "forecastDate": "2023-04-05T07:20:07Z",
- "nextUpdate": "2023-04-05T17:30:00Z",
- "source": "w3Data",
- "point": "global",
- "providerVersion": "autoscaling-1.9.4",
- "location": {
- "timezone": "Europe/Berlin",
- "coordinates": {
- "latitude": 48.137,
- "longitude": 10.575,
- "elevation": 612
}
}, - "fingerprint": "Uv+BAwEBC0ZpbmdlcnByaW50Af+CAAEFAQdWZXJzaW9uAQwAAQtSZXF1ZXN0VGltZQH/hAABA0xuZwEIAAEDTGF0AQgAAQZNb2RlbHMB/4gAAAAQ/4MFAQEEVGltZQH/hAAAADb/hwIBASdbXXN0cnVjdCB7IE5hbWUgc3RyaW5nOyBSdW4gdGltZS5UaW1lIH0B/4gAAf+GAAAe/4UDAQL/hgABAgEETmFtZQEMAAEDUnVuAf+EAAAA/gE//4IBEWF1dG9zY2FsaW5nLTEuOS40AQ8BAAAADtu/GWQQ37mSAAAB+GZmZmZmJiVAAfioxks3iRFIQAEJAQ5FWFBPU0VELU1PU01JWAEPAQAAAA7bvtswAAAAAAAAAAEORVhQT1NFRC1NT1NNSVgBDwEAAAAO274ycAAAAAAAAAABB0lDT05fRVUBDwEAAAAO276xAAAAAAAAAAABB0lDT05fRVUBDwEAAAAO274IQAAAAAAAAAABBk1PU01JWAEPAQAAAA7bvtswAAAAAAAAAAEGTU9TTUlYAQ8BAAAADtu+MnAAAAAAAAAAAQlHRlNfU0ZMVVgBDwEAAAAO276xAAAAAAAAAAABCUdGU19TRkxVWAEPAQAAAA7bvghAAAAAAAAAAAEGQVdFX0RFAQ8BAAAADtu+eMAAAAAAAAAAAA=="
}
Get forecast summary by latitude and longitude coordinates
latitude required | number <float> [ -180 .. 180 ] Example: 48.1374 Latitude as decimal degrees (up to 5 decimals) |
longitude required | number <float> [ -90 .. 90 ] Example: 10.5753 Longitude as decimal degrees (up to 5 decimals) |
x-api-key required | string Example: PVThagFk3yJAG4yeQ26EQnTXWbsD5y7IXh20BzJAa Authentication for API |
{- "items": [
- {
- "date": "2023-04-05",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": -5,
- "max": 3,
- "avg": -1
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -1,
- "max": 14
}, - "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "astronomy": {
- "dawn": "2023-04-05T06:16:58+02:00",
- "sunrise": "2023-04-05T06:48:44+02:00",
- "suntransit": "2023-04-05T13:20:30+02:00",
- "sunset": "2023-04-05T19:53:12+02:00",
- "dusk": "2023-04-05T20:25:06+02:00",
- "moonrise": "2023-04-05T19:12:25+02:00",
- "moontransit": "2023-04-05T00:31:28+02:00",
- "moonset": "2023-04-05T06:46:10+02:00",
- "moonphase": 4,
- "moonzodiac": 7
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}
], - "forecastDate": "2023-04-05T07:20:07Z",
- "nextUpdate": "2023-04-05T17:30:00Z",
- "source": "w3Data",
- "point": "global",
- "fingerprint": "Uv+BAwEBC0ZpbmdlcnByaW50Af+CAAEFAQdWZXJzaW9uAQwAAQtSZXF1ZXN0VGltZQH/hAABA0xuZwEIAAEDTGF0AQgAAQZNb2RlbHMB/4gAAAAQ/4MFAQEEVGltZQH/hAAAADb/hwIBASdbXXN0cnVjdCB7IE5hbWUgc3RyaW5nOyBSdW4gdGltZS5UaW1lIH0B/4gAAf+GAAAe/4UDAQL/hgABAgEETmFtZQEMAAEDUnVuAf+EAAAA/gE//4IBEWF1dG9zY2FsaW5nLTEuOS40AQ8BAAAADtu/GWQQ37mSAAAB+GZmZmZmJiVAAfioxks3iRFIQAEJAQ5FWFBPU0VELU1PU01JWAEPAQAAAA7bvtswAAAAAAAAAAEORVhQT1NFRC1NT1NNSVgBDwEAAAAO274ycAAAAAAAAAABB0lDT05fRVUBDwEAAAAO276xAAAAAAAAAAABB0lDT05fRVUBDwEAAAAO274IQAAAAAAAAAABBk1PU01JWAEPAQAAAA7bvtswAAAAAAAAAAEGTU9TTUlYAQ8BAAAADtu+MnAAAAAAAAAAAQlHRlNfU0ZMVVgBDwEAAAAO276xAAAAAAAAAAABCUdGU19TRkxVWAEPAQAAAA7bvghAAAAAAAAAAAEGQVdFX0RFAQ8BAAAADtu+eMAAAAAAAAAAAA=="
}
Get forecast spaces by latitude and longitude coordinates
latitude required | number <float> [ -180 .. 180 ] Example: 48.1374 Latitude as decimal degrees (up to 5 decimals) |
longitude required | number <float> [ -90 .. 90 ] Example: 10.5753 Longitude as decimal degrees (up to 5 decimals) |
x-api-key required | string Example: PVThagFk3yJAG4yeQ26EQnTXWbsD5y7IXh20BzJAa Authentication for API |
{- "items": [
- {
- "date": "2023-04-05",
- "morning": {
- "date": "2023-04-05",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": 0,
- "max": 0,
- "avg": 0
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -7,
- "max": 1
}, - "isNight": false,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}, - "afternoon": {
- "date": "2023-04-05",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": 0,
- "max": 0,
- "avg": 0
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -7,
- "max": 1
}, - "isNight": false,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}, - "evening": {
- "date": "2023-04-05",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": 0,
- "max": 0,
- "avg": 0
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -7,
- "max": 1
}, - "isNight": false,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}, - "night": {
- "date": "2023-04-05",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "sunHours": 4,
- "pressure": {
- "min": 1022,
- "max": 1023,
- "avg": 1023
}, - "relativeHumidity": {
- "min": 52,
- "max": 82,
- "avg": 71
}, - "clouds": {
- "min": 2,
- "max": 69,
- "avg": 29
}, - "rainyHours": 3,
- "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}, - "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "min": 0,
- "max": 0,
- "avg": 0
}, - "wind": {
- "unit": "km/h",
- "direction": "Nordostwind",
- "text": "NO",
- "avg": 4,
- "min": 1,
- "max": 8,
- "degree": 45,
- "gusts": {
- "value": 21,
- "text": "string"
}, - "significantWind": false
}, - "windchill": {
- "min": -7,
- "max": 1
}, - "isNight": false,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}, - "snowLine": {
- "min": 1,
- "max": 10
}
}
}
], - "forecastDate": "2023-04-05T07:20:07Z",
- "nextUpdate": "2023-04-05T17:30:00Z",
- "source": "w3Data",
- "point": "global",
- "fingerprint": "Uv+BAwEBC0ZpbmdlcnByaW50Af+CAAEFAQdWZXJzaW9uAQwAAQtSZXF1ZXN0VGltZQH/hAABA0xuZwEIAAEDTGF0AQgAAQZNb2RlbHMB/4gAAAAQ/4MFAQEEVGltZQH/hAAAADb/hwIBASdbXXN0cnVjdCB7IE5hbWUgc3RyaW5nOyBSdW4gdGltZS5UaW1lIH0B/4gAAf+GAAAe/4UDAQL/hgABAgEETmFtZQEMAAEDUnVuAf+EAAAA/gE//4IBEWF1dG9zY2FsaW5nLTEuOS40AQ8BAAAADtu/GWQQ37mSAAAB+GZmZmZmJiVAAfioxks3iRFIQAEJAQ5FWFBPU0VELU1PU01JWAEPAQAAAA7bvtswAAAAAAAAAAEORVhQT1NFRC1NT1NNSVgBDwEAAAAO274ycAAAAAAAAAABB0lDT05fRVUBDwEAAAAO276xAAAAAAAAAAABB0lDT05fRVUBDwEAAAAO274IQAAAAAAAAAABBk1PU01JWAEPAQAAAA7bvtswAAAAAAAAAAEGTU9TTUlYAQ8BAAAADtu+MnAAAAAAAAAAAQlHRlNfU0ZMVVgBDwEAAAAO276xAAAAAAAAAAABCUdGU19TRkxVWAEPAQAAAA7bvghAAAAAAAAAAAEGQVdFX0RFAQ8BAAAADtu+eMAAAAAAAAAAAA=="
}
Get hourly forecast by latitude and longitude coordinates
latitude required | number <float> [ -180 .. 180 ] Example: 48.1374 Latitude as decimal degrees (up to 5 decimals) |
longitude required | number <float> [ -90 .. 90 ] Example: 10.5753 Longitude as decimal degrees (up to 5 decimals) |
x-api-key required | string Example: PVThagFk3yJAG4yeQ26EQnTXWbsD5y7IXh20BzJAa Authentication for API |
{- "items": [
- {
- "date": "2023-04-04T22:00:00Z",
- "dateWithTimezone": "2023-04-04T22:00:00Z",
- "from": "2023-04-05T04:00:00Z",
- "to": "2023-04-05T10:00:00Z",
- "period": 6,
- "freshSnow": 0.03,
- "dewpoint": 15.23,
- "weather": {
- "state": 2,
- "text": "wolkig",
- "icon": "n_e_2.svg"
}, - "sunHours": "string",
- "prec": {
- "sum": 1.13,
- "probability": 0,
- "sumAsRain": "string",
- "class": 0,
- "snowLine": 100,
- "freshSnowRangeMin": 0.03,
- "freshSnowRangeMax": 0.03,
- "snow": 1.2
}, - "temperature": {
- "avg": -1
}, - "relativeHumidity": 73,
- "pressure": 1025,
- "clouds": {
- "low": 2,
- "high": 69,
- "middle": 29,
- "eights": 6
}, - "wind": {
- "unit": "km/h",
- "direction": "Ostwind",
- "text": "O",
- "avg": 0,
- "min": 0,
- "max": 0,
- "degree": 69,
- "gusts": {
- "value": 12,
- "text": "string"
}, - "significantWind": false
}, - "windchill": 1,
- "isNight": true,
- "highestWarning": {
- "group": "FROST",
- "text": "Frostwarnung"
}
}
], - "forecastDate": "2023-04-05T07:20:07Z",
- "nextUpdate": "2023-04-05T17:30:00Z",
- "source": "w3Data",
- "point": "global",
- "fingerprint": "Uv+BAwEBC0ZpbmdlcnByaW50Af+CAAEFAQdWZXJzaW9uAQwAAQtSZXF1ZXN0VGltZQH/hAABA0xuZwEIAAEDTGF0AQgAAQZNb2RlbHMB/4gAAAAQ/4MFAQEEVGltZQH/hAAAADb/hwIBASdbXXN0cnVjdCB7IE5hbWUgc3RyaW5nOyBSdW4gdGltZS5UaW1lIH0B/4gAAf+GAAAe/4UDAQL/hgABAgEETmFtZQEMAAEDUnVuAf+EAAAA/gE//4IBEWF1dG9zY2FsaW5nLTEuOS40AQ8BAAAADtu/GWQQ37mSAAAB+GZmZmZmJiVAAfioxks3iRFIQAEJAQ5FWFBPU0VELU1PU01JWAEPAQAAAA7bvtswAAAAAAAAAAEORVhQT1NFRC1NT1NNSVgBDwEAAAAO274ycAAAAAAAAAABB0lDT05fRVUBDwEAAAAO276xAAAAAAAAAAABB0lDT05fRVUBDwEAAAAO274IQAAAAAAAAAABBk1PU01JWAEPAQAAAA7bvtswAAAAAAAAAAEGTU9TTUlYAQ8BAAAADtu+MnAAAAAAAAAAAQlHRlNfU0ZMVVgBDwEAAAAO276xAAAAAAAAAAABCUdGU19TRkxVWAEPAQAAAA7bvghAAAAAAAAAAAEGQVdFX0RFAQ8BAAAADtu+eMAAAAAAAAAAAA=="
}
All endpoints for getting pollen content from the API. The list of forecasted pollen types is
Latin pollen name | German pollen name | English pollen name |
---|---|---|
Abies | Tanne | Fir |
Acer | Ahorn | Maple |
Aesculus | Rosskastanie | Horse chestnut |
Alnus | Erle | Alder |
Alternaria | Alternaria | Alternaria |
Ambrosia | Ambrosia | Ragweed |
Artemisia | Beifuss | Mugwort |
Asteraceae | Korbblütler | Compositae |
Betula | Birke | Birch |
Carpinus | Hainbuche | Hornbeam |
Castanea | Kastanie | Chestnut |
Chenopodium | Gänsefuß | Goosefoot |
Cladosporium | Cladosporium | Cladosporium |
Corylus | Hasel | Hazel |
Cruciferae | Kreuzblütler | Cruciferous plants |
Cupressaceae | Zypresse | Cypress |
Cyperaceae | Sauergräser | Sour grasses |
Erica | Heidekraut | Heather |
Fagus | Buche | Beech |
Fraxinus | Esche | Ash |
Fungus | Schimmel | Mould |
Galium | Labkräuter | Rennet |
Humulus | Hopfen | Hop |
Impatiens | Springkraut | Horseweed |
Juglans | Walnuss | Walnut |
Larix | Lärche | Larch |
Olea | Olive | Olive |
Picea | Fichte | Spruce |
Pinaceae | Kieferngewächse | Pine family |
Pinus | Kiefer | Pine |
Plantago | Wegerich | Plantain |
Platanus | Platane | Sycamore |
Poaceae | Gräser | Grasses |
Populus | Pappel | Poplar |
Quercus | Eiche | Oak |
Quercus ilex | Steineiche | Holm oak |
Rumex | Ampfer | Sorrel |
Salix | Weide | Willow |
Sambucus | Holunder | Elder |
Secale | Roggen | Rye |
Taxus | Eibe | Yew |
Tilia | Linde | Lime |
Ulmus | Ulme | Elm |
Urtica | Brennnessel | Nettle |
Varia | Sonstiges | Others |
The meaning of the pollen index is
Pollen Index | Explanation |
---|---|
0 | no pollen |
1 | low intensity |
2 | middle intensity |
3 | high intensity |
Retrieves the latest forecast for a given location based on latitude and longitude. HTTP 406 is returned if the pollen forecast is not available for the location.
latitude required | number <float> [ -180 .. 180 ] Example: 48.1374 Latitude as decimal degrees (up to 5 decimals) |
longitude required | number <float> [ -90 .. 90 ] Example: 10.5753 Longitude as decimal degrees (up to 5 decimals) |
x-api-key required | string Example: PVThagFk3yJAG4yeQ26EQnTXWbsD5y7IXh20BzJAa Authentication for API |
{- "daily": [
- {
- "date": "2023-04-05",
- "pollen-forecast": [
- {
- "pollen_type": "Abies",
- "pollen_index": "0"
}
]
}
]
}
Retrieves the latest forecast for a given location based on post code and country code. Only available for Germany. HTTP 406 is returned if the pollen forecast is not available for the location.
postCode required | string Example: 78467 Post code |
countryCode required | string Example: DE Country code |
x-api-key required | string Example: PVThagFk3yJAG4yeQ26EQnTXWbsD5y7IXh20BzJAa Authentication for API |
{- "daily": [
- {
- "date": "2023-04-05",
- "pollen-forecast": [
- {
- "pollen_type": "Abies",
- "pollen_index": "0"
}
]
}
]
}
A new way of structuring the forecast API. Including Solar radiation and UV index
latitude required | number <float> [ -180 .. 180 ] Example: 48.1374 Latitude as decimal degrees (up to 5 decimals) |
longitude required | number <float> [ -90 .. 90 ] Example: 10.5753 Longitude as decimal degrees (up to 5 decimals) |
frequency | string Enum: "daily" "hourly" Example: frequency=hourly The frequency of the forecast data. Can be 'daily' or 'hourly', will only return frequency for that value and will be included in the |
x-api-key required | string Example: PVThagFk3yJAG4yeQ26EQnTXWbsD5y7IXh20BzJAa Authentication for API |
{- "metadata": {
- "location": {
- "latitude": 48,
- "longitude": 12,
- "elevation": 496,
- "timezone": "Europe/Berlin"
}, - "status": {
- "last_update": "2024-01-08T13:20:51Z",
- "next_planned_update": "2024-01-08T17:30:00Z"
}
}, - "frequency": {
- "daily": [
- {
- "date": "2024-01-08",
- "parameters": {
- "temperature": {
- "min": -6,
- "max": -3
}, - "wind_speed": {
- "min": 8,
- "max": 16
}, - "relative_humidity": {
- "min": 78,
- "max": 93,
- "avg": 84
}, - "sea_level_pressure": {
- "min": 0,
- "max": 0,
- "avg": 0
}, - "cloud_coverage": {
- "min": 54,
- "max": 100,
- "avg": 84
}, - "astronomy": {
- "dawn": "2023-04-05T06:16:58+02:00",
- "sunrise": "2023-04-05T06:48:44+02:00",
- "suntransit": "2023-04-05T13:20:30+02:00",
- "sunset": "2023-04-05T19:53:12+02:00",
- "dusk": "2023-04-05T20:25:06+02:00",
- "moonrise": "2023-04-05T19:12:25+02:00",
- "moontransit": "2023-04-05T00:31:28+02:00",
- "moonset": "2023-04-05T06:46:10+02:00",
- "moonphase": 4,
- "moonzodiac": 7
}, - "weather": {
- "state": 1,
- "text": "leicht bewölkt",
- "icon": "d_e_1.svg"
}
}
}
], - "hourly": [
- {
- "datetime_utc": "2024-01-08T00:00:00Z",
- "datetime_local": "2024-01-08T01:00:00+01:00",
- "timespan_hours": 1,
- "parameters": {
- "temperature": {
- "value": -3
}, - "wind_speed": {
- "value": 10
}, - "wind_direction": {
- "value": 22
}, - "wind_direction_text": {
- "value": "N"
}, - "wind_gusts": {
- "value": 21
}, - "windchill": {
- "value": -7
}, - "relative_humidity": {
- "value": 91
}, - "dewpoint_temperature": {
- "value": -4
}, - "mean_sea_level_pressure": {
- "value": 1021
}, - "cloud_coverage": {
- "value": 100
}, - "cloud_base": {
- "value": 125.4
}, - "precipitation_sum": {
- "value": 0.17
}, - "snowfall_sum": {
- "value": 0.17
}, - "precipitation_probability": {
- "value": 90
}, - "solar_radiation": {
- "value": 193
}, - "cape_index": {
- "value": 76
}, - "sun_hours": {
- "value": 0.98
}, - "snow_line_height": {
- "value": 0
}, - "uv_index": {
- "value": 0
}, - "weather_state": {
- "value": 71
}, - "weather_state_text": {
- "value": "Light snowfall"
}, - "weather_state_icon": {
- "value": "n_71.svg"
}, - "rain_hours": {
- "value": 0
}, - "snow_hours": {
- "value": 1
}, - "thunderstorm_hours": {
- "value": 0
}, - "clouds_low": {
- "value": 2
}, - "clouds_middle": {
- "value": 29
}, - "clouds_high": {
- "value": 69
}
}
}
]
}, - "parameters": {
- "frequency": "daily"
}
}
Get nearby location information by coordinates
latitude required | number <float> [ -180 .. 180 ] Example: 48.1374 Latitude as decimal degrees (up to 5 decimals) |
longitude required | number <float> [ -90 .. 90 ] Example: 10.5753 Longitude as decimal degrees (up to 5 decimals) |
distance required | any Example: distance=20 Distance in km to search for locations, defaults to 10 |
limit required | any Example: limit=5 Limit the number of results, defaults to 10 |
x-api-key required | string Example: PVThagFk3yJAG4yeQ26EQnTXWbsD5y7IXh20BzJAa Authentication for API |
{- "items": [
- {
- "admin1": {
- "code": "02",
- "location": {
- "code": "DEADM102",
- "isoPath": "EU/DE/BY",
- "name": "Bayern",
- "slug": "deutschland/bayern/DEADM102.html"
}
}, - "admin2": {
- "code": "091",
- "location": {
- "code": "DEADM2091",
- "name": "Regierungsbezirk Oberbayern"
}
}, - "admin3": {
- "code": "09162",
- "location": {
- "code": "DE3220837",
- "name": "Kreisfreie Stadt München"
}
}, - "admin4": {
- "code": "09162000"
}, - "asciiName": "Ludwigsvorstadt-Isarvorstadt",
- "code": "DE0006515091",
- "continent": {
- "location": {
- "code": "EU",
- "isoPath": "EU",
- "name": "Europa",
- "slug": "europa/EU.html"
}
}, - "coordinates": {
- "elevation": 516,
- "latitude": 48.1356,
- "longitude": 11.582
}, - "country": {
- "code": "DE",
- "location": {
- "code": "EUDE",
- "isoPath": "EU/DE",
- "name": "Deutschland",
- "slug": "deutschland/EUDE.html"
}, - "name": "Deutschland"
}, - "feature": {
- "class": "P",
- "code": "PPL"
}, - "label": "Ludwigsvorstadt-Isarvorstadt (München)",
- "liesInCode": [
- "DEADM102"
], - "liesInName": [
- "Bayern"
], - "name": "Ludwigsvorstadt-Isarvorstadt",
- "population": 0,
- "relevance": "string",
- "scores": {
- "seo_priority": 1
}, - "slug": "deutschland/muenchen/ludwigsvorstadt-isarvorstadt/DE0006515091.html",
- "timezone": "Europe/Berlin",
- "zipcodes": [
- "80331"
]
}
]
}
Get current forecast by latitude and longitude coordinates
latitude required | number <float> [ -180 .. 180 ] Example: 48.1374 Latitude as decimal degrees (up to 5 decimals) |
longitude required | number <float> [ -90 .. 90 ] Example: 10.5753 Longitude as decimal degrees (up to 5 decimals) |
x-api-key required | string Example: PVThagFk3yJAG4yeQ26EQnTXWbsD5y7IXh20BzJAa Authentication for API |
{- "precipitationRisk": {
- "fingerprint": "2aq-8kQNnaP43O8jTWJNJ1Oq7dvZEoAYAxtrgC4ui9K1Ib02vCmJfphtxZnw60DUuxoFZ3r8NlwG0Q==",
- "precType": "rain",
- "items": [
- {
- "date": "2023-04-05",
- "to": "2023-04-05T07:20:00Z+02:00",
- "from": "2023-04-05T07:20:00Z+02:00",
- "precrisk": {
- "text": "kein Risiko",
- "value": 0
}, - "radar": {
- "amount": {
- "unit": "mm",
- "value": 0.5
}, - "precType": "rain",
- "text": "kein Niederschlag",
- "value": 1
}, - "text": "kein Niederschlag"
}
], - "text": "Voraussichtlich bleibt es heute trocken.",
- "times": {
- "startTime": "2023-04-05T07:20:00Z"
}
}, - "realtimeWeather": {
- "items": [
- {
- "date": "2023-04-05",
- "from": "2023-04-05T07:20:00Z+02:00",
- "to": "2023-04-05T07:20:00Z+02:00",
- "isNight": false,
- "temperature": {
- "value": 2,
- "unit": "°C"
}, - "weather": {
- "icon": "d_0.svg",
- "longText": "wolkenlos",
- "state": 0,
- "stateNew": 0
}
}
]
}
}
Retrieves the latest warnings forecast for the given coordinates
latitude required | number <float> [ -180 .. 180 ] Example: 48.1374 Latitude as decimal degrees (up to 5 decimals) |
longitude required | number <float> [ -90 .. 90 ] Example: 10.5753 Longitude as decimal degrees (up to 5 decimals) |
x-api-key required | string Example: PVThagFk3yJAG4yeQ26EQnTXWbsD5y7IXh20BzJAa Authentication for API |
{- "activeWarnings": [
- {
- "code": "id:2.49.0.0.276.0.DWD.PVW.1680691560000.9c826c8e-0e50-4485-8a74-a0e1a6fc0b17.MUL",
- "event": "FROST",
- "expires": "2023-04-06T09:00:00+02:00",
- "groups": [
- "FROST"
], - "groupsText": [
- "Frost"
], - "language": "de-DE",
- "onset": "2023-04-05T22:00:00+02:00",
- "parameters": {
- "awareness_level": "2; yellow; Moderate",
- "awareness_type": "10; Rain"
}, - "premonition": false,
- "senderName": "Deutscher Wetterdienst",
- "severity": "Gering",
- "severityInt": 1,
- "status": "Aktuell"
}
], - "highestWarnGroup": "FROST",
- "highestWarnGroupText": "Frostwarnung",
- "id": "815085285",
- "name": "Stadt Schwanebeck"
}