SpaceX (Community API) · JSON Structure

Spacex History Structure

A historical SpaceX event. Derived from the r-spacex/SpaceX-API mongoose model.

Type: object Properties: 6
SpaceLaunchSatellitesStarlinkFalcon 9Falcon HeavyDragonRocketsOpen SourceCommunityRESTGraphQLOpen Data

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

Properties

id title event_date_utc event_date_unix details links

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-history-structure.json",
  "name": "SpaceX HistoryEvent",
  "description": "A historical SpaceX event. 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"
    },
    "title": {
      "type": "string",
      "nullable": true
    },
    "event_date_utc": {
      "type": "datetime",
      "nullable": true
    },
    "event_date_unix": {
      "type": "int32",
      "nullable": true
    },
    "details": {
      "type": "string",
      "nullable": true
    },
    "links": {
      "type": "object",
      "properties": {
        "article": {
          "type": "uri",
          "nullable": true
        }
      }
    }
  }
}