SADIS WAFS OpMet API service

Provides access to Meteorological observation bulletins and information about the operation of the API and the data available.

Operations

The Service provides aeronautical meteorological observations as IWXXM, TAC and .png response payloads.

The Service also provides end users the ability to request metadata about the meteorological observations, returning a response in .json format.

Synchronous: Transactions are synchronous.

TI Protocol Method: HTTP GET

Precondition: Consumers must be authenticated and authorised via the Met Office API Management (APIM) Developer portal.

Processing consideration: The service shall provide a range of observations (Time now - 5 minutes back to Time now - 36hrs).

Idempotent
IDEMPOTENT
Operation Message

Url: Query end point for queries of collection {collectionId} defined by a {locationId}

Return data the for the location defined by locationId.

{collectionId}/locations/{locationId}?datetime={time}/{duration} - Where {collectionId} could be:

tac_opmet_reports

iwxxm_opmet_reports

tac_advisory_reports

iwxxm_advisory_reports

graphical_reports

notices

 

Where {locationId} could be:

GLOBAL

EUR_NAT

NAM_CAR

SAM

AFI

MID

ASIA_PAC

Where {time} is in 5 minute steps for reports BUT notifications have to be set to either 15 or 45 mins past the hour between. Data can be requested for times between now (T0) and 36hrs ago (T-36). {time} is ordered as year-month-day-Time

Where {duration} is PT5M for all collections except notices which are PT30M

For example:10:30 UTC on 5 Jan 2024 for that last 5 minute timestep for reports  is            datetime=2024-01-05T10%3A30Z/PT5M

For example:10:15 UTC on 5 Jan 2024 for that last 30 minute timestep for notifications  is            datetime=2024-01-05T10%3A15Z/PT30M

 

Resource Type
REST_RESOURCE

The Service Interface Binding is SWIM Yellow Profile Compliant, using WS Light enabling HTTP GET requests and associated responses.

The Service implementation conforms with IPV4_SECURE_UNICAST as part of SWIM Yellow Profile requirements.

Interface Provision Side
TI Primitive Message Exchange Pattern