SpaceX Ship
A ship in the SpaceX fleet (droneship, recovery, support). Derived from the r-spacex/SpaceX-API mongoose model.
SpaceLaunchSatellitesStarlinkFalcon 9Falcon HeavyDragonRocketsOpen-SourceCommunityRESTGraphQLOpen Data
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/spacex/json-schema/spacex-ship-schema.json",
"title": "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": "integer",
"nullable": true
},
"mmsi": {
"type": "integer",
"nullable": true
},
"abs": {
"type": "integer",
"nullable": true
},
"class": {
"type": "integer",
"nullable": true
},
"mass_kg": {
"type": "number",
"nullable": true
},
"mass_lbs": {
"type": "number",
"nullable": true
},
"year_built": {
"type": "integer",
"nullable": true
},
"home_port": {
"type": "string",
"nullable": true
},
"status": {
"type": "string",
"nullable": true
},
"speed_kn": {
"type": "number",
"nullable": true
},
"course_deg": {
"type": "number",
"nullable": true
},
"latitude": {
"type": "number",
"nullable": true
},
"longitude": {
"type": "number",
"nullable": true
},
"last_ais_update": {
"type": "string",
"nullable": true,
"format": "date-time"
},
"link": {
"type": "string",
"nullable": true,
"format": "uri"
},
"image": {
"type": "string",
"nullable": true,
"format": "uri"
},
"launches": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"name",
"active"
]
}
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/spacex-ship"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.