GET Cameras
Returns all cameras.
Request Information
https://www.nvroads.com/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 |
SourceId |
|
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": 1206,
"Source": "Cameleon",
"Roadway": "Ann Rd & Commerce St",
"Direction": "Unknown",
"Latitude": 36.26138,
"Longitude": -115.14415,
"Location": null,
"Views": [
{
"Id": 2362,
"Url": "https://www.nvroads.com/map/Cctv/2362",
"Status": "Enabled",
"Description": "",
"VideoUrl": "https://d1wse1.its.nv.gov:443/vegasxcd01/e2095a9e-bdc1-4dd2-95ba-bdf4bdb11f6e_lvflirxcd01_eoc.stream/playlist.m3u8"
}
]
},
{
"Id": 1207,
"Source": "Cameleon",
"Roadway": "Bermuda & George Crockett",
"Direction": "Unknown",
"Latitude": 36.0611,
"Longitude": -115.1545,
"Location": null,
"Views": [
{
"Id": 2363,
"Url": "https://www.nvroads.com/map/Cctv/2363",
"Status": "Enabled",
"Description": "",
"VideoUrl": "https://d1wse1.its.nv.gov:443/vegasxcd01/357af00e-104a-4053-b688-dd4ba6ad5b6b_lvflirxcd01_eoc.stream/playlist.m3u8"
}
]
},
]
XML
<CamerasList>
<Cameras>
<Id>1206</Id>
<Source>Cameleon</Source>
<Roadway>Ann Rd & Commerce St</Roadway>
<Direction>Unknown</Direction>
<Latitude>36.26138</Latitude>
<Longitude>-115.14415</Longitude>
<Location/>
<Views>
<View>
<Id>2362</Id>
<Url>https://nv.stage.traveliq.co/map/Cctv/2362</Url>
<Status>Enabled</Status>
<Description/>
<VideoUrl>https://d1wse1.its.nv.gov:443/vegasxcd01/e2095a9e-bdc1-4dd2-95ba-bdf4bdb11f6e_lvflirxcd01_eoc.stream/playlist.m3u8</VideoUrl>
</View>
</Views>
</Cameras>
<Cameras>
<Id>1207</Id>
<Source>Cameleon</Source>
<Roadway>Bermuda & George Crockett</Roadway>
<Direction>Unknown</Direction>
<Latitude>36.0611</Latitude>
<Longitude>-115.1545</Longitude>
<Location/>
<Views>
<View>
<Id>2363</Id>
<Url>https://nv.stage.traveliq.co/map/Cctv/2363</Url>
<Status>Enabled</Status>
<Description/>
<VideoUrl>https://d1wse1.its.nv.gov:443/vegasxcd01/357af00e-104a-4053-b688-dd4ba6ad5b6b_lvflirxcd01_eoc.stream/playlist.m3u8</VideoUrl>
</View>
</Views>
</Cameras>
</CamerasList>