
Open Weather Map
Pricing
$6.66/month + usage
Go to Store

Open Weather Map
This Open Weather Map Actor retrieves weather data from any location around the world, and returns the weather data for your input as a Dataset.
0.0 (0)
Pricing
$6.66/month + usage
0
Total users
5
Monthly users
3
Runs succeeded
96%
Last modified
2 months ago
Open Weather Map Actor
This Open Weather Map Actor retrieves weather data from any location around the world, and returns the weather data for your input as a Dataset.
INPUT
Input of this actor should be JSON containing filter specification. Allowed filters are:
Field | Type | Description | Allowed values |
---|---|---|---|
latitude | required | Latitude. If you need the geocoder to automatic convert city names and zip-codes to geo coordinates and the other way around, please use our Geocoding API | |
longitude | required | Longitude. If you need the geocoder to automatic convert city names and zip-codes to geo coordinates and the other way around, please use our Geocoding API | |
apiKey | required | Your unique API key (you can always find it on your account page under the "API key" tab) | Any string value |
units | optional | Units of measurement. If you do not use the units parameter, standard units will be applied by default. | standard, metric and imperial |
language | optional | You can use this parameter to get the output in your language. | See the list below |
Allowed languages list
Shortcode | Country |
---|---|
sq | Albanian |
af | Afrikaans |
ar | Arabic |
az | Azerbaijani |
eu | Basque |
be | Belarusian |
bg | Bulgarian |
ca | Catalan |
zh_cn | Chinese Simplified |
zh_tw | Chinese Traditional |
hr | Croatian |
cz | Czech |
da | Danish |
nl | Dutch |
en | English |
fi | Finnish |
fr | French |
gl | Galician |
de | German |
el | Greek |
he | Hebrew |
hi | Hindi |
hu | Hungarian |
is | Icelandic |
id | Indonesian |
it | Italian |
ja | Japanese |
kr | Korean |
ku | Kurmanji (Kurdish) |
la | Latvian |
lt | Lithuanian |
mk | Macedonian |
no | Norwegian |
fa | Persian (Farsi) |
pl | Polish |
pt | Portuguese |
pt_br | Português Brasil |
ro | Romanian |
ru | Russian |
sr | Serbian |
sk | Slovak |
sl | Slovenian |
sp | Spanish |
sv | Swedish |
th | Thai |
tr | Turkish |
ua | Ukrainian |
vi | Vietnamese |
zu | Zulu |
Example input:
{"apiKey": "","latitude": 52.3676,"longitude": 4.9041,"units": "metric","language": "en"}
OUTPUT
Once the actor finishes
Example result:
{"coord_lon": 10.99,"coord_lat": 44.34,"base": "stations","main_temp": 11.3,"main_feels_like": 10.1,"main_temp_min": 10.14,"main_temp_max": 11.47,"main_pressure": 1015,"main_humidity": 62,"main_sea_level": 1015,"main_grnd_level": 947,"visibility": 10000,"wind_speed": 1.75,"wind_deg": 79,"wind_gust": 2.21,"clouds_all": 43,"dt": "2025-03-17T15:37:20.000Z","sys_type": 2,"sys_id": 2004688,"sys_country": "IT","sys_sunrise": "2025-03-17T05:24:48.000Z","sys_sunset": "2025-03-17T05:24:48.000Z","timezone": 3600,"id": 3163858,"name": "Zocca","cod": 200}