GET Wreckhouse Wind Warnings

Request Information

https://511nl.ca/api/v2/get/windwarnings

URI Parameters

URI Parameters
NameDescriptionTypeAdditional information
key

Developer Key

string

Required

format

Valid values are 'xml' or 'json', default 'json'.

string

Optional

Response Information

Resource Description


Resource Description
NameDescriptionType
ID

A unique identifier.

integer
Organization

The name of the organization that provided this wreckhouse wind warning.

string
RoadwayName

The roadway on which the wreckhouse wind warning occurred.

string
Location

Location description

string
Description

The description of the item.

string
Reported

The date the wreckhouse wind warning was reported in Unix time. More information

integer
LastUpdated

The date the item's details were last updated in Unix time. More information

integer
StartDate

The start date of the wreckhouse wind warning in Unix time. More information

integer
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
Advisory

The advisory of the wreckhouse wind warning.

string

Response Formats

JSON

Sample:
[
  {
    "ID": 1,
    "Organization": "NLWreckhouse",
    "RoadwayName": "N L Hwy1",
    "Location": "Trans-Canada Highway Vicinity of Tompkins to Vicinity of Cape Ray",
    "Description": "Trans-Canada Highway Vicinity of Tompkins to Vicinity of Cape Ray: No wind advisory at this time.",
    "Reported": 1763491662,
    "LastUpdated": 1763491806,
    "StartDate": 1763491662,
    "Latitude": 47.717388,
    "Longitude": -59.30423,
    "Advisory": "No wind advisory"
  }
]

XML

Sample:
<WindWarningsList>
    <WindWarnings>
        <ID>1</ID>
        <Organization>NLWreckhouse</Organization>
        <RoadwayName>N L Hwy1</RoadwayName>
        <Location>Trans-Canada Highway Vicinity of Tompkins to Vicinity of Cape Ray</Location>
        <Description>Trans-Canada Highway Vicinity of Tompkins to Vicinity of Cape Ray: No wind advisory at this time.</Description>
        <Reported>1763491662</Reported>
        <LastUpdated>1763491806</LastUpdated>
        <StartDate>1763491662</StartDate>
        <Latitude>47.717388</Latitude>
        <Longitude>-59.30423</Longitude>
        <Advisory>No wind advisory</Advisory>
    </WindWarnings>
</WindWarningsList>