-
Notifications
You must be signed in to change notification settings - Fork 4
Weather
Thorsten Gau edited this page Sep 30, 2016
·
10 revisions
- API: Current Conditions (Weather Observations)
- Beispiele: Hamburg, via
- API: Standard Hourly Forecast
- Beispiel: 48h Wettervorhersage für Hamburg
- UV-Strahlung: https://api.weather.com/v2/indices/uv/hourly/48hour?geocode=53,10&language=de-DE&format=xml&apiKey=...
- Pollen: https://api.weather.com/v2/indices/pollen/daypart/3day?geocode=53,10&language=de-DE&format=xml&apiKey=...
- Atmung: https://api.weather.com/v2/indices/breathing/daypart/3day?geocode=53,10&language=de-DE&format=xml&apiKey=...
- Trockene Haut: https://api.weather.com/v2/indices/drySkin/daypart/3day?...
- Kräuselige Haare: https://api.weather.com/v2/indices/frizz/daypart/3day?...
- Mücken: https://api.weather.com/v2/indices/mosquito/daily/3day?geocode=53,10&language=de-DE&format=xml&apiKey=...
- Ausflugswetter: https://api.weather.com/v2/indices/travel/daypart/3day?geocode=53,10&language=de-DE&format=xml&apiKey=...
- Joggingwetter: https://api.weather.com/v2/indices/runWeather/daypart/3day?...
- Wetterschmerzen: https://api.weather.com/v2/indices/achePain/daypart/3day?geocode=53,10&language=de-DE&format=xml&apiKey=...
- Garten wässern: https://api.weather.com/v2/indices/wateringNeeds/daypart/3day?geocode=53,10&language=de-DE&format=xml&apiKey=...
- Frostwahrscheinlichkeit: https://api.weather.com/v2/indices/frost/daypart/3day?...
Die Vorhersagezeiträume können variiert werden, z.B. .../wateringNeeds/daypart/15day?...
Bei den Tagen gibt es 3, 5, 7, 10, 15
Bei den Stunden gibt es 24, 48, 72, 120, 240, 360