API for Charter Brokers - Maintenance & Certification

The endpoint below supports maintenance and certification validation for charter brokers by confirming airworthiness, regulatory compliance, and upcoming maintenance items that may affect safe operations and aircraft availability.

  • Endpoint: getMaintenance

    Charter Brokers use getMaintenance to confirm an aircraft’s maintenance program, regulatory status, and upcoming or recently completed maintenance items before advancing availability checks, quoting, or client presentation.

    Practical Example

    View maintenance program details, certifications, and key maintenance items for a specific aircraft. Use this information to verify regulatory alignment, identify recent or upcoming maintenance events, and avoid pursuing aircraft that may be unavailable or unsuitable for charter operations.

    Input: Aircraft ID

    Response (truncated)

    {
      "maintenance": {
        "maintained": "FAR Part 91",
        "airframemaintenanceprogram": "Unknown",
        "airframetrackingprogram": "G-CMP (Computerized Aircraft Maintenance Program)",
        "certifications": [
          "RVSM"
        ],
        "notes": null,
        "weightscapacity": null,
        "damagestatus": "Unknown",
        "damagenotes": null,
        "maintenanceitems": [
          {
            "name": "Engine Overhaul",
            "compliedwithdate": "2025-01-01T00:00:00",
            "duedate": null,
            "notes": ""
          }
        ]
      }
    }

Was this article helpful?

/