AeroDataBox · JSON Structure

Aerodatabox Faa Ladd Aircraft Status Contract Structure

Status of the aircraft tail number or callsign in the FAA Limiting Aircraft Data Displayed (LADD) Program list. See https://www.faa.gov/pilots/ladd for more details.

Type: object Properties: 4 Required: 2
AviationFlightsAerospaceFlight DataAirport Data

FaaLaddAircraftStatusContract is a JSON Structure definition published by AeroDataBox, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id isBlocked blockedSince lastBlockedOn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-structure/aerodatabox-faa-ladd-aircraft-status-contract-structure.json",
  "description": "Status of the aircraft tail number or callsign in the FAA Limiting Aircraft Data Displayed (LADD) Program list.\r\nSee https://www.faa.gov/pilots/ladd for more details.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "string"
    },
    "isBlocked": {
      "type": "boolean",
      "description": "Current status of the aircraft / flight in the FAA LADD industry list."
    },
    "blockedSince": {
      "type": "datetime",
      "description": "For blocked aircraft only: the date when the aircraft / flight was blocked.\r\nWill not be included for blocked dates at or prior to September 15, 2024.",
      "nullable": true
    },
    "lastBlockedOn": {
      "type": "datetime",
      "description": "For unblocked aircraft only: the date when the aircraft / flight was last blocked.\r\nWill not be included for blocked dates at or prior to September 15, 2024 or \r\nfor the aircraft that were never blocked.",
      "nullable": true
    }
  },
  "required": [
    "id",
    "isBlocked"
  ],
  "additionalProperties": false,
  "name": "FaaLaddAircraftStatusContract"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/aerodatabox-faa-ladd-aircraft-status-contract-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.