Skip to content

List NOTAMs

GET
/notams

Return a list of NOTAMs

If unauthenticated, the result is limited to 5 items.

Authorizations

ApiKeyAuth
TypeAPI Key (query: apiKey)

Parameters

Query Parameters

limit

Maximum number of items to return per page.

Typeinteger
Format"int32"
Maximum300
Default100
page

Page number to retrieve.

Typeinteger
Format"int32"
Default1
filter

Stringified filter expression to apply to the list.

Typestring
sort

Sort order for the list.

Typestring

Responses

The request has succeeded.

application/json
JSON
{
"count": 10,
"totalCount": 100,
"items": [
{
"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