Notamify API V2 Endpoint and Archive NOTAMs Now Public: Enhanced NOTAM Intelligence

6/2/2025

We're excited to announce two major updates to Notamify's API that significantly enhance your NOTAM data access and intelligence capabilities: our NOTAM V2 endpoint is now active and the Archive NOTAMs endpoint is now publicly available.

Enhanced NOTAM Intelligence with V2 Endpoint

Our new /v2/notams endpoint represents a significant leap forward in NOTAM data intelligence, providing enriched interpretation capabilities that go far beyond raw NOTAM text.

Advanced AI-Powered Interpretation

Every NOTAM returned by the V2 endpoint includes comprehensive interpretation data:

  • 42 Standardized Categories: Automatic classification across our complete NOTAM categories system for better organization and filtering
  • Smart Scheduling: Intelligent parsing of the D) section using RRULE format and duration_hrs for precise timing interpretation
  • Atomic Elements: Detailed breakdown of affected infrastructure through our atomic elements system
  • Map Elements: Integrated geographical data for visualization on our interactive globe and mapping systems
  • Full & Short Interpretations: Both comprehensive analysis and concise excerpts for different use cases

Real-World Application

The V2 endpoint transforms complex NOTAMs like this:

C0184/25 NOTAMN
Q) LIMM/QFAXX/IV/NBO/A /000/999/4505N00736E005
A) LIMA B) 2503181200 C) 2503211530
D) 18 1200-1530, 19-21 0800-1100 1200-1530
E) TRAFFIC DELAYS DUE TO MILITARY PARACHUTE ACTIVITIES...

Into structured, actionable intelligence like this:

{
  "notams": [
    {
      "ends_at": "2025-03-21T15:30:00Z",
      "icao_code": "LIMA",
      "icao_message": "C0184/25 NOTAMN\nQ) LIMM/QFAXX/IV/NBO/A /000/999/4505N00736E005\nA) LIMA B) 2503181200 C) 2503211530\nD) 18 1200-1530, 19-21 0800-1100 1200-1530\nE) TRAFFIC DELAYS DUE TO MILITARY PARACHUTE ACTIVITIES...",
      "id": "263dbe90-b168-412f-aa9a-0555fa9cd736",
      "interpretation": {
        "affected_elements": [
          {
            "details": "Announced parachuting operations are causing delays to traffic.",
            "effect": "RESTRICTED",
            "identifier": "Notam W0738/25 parachuting area",
            "type": "AIRSPACE"
          },
          {
            "details": "All traffic subject to service delays due to parachuting military operations.",
            "effect": "RESTRICTED",
            "identifier": "AIR TRAFFIC CONTROL",
            "type": "SERVICE"
          }
        ],
        "category": "PARACHUTING",
        "description": "All traffic is subject to delays due to military parachute drop activities announced in NOTAM W0738/25. Emergency medical service traffic is still operational during scheduled times.",
        "excerpt": "Traffic delays due to military parachute activities.",
        "map_elements": [
          {
            "coordinates": [
              {
                "lat": 45.083333,
                "lon": 7.616667,
                "radius_nm": 2.7,
                "raw_radius": "005",
                "raw_string": "4505N00736E005"
              }
            ],
            "description": "Parachuting activity area affecting traffic operations.",
            "element_type": "circle",
            "geojson": {
              "geometry": {
                "coordinates": [/* GeoJSON polygon coordinates */],
                "type": "Polygon"
              },
              "properties": {
                "element_type": "circle",
                "radius_nm": 2.7
              },
              "type": "Feature"
            }
          }
        ],
        "schedules": [
          {
            "description": "On March 18 from 12:00 to 15:30.",
            "is_sunrise_sunset": false,
            "rrule": "DTSTART:20250318T120000Z\nRRULE:FREQ=DAILY;UNTIL=20250318T153000Z;BYHOUR=12;BYMINUTE=0;BYSECOND=0",
            "source": "18 1200-1530"
          },
          {
            "description": "On March 19 to 21 from 08:00 to 11:00.",
            "is_sunrise_sunset": false,
            "rrule": "DTSTART:20250319T080000Z\nRRULE:FREQ=DAILY;COUNT=3;BYHOUR=8;BYMINUTE=0;BYSECOND=0",
            "source": "19-21 0800-1100"
          }
        ],
        "subcategory": "MILITARY"
      },
      "starts_at": "2025-03-18T12:00:00Z",
      "notam_number": "C0184/25"
    }
  ],
  "page": 1,
  "per_page": 30,
  "total_count": 45
}

Historical NOTAM Data Now Public

Our Archive NOTAMs endpoint (/v2/notams/archive) is now publicly available, unlocking 2 years of historical NOTAM data for analysis and research.

Key Capabilities

  • Historical Lookup: Access expired and cancelled NOTAMs by ICAO code
  • Advanced Date Filtering: Query specific time ranges for operational analysis
  • Same Rich Interpretation: Historical NOTAMs include the same interpretation features as active NOTAMs
  • Research-Grade Data: Perfect for trend analysis, safety reporting, and operational insights

Getting Started

Both endpoints are available through our comprehensive API documentation with detailed examples and integration guides.

Key Pricing:

  • V2 Active NOTAMs: 1 credit per page
  • Archive NOTAMs: 1 credit per page

Ready to integrate enhanced NOTAM intelligence into your aviation applications? Visit our API Manager to get started, or explore our NOTAM API landing page for more details.

Damian Szumski

Damian Szumski

co-founder

10+ years of experience in flight operations, tech and AI. Making aviation data more accessible and understandable for everyone.