network-wiredNOTAMs Archive endpoint

The following document contains details about NOTAMs archive endpoint. Please note that archive endpoint availability is limited to the Notamify's historical NOTAM availability. For more details, contact hello@notamify.com

Limits:

The endpoint accepts 5 ICAO codes and 1 archive date per call.

Example param setup in the URL:

https://api.notamify.com/api/v2/notams/archive?location=EDDM&location=EGLL&valid_at=2024-09-20
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
valid_atstring · dateRequired

Date to check NOTAM validity (YYYY-MM-DD). Cannot be in the future.

notam_idsstring[]Optional

List of NOTAM IDs

always_include_estany ofOptional

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

Default: true
booleanOptional
or
nullOptional
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.

categoryany ofOptional

Filter by interpretation category(ies). Valid values: ALL, AERODROME, AIRSPACE, NAVIGATION, COMMUNICATION, OPERATIONS, OBSTACLES, ADMINISTRATIVE, WEATHER, SAFETY, OTHER. When 'ALL' is provided, no category filtering is applied. Note: Filtering happens after interpretation; total_count reflects pre-filter count and results may be fewer than per_page.

string[]Optional
or
nullOptional
subcategoryany ofOptional

Filter by interpretation subcategory(ies). Returns only NOTAMs with matching subcategories. Note: Filtering happens after interpretation; total_count reflects pre-filter count and results may be fewer than per_page.

string[]Optional
or
nullOptional
affected_elementany ofOptional

Filter by affected element effect and/or type. Format: 'effect:closed,type:runway' or 'closed runway' or 'closed' or 'runway'. Valid effects: CLOSED, RESTRICTED, HAZARD, UNSERVICEABLE, WORK_IN_PROGRESS, CAUTION. Valid types: AERODROME, RUNWAY, TAXIWAY, APPROACH, NAVAID, AIRSPACE, APRON, LIGHTING, SERVICE, PROCEDURE, OTHER. Note: Filtering happens after interpretation; total_count reflects pre-filter count and results may be fewer than per_page.

AffectedElementFilter[]Optional
or
nullOptional
Responses
chevron-right
200

Success

application/json
total_countintegerRequired
pageintegerRequired
per_pageintegerRequired
get
/notams/archive
200

Success

Last updated