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' Example - /2.0.0/spacecraft/?status=Active

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

ORDERING: Fields - 'id' Example - /2.0.0/spacecraft/?order=id

GET /2.0.0/spacecraft/?format=api&offset=10
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 604,
  "next": "https://lldev.thespacedevs.com/2.0.0/spacecraft/?format=api&limit=10&offset=20",
  "previous": "https://lldev.thespacedevs.com/2.0.0/spacecraft/?format=api&limit=10",
  "results": [
    {
      "id": 627,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/627/?format=api",
      "name": "Tianzhou-10",
      "serial_number": "10",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Tenth operational Tianzhou spacecraft.",
      "spacecraft_config": {
        "id": 25,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/25/?format=api",
        "name": "Tianzhou",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 88,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
          "name": "China Aerospace Science and Technology Corporation",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
      }
    },
    {
      "id": 167,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/167/?format=api",
      "name": "Cygnus CRS OA-7",
      "serial_number": null,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Cygnus CRS OA-7, also known as Orbital ATK CRS-7, is the eighth flight of the Orbital ATK unmanned resupply spacecraft Cygnus and its seventh flight to the International Space Station under the Commercial Resupply Services contract with NASA. Orbital and NASA jointly developed a new space transportation system to provide commercial cargo resupply services to the International Space Station (ISS). Under the Commercial Orbital Transportation Services (COTS) program, then Orbital Sciences designed and built Antares, a medium-class launch vehicle; Cygnus, an advanced maneuvering spacecraft, and a Pressurized Cargo Module which is provided by Orbital's industrial partner Thales Alenia Space.\r\n\r\nThe OA-7 is named the S.S. John Glenn in honor of astronaut and senator John Glenn, the first US astronaut to orbit the Earth on Mercury 6 and the oldest to go to space on STS-95.",
      "spacecraft_config": {
        "id": 19,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/19/?format=api",
        "name": "Cygnus Enhanced",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 257,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/257/?format=api",
          "name": "Northrop Grumman Space Systems",
          "type": "Commercial"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
      }
    },
    {
      "id": 237,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/237/?format=api",
      "name": "Progress MS-07",
      "serial_number": "Progress MS-07 (No.437)",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-07 (Russian: Прогресс МC-07), identified by NASA as Progress 68 or 68P, is a Progress spacecraft used by Roscosmos to resupply the International Space Station.",
      "spacecraft_config": {
        "id": 33,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
        "name": "Progress-MS",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
      }
    },
    {
      "id": 37,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/37/?format=api",
      "name": "Space Shuttle Challenger",
      "serial_number": "OV-099",
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "Space Shuttle Challenger (Orbiter Vehicle Designation: OV-099) was the second orbiter of NASA's space shuttle program to be put into service, after Columbia. Challenger was built by Rockwell International's Space Transportation Systems Division, in Downey, California. Its maiden flight, STS-6, began on April 4, 1983. The orbiter was launched and landed nine times before breaking apart 73 seconds into its tenth mission, STS-51-L, on January 28, 1986, resulting in the death of all seven crew members, including a civilian school teacher. It was the first of two shuttles to be destroyed in flight, the other being Columbia, in 2003. The accident led to a two-and-a-half-year grounding of the shuttle fleet; flights resumed in 1988, with STS-26 flown by Discovery. Challenger was replaced by Endeavour, which was built from structural spares ordered by NASA in the construction contracts for Discovery and Atlantis.",
      "spacecraft_config": {
        "id": 14,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/14/?format=api",
        "name": "Space Shuttle",
        "type": {
          "id": 3,
          "name": "Spaceplane"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.0.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/space2520shuttle_image_20190207032524.jpeg"
      }
    },
    {
      "id": 218,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/218/?format=api",
      "name": "Dragon C109",
      "serial_number": "C109",
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "This vehicle was intended to deliver the first of two International Docking Adapters to modify the ISS adapters so that they could be used for future commercial crew missions. However the capsule was destroyed when the Falcon 9 launch vehicle failed in flight.",
      "spacecraft_config": {
        "id": 3,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/3/?format=api",
        "name": "Dragon 1",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.0.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": 472,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/472/?format=api",
      "name": "VSS Enterprise",
      "serial_number": "N339SS",
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "VSS Enterprise was the first SpaceShipTwo (SS2) spaceplane, built by Scaled Composites for Virgin Galactic. As of 2004, it was planned to be the first of five commercial suborbital SS2 spacecraft planned by Virgin Galactic. Enterprise was destroyed during a powered test flight on 31 October 2014, killing one pilot, Michael Alsbury, and seriously injuring another, Peter Siebold. An investigation revealed the accident was caused by premature deployment of the \"feathering\" system, the ship's descent device; the NTSB also faulted the spacecraft's design for lacking fail-safe mechanisms that could have deterred or prevented early deployment.",
      "spacecraft_config": {
        "id": 27,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/27/?format=api",
        "name": "SpaceShipTwo",
        "type": {
          "id": 3,
          "name": "Spaceplane"
        },
        "agency": {
          "id": 1024,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1024/?format=api",
          "name": "Virgin Galactic",
          "type": "Private"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
      }
    },
    {
      "id": 44,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/44/?format=api",
      "name": "Soyuz MS-07",
      "serial_number": "Soyuz MS 11F732A48 #737",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz MS-07 is a Soyuz spacecraft launched on 17 December 2017 07:21 UTC. It transported three members of the Expedition 54 crew to the International Space Station. The crew consisted of Anton Shkaplerov, Scott D. Tingle, and Norishige Kanai.",
      "spacecraft_config": {
        "id": 38,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/38/?format=api",
        "name": "Soyuz MS",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
      }
    },
    {
      "id": 38,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/38/?format=api",
      "name": "Space Shuttle Discovery",
      "serial_number": "OV-103",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "description": "Space Shuttle Discovery (Orbiter Vehicle Designation: OV-103) is one of the orbiters from NASA's Space Shuttle program and the third of five fully operational orbiters to be built. Its first mission, STS-41-D, flew from August 30 to September 5, 1984. Over 27 years of service it launched and landed 39 times, gathering more spaceflights than any other spacecraft to date. Discovery became the third operational orbiter to enter service, preceded by Columbia and Challenger. It embarked on its last mission, STS-133, on February 24, 2011 and touched down for the final time at Kennedy Space Center on March 9, having spent a cumulative total of almost a full year in space. Discovery performed both research and International Space Station (ISS) assembly missions. It also carried the Hubble Space Telescope into orbit. Discovery was the first operational shuttle to be retired, followed by Endeavour and then Atlantis.",
      "spacecraft_config": {
        "id": 14,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/14/?format=api",
        "name": "Space Shuttle",
        "type": {
          "id": 3,
          "name": "Spaceplane"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.0.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/space2520shuttle_image_20190207032524.jpeg"
      }
    },
    {
      "id": 217,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/217/?format=api",
      "name": "Dragon C108",
      "serial_number": "C108",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "description": "This capsule flew both CRS-6, CRS-13, and CRS-18\r\n\r\nIt is the first three time flown dragon capsule.\r\n\r\nAs part of CRS-6 the robotic SpaceX Dragon capsule splashed down in the Pacific Ocean on Thursday, 21 May 2015.\r\n\r\nThe CRS-13 mission was the first NASA to fly on a flight-proven Falcon 9.\r\n\r\nNow on display in Los Angeles, California at the California Science Center.",
      "spacecraft_config": {
        "id": 3,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/3/?format=api",
        "name": "Dragon 1",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.0.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": 355,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/355/?format=api",
      "name": "Progress M-18",
      "serial_number": "Progress M-18 (No.218)",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-18 (Russian: Прогресс М-18), was a Progress spacecraft used to resupply the space station Mir.",
      "spacecraft_config": {
        "id": 35,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/35/?format=api",
        "name": "Progress-M",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.0.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/progress-m_image_20231219141001.jpeg"
      }
    }
  ]
}