API endpoint that allows Spacecrafts to be viewed. A Spacecraft is a physically manufactured instance of a Spacecraft Configuration

GET: Return a list of all the existing spacecraft.

FILTERS: Parameters - 'name', 'status', 'spacecraft_config', 'is_placeholder', 'in_space' Example - /2.2.0/spacecraft/?in_space=true

SEARCH EXAMPLE: Example - /2.2.0/spacecraft/?search=Dragon

ORDERING: Fields - 'id', 'time_in_space', 'time_docked', 'flights_count', 'mission_ends_count' Example - /2.2.0/spacecraft/?ordering=id

GET /2.2.0/spacecraft/?format=api&offset=190&ordering=time_docked
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 603,
  "next": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=200&ordering=time_docked",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=180&ordering=time_docked",
  "results": [
    {
      "id": 34,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/34/?format=api",
      "name": "Apollo Casper CSM-113",
      "serial_number": "CSM-113",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P11D",
      "time_docked": "P4DT14H10M32S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "CSM-113 \"Casper\" was an Apollo Command & Service Module used in the Apollo 16 mission.",
      "spacecraft_config": {
        "id": 10,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/10/?format=api",
        "name": "Apollo Command/Service Module",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 999,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/999/?format=api",
          "name": "North American Aviation",
          "type": "Commercial"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
      }
    },
    {
      "id": 592,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/592/?format=api",
      "name": "LM Orion",
      "serial_number": "LM-11",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P5DT3H58M",
      "time_docked": "P4DT14H10M32S",
      "flights_count": 2,
      "mission_ends_count": 2,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "Flown on Apollo-16\r\n\r\nDescent stage on lunar surface at Descartes Highlands, ascent stage left in lunar orbit, crashed on Moon",
      "spacecraft_config": {
        "id": 43,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
        "name": "Apollo Lunar Module",
        "type": {
          "id": 7,
          "name": "Lander"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
      }
    },
    {
      "id": 290,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/290/?format=api",
      "name": "Starliner 2",
      "serial_number": "2",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P5DT23H54M13S",
      "time_docked": "P4DT18H8M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "The second CST-100 Starliner capsule to fly.",
      "spacecraft_config": {
        "id": 9,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/9/?format=api",
        "name": "CST-100 Starliner",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 80,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/80/?format=api",
          "name": "Boeing",
          "type": "Commercial"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20220525180700.jpeg"
      }
    },
    {
      "id": 233,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/233/?format=api",
      "name": "Crew Dragon C204",
      "serial_number": "C204",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P6DT5H56M",
      "time_docked": "P4DT20H41M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "Crew Dragon C204 is the Crew Dragon spacecraft launched on the SpaceX DM-1 demonstration mission to the ISS.\r\nIt was destroyed during an anomaly during testing in April 2019.",
      "spacecraft_config": {
        "id": 6,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/6/?format=api",
        "name": "Crew Dragon 2",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
          "name": "SpaceX",
          "type": "Commercial"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg"
      }
    },
    {
      "id": 127,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/127/?format=api",
      "name": "Soyuz TM-3",
      "serial_number": "Soyuz TM 11F732A51 #53",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P160DT7H16M58S",
      "time_docked": "P5DT17H12M37S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TM-3 was a Soyuz spacecraft which launched on 22 July 1987 01:59 UTC. It transported one member of Expedition 2, and two cosmonauts on a short stay to Mir. The Expedition 2 member was Aleksandr Pavlovich Aleksandrov. The other cosmonauts were Alexander Viktorenko and Muhammed Faris.",
      "spacecraft_config": {
        "id": 41,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
        "name": "Soyuz TM",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg"
      }
    },
    {
      "id": 211,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/211/?format=api",
      "name": "Dragon C102",
      "serial_number": "C102",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P9DT7H57M22S",
      "time_docked": "P5DT17H47M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "description": "First Dragon mission with complete spacecraft, first rendezvous mission, first berthing with ISS. After recovery, the capsule was put on display at Kennedy Space Center.",
      "spacecraft_config": {
        "id": 3,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/3/?format=api",
        "name": "Dragon 1",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
          "name": "SpaceX",
          "type": "Commercial"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.jpeg"
      }
    },
    {
      "id": 30,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/30/?format=api",
      "name": "Apollo Odyssey CSM-109",
      "serial_number": "CSM-109",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P5DT22H53M57S",
      "time_docked": "P5DT18H10M52S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "CSM-109 \"Odyssey\" was an Apollo Command & Service Module used in the Apollo 13 mission.",
      "spacecraft_config": {
        "id": 10,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/10/?format=api",
        "name": "Apollo Command/Service Module",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 999,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/999/?format=api",
          "name": "North American Aviation",
          "type": "Commercial"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
      }
    },
    {
      "id": 589,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/589/?format=api",
      "name": "LM Aquarius",
      "serial_number": "LM-7",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P5DT21H29M57S",
      "time_docked": "P5DT18H10M52S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "Flown on Apollo 13\r\n\r\nRe-entered Earth's atmosphere.",
      "spacecraft_config": {
        "id": 43,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
        "name": "Apollo Lunar Module",
        "type": {
          "id": 7,
          "name": "Lander"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
      }
    },
    {
      "id": 124,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/124/?format=api",
      "name": "Soyuz TM-6",
      "serial_number": "Soyuz TM 11F732A51 #56",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P114DT5H33M49S",
      "time_docked": "P5DT18H14M13S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TM-6 was a Soyuz spacecraft which launched on 29 August 1988 04:23 UTC. It transported one member of Expedition 3, one of Expedition 4 and a Afghan cosmonaut to Mir. The EO-3 member was Vladimir Lyakhov, the EO-4 member was Valeri Polyakov, and the Afghan cosmonaut was Abdul Mohmand.",
      "spacecraft_config": {
        "id": 41,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
        "name": "Soyuz TM",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg"
      }
    },
    {
      "id": 129,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/129/?format=api",
      "name": "Soyuz TM-1",
      "serial_number": "Soyuz TM 11F732A51 #51",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P8DT22H18M9S",
      "time_docked": "P5DT23H11M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TM-1 was a unmanned flight to Mir. The spacecraft spent 6 days docked to the space station Mir.",
      "spacecraft_config": {
        "id": 41,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
        "name": "Soyuz TM",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg"
      }
    }
  ]
}