SpaceX (Community API) · JSON Structure

Spacex Capsule Structure

A serialized Dragon capsule. Derived from the r-spacex/SpaceX-API mongoose model.

Type: object Properties: 10 Required: 3
SpaceLaunchSatellitesStarlinkFalcon 9Falcon HeavyDragonRocketsOpen-SourceCommunityRESTGraphQLOpen Data

SpaceX Capsule is a JSON Structure definition published by SpaceX (Community API), describing 10 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id serial status type dragon reuse_count water_landings land_landings last_update launches

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-capsule-structure.json",
  "name": "SpaceX Capsule",
  "description": "A serialized Dragon capsule. 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",
      "description": "UUID."
    },
    "serial": {
      "type": "string",
      "description": "Capsule serial (e.g. C112)."
    },
    "status": {
      "type": "string",
      "enum": [
        "unknown",
        "active",
        "retired",
        "destroyed"
      ],
      "description": "Operational status."
    },
    "type": {
      "type": "string",
      "enum": [
        "Dragon 1.0",
        "Dragon 1.1",
        "Dragon 2.0"
      ],
      "description": "Capsule type / generation."
    },
    "dragon": {
      "type": "string",
      "nullable": true,
      "description": "Dragon version UUID."
    },
    "reuse_count": {
      "type": "int32",
      "default": 0
    },
    "water_landings": {
      "type": "int32",
      "default": 0
    },
    "land_landings": {
      "type": "int32",
      "default": 0
    },
    "last_update": {
      "type": "string",
      "nullable": true,
      "description": "Free-form latest status note."
    },
    "launches": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "UUIDs of launches this capsule has flown."
    }
  },
  "required": [
    "serial",
    "status",
    "type"
  ]
}

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-capsule-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.