API for MROs - Maintenance & Certification Check

The endpoint below supports maintenance and certification checks for MROs by verifying maintenance schedules, regulatory compliance, and upcoming service requirements to support operational planning and client reporting.

  • Endpoint: getMaintenance

    MROs use getMaintenance to review an aircraft’s maintenance basis, programs, certifications, and inspection history, enabling accurate compliance verification and maintenance scoping before scheduling work.

    Practical Example

    View maintenance details for a specific aircraft to confirm operating basis under FAR Part 91, airframe maintenance program, active certifications such as RVSM, and major inspection compliance history. Use this information to verify required certifications, identify upcoming or recently completed inspections, and scope service needs based on recorded notes and maintenance items.

    Input: Aircraft ID

    Response (truncated)

    {
      "maintenance": {
        "maintained": "FAR Part 91",
        "airframemaintenanceprogram": "CASP (Corp. Aircraft Service Program)",
        "airframetrackingprogram": "Unknown",
        "certifications": [
          "RNP",
          "RVSM"
        ],
        "notes": null,
        "weightscapacity": null,
        "damagestatus": "Unknown",
        "damagenotes": null,
        "maintenanceitems": [
          {
            "name": "Left Engine Hot Section Inspection",
            "compliedwithdate": null,
            "duedate": null,
            "notes": "By Duncan Aviation."
          },
          {
            "name": "Right Engine Hot Section Inspection",
            "compliedwithdate": null,
            "duedate": null,
            "notes": "By Duncan Aviation."
          },
          {
            "name": "Left Engine Overhaul",
            "compliedwithdate": null,
            "duedate": null,
            "notes": "By Duncan Aviation."
          },
          {
            "name": "Right Engine Overhaul",
            "compliedwithdate": null,
            "duedate": null,
            "notes": "By Duncan Aviation."
          },
          {
            "name": "A Inspection",
            "compliedwithdate": "2023-08-01T00:00:00",
            "duedate": null,
            "notes": ""
          },
          {
            "name": "B Inspection",
            "compliedwithdate": "2023-08-01T00:00:00",
            "duedate": null,
            "notes": ""
          },
          {
            "name": "C Inspection",
            "compliedwithdate": "2023-08-01T00:00:00",
            "duedate": null,
            "notes": ""
          },
          {
            "name": "Service Bulletin",
            "compliedwithdate": "2024-11-01T00:00:00",
            "duedate": null,
            "notes": "91.411 / 91.413 by Duncan Aviation."
          },
          {
            "name": "Pre-Purchase Inspection",
            "compliedwithdate": "2024-12-01T00:00:00",
            "duedate": null,
            "notes": ""
          }
        ]
      }
    }

Was this article helpful?

/