Skip to content
AeroDB
Search
K
Main Navigation
Airports
Notams
Pricing
Appearance
Menu
Return to top
Get one NOTAM
GET
/notams/{notamId}
Return one NOTAM
Authorizations
ApiKeyAuth
Type
API Key (query: apiKey)
Parameters
Path Parameters
notamId
*
Type
string
Required
Responses
200
404
The request has succeeded.
Content-Type
application/json
Schema
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
}
GET
/notams/{notamId}
Playground
Authorization
ApiKeyAuth
Variables
Key
Value
notamId
*
Try it out
Samples