GET Cameras
Returns all cameras.
Request Information
https://www.udottraffic.utah.gov/api/v2/get/cameras
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 |
Source |
The name of the source that provided this camera. |
string |
Roadway |
The roadway on which this camera is located. |
string |
Direction |
The wind direction at the time of reported maximum wind speed over the last 10 minutes |
string |
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 |
Location |
The location of the camera. |
string |
Views |
Views of a camera. |
string |
Response Formats
JSON
[
{
"Id": "1|29--2",
"Organization": "UDOT",
"RoadwayName": "I-215 E NB ",
"DirectionOfTravel": "Westbound",
"Latitude": 40.70009,
"Longitude": -111.79442,
"Name": "I-215 E NB @ 3300 S / SR-171 / MP 1.84, MCK",
"Url": "https://prod-ut.ibi511.com/map/Cctv/1|29--2",
"Status": "Enabled",
"Description": "N/A"
},
{
"Id": "1|7--2",
"Organization": "UDOT",
"RoadwayName": "I-215 E NB ",
"DirectionOfTravel": "Westbound",
"Latitude": 40.70009,
"Longitude": -111.79442,
"Name": "I-215 E NB @ 3300 S / SR-171 / MP 1.84, MCK",
"Url": "https://prod-ut.ibi511.com/map/Cctv/1|7--2",
"Status": "Enabled",
"Description": "N/A"
}
]
XML
<CamerasList>
<Cameras>
<Id>1|29--2</Id>
<Organization>UDOT</Organization>
<RoadwayName>I-215 E NB </RoadwayName>
<DirectionOfTravel>Westbound</DirectionOfTravel>
<Latitude>40.70009</Latitude>
<Longitude>-111.79442</Longitude>
<Name>I-215 E NB @ 3300 S / SR-171 / MP 1.84, MCK</Name>
<Url>https://prod-ut.ibi511.com/map/Cctv/1|29--2</Url>
<Status>Enabled</Status>
<Description>N/A</Description>
</Cameras>
<Cameras>
<Id>1|7--2</Id>
<Organization>UDOT</Organization>
<RoadwayName>I-215 E NB </RoadwayName>
<DirectionOfTravel>Westbound</DirectionOfTravel>
<Latitude>40.70009</Latitude>
<Longitude>-111.79442</Longitude>
<Name>I-215 E NB @ 3300 S / SR-171 / MP 1.84, MCK</Name>
<Url>https://prod-ut.ibi511.com/map/Cctv/1|7--2</Url>
<Status>Enabled</Status>
<Description>N/A</Description>
</Cameras>
</CamerasList>