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=590&ordering=-id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 606,
  "next": "https://lldev.thespacedevs.com/2.0.0/spacecraft/?format=api&limit=10&offset=600&ordering=-id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/spacecraft/?format=api&limit=10&offset=580&ordering=-id",
  "results": [
    {
      "id": 16,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/16/?format=api",
      "name": "Gemini SC6",
      "serial_number": "6",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC6 is the Gemini capsule used for the Gemini 6 mission launched on December 15, 1965 and crewed by astronauts Walter M. Schirra, Jr. (command pilot) and Thomas P. Stafford (pilot).",
      "spacecraft_config": {
        "id": 12,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/12/?format=api",
        "name": "Gemini",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "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/gemini_image_20190207032517.jpeg"
      }
    },
    {
      "id": 15,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/15/?format=api",
      "name": "Gemini SC5",
      "serial_number": "5",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC5 is the Gemini capsule used for the Gemini 5 mission launched on August 21, 1965 and crewed by astronauts L. Gordon Cooper, Jr. (command pilot) and Charles \"Pete\" Conrad, Jr. (pilot).",
      "spacecraft_config": {
        "id": 12,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/12/?format=api",
        "name": "Gemini",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "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/gemini_image_20190207032517.jpeg"
      }
    },
    {
      "id": 14,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/14/?format=api",
      "name": "Gemini SC4",
      "serial_number": "4",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC4 is the Gemini capsule used for the Gemini 4 mission launched on June 3, 1965 and crewed by astronauts James McDivitt (command pilot) and Ed White (pilot).",
      "spacecraft_config": {
        "id": 12,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/12/?format=api",
        "name": "Gemini",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "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/gemini_image_20190207032517.jpeg"
      }
    },
    {
      "id": 13,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/13/?format=api",
      "name": "Gemini SC3",
      "serial_number": "3",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC3 is the Gemini capsule used for the Gemini 3 mission launched on March 23, 1965 and piloted by astronaut Virgil Il. \"Gus\" Grissom.",
      "spacecraft_config": {
        "id": 12,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/12/?format=api",
        "name": "Gemini",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "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/gemini_image_20190207032517.jpeg"
      }
    },
    {
      "id": 12,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/12/?format=api",
      "name": "Gemini SC2",
      "serial_number": "2",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC2 is the Gemini capsule used for the Gemini 2 mission launched on January 19, 1965.",
      "spacecraft_config": {
        "id": 12,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/12/?format=api",
        "name": "Gemini",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "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/gemini_image_20190207032517.jpeg"
      }
    },
    {
      "id": 11,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/11/?format=api",
      "name": "Gemini SC1",
      "serial_number": "1",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC1 is the Gemini capsule used for the Gemini 1 mission launched on April 8, 1964.",
      "spacecraft_config": {
        "id": 12,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/12/?format=api",
        "name": "Gemini",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "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/gemini_image_20190207032517.jpeg"
      }
    },
    {
      "id": 10,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/10/?format=api",
      "name": "Mercury No.5",
      "serial_number": "5",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Mercury No.5 is the Mercury capsule used for the Mercury-Redstone 2 mission launched on January 31, 1961 with a chimpanzee onboard.",
      "spacecraft_config": {
        "id": 11,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/11/?format=api",
        "name": "Mercury",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "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/mercury_image_20190207032519.jpeg"
      }
    },
    {
      "id": 9,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/9/?format=api",
      "name": "Mercury No.2",
      "serial_number": "2",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Mercury No.2 is the Mercury capsule used for the Mercury-Redsone 1 mission which failed on launch.",
      "spacecraft_config": {
        "id": 11,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/11/?format=api",
        "name": "Mercury",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "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/mercury_image_20190207032519.jpeg"
      }
    },
    {
      "id": 8,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/8/?format=api",
      "name": "Soyuz MS-11",
      "serial_number": "Soyuz MS 11F732A48 #741",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz-MS 11 transports Oleg Kononenko, David Saint-Jacques, and Anne McClain on NASA Expedition 58.",
      "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": 7,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/7/?format=api",
      "name": "Mercury No.20",
      "serial_number": "20",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Mercury No.20 is the Mercury capsule used for the Mercury-Atlas 9 - callsign \"Faith 7\" - mission launched on May 15, 1963 and piloted by astronaut Gordon Cooper.",
      "spacecraft_config": {
        "id": 11,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/11/?format=api",
        "name": "Mercury",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "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/mercury_image_20190207032519.jpeg"
      }
    }
  ]
}