GET Mountain Passes
Returns all mountain passes
Request Information
https://www.udottraffic.utah.gov/api/v2/get/mountainpasses
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key |
Developer Key |
string |
Required |
format |
Valid values are 'xml' or 'json', default 'json'. |
string |
Optional |
Response Information
Resource Description
Name | Description | Type |
---|---|---|
Id |
A unique identifier. |
integer |
Latitude |
The latitude describing the location. Format: double between -90 and 90. |
double |
Longitude |
The longitude describing the location. Format: double between -180 and 180. |
double |
Name |
Mountain pass name |
string |
Roadway |
Roadway name |
string |
MaxElevation |
Max elevation |
string |
MountainPassId |
Unique Identifier of the mountain pass. |
string |
Forecasts |
Forecast conditions for different times in the day associated with a specific mountain pass such as dry, wet. |
string |
WtaSourceId |
Wta Source Id |
string |
CameraId |
Camera Id associated with mountain pass. Format is camera group Id | agency Id |
string |
SeasonalRouteName |
Route name. |
string |
SeasonalClosureTitle |
Title of closure associated with the mountain pass. |
string |
SeasonalInfo |
Seasonal info associated with the mountain pass |
string |
StationName |
RWIS station name |
string |
AirTemperature |
Air temperature |
string |
WindDirection |
Wind direction |
string |
WindSpeed |
Wind speed |
string |
WindGust |
Wind gust |
string |
SurfaceTemp |
Surface temperature |
string |
SurfaceStatus |
Surface status |
string |
Visibility |
Visibility |
string |
Response Formats
JSON
[
{
"Id": 491672,
"Latitude": 40.68784,
"Longitude": -110.9052,
"Name": "SR-150 Bald Mountain Pass (Mirror Lake Highway)",
"Roadway": "SR-150",
"MaxElevation": "10759",
"MountainPassId": "99",
"Forecasts": "",
"WtaSourceId": null,
"CameraId": "11508--1",
"SeasonalRouteName": "Route 150",
"SeasonalClosureTitle": "SR 150 Mirror Lake Hwy",
"SeasonalInfo": [
{
"SeasonalClosureDescription": "Milepost 14.6 to 48.6 \nTypical Closure: Early to Mid Nov\nTypical Opening: Mid to Late May\nBald Mountain Pass Weather Station",
"SeasonalClosureStatus": "OPEN"
}
],
"StationName": "SR-150 @ Bald Mountain Pass",
"AirTemperature": "53",
"WindDirection": "W",
"WindSpeed": "6",
"WindGust": "8",
"SurfaceTemp": "",
"SurfaceStatus": "",
"Visibility": ""
}
]
XML
<MountainPassesList>
<MountainPasses>
<Id>491672</Id>
<Latitude>40.68784</Latitude>
<Longitude>-110.9052</Longitude>
<Name>SR-150 Bald Mountain Pass (Mirror Lake Highway)</Name>
<Roadway>SR-150</Roadway>
<MaxElevation>10759</MaxElevation>
<MountainPassId>99</MountainPassId>
<Forecasts/>
<WtaSourceId/>
<CameraId>11508--1</CameraId>
<SeasonalRouteName>Route 150</SeasonalRouteName>
<SeasonalClosureTitle>SR 150 Mirror Lake Hwy</SeasonalClosureTitle>
<SeasonalInfo>
<SeasonalClosure>
<SeasonalClosureDescription>Milepost 14.6 to 48.6 Typical Closure: Early to Mid Nov Typical Opening: Mid to Late May Bald Mountain Pass Weather Station</SeasonalClosureDescription>
<SeasonalClosureStatus>OPEN</SeasonalClosureStatus>
</SeasonalClosure>
</SeasonalInfo>
<StationName>SR-150 @ Bald Mountain Pass</StationName>
<AirTemperature>56</AirTemperature>
<WindDirection>NW</WindDirection>
<WindSpeed>2</WindSpeed>
<WindGust>7</WindGust>
<SurfaceTemp/>
<SurfaceStatus/>
<Visibility/>
</MountainPasses>
</MountainPassesList>