SpaceX (Community API) · JSON Structure

Spacex Rocket Structure

A rocket version (Falcon 1, Falcon 9, Falcon Heavy, Starship). Derived from the r-spacex/SpaceX-API mongoose model.

Type: object Properties: 22
SpaceLaunchSatellitesStarlinkFalcon 9Falcon HeavyDragonRocketsOpen-SourceCommunityRESTGraphQLOpen Data

SpaceX Rocket is a JSON Structure definition published by SpaceX (Community API), describing 22 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name type active stages boosters cost_per_launch success_rate_pct first_flight country company height diameter mass payload_weights first_stage second_stage engines landing_legs flickr_images wikipedia description

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/spacex/refs/heads/main/json-structure/spacex-rocket-structure.json",
  "name": "SpaceX Rocket",
  "description": "A rocket version (Falcon 1, Falcon 9, Falcon Heavy, Starship). Derived from the r-spacex/SpaceX-API mongoose model.",
  "x-schema-source": "documentation",
  "x-source-url": "https://github.com/r-spacex/SpaceX-API/tree/master/docs",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "active": {
      "type": "boolean"
    },
    "stages": {
      "type": "int32"
    },
    "boosters": {
      "type": "int32"
    },
    "cost_per_launch": {
      "type": "double",
      "description": "USD per launch."
    },
    "success_rate_pct": {
      "type": "double"
    },
    "first_flight": {
      "type": "date"
    },
    "country": {
      "type": "string"
    },
    "company": {
      "type": "string"
    },
    "height": {
      "type": "object",
      "properties": {
        "meters": {
          "type": "double",
          "nullable": true
        },
        "feet": {
          "type": "double",
          "nullable": true
        }
      }
    },
    "diameter": {
      "type": "object",
      "properties": {
        "meters": {
          "type": "double",
          "nullable": true
        },
        "feet": {
          "type": "double",
          "nullable": true
        }
      }
    },
    "mass": {
      "type": "object",
      "properties": {
        "kg": {
          "type": "double",
          "nullable": true
        },
        "lb": {
          "type": "double",
          "nullable": true
        }
      }
    },
    "payload_weights": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "kg": {
            "type": "double"
          },
          "lb": {
            "type": "double"
          }
        }
      }
    },
    "first_stage": {
      "type": "object",
      "properties": {
        "reusable": {
          "type": "boolean"
        },
        "engines": {
          "type": "int32"
        },
        "fuel_amount_tons": {
          "type": "double"
        },
        "burn_time_sec": {
          "type": "double",
          "nullable": true
        },
        "thrust_sea_level": {
          "type": "object",
          "properties": {
            "kN": {
              "type": "double",
              "nullable": true
            },
            "lbf": {
              "type": "double",
              "nullable": true
            }
          }
        },
        "thrust_vacuum": {
          "type": "object",
          "properties": {
            "kN": {
              "type": "double",
              "nullable": true
            },
            "lbf": {
              "type": "double",
              "nullable": true
            }
          }
        }
      }
    },
    "second_stage": {
      "type": "object",
      "properties": {
        "reusable": {
          "type": "boolean"
        },
        "engines": {
          "type": "int32"
        },
        "fuel_amount_tons": {
          "type": "double"
        },
        "burn_time_sec": {
          "type": "double",
          "nullable": true
        },
        "thrust": {
          "type": "object",
          "properties": {
            "kN": {
              "type": "double",
              "nullable": true
            },
            "lbf": {
              "type": "double",
              "nullable": true
            }
          }
        },
        "payloads": {
          "type": "object",
          "additionalProperties": true
        }
      }
    },
    "engines": {
      "type": "object",
      "additionalProperties": true
    },
    "landing_legs": {
      "type": "object",
      "properties": {
        "number": {
          "type": "int32"
        },
        "material": {
          "type": "string",
          "nullable": true
        }
      }
    },
    "flickr_images": {
      "type": "array",
      "items": {
        "type": "uri"
      }
    },
    "wikipedia": {
      "type": "uri"
    },
    "description": {
      "type": "string"
    }
  }
}

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/spacex-rocket-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 email required.

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