This service provides weather information for the world, when you specify either a single location, or a point to point route. Weather data is provided by two different, user-specified services:
Data from the DarkSky network is Powered By DarkSky, and provides a wealth of weather information worldwide. Aviationweather.gov provides measured weather information from weather stations around the world. Realtime weather data from the Singaporean government is also available for locations close to Singapore.
All weather service requests can be performed at a site or along a point to point route, as specified in the API paths above. For the Path element below, use the JSON from the point to point route or a site location.
Weather data is provided within the time span requested, at varying increments. Data for Singapore is available in half-hour increments, and data for AviationWeather.gov is available in 1 hour increments. Route weather results will be queried for the weather based on your location along the route at each increment.
{ "Path": {}, "AnalysisStart": "YYYY-MM-DDTHH:mm:ss", "AnalysisStop": "YYYY-MM-DDTHH:mm:ss", "Provider": "DarkSky" }
Notes on the weather result outputs:
This sample shows the weather reports at a single site.
{ "Path": { "Location": { "Latitude": 39.0, "Longitude": -104.77, "Altitude": 2000.0 } }, "AnalysisStart": "2021-10-4T15:00:00", "AnalysisStop": "2021-10-4T16:00:00", "Provider": "DarkSky" }
[ { "ResultTime": "2021-10-04T15:00:00+00:00", "AtmosphericPressure": 1021.8, "CloudCeiling": "NaN", "CloudCover": 0.12, "DewPoint": 26.91, "RelativeHumidity": 0.31, "Icon": "clear-day", "PrecipitationRate": 0.0, "PrecipitationType": null, "PrecipitationProbability": 0.0, "Temperature": 57.25, "TextSummary": "Clear", "Visibility": 10.0, "WindGust": 4.29, "WindSpeed": 3.6, "WindDirection": 329.0, "Notes": "" }, { "ResultTime": "2021-10-04T15:30:00+00:00", "AtmosphericPressure": 1021.6, "CloudCeiling": "NaN", "CloudCover": 0.11, "DewPoint": 26.89, "RelativeHumidity": 0.28, "Icon": "clear-day", "PrecipitationRate": 0.0, "PrecipitationType": null, "PrecipitationProbability": 0.0, "Temperature": 60.41, "TextSummary": "Clear", "Visibility": 10.0, "WindGust": 4.01, "WindSpeed": 3.24, "WindDirection": 343.0, "Notes": "" }, { "ResultTime": "2021-10-04T16:00:00+00:00", "AtmosphericPressure": 1021.3, "CloudCeiling": "NaN", "CloudCover": 0.09, "DewPoint": 26.8, "RelativeHumidity": 0.25, "Icon": "clear-day", "PrecipitationRate": 0.0, "PrecipitationType": null, "PrecipitationProbability": 0.0, "Temperature": 63.15, "TextSummary": "Clear", "Visibility": 10.0, "WindGust": 4.02, "WindSpeed": 3.22, "WindDirection": 1.0, "Notes": "" } ]
This sample shows the weather reports for a point to point route.
{ "Path": { "Waypoints": [ { "Position": { "Latitude": 39.07096, "Longitude": -104.78509, "Altitude": 2000.0 }, "Time": "2021-10-6T14:30:00" }, { "Position": { "Latitude": 39.743635, "Longitude": -104.607925, "Altitude": 1800.0 }, "Time": "2021-10-6T16:30:00" } ], "IncludeWaypointsInRoute": true, "OutputSettings": { "Step": 900, "TimeFormat": "Epoch", "CoordinateFormat": { "Coord": "LLA" } } }, "Provider": "DarkSky" }
[ { "Location": { "Latitude": 39.070960000000014, "Longitude": -104.78509, "Altitude": 1999.9999999992813 }, "ResultTime": "2021-10-06T14:30:00+00:00", "AtmosphericPressure": 1015.3, "CloudCeiling": "NaN", "CloudCover": 0.18, "DewPoint": 33.63, "RelativeHumidity": 0.46, "Icon": "clear-day", "PrecipitationRate": 0.0, "PrecipitationType": null, "PrecipitationProbability": 0.0, "Temperature": 53.96, "TextSummary": "Clear", "Visibility": 10.0, "WindGust": 9.89, "WindSpeed": 6.27, "WindDirection": 216.0, "Notes": "" }, { "Location": { "Latitude": 39.239155786014244, "Longitude": -104.74111819753959, "Altitude": 1864.3569008019758 }, "ResultTime": "2021-10-06T15:00:00+00:00", "AtmosphericPressure": 1014.3, "CloudCeiling": "NaN", "CloudCover": 0.05, "DewPoint": 33.28, "RelativeHumidity": 0.36, "Icon": "clear-day", "PrecipitationRate": 0.0, "PrecipitationType": null, "PrecipitationProbability": 0.0, "Temperature": 60.16, "TextSummary": "Clear", "Visibility": 10.0, "WindGust": 17.29, "WindSpeed": 9.71, "WindDirection": 210.0, "Notes": "" }, { "Location": { "Latitude": 39.407335684450139, "Longitude": -104.69693442131424, "Altitude": 1785.8091506777123 }, "ResultTime": "2021-10-06T15:30:00+00:00", "AtmosphericPressure": 1013.2, "CloudCeiling": "NaN", "CloudCover": 0.05, "DewPoint": 34.51, "RelativeHumidity": 0.32, "Icon": "clear-day", "PrecipitationRate": 0.0, "PrecipitationType": null, "PrecipitationProbability": 0.0, "Temperature": 65.19, "TextSummary": "Clear", "Visibility": 10.0, "WindGust": 16.58, "WindSpeed": 9.85, "WindDirection": 204.0, "Notes": "" }, { "Location": { "Latitude": 39.57549649079818, "Longitude": -104.65253718776773, "Altitude": 1764.357209844 }, "ResultTime": "2021-10-06T16:00:00+00:00", "AtmosphericPressure": 1012.3, "CloudCeiling": "NaN", "CloudCover": 0.05, "DewPoint": 34.75, "RelativeHumidity": 0.28, "Icon": "clear-day", "PrecipitationRate": 0.0, "PrecipitationType": null, "PrecipitationProbability": 0.0, "Temperature": 68.84, "TextSummary": "Clear", "Visibility": 10.0, "WindGust": 15.82, "WindSpeed": 10.2, "WindDirection": 210.0, "Notes": "" }, { "Location": { "Latitude": 39.743635, "Longitude": -104.607925, "Altitude": 1800.0000000010818 }, "ResultTime": "2021-10-06T16:30:00+00:00", "AtmosphericPressure": 1011.6, "CloudCeiling": "NaN", "CloudCover": 0.06, "DewPoint": 34.47, "RelativeHumidity": 0.25, "Icon": "clear-day", "PrecipitationRate": 0.0, "PrecipitationType": null, "PrecipitationProbability": 0.0, "Temperature": 72.07, "TextSummary": "Clear", "Visibility": 10.0, "WindGust": 16.32, "WindSpeed": 9.48, "WindDirection": 214.0, "Notes": "" } ]