Inhalt
BPMN2 ServiceTask for accessing current weather information and short term weather prognosis (e.g. hourly).
api.openweathermap.org
https://openweathermap.org/appid --> how to start working with Openweather API
You can make an API call using the city name, the geographical coordinates or by zip/post code
- call geographical coordinates to get a precise result
Update frequency of the Open Weather model: not higher than once in 10 min
Endpoint free API: api.openweathermap.org --> Endpoint for paid subscription plans is different!
If you reached your API call limit you will be informed via Email. In case you're not reacting and you going to try to make a call again, your account will be suspended and you'll recieve this message:
{ "cod": 429, "message": "Your account is temporary blocked due to exceeding of requests limitation of your subscription type. Please choose the proper subscription http://openweathermap.org/price" }
Sample API Call
| Parameter | Beschreibung |
| lat | Latidude (Breitengrad) |
| lon | Longitude(Längengrad) |
| appid | API Key |
https://api.openweathermap.org/data/2.5/onecall?lat=48.20655105860081&lon=16.510168883456732&appid=d46f8c7c0ed3ab026484bce6f12c5ced --> Lannesstraße
PROCON DATA API key:
- Your API key is d46f8c7c0ed3ab026484bce6f12c5ced
- OE API Key --> https://api.openweathermap.org/data/2.5/weather?lat=48.20655105860081&lon=16.510168883456732&appid=fb1039aad5fc9f6aed19e04f0d694768
- Einheit im WetterAPI --> soll °C Celsius sein z.B.
- von wo rechnet das OpenWeather die Stunden (hourly weather forecast)
Open Energy API Key martin-schweitzer@open-energy.at
| Dear Customer! Thank you for subscribing to Free OpenWeatherMap! API key: - Your API key is fb1039aad5fc9f6aed19e04f0d694768 - Within the next couple of hours, it will be activated and ready to use - You can later create more API keys on your account page - Please, always use your API key in each API call Endpoint: - Please, use the endpoint api.openweathermap.org for your API calls - Example of API call: api.openweathermap.org/data/2.5/weather?q=London,uk&APPID=fb1039aad5fc9f6aed19e04f0d694768 Useful links: - API documentation https://openweathermap.org/api - Details of your plan https://openweathermap.org/price - Please, note that 16-days daily forecast and History API are not available for Free subscribers Blog Support center & FAQ Contact us info@openweathermap.org. |