NOTAM and Briefing endpoints
The following document is endpoint details guide about real-time get-notam and get-briefing endpoints.
Last updated
The following document is endpoint details guide about real-time get-notam and get-briefing endpoints.
Last updated
Note: The following endpoints allow to retrive data only for real-time NOTAMs.
Limits:
The endpoints ratelimit is 20 calls / minute.
Fetches NOTAMs for the given locations and date or datetime range. Works for the current and future (already issued) NOTAMs.
Comma-separated list of ICAO codes. Up to 5 ICAO codes. Example: EPWA,EDDM,EPPO
Start date (YYYY-MM-DD) [UTC] or Start datetime (YYYY-MM-DDTHH:MM:SS) [UTC]
End date (YYYY-MM-DD) [UTC] or End datetime (YYYY-MM-DDTHH:MM:SS) [UTC]
Flag to perform a dry run without fetching NOTAMs
false
Flag to always include estimated NOTAMs into the briefing
true
Signed API key for authentication
Generates a briefing for the given locations, date range, and role. Works for the current and future (already issued) NOTAMs.
Comma-separated list of ICAO codes. Up to 5 ICAO codes. Example: EPWA,EDDM,EPPO
Start date (YYYY-MM-DD) [UTC] or Start datetime (YYYY-MM-DDTHH:MM:SS) [UTC]
End date (YYYY-MM-DD) [UTC] or End datetime (YYYY-MM-DDTHH:MM:SS) [UTC]
Role for which the briefing is generated.
flight dispatcher
Possible values: Flag to perform a dry run without generating the briefing
false
Flag to always include estimated NOTAMs into the briefing
true
Flag to generated detailed briefing. The flag set to 'false' generate shorter briefings
true
Flag to return streaming response.
false
Flag to return briefing in markdown. If false, then returns plain text.
true
Signed API key for authentication