Simple Briefing endpoint
Early Preview This endpoint is currently in Early Preview. Pricing, input/output structure, and performance are subject to change. The endpoint may be discontinued at any time. We welcome your feedback at hello@notamify.com.
Returns an immediate, airport-focused NOTAM briefing: a readable summary of active notices for the requested airports, plus the NOTAM identifiers referenced.
Single ICAO airport code for the briefing. Multiple locations are not supported by this endpoint.
^[A-Za-z0-9]{3,4}$Start datetime for the briefing window. Accepts YYYY-MM-DD or full ISO datetime. Defaults to the start of the selected UTC day.
End datetime for the briefing window. Accepts YYYY-MM-DD or full ISO datetime. Defaults to the end of the selected UTC day.
Briefing verbosity. Supported values: concile, detailed.
concileAirport briefing generated successfully
ICAO airport code covered by the briefing.
Generated airport briefing summary text.
NOTAM numbers used to generate the briefing, in briefing order.
No NOTAMs available for the given parameters
GET /api/v2/notams/briefing/simple?location=text HTTP/1.1
Host: api.notamify.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"location": "EPWA",
"summary": "### EPWA\n- Runway 11/29 closed daily 20:00-04:00 UTC.\n- ILS RWY 11 unavailable during the same period.",
"notam_ids": [
"A0681/25",
"A0682/25"
]
}Last updated