Why CASA's AD Database Is the Gold Standard for Machine-Readable Aviation Safety Data

Introduction

If you've ever tried to build an automated system to track airworthiness directive compliance across multiple aircraft types, you know the challenge: airworthiness directive data is published in dozens of formats by a dozen different authorities, and most of them are designed for human readers, not machines.

But there is one exception.

The Civil Aviation Safety Authority (CASA) of Australia has quietly become the gold standard for machine-readable airworthiness directive data. While EASA publishes HTML portals and the FAA issues PDF documents, CASA provides JSON and CSV downloads of every current airworthiness directive in a structured, queryable format.

This is not a minor technical distinction. It is the difference between a CAMO spending hours manually cross-checking aircraft serial numbers against applicability tables, and an automated system delivering compliance status in seconds.

The Machine-Readability Problem

What Is Machine-Readable Data?

Data is machine-readable if it is structured in a format that software can automatically parse, understand, and process without human intervention.

Examples of machine-readable formats:

  • JSON (JavaScript Object Notation): Hierarchical, key-value structure ideal for APIs and web applications
  • CSV (Comma-Separated Values): Tabular format readable by spreadsheets and databases
  • XML: Structured markup with defined schema

Examples of machine-unfriendly formats:

  • PDF: Text meant for human reading; extracting structured data requires OCR or parsing libraries
  • HTML web portal: Designed for browsers; scraping requires complex logic to navigate site structure
  • Scanned images: Not even text; requires OCR and manual validation

Why It Matters for Aviation

Manual Process (No Machine-Readable Data):

  1. CAMO receives a new Airbus A320-200 aircraft to add to the maintenance program
  2. Maintenance director downloads the EASA Safety Publications Tool
  3. For each of the 200+ current Airbus A320 ADs, director manually checks applicability tables
  4. For each applicable AD, director checks EASA, FAA, and CAA UK websites for conflicting requirements
  5. Director creates a spreadsheet for each applicable AD
  6. Compliance team monitors deadlines separately

This process takes days and is error-prone.

Automated Process (With Machine-Readable Data):

  1. Technician inputs aircraft type, serial number, and modification status into compliance system
  2. System downloads current AD data from machine-readable sources (JSON, CSV)
  3. System applies filters automatically
  4. System generates list of applicable ADs with compliance status
  5. System checks for conflicting requirements across authorities
  6. System alerts compliance team to upcoming deadlines

This process takes minutes and is highly reliable.

How CASA Leads the Industry

CASA's Data Offerings

1. Combinedadweb.json

Format: JSON (JavaScript Object Notation)

Content: Every current Australian airworthiness directive

Structure: Hierarchical, with metadata for each AD including:

  • AD number
  • Aircraft type and applicability (by model, serial number range, modification status)
  • Compliance deadline
  • Technical description
  • Title and summary

Machine-Readability: Excellent. Any programming language can parse JSON natively. Systems can automatically filter by aircraft type, serial number, and compliance status.

2. CSV Exports

Format: CSV (Comma-Separated Values)

Content: Current and historical AD data

Structure: Tabular format importable into spreadsheets and databases

Machine-Readability: Good. CSV is human-readable and system-readable; any database can import it.

CASA's Approach

CASA provides both human-friendly (portal) and machine-friendly (JSON, CSV) options. This dual approach enables both manual review and automated processing.

Comparison with Other Authorities

Authority Primary Format Machine-Readable Export Automation-Friendly
CASA (Australia) JSON, CSV Yes Excellent
EASA HTML portal Limited Poor
FAA PDF + DRS Excel Partial Fair
CAA UK PDF No Poor

Why CASA's Data Standard Matters

Precedent for Global Aviation

CASA's approach demonstrates that major aviation authorities can publish machine-readable data without compromising safety or regulatory integrity. The format is open (JSON is a universal standard), the data is accurate, and the system is maintained at scale across thousands of aircraft.

If CASA—a mid-sized aviation authority—can do it, the question becomes: why can't EASA and FAA?

Enabler of Automation and Safety

Machine-readable AD data enables:

  • Automated Compliance Checking: Systems can automatically determine applicability based on aircraft characteristics
  • Cross-Authority Conflict Detection: Systems can identify cases where EASA and FAA differ
  • Predictive Maintenance Planning: Organizations can forecast upcoming compliance deadlines
  • Supply Chain Integration: Third-party vendors can access current AD data

The Industry Trend Toward Open Data

Regulatory authorities are recognizing that open, machine-readable safety data strengthens the aviation system:

  • Better Compliance: Organizations can implement automated checks, reducing human error
  • Faster Information Dissemination: Data feeds ensure everyone has the latest information simultaneously
  • Innovation: Software vendors can build innovative compliance solutions on standardized data
  • Transparency: Open data reduces concerns about hidden or inconsistent regulatory application

Key Takeaways

  1. Machine-readable data is essential for compliance automation. CASA's JSON and CSV exports enable systems to automatically determine AD applicability.
  2. CASA is the global standard-bearer. While other authorities publish human-readable formats, CASA leads in providing structured, queryable data.
  3. EASA and FAA lag, but are moving. Both authorities have acknowledged the industry need and are developing machine-readable data offerings.
  4. Automation is the future of compliance. Organizations that implement automated AD tracking will have a competitive and safety advantage.
  5. Open data strengthens aviation safety. Machine-readable data enables innovation, reduces human error, and accelerates information dissemination.
  6. The transition is underway. Within 2–3 years, machine-readable AD data from major authorities will become standard.

The Future of Aviation Compliance is Automated

Subscribe to learn how technology is transforming compliance, safety, and regulatory intelligence across the aviation industry.