Skip to main content

Get all cameras

GET 

/api/firecams/v0/cameras

Returns a list of all cameras in the AlertWest network with their current status, position, and latest image information.

Request

Responses

Successful response with array of camera objects

Schema

  • Array [

  • name stringrequired

    Display name of the camera

    source stringrequired

    Source identifier for the camera

    site

    object

    required

    Physical location information of the camera

    id string

    Unique identifier for the site

    description stringnullable

    Optional description of the site

    latitude string

    Latitude coordinate in decimal degrees

    longitude string

    Longitude coordinate in decimal degrees

    altitude stringnullable

    Altitude in meters (if available)

    county stringnullable

    County where the camera is located

    state stringnullable

    US state code

    time date-timenullable

    Timestamp of the site information

    image

    object

    required

    Information about the latest captured image

    time date-timenullable

    Timestamp when the image was captured

    url urinullable

    URL to access the image

    position

    object

    required

    Current pan-tilt-zoom position of the camera

    time date-timenullable

    Timestamp of the position information

    pan stringnullable

    Pan angle in degrees (0-360)

    tilt stringnullable

    Tilt angle in degrees (negative is down)

    zoom stringnullable

    Zoom level value

    parameters

    object

    required

    Camera hardware and configuration parameters

    time date-timenullable

    Timestamp of the parameters

    Properties.System.SerialNumber stringnullable

    Camera serial number

    Brand.Brand stringnullable

    Camera manufacturer brand

    Brand.ProdNbr stringnullable

    Camera model/product number

    view

    object

    required

    Geographic view line representing the camera's field of view

    time date-timenullable

    Timestamp of the view information

    line stringnullable

    Space-separated coordinate pairs representing the view line from camera to target point

  • ]

Loading...