NOTAMs Active endpoint (get-notams v2)

The following document contains details about NOTAMs active endpoint in version v2.

The output contains NOTAMs (and their interpretations) valid for a moment of query, filtered out to specific dates. The datetime filters (starts_at / ends_at) takes into consideration notam firm range, without using the timing section for the filtering (schedules ).

Limitations:

  • The endpoint accepts 5 ICAO codes per call.

  • The start date cannot be earlier than one day before current UTC datetime.

  • ends_at must be later than starts_at

Read more about time filtering in Notam Time Filtering.

Example param setup in the URL:

https://api.notamify.com/api/v2/notams?location=EDDM&location=EGLL&starts_at=2025-05-06T00:00:00.000&ends_at=2025-05-06T23:59:00.000
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageintegerOptional

Page number to retrieve. Defaults to 1.

Default: 1
per_pageinteger · min: 1 · max: 30Optional

Number of NOTAMs per page. Defaults to 30.

Default: 30
locationstring[] · min: 1 · max: 5Optional

List of 4-character ICAO airport codes or 3-character domestic airport codes. Maximum 5 locations. Can be provided as location.

Example: KJFK
excluded_classificationsany ofOptional

Classifications to exclude: DOM, FDC, INTL, MIL. When empty, no classifications are excluded.

or
nullOptional
notam_idsstring[]Optional

List of NOTAM IDs

starts_atany ofOptional

Start date for the time period (YYYY-MM-DDTHH:MM:SSZ). When not provided, default to current UTC time.

Example: 2024-01-01T00:00:00Z
string · date-timeOptional
or
nullOptional
ends_atany ofOptional

End date for the time period (YYYY-MM-DDTHH:MM:SSZ). When not provided, default to 365 days from starts_at.

Example: 2024-01-01T00:00:00Z
string · date-timeOptional
or
nullOptional
always_include_estany ofOptional

Whether to always include EST times in the window, even if the notam already expired.

Default: true
booleanOptional
or
nullOptional
Responses
200

Success

application/json
get
/notams
200

Success

Please note that bottom and top fields are still pre-backfill and some older NOTAMs might have the fields empty.

Last updated