SpaceX (Community API) · JSON Structure

Spacex Ship Structure

A ship in the SpaceX fleet (droneship, recovery, support). Derived from the r-spacex/SpaceX-API mongoose model.

Type: object Properties: 24 Required: 2
SpaceLaunchSatellitesStarlinkFalcon 9Falcon HeavyDragonRocketsOpen-SourceCommunityRESTGraphQLOpen Data

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

Properties

id name legacy_id model type roles active imo mmsi abs class mass_kg mass_lbs year_built home_port status speed_kn course_deg latitude longitude last_ais_update link image 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-ship-structure.json",
  "name": "SpaceX Ship",
  "description": "A ship in the SpaceX fleet (droneship, recovery, support). 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"
    },
    "legacy_id": {
      "type": "string",
      "nullable": true
    },
    "model": {
      "type": "string",
      "nullable": true
    },
    "type": {
      "type": "string",
      "nullable": true
    },
    "roles": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "active": {
      "type": "boolean"
    },
    "imo": {
      "type": "int32",
      "nullable": true
    },
    "mmsi": {
      "type": "int32",
      "nullable": true
    },
    "abs": {
      "type": "int32",
      "nullable": true
    },
    "class": {
      "type": "int32",
      "nullable": true
    },
    "mass_kg": {
      "type": "double",
      "nullable": true
    },
    "mass_lbs": {
      "type": "double",
      "nullable": true
    },
    "year_built": {
      "type": "int32",
      "nullable": true
    },
    "home_port": {
      "type": "string",
      "nullable": true
    },
    "status": {
      "type": "string",
      "nullable": true
    },
    "speed_kn": {
      "type": "double",
      "nullable": true
    },
    "course_deg": {
      "type": "double",
      "nullable": true
    },
    "latitude": {
      "type": "double",
      "nullable": true
    },
    "longitude": {
      "type": "double",
      "nullable": true
    },
    "last_ais_update": {
      "type": "datetime",
      "nullable": true
    },
    "link": {
      "type": "uri",
      "nullable": true
    },
    "image": {
      "type": "uri",
      "nullable": true
    },
    "launches": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "name",
    "active"
  ]
}

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