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

{
  "count": 603,
  "next": "https://lldev.thespacedevs.com/2.0.0/spacecraft/?format=api&limit=10&offset=260",
  "previous": "https://lldev.thespacedevs.com/2.0.0/spacecraft/?format=api&limit=10&offset=240",
  "results": [
    {
      "id": 466,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/466/?format=api",
      "name": "Shenzhou 12",
      "serial_number": "12",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "First crewed mission to the Chinese Space Station.",
      "spacecraft_config": {
        "id": 2,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/2/?format=api",
        "name": "Shenzhou",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api",
          "name": "China National Space Administration",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
      }
    },
    {
      "id": 290,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/290/?format=api",
      "name": "Starliner 2",
      "serial_number": "2",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "The second CST-100 Starliner capsule to fly.",
      "spacecraft_config": {
        "id": 9,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/9/?format=api",
        "name": "CST-100 Starliner",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 80,
          "url": "https://lldev.thespacedevs.com/2.0.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": 220,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/220/?format=api",
      "name": "Dragon C111",
      "serial_number": "C111",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "description": "The C111 capsule was flown on CRS-9 and CRS-15. \r\n\r\nOn CRS-9 the mission carried IDA-2 to modify the ISS docking port for commercial crew spacecraft.",
      "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": 470,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/470/?format=api",
      "name": "Ship 20",
      "serial_number": "S20",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "description": "Used for ground testing alongside Booster 4. Ship 20 is now on display at the Starbase Rocket Garden.",
      "spacecraft_config": {
        "id": 26,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/26/?format=api",
        "name": "Starship V1",
        "type": {
          "id": 6,
          "name": "Reuseable Upper Stage"
        },
        "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/starship_image_20231116184708.jpeg"
      }
    },
    {
      "id": 403,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/403/?format=api",
      "name": "Progress 13",
      "serial_number": "Progress 13 (No.114)",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress 13 (Russian: Прогресс 13), was a Progress spacecraft used to resupply the space station Salyut 7.",
      "spacecraft_config": {
        "id": 8,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/8/?format=api",
        "name": "Progress 7K-TG",
        "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_7k-tg_image_20231220085840.png"
      }
    },
    {
      "id": 455,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/455/?format=api",
      "name": "Soyuz MS-18",
      "serial_number": "Soyuz MS 11F732A48 #748",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Launched to the ISS in April 2021.",
      "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": 453,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/453/?format=api",
      "name": "RSS First Step",
      "serial_number": "2.0-2",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "First Blue Origin New Shepard Crew Capsule 2.0 to carry human passengers. This capsule is outfitted with improvements to environmental features such as acoustics and temperature regulation inside the capsule, crew display panels, and speakers with a microphone and push-to-talk button at each seat.",
      "spacecraft_config": {
        "id": 21,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/21/?format=api",
        "name": "Crew Capsule 2.0",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 141,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
          "name": "Blue Origin",
          "type": "Commercial"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg"
      }
    },
    {
      "id": 535,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/535/?format=api",
      "name": "Voskhod-3KD No.1",
      "serial_number": "Voskhod-3KD No.1",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Voskhod spacecraft launched on February 22, 1965.",
      "spacecraft_config": {
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/16/?format=api",
        "name": "Voskhod",
        "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": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_image_20190207032525.png"
      }
    },
    {
      "id": 469,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/469/?format=api",
      "name": "Shenzhou 15",
      "serial_number": "15",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Fourth crewed mission to the Chinese Space Station.",
      "spacecraft_config": {
        "id": 2,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/2/?format=api",
        "name": "Shenzhou",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api",
          "name": "China National Space Administration",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
      }
    },
    {
      "id": 527,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/527/?format=api",
      "name": "Vostok-3KA No.1",
      "serial_number": "Vostok-3KA No.1",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Uncrewed Vostok spacecraft launched on March 9, 1961.",
      "spacecraft_config": {
        "id": 15,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/15/?format=api",
        "name": "Vostok",
        "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": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vostok-3ka_image_20190207032525.jpeg"
      }
    }
  ]
}