Modern NOTAM DataIntegration Platform
Access real-time NOTAM data with our powerful, developer-friendly API. Built for scale, security, and reliability.
Instant access to global NOTAM updates with support for multiple airports and custom datetime ranges.
Built for engineers with comprehensive documentation, a typed Python SDK, and dedicated developer support for seamless integration.
Credit-based pricing with no hidden fees. Top up (automatically or manually) only when needed.
Enterprise-grade infrastructure with high availability and reliable performance monitoring.
Convert complex NOTAMs into clear, flight-dedicated briefings with prioritisation.
Dedicated oncall support for enterprise customers and comprehensive documentation resources.
Monitor API usage with ease.
Industry-standard security with end-to-end encryption and secure authentication protocols.
API Endpoints
Explore our powerful endpoints with interactive examples and comprehensive documentation.
/v2/notams
Access real-time NOTAMs with detailed components and intelligent categorization.
Key Features
- Real-time NOTAM updates from global sources
- Access to atomic elements for granular data parsing
- Integrated map data for visualization
- Scheduling information with RRULE support
- Intelligent categorization across 42 standardized categories
Parameters
locationRepeated ICAO code filterstarts_atISO 8601 datetimeends_atISO 8601 datetimeper_pagePage size (max: 30)pagePage number (default: 1)from notamify_sdk import APIError, NotamifyClient
client = NotamifyClient(token="your_api_key_here")
try:
all_notams = list(
client.notams.active(
{
"location": ["KJFK"],
"starts_at": "2026-04-21T00:00:00Z",
"ends_at": "2026-04-22T00:00:00Z",
},
per_page=30,
)
)
print(f"Total NOTAMs retrieved: {len(all_notams)}")
for notam in all_notams[:10]:
summary = notam.interpretation.excerpt if notam.interpretation else notam.message
print(notam.id, summary)
except APIError as error:
print(f"Error fetching NOTAMs: {error}")Real-time NOTAM shipments in few steps
1 credit / 15 shipmentsDelivery target up to 3 minutes, with webhook or email delivery. Built for production operations with listener-based filtering and a clear shipment model.
Transparent Pricing
Start with a base subscription, then add credits only when your API volume requires it.
Need integration credits? New Notamify Pro subscribers can request up to 250 complimentary API credits for integration and testing.
One-time offer, available to new Notamify Pro subscribers.
1. Base Subscription
Required for API access
7 days free trial. Cancel anytime
2. Select Your API Credit Package
Intro
50 API credits included
- $0.3 per credit
- Standard support
Growth
300 API credits included
- $0.263 per call
- Technical consultation
Scale
1,000 API credits included
- $0.199 per credit
- Integration support
Enterprise
For organizations needing custom solutions and high-volume API access
- Custom monthly billing
- Usage-based pricing
- Custom integrations
- Dedicated support
- Additional data endpoints
3. Enable Automatic Top Ups (Optional)
Avoid service disruption by enabling automatic top-ups when credits run low.