Skip to content

Get one NOTAM

GET
/notams/{notamId}

Return one NOTAM

Authorizations

ApiKeyAuth
TypeAPI Key (query: apiKey)

Parameters

Path Parameters

notamId*
Typestring
Required

Responses

The request has succeeded.

application/json
JSON
{
"id": "string",
"updatedAt": "string",
"notamId": "string",
"message": "string",
"transactionId": "string",
"icao": "string",
"issueDate": "string",
"startDate": "string",
"endDate": "string",
"canceledDate": "string",
"source": "string",
"sourceType": "string",
"mapPointer": "string",
"geometry": "string",
"isSnowtam": true,
"isProcedure": true
}

Playground

Authorization
Variables
Key
Value

Samples