Request Structure
api/resortforecast/{resort_id}?app_id={APP_ID}&app_key={APP_KEY}
api/resortforecast/{resort_id}?app_id={APP_ID}&app_key={APP_KEY}
api.weatherunlocked.com/api/resortforecast/999001?app_id={APP_ID}&app_key={APP_KEY}
Before you request the Ski Resort API, you must select the resorts that you want to request here
Then you can request the Ski Resort API by the resort ids that you have selected.
6 or 12
gets forecast by 6 or 12 hourly timeframes
Number of forecast days
7 by default
Must be a integer value between 1 and 7
{ "id": 999001, "name": "Arinsal", "country": "Andorra", "continent": "Europe", "forecast": [ { "date": "24/09/2015", "time": "01:00", "lowcloud_pct": 17, "midcloud_pct": 0, "highcloud_pct": 0, "totalcloud_pct": 17, "frzglvl_ft": 10071, "frzglvl_m": 3070, "precip_mm": 0, "precip_in": 0, "rain_mm": 0, "rain_in": 0, "snow_mm": 0, "snow_in": 0, "hum_pct": 89, "dewpoint_c": -2, "dewpoint_f": 29, "vis_km": 10, "vis_mi": 6, "slp_mb": 1020, "slp_in": 30.21, "base": { "wx_desc": "Clear skies", "wx_code": 0, "wx_icon": "Clear.gif", "freshsnow_cm": 0, "freshsnow_in": 0, "temp_c": null, "temp_f": null, "feelslike_c": null, "feelslike_f": null, "winddir_deg": 5.9, "winddir_compass": "N", "windspd_mph": 5, "windspd_kmh": 8, "windspd_kts": 4, "windspd_ms": 2.3, "windgst_mph": 11, "windgst_kmh": 17, "windgst_kts": 9, "windgst_ms": 4.8 }, "mid": { "wx_desc": "Clear skies", "wx_code": 0, "wx_icon": "Clear.gif", "freshsnow_cm": 0, "freshsnow_in": 0, "temp_c": null, "temp_f": null, "feelslike_c": null, "feelslike_f": null, "winddir_deg": 357.8, "winddir_compass": "N", "windspd_mph": 9, "windspd_kmh": 15, "windspd_kts": 8, "windspd_ms": 4.1, "windgst_mph": null, "windgst_kmh": null, "windgst_kts": null, "windgst_ms": null }, "upper": { "wx_desc": "Clear skies", "wx_code": 0, "wx_icon": "Clear.gif", "freshsnow_cm": 0, "freshsnow_in": 0, "temp_c": null, "temp_f": null, "feelslike_c": null, "feelslike_f": null, "winddir_deg": 340.9, "winddir_compass": "NNW", "windspd_mph": 13, "windspd_kmh": 21, "windspd_kts": 11, "windspd_ms": 5.8, "windgst_mph": null, "windgst_kmh": null, "windgst_kts": null, "windgst_ms": null } }, ...
<resort> <id>999001</id> <name>Arinsal</name> <country>Andorra</country> <continent>Europe</continent> <forecast> <timeframe> <date>24/09/2015</date> <time>01:00</time> <lowcloud_pct>17</lowcloud_pct> <midcloud_pct>0</midcloud_pct> <highcloud_pct>0</highcloud_pct> <totalcloud_pct>17</totalcloud_pct> <frzglvl_ft>10071</frzglvl_ft> <frzglvl_m>3070</frzglvl_m> <precip_mm>0</precip_mm> <precip_in>0</precip_in> <rain_mm>0</rain_mm> <rain_in>0</rain_in> <snow_mm>0</snow_mm> <snow_in>0</snow_in> <hum_pct>89</hum_pct> <dewpoint_c>-2</dewpoint_c> <dewpoint_f>29</dewpoint_f> <vis_km>10</vis_km> <vis_mi>6</vis_mi> <slp_mb>1020</slp_mb> <slp_in>30.21</slp_in> <base> <wx_desc>Clear skies</wx_desc> <wx_code>0</wx_code> <wx_icon>Clear.gif</wx_icon> <freshsnow_cm>0</freshsnow_cm> <freshsnow_in>0</freshsnow_in> <temp_c xsi:nil="true" /> <temp_f xsi:nil="true" /> <feelslike_c xsi:nil="true" /> <feelslike_f xsi:nil="true" /> <winddir_deg>5.9</winddir_deg> <winddir_compass>N</winddir_compass> <windspd_mph>5</windspd_mph> <windspd_kmh>8</windspd_kmh> <windspd_kts>4</windspd_kts> <windspd_ms>2.3</windspd_ms> <windgst_mph>11</windgst_mph> <windgst_kmh>17</windgst_kmh> <windgst_kts>9</windgst_kts> <windgst_ms>4.8</windgst_ms> </base> <mid> <wx_desc>Clear skies</wx_desc> <wx_code>0</wx_code> <wx_icon>Clear.gif</wx_icon> <freshsnow_cm>0</freshsnow_cm> <freshsnow_in>0</freshsnow_in> <temp_c xsi:nil="true" /> <temp_f xsi:nil="true" /> <feelslike_c xsi:nil="true" /> <feelslike_f xsi:nil="true" /> <winddir_deg>357.8</winddir_deg> <winddir_compass>N</winddir_compass> <windspd_mph>9</windspd_mph> <windspd_kmh>15</windspd_kmh> <windspd_kts>8</windspd_kts> <windspd_ms>4.1</windspd_ms> <windgst_mph xsi:nil="true" /> <windgst_kmh xsi:nil="true" /> <windgst_kts xsi:nil="true" /> <windgst_ms xsi:nil="true" /> </mid> <upper> <wx_desc>Clear skies</wx_desc> <wx_code>0</wx_code> <wx_icon>Clear.gif</wx_icon> <freshsnow_cm>0</freshsnow_cm> <freshsnow_in>0</freshsnow_in> <temp_c xsi:nil="true" /> <temp_f xsi:nil="true" /> <feelslike_c xsi:nil="true" /> <feelslike_f xsi:nil="true" /> <winddir_deg>340.9</winddir_deg> <winddir_compass>NNW</winddir_compass> <windspd_mph>13</windspd_mph> <windspd_kmh>21</windspd_kmh> <windspd_kts>11</windspd_kts> <windspd_ms>5.8</windspd_ms> <windgst_mph xsi:nil="true" /> <windgst_kmh xsi:nil="true" /> <windgst_kts xsi:nil="true" /> <windgst_ms xsi:nil="true" /> </upper> </timeframe> ...
{ "id": 999004, "name": "Pal", "country": "Andorra", "continent": "Europe", "forecast": [ { "date": "28/09/2015", "time": "04:00", "lowcloud_pct": 0, "lowcloud_min_pct": 0, "lowcloud_max_pct": 0, "lowcloud_avg_pct": 0, "midcloud_pct": 15, "midcloud_min_pct": 12, "midcloud_max_pct": 15, "midcloud_avg_pct": 14, "highcloud_pct": 0, "highcloud_min_pct": 0, "highcloud_max_pct": 0, "highcloud_avg_pct": 0, "totalcloud_pct": 15, "totalcloud_min_pct": 13, "totalcloud_max_pct": 15, "totalcloud_avg_pct": 14, "frzglvl_ft": 9777, "frzglvl_min_ft": 9777, "frzglvl_max_ft": 9941, "frzglvl_avg_ft": 9859, "frzglvl_m": 2980, "frzglvl_min_m": 2980, "frzglvl_max_m": 3030, "frzglvl_avg_m": 3005, "precip_mm": 0, "precip_in": 0, "rain_mm": 0, "rain_in": 0, "snow_mm": 0, "snow_in": 0, "hum_pct": 93, "hum_min_pct": 93, "hum_max_pct": 94, "hum_avg_pct": 93, "dewpoint_c": -1, "dewpoint_min_c": -1, "dewpoint_max_c": 1, "dewpoint_avg_c": 0, "dewpoint_f": 31, "dewpoint_min_f": 31, "dewpoint_max_f": 33, "dewpoint_avg_f": 32, "vis_km": 10, "vis_min_km": 10, "vis_max_km": 10, "vis_avg_km": 10, "vis_mi": 6, "vis_min_mi": 6, "vis_max_mi": 6, "vis_avg_mi": 6, "slp_mb": 1023, "slp_min_mb": 1023, "slp_max_mb": 1023, "slp_avg_mb": 1023, "slp_in": 30.29, "slp_min_in": 30.29, "slp_max_in": 30.3, "slp_avg_in": 30.3, "base": { "wx_desc": "Clear skies", "wx_code": 0, "wx_icon": "Clear.gif", "freshsnow_cm": 0, "freshsnow_in": 0, "temp_c": 2, "temp_min_c": 2, "temp_max_c": 2, "temp_avg_c": 2, "temp_f": 35, "temp_min_f": 35, "temp_max_f": 35, "temp_avg_f": 35, "feelslike_c": 1, "feelslike_min_c": 1, "feelslike_max_c": 1, "feelslike_avg_c": 1, "feelslike_f": 34, "feelslike_min_f": 34, "feelslike_max_f": 34, "feelslike_avg_f": 34, "winddir_deg": 40.3, "winddir_compass": "NE", "windspd_mph": 2, "windspd_max_mph": 2, "windspd_avg_mph": 2, "windspd_kmh": 3, "windspd_max_kmh": 4, "windspd_avg_kmh": 3, "windspd_kts": 2, "windspd_max_kts": 2, "windspd_avg_kts": 2, "windspd_ms": 0.9, "windspd_max_ms": 1, "windspd_avg_ms": 1, "windgst_mph": 4, "windgst_max_mph": 5, "windgst_avg_mph": 2, "windgst_kmh": 7, "windgst_max_kmh": 8, "windgst_avg_kmh": 3, "windgst_kts": 4, "windgst_max_kts": 4, "windgst_avg_kts": 2, "windgst_ms": 1.9, "windgst_max_ms": 2.1, "windgst_avg_ms": 1 }, "mid": { "wx_desc": "Clear skies", "wx_code": 0, "wx_icon": "Clear.gif", "freshsnow_cm": 0, "freshsnow_in": 0, "temp_c": null, "temp_min_c": null, "temp_max_c": null, "temp_avg_c": null, "temp_f": null, "temp_min_f": null, "temp_max_f": null, "temp_avg_f": null, "feelslike_c": null, "feelslike_min_c": null, "feelslike_max_c": null, "feelslike_avg_c": null, "feelslike_f": null, "feelslike_min_f": null, "feelslike_max_f": null, "feelslike_avg_f": null, "winddir_deg": 35, "winddir_compass": "NE", "windspd_mph": 2, "windspd_max_mph": 3, "windspd_avg_mph": 3, "windspd_kmh": 4, "windspd_max_kmh": 5, "windspd_avg_kmh": 4, "windspd_kts": 2, "windspd_max_kts": 3, "windspd_avg_kts": 2, "windspd_ms": 1, "windspd_max_ms": 1.3, "windspd_avg_ms": 1.2, "windgst_mph": null, "windgst_max_mph": null, "windgst_avg_mph": null, "windgst_kmh": null, "windgst_max_kmh": null, "windgst_avg_kmh": null, "windgst_kts": null, "windgst_max_kts": null, "windgst_avg_kts": null, "windgst_ms": null, "windgst_max_ms": null, "windgst_avg_ms": null }, "upper": { "wx_desc": "Clear skies", "wx_code": 0, "wx_icon": "Clear.gif", "freshsnow_cm": 0, "freshsnow_in": 0, "temp_c": 4, "temp_min_c": 4, "temp_max_c": 4, "temp_avg_c": 4, "temp_f": 39, "temp_min_f": 39, "temp_max_f": 39, "temp_avg_f": 39, "feelslike_c": 5, "feelslike_min_c": 3, "feelslike_max_c": 5, "feelslike_avg_c": 2, "feelslike_f": 41, "feelslike_min_f": 38, "feelslike_max_f": 41, "feelslike_avg_f": 35, "winddir_deg": 263, "winddir_compass": "W", "windspd_mph": 1, "windspd_max_mph": 2, "windspd_avg_mph": 2, "windspd_kmh": 1, "windspd_max_kmh": 4, "windspd_avg_kmh": 3, "windspd_kts": 1, "windspd_max_kts": 2, "windspd_avg_kts": 1, "windspd_ms": 0.4, "windspd_max_ms": 1, "windspd_avg_ms": 0.7, "windgst_mph": null, "windgst_max_mph": null, "windgst_avg_mph": null, "windgst_kmh": null, "windgst_max_kmh": null, "windgst_avg_kmh": null, "windgst_kts": null, "windgst_max_kts": null, "windgst_avg_kts": null, "windgst_ms": null, "windgst_max_ms": null, "windgst_avg_ms": null } }, ...
<resort> <id>999004</id> <name>Pal</name> <country>Andorra</country> <continent>Europe</continent> <forecast> <timeframe> <date>28/09/2015</date> <time>04:00</time> <lowcloud_pct>0</lowcloud_pct> <lowcloud_min_pct>0</lowcloud_min_pct> <lowcloud_max_pct>0</lowcloud_max_pct> <lowcloud_avg_pct>0</lowcloud_avg_pct> <midcloud_pct>15</midcloud_pct> <midcloud_min_pct>12</midcloud_min_pct> <midcloud_max_pct>15</midcloud_max_pct> <midcloud_avg_pct>14</midcloud_avg_pct> <highcloud_pct>0</highcloud_pct> <highcloud_min_pct>0</highcloud_min_pct> <highcloud_max_pct>0</highcloud_max_pct> <highcloud_avg_pct>0</highcloud_avg_pct> <totalcloud_pct>15</totalcloud_pct> <totalcloud_min_pct>13</totalcloud_min_pct> <totalcloud_max_pct>15</totalcloud_max_pct> <totalcloud_avg_pct>14</totalcloud_avg_pct> <frzglvl_ft>9777</frzglvl_ft> <frzglvl_min_ft>9777</frzglvl_min_ft> <frzglvl_max_ft>9941</frzglvl_max_ft> <frzglvl_avg_ft>9859</frzglvl_avg_ft> <frzglvl_m>2980</frzglvl_m> <frzglvl_min_m>2980</frzglvl_min_m> <frzglvl_max_m>3030</frzglvl_max_m> <frzglvl_avg_m>3005</frzglvl_avg_m> <precip_mm>0</precip_mm> <precip_in>0</precip_in> <rain_mm>0</rain_mm> <rain_in>0</rain_in> <snow_mm>0</snow_mm> <snow_in>0</snow_in> <hum_pct>93</hum_pct> <hum_min_pct>93</hum_min_pct> <hum_max_pct>94</hum_max_pct> <hum_avg_pct>93</hum_avg_pct> <dewpoint_c>-1</dewpoint_c> <dewpoint_min_c>-1</dewpoint_min_c> <dewpoint_max_c>1</dewpoint_max_c> <dewpoint_avg_c>-0</dewpoint_avg_c> <dewpoint_f>31</dewpoint_f> <dewpoint_min_f>31</dewpoint_min_f> <dewpoint_max_f>33</dewpoint_max_f> <dewpoint_avg_f>32</dewpoint_avg_f> <vis_km>10</vis_km> <vis_min_km>10</vis_min_km> <vis_max_km>10</vis_max_km> <vis_avg_km>10</vis_avg_km> <vis_mi>6</vis_mi> <vis_min_mi>6</vis_min_mi> <vis_max_mi>6</vis_max_mi> <vis_avg_mi>6</vis_avg_mi> <slp_mb>1023</slp_mb> <slp_min_mb>1023</slp_min_mb> <slp_max_mb>1023</slp_max_mb> <slp_avg_mb>1023</slp_avg_mb> <slp_in>30.29</slp_in> <slp_min_in>30.29</slp_min_in> <slp_max_in>30.3</slp_max_in> <slp_avg_in>30.3</slp_avg_in> <base> <wx_desc>Clear skies</wx_desc> <wx_code>0</wx_code> <wx_icon>Clear.gif</wx_icon> <freshsnow_cm>0</freshsnow_cm> <freshsnow_in>0</freshsnow_in> <temp_c>2</temp_c> <temp_min_c>2</temp_min_c> <temp_max_c>2</temp_max_c> <temp_avg_c>2</temp_avg_c> <temp_f>35</temp_f> <temp_min_f>35</temp_min_f> <temp_max_f>35</temp_max_f> <temp_avg_f>35</temp_avg_f> <feelslike_c>1</feelslike_c> <feelslike_min_c>1</feelslike_min_c> <feelslike_max_c>1</feelslike_max_c> <feelslike_avg_c>1</feelslike_avg_c> <feelslike_f>34</feelslike_f> <feelslike_min_f>34</feelslike_min_f> <feelslike_max_f>34</feelslike_max_f> <feelslike_avg_f>34</feelslike_avg_f> <winddir_deg>40.3</winddir_deg> <winddir_compass>NE</winddir_compass> <windspd_mph>2</windspd_mph> <windspd_max_mph>2</windspd_max_mph> <windspd_avg_mph>2</windspd_avg_mph> <windspd_kmh>3</windspd_kmh> <windspd_max_kmh>4</windspd_max_kmh> <windspd_avg_kmh>3</windspd_avg_kmh> <windspd_kts>2</windspd_kts> <windspd_max_kts>2</windspd_max_kts> <windspd_avg_kts>2</windspd_avg_kts> <windspd_ms>0.9</windspd_ms> <windspd_max_ms>1</windspd_max_ms> <windspd_avg_ms>1</windspd_avg_ms> <windgst_mph>4</windgst_mph> <windgst_max_mph>5</windgst_max_mph> <windgst_avg_mph>2</windgst_avg_mph> <windgst_kmh>7</windgst_kmh> <windgst_max_kmh>8</windgst_max_kmh> <windgst_avg_kmh>3</windgst_avg_kmh> <windgst_kts>4</windgst_kts> <windgst_max_kts>4</windgst_max_kts> <windgst_avg_kts>2</windgst_avg_kts> <windgst_ms>1.9</windgst_ms> <windgst_max_ms>2.1</windgst_max_ms> <windgst_avg_ms>1</windgst_avg_ms> </base> <mid> <wx_desc>Clear skies</wx_desc> <wx_code>0</wx_code> <wx_icon>Clear.gif</wx_icon> <freshsnow_cm>0</freshsnow_cm> <freshsnow_in>0</freshsnow_in> <temp_c xsi:nil="true" /> <temp_min_c xsi:nil="true" /> <temp_max_c xsi:nil="true" /> <temp_avg_c xsi:nil="true" /> <temp_f xsi:nil="true" /> <temp_min_f xsi:nil="true" /> <temp_max_f xsi:nil="true" /> <temp_avg_f xsi:nil="true" /> <feelslike_c xsi:nil="true" /> <feelslike_min_c xsi:nil="true" /> <feelslike_max_c xsi:nil="true" /> <feelslike_avg_c xsi:nil="true" /> <feelslike_f xsi:nil="true" /> <feelslike_min_f xsi:nil="true" /> <feelslike_max_f xsi:nil="true" /> <feelslike_avg_f xsi:nil="true" /> <winddir_deg>35</winddir_deg> <winddir_compass>NE</winddir_compass> <windspd_mph>2</windspd_mph> <windspd_max_mph>3</windspd_max_mph> <windspd_avg_mph>3</windspd_avg_mph> <windspd_kmh>4</windspd_kmh> <windspd_max_kmh>5</windspd_max_kmh> <windspd_avg_kmh>4</windspd_avg_kmh> <windspd_kts>2</windspd_kts> <windspd_max_kts>3</windspd_max_kts> <windspd_avg_kts>2</windspd_avg_kts> <windspd_ms>1</windspd_ms> <windspd_max_ms>1.3</windspd_max_ms> <windspd_avg_ms>1.2</windspd_avg_ms> <windgst_mph xsi:nil="true" /> <windgst_max_mph xsi:nil="true" /> <windgst_avg_mph xsi:nil="true" /> <windgst_kmh xsi:nil="true" /> <windgst_max_kmh xsi:nil="true" /> <windgst_avg_kmh xsi:nil="true" /> <windgst_kts xsi:nil="true" /> <windgst_max_kts xsi:nil="true" /> <windgst_avg_kts xsi:nil="true" /> <windgst_ms xsi:nil="true" /> <windgst_max_ms xsi:nil="true" /> <windgst_avg_ms xsi:nil="true" /> </mid> <upper> <wx_desc>Clear skies</wx_desc> <wx_code>0</wx_code> <wx_icon>Clear.gif</wx_icon> <freshsnow_cm>0</freshsnow_cm> <freshsnow_in>0</freshsnow_in> <temp_c>4</temp_c> <temp_min_c>4</temp_min_c> <temp_max_c>4</temp_max_c> <temp_avg_c>4</temp_avg_c> <temp_f>39</temp_f> <temp_min_f>39</temp_min_f> <temp_max_f>39</temp_max_f> <temp_avg_f>39</temp_avg_f> <feelslike_c>5</feelslike_c> <feelslike_min_c>3</feelslike_min_c> <feelslike_max_c>5</feelslike_max_c> <feelslike_avg_c>2</feelslike_avg_c> <feelslike_f>41</feelslike_f> <feelslike_min_f>38</feelslike_min_f> <feelslike_max_f>41</feelslike_max_f> <feelslike_avg_f>35</feelslike_avg_f> <winddir_deg>263</winddir_deg> <winddir_compass>W</winddir_compass> <windspd_mph>1</windspd_mph> <windspd_max_mph>2</windspd_max_mph> <windspd_avg_mph>2</windspd_avg_mph> <windspd_kmh>1</windspd_kmh> <windspd_max_kmh>4</windspd_max_kmh> <windspd_avg_kmh>3</windspd_avg_kmh> <windspd_kts>1</windspd_kts> <windspd_max_kts>2</windspd_max_kts> <windspd_avg_kts>1</windspd_avg_kts> <windspd_ms>0.4</windspd_ms> <windspd_max_ms>1</windspd_max_ms> <windspd_avg_ms>0.7</windspd_avg_ms> <windgst_mph xsi:nil="true" /> <windgst_max_mph xsi:nil="true" /> <windgst_avg_mph xsi:nil="true" /> <windgst_kmh xsi:nil="true" /> <windgst_max_kmh xsi:nil="true" /> <windgst_avg_kmh xsi:nil="true" /> <windgst_kts xsi:nil="true" /> <windgst_max_kts xsi:nil="true" /> <windgst_avg_kts xsi:nil="true" /> <windgst_ms xsi:nil="true" /> <windgst_max_ms xsi:nil="true" /> <windgst_avg_ms xsi:nil="true" /> </upper> </timeframe> ...
Field | Type | Format | Description |
---|---|---|---|
resort | |||
id | integer | unique id of resort | |
name | string | Resort name | |
country | string | Resort country | |
continent | string | Resort continent | |
forecast | |||
timeframe | |||
date | |||
time | |||
lowcloud_pct | integer | percent | amount of low level cloud |
midcloud_pct | integer | percent | amount of mid level cloud |
highcloud_pct | integer | percent | amount of high level cloud |
totalcloud_pct | integer | percent | amount of total cloud |
frzglvl_ft | integer | feet | freezing level |
frzglvl_m | integer | metres | freezing level |
precip_mm | 1 decimal | millimeters | amount of precipitation |
precip_in | 1 decimal | inches | amount of precipitation |
rain_mm | 1 decimal | millimeters | amount of precipitation falling as rain |
rain_in | 1 decimal | inches | amount of precipitation falling as rain |
snow_mm | 1 decimal | millimeters | amount of precipitation falling as snow |
snow_in | 1 decimal | inches | amount of precipitation falling as snow |
hum_pct | integer | percent | humidity level |
dewpoint_c | 1 decimal | Celcius | dewpoint |
dewpoint_f | 1 decimal | Fahrenheit | dewpoint |
vis_km | 1 decimal | kilometers | visibility |
vis_mi | 1 decimal | miles | visibility |
slp_mb | integer | millibars | sea level pressure |
slp_in | integer | inches | sea level pressure |
base / mid / upper | mountain level forecast | ||
wx_desc | string | weather description | |
wx_code | integer | weather code | |
wx_icon | string | weather icon file name | |
freshsnow_cm | 1 decimal | centimetres | amount of fresh snowfall |
freshsnow_in | 1 decimal | inches | amount of fresh snowfall |
temp_c | decimal or null | Celcius | temperature |
temp_f | decimal or null | Fahrenheit | temperature |
feelslike_c | decimal or null | Celcius | feels like temperature |
feelslike_f | decimal or null | Fahrenheit | feels like temperature |
winddir_deg | integer | degrees | wind direction in degrees (direction wind is comig from) |
winddir_compass | integer | compass points | wind direction in 16 compass points: N, NNE, NE, ENE, etc |
windspd_mph | integer | miles per hour | wind speed |
windspd_kmh | integer | kilometres per hour | wind speed |
windspd_kts | integer | knots | wind speed |
windspd_ms | integer | metres per second | wind speed |
windgst_mph | decimal or null | miles per hour | wind gust |
windgst_kmh | decimal or null | kilometres per hour | wind gust |
windgst_kts | decimal or null | knots | wind gust |
windgst_ms | decimal or null | metres per second | wind gust |
Field | Type | Format | Description |
---|---|---|---|
resort | |||
id | integer | unique id of resort | |
name | string | Resort name | |
country | string | Resort country | |
continent | string | Resort continent | |
forecast | |||
timeframe | |||
date | |||
time | |||
lowcloud_pct | integer | percent | amount of low level cloud |
lowcloud_min_pct | integer | percent | minimum amount of low cloud in time period |
lowcloud_max_pct | integer | percent | maximum amount of low cloud in time period |
lowcloud_avg_pct | integer | percent | average amount of low cloud in time period |
midcloud_pct | integer | percent | amount of mid level cloud |
midcloud_min_pct | integer | percent | minimum amount of mid cloud in time period |
midcloud_max_pct | integer | percent | maximum amount of mid cloud in time period |
midcloud_avg_pct | integer | percent | average amount of mid cloud in time period |
highcloud_pct | integer | percent | amount of high level cloud |
highcloud_min_pct | integer | percent | minimum amount of high cloud in time period |
highcloud_max_pct | integer | percent | maximum amount of high cloud in time period |
highcloud_avg_pct | integer | percent | average amount of high cloud in time period |
totalcloud_pct | integer | percent | amount of total cloud |
totalcloud_min_pct | integer | percent | minimum amount of total cloud in time period |
totalcloud_max_pct | integer | percent | maximum amount of total cloud in time period |
totalcloud_avg_pct | integer | percent | average amount of total cloud in time period |
frzglvl_ft | integer | feet | freezing level |
frzglvl_min_ft | integer | feet | minimum freezing level in time period |
frzglvl_max_ft | integer | feet | maximum freezing level in time period |
frzglvl_avg_ft | integer | feet | average freezing level in time period |
frzglvl_m | integer | metres | freezing level |
frzglvl_min_m | integer | metres | minimum freezing level in time period |
frzglvl_max_m | integer | metres | maximum freezing level in time period |
frzglvl_avg_m | integer | metres | average freezing level in time period |
precip_mm | 1 decimal | millimeters | amount of precipitation |
precip_in | 1 decimal | inches | amount of precipitation |
rain_mm | 1 decimal | millimeters | amount of precipitation falling as rain |
rain_in | 1 decimal | inches | amount of precipitation falling as rain |
snow_mm | 1 decimal | millimeters | amount of precipitation falling as snow |
snow_in | 1 decimal | inches | amount of precipitation falling as snow |
hum_pct | integer | percent | humidity level |
hum_min_pct | integer | percent | minimum humidity level in time period |
hum_max_pct | integer | percent | maximum humidity level in time period |
hum_avg_pct | integer | percent | average humidity level in time period |
dewpoint_c | 1 decimal | Celcius | dewpoint |
dewpoint_min_c | 1 decimal | Celcius | minimum dewpoint in time period |
dewpoint_max_c | 1 decimal | Celcius | maximum dewpoint in time period |
dewpoint_avg_c | 1 decimal | Celcius | average dewpoint in time period |
dewpoint_f | 1 decimal | Fahrenheit | dewpoint |
dewpoint_min_f | 1 decimal | Fahrenheit | minimum dewpoint in time period |
dewpoint_max_f | 1 decimal | Fahrenheit | maximum dewpoint in time period |
dewpoint_avg_f | 1 decimal | Fahrenheit | average dewpoint in time period |
vis_km | 1 decimal | kilometers | visibility |
vis_min_km | 1 decimal | kilometers | minimum visibility in time period |
vis_max_km | 1 decimal | kilometers | maximum visibility in time period |
vis_avg_km | 1 decimal | kilometers | average visibility in time period |
vis_mi | 1 decimal | miles | visibility |
vis_min_mi | 1 decimal | miles | minimum visibility in time period |
vis_max_mi | 1 decimal | miles | maximum visibility in time period |
vis_avg_mi | 1 decimal | miles | average visibility in time period |
slp_mb | integer | millibars | sea level pressure |
slp_min_mb | integer | millibars | minimum sea level pressure in time period |
slp_max_mb | integer | millibars | maximum sea level pressure in time period |
slp_avg_mb | integer | millibars | average sea level pressure in time period |
slp_in | 2 decimal | inches | sea level pressure |
slp_min_in | 2 decimal | inches | minimum sea level pressure in time period |
slp_max_in | 2 decimal | inches | maximum sea level pressure in time period |
slp_avg_in | 2 decimal | inches | average sea level pressure in time period |
base / mid / upper | |||
wx_desc | string | weather description | |
wx_code | integer | weather code | |
wx_icon | string | weather icon file name | |
freshsnow_cm | 1 decimal | centimetres | amount of fresh snowfall |
freshsnow_in | 1 decimal | inches | amount of fresh snowfall |
temp_c | integer | Celcius | temperature |
temp_min_c | integer | Celcius | minimum temperature in the time period |
temp_max_c | integer | Celcius | maximum temperature in the time period |
temp_avg_c | integer | Celcius | average temperature in the time period |
temp_f | integer | Fahrenheit | temperature |
temp_min_f | integer | Fahrenheit | minimum temperature in the time period |
temp_max_f | integer | Fahrenheit | maximum temperature in the time period |
temp_avg_f | integer | Fahrenheit | average temperature in the time period |
feelslike_c | integer | Celcius | feels like temperature |
feelslike_min_c | integer | Celcius | minimum feels like temperature in the time period |
feelslike_max_c | integer | Celcius | maximum feels like temperature in the time period |
feelslike_avg_c | integer | Celcius | average feels like temperature in the time period |
feelslike_f | integer | Fahrenheit | feels like temperature |
feelslike_min_f | integer | Fahrenheit | minimum feels like temperature in the time period |
feelslike_max_f | integer | Fahrenheit | maximum feels like temperature in the time period |
feelslike_avg_f | integer | Fahrenheit | average feels like temperature in the time period |
winddir_deg | integer | degrees | wind direction in degrees (direction wind is comig from) |
winddir_compass | string | compass points | wind direction in 16 compass points: N, NNE, NE, ENE, etc |
windspd_mph | integer | miles per hour | wind speed |
windspd_max_mph | integer | miles per hour | maximum wind speed in time period |
windspd_avg_mph | integer | miles per hour | average wind speed in time period |
windspd_kmh | integer | kilometres per hour | wind speed |
windspd_max_kmh | integer | kilometres per hour | maximum wind speed in time period |
windspd_avg_kmh | integer | kilometres per hour | average wind speed in time period |
windspd_kts | integer | knots | wind speed |
windspd_max_kts | integer | knots | maximum wind speed in time period |
windspd_avg_kts | integer | knots | average wind speed in time period |
windspd_ms | 1 decimal | metres per second | wind speed |
windspd_max_ms | 1 decimal | metres per second | maximum wind speed in time period |
windspd_avg_ms | 1 decimal | metres per second | average wind speed in time period |
windgst_mph | decimal or null | miles per hour | wind gust |
windgst_max_mph | decimal or null | miles per hour | maximum wind gust in time period |
windgst_avg_mph | decimal or null | miles per hour | average wind gust in time period |
windgst_kmh | decimal or null | kilometres per hour | wind gust |
windgst_max_kmh | decimal or null | kilometres per hour | maximum wind gust in time period |
windgst_avg_kmh | decimal or null | kilometres per hour | average wind gust in time period |
windgst_kts | decimal or null | knots | wind gust |
windgst_max_kts | decimal or null | knots | maximum wind gust in time period |
windgst_avg_kts | decimal or null | knots | average wind gust in time period |
windgst_ms | decimal or null | metres per second | wind gust |
windgst_max_ms | decimal or null | metres per second | maximum wind gust in time period |
windgst_avg_ms | decimal or null | metres per second | average wind gust in time period |