GET Grouped Cameras
Return all group cameras.
Request Information
https://511.alaska.gov/api/v2/get/groupedcameras
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. |
string |
Organization |
The name of the organization that provided this camera. |
string |
RoadwayName |
The roadway on which this camera is located. |
string |
DirectionOfTravel |
One of the following directions of travel: None, All Directions, Northbound, Eastbound, Southbound, Westbound, Inbound, Outbound, Both Directions. |
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 |
Views |
Views of a camera. |
string |
AirTemperature |
Temperature of the air measured at approximately eight feet above the ground. |
string |
SurfaceTemperature |
Surface Temperature. |
string |
Dewpoint |
Temperature at which the air is fully saturated with moisture as it cools. |
string |
RelativeHumidity |
The ratio of the existing vapor pressure to the saturation vapor pressure with respect to water at the current temperature. |
string |
WindSpeed |
The average wind speed over a pre-determined time interval, as sampled from the wind sensor is located approximately 10 meters (30 feet) above the ground. |
string |
Direction |
The wind direction at the time of reported maximum wind speed over the last 10 minutes |
string |
LastUpdated |
Last updated. |
string |
Response Formats
JSON
[
{
"Id": "00|1",
"Organization": "ADOT&PF",
"RoadwayName": "Seward Highway",
"DirectionOfTravel": "Northbound",
"Latitude": 60.818883,
"Longitude": -148.975515,
"Views": [
{
"Id": "00_00--1",
"Name": "Seward Highway @ Portage Glacier Road MP 78.9",
"Url": "https://511.alaska.gov/map/Cctv/00_00--1",
"Status": "Enabled",
"Description": "N/A"
},
{
"Id": "00_01--1",
"Name": "Seward Highway @ Portage Glacier Road MP 78.9",
"Url": "https://511.alaska.gov/map/Cctv/00_01--1",
"Status": "Enabled",
"Description": "N/A"
},
{
"Id": "00_02--1",
"Name": "Seward Highway @ Portage Glacier Road MP 78.9",
"Url": "https://511.alaska.gov/map/Cctv/00_02--1",
"Status": "Enabled",
"Description": "N/A"
},
{
"Id": "00_03--1",
"Name": "Seward Highway @ Portage Glacier Road MP 78.9",
"Url": "https://511.alaska.gov/map/Cctv/00_03--1",
"Status": "Enabled",
"Description": "N/A"
},
{
"Id": "00_04--1",
"Name": "Seward Highway @ Portage Glacier Road MP 78.9",
"Url": "https://511.alaska.gov/map/Cctv/00_04--1",
"Status": "Enabled",
"Description": "N/A"
},
{
"Id": "00_05--1",
"Name": "Seward Highway @ Portage Glacier Road MP 78.9",
"Url": "https://511.alaska.gov/map/Cctv/00_05--1",
"Status": "Enabled",
"Description": "N/A"
},
{
"Id": "00_06--1",
"Name": "Seward Highway @ Portage Glacier Road MP 78.9",
"Url": "https://511.alaska.gov/map/Cctv/00_06--1",
"Status": "Enabled",
"Description": "N/A"
},
{
"Id": "00_07--1",
"Name": "Seward Highway @ Portage Glacier Road MP 78.9",
"Url": "https://511.alaska.gov/map/Cctv/00_07--1",
"Status": "Enabled",
"Description": "N/A"
}
],
"AirTemperature": "46 °F",
"SurfaceTemperature": "54 °F",
"Dewpoint": "43 °F",
"RelativeHumidity": "89 %",
"WindSpeed": "1 mph",
"Direction": "S",
"LastUpdated": "Jun 7 2021, 7:10 AM"
}
]
XML
<GroupedCamerasList>
<GroupedCameras>
<Id>00|1</Id>
<Organization>ADOT&PF</Organization>
<RoadwayName>Seward Highway</RoadwayName>
<DirectionOfTravel>Northbound</DirectionOfTravel>
<Latitude>60.818883</Latitude>
<Longitude>-148.975515</Longitude>
<Views>
<View>
<Id>00_00--1</Id>
<Name>Seward Highway @ Portage Glacier Road MP 78.9</Name>
<Url>https://511.alaska.gov/map/Cctv/00_00--1</Url>
<Status>Enabled</Status>
<Description>N/A</Description>
</View>
<View>
<Id>00_01--1</Id>
<Name>Seward Highway @ Portage Glacier Road MP 78.9</Name>
<Url>https://511.alaska.gov/map/Cctv/00_01--1</Url>
<Status>Enabled</Status>
<Description>N/A</Description>
</View>
<View>
<Id>00_02--1</Id>
<Name>Seward Highway @ Portage Glacier Road MP 78.9</Name>
<Url>https://511.alaska.gov/map/Cctv/00_02--1</Url>
<Status>Enabled</Status>
<Description>N/A</Description>
</View>
<View>
<Id>00_03--1</Id>
<Name>Seward Highway @ Portage Glacier Road MP 78.9</Name>
<Url>https://511.alaska.gov/map/Cctv/00_03--1</Url>
<Status>Enabled</Status>
<Description>N/A</Description>
</View>
<View>
<Id>00_04--1</Id>
<Name>Seward Highway @ Portage Glacier Road MP 78.9</Name>
<Url>https://511.alaska.gov/map/Cctv/00_04--1</Url>
<Status>Enabled</Status>
<Description>N/A</Description>
</View>
<View>
<Id>00_05--1</Id>
<Name>Seward Highway @ Portage Glacier Road MP 78.9</Name>
<Url>https://511.alaska.gov/map/Cctv/00_05--1</Url>
<Status>Enabled</Status>
<Description>N/A</Description>
</View>
<View>
<Id>00_06--1</Id>
<Name>Seward Highway @ Portage Glacier Road MP 78.9</Name>
<Url>https://511.alaska.gov/map/Cctv/00_06--1</Url>
<Status>Enabled</Status>
<Description>N/A</Description>
</View>
<View>
<Id>00_07--1</Id>
<Name>Seward Highway @ Portage Glacier Road MP 78.9</Name>
<Url>https://511.alaska.gov/map/Cctv/00_07--1</Url>
<Status>Enabled</Status>
<Description>N/A</Description>
</View>
</Views>
<AirTemperature>48 °F</AirTemperature>
<SurfaceTemperature>56 °F</SurfaceTemperature>
<Dewpoint>44 °F</Dewpoint>
<RelativeHumidity>85 %</RelativeHumidity>
<WindSpeed>2 mph</WindSpeed>
<Direction>S</Direction>
<LastUpdated>Jun 7 2021, 7:20 AM</LastUpdated>
</GroupedCameras>
</GroupedCamerasList>