GET Cameras
Returns all cameras.
Request Information
https://511.alaska.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. |
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 |
Name |
A name assigned to the camera. It will contain a fairly good description of the location where the camera is deployed. |
string |
Url |
The URL to fetch the camera image. |
string |
Status |
The status of the camera. |
string |
Description |
Additional information about 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_00--1",
"Organization": "ADOT&PF",
"RoadwayName": "Seward Highway",
"DirectionOfTravel": "Northbound",
"Latitude": 60.818883,
"Longitude": -148.975515,
"Name": "Seward Highway @ Portage Glacier Road MP 78.9",
"Url": "https://511.alaska.gov/map/Cctv/00_00--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"
},
{
"Id": "00_01--1",
"Organization": "ADOT&PF",
"RoadwayName": "Seward Highway",
"DirectionOfTravel": "Northbound",
"Latitude": 60.818883,
"Longitude": -148.975515,
"Name": "Seward Highway @ Portage Glacier Road MP 78.9",
"Url": "https://511.alaska.gov/map/Cctv/00_01--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
<CamerasList>
<Cameras>
<Id>00_00--1</Id>
<Organization>ADOT&PF</Organization>
<RoadwayName>Seward Highway</RoadwayName>
<DirectionOfTravel>Northbound</DirectionOfTravel>
<Latitude>60.818883</Latitude>
<Longitude>-148.975515</Longitude>
<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>
<AirTemperature>46 °F</AirTemperature>
<SurfaceTemperature>54 °F</SurfaceTemperature>
<Dewpoint>43 °F</Dewpoint>
<RelativeHumidity>89 %</RelativeHumidity>
<WindSpeed>1 mph</WindSpeed>
<Direction>S</Direction>
<LastUpdated>Jun 7 2021, 7:10 AM</LastUpdated>
</Cameras>
<Cameras>
<Id>00_01--1</Id>
<Organization>ADOT&PF</Organization>
<RoadwayName>Seward Highway</RoadwayName>
<DirectionOfTravel>Northbound</DirectionOfTravel>
<Latitude>60.818883</Latitude>
<Longitude>-148.975515</Longitude>
<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>
<AirTemperature>46 °F</AirTemperature>
<SurfaceTemperature>54 °F</SurfaceTemperature>
<Dewpoint>43 °F</Dewpoint>
<RelativeHumidity>89 %</RelativeHumidity>
<WindSpeed>1 mph</WindSpeed>
<Direction>S</Direction>
<LastUpdated>Jun 7 2021, 7:10 AM</LastUpdated>
</Cameras>
</CamerasList>