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=400&ordering=mission_ends_count
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=410&ordering=mission_ends_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=390&ordering=mission_ends_count",
  "results": [
    {
      "id": 413,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/413/?format=api",
      "name": "Progress 3",
      "serial_number": "Progress 3 (No.103)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P15DT18H13M38S",
      "time_docked": "P11DT15H43M20S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress 3 (Russian: Прогресс 3), was a Progress spacecraft used to resupply the space station Salyut 6.",
      "spacecraft_config": {
        "id": 8,
        "url": "https://lldev.thespacedevs.com/2.2.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.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/progress_7k-tg_image_20231220085840.png"
      }
    },
    {
      "id": 92,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/92/?format=api",
      "name": "Soyuz TMA-1",
      "serial_number": "Soyuz TMA 11F732A17 #211",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P185DT22H52M49S",
      "time_docked": "P183DT17H42M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-1 was a Soyuz spacecraft which launched on 30 October 2002 03:11 UTC. It transported three participants on a 10 day stay to the International Space Station. The crew consisted of Sergei Zalyotin, Frank De Winne, and Yury Lonchakov.",
      "spacecraft_config": {
        "id": 40,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
        "name": "Soyuz TMA",
        "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_tma_image_20231225093222.jpeg"
      }
    },
    {
      "id": 137,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/137/?format=api",
      "name": "Soyuz T-9",
      "serial_number": "Soyuz T 11F732 #14",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P149DT10H45M42S",
      "time_docked": "P148DT5H54M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz T-9 was a Soyuz spacecraft which launched on 27 June 1983 09:12 UTC. It transported three cosmonauts of EO-2 to Salyut 7. The EO-2 crew was Vladimir Lyakhov and Aleksandr Pavlovich Aleksandrov.",
      "spacecraft_config": {
        "id": 42,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
        "name": "Soyuz T",
        "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_t_image_20231228134543.png"
      }
    },
    {
      "id": 457,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/457/?format=api",
      "name": "Soyuz MS-20",
      "serial_number": "Soyuz MS 11F732A48 #752",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P11DT19H35M3S",
      "time_docked": "P11DT10H9M41S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Launched to the ISS in December 2021.",
      "spacecraft_config": {
        "id": 38,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
        "name": "Soyuz MS",
        "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": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
      }
    },
    {
      "id": 237,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/237/?format=api",
      "name": "Progress MS-07",
      "serial_number": "Progress MS-07 (No.437)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P193DT15H13M7S",
      "time_docked": "P163DT2H13M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "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.2.0/config/spacecraft/33/?format=api",
        "name": "Progress-MS",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "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": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
      }
    },
    {
      "id": 121,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/121/?format=api",
      "name": "Soyuz TM-9",
      "serial_number": "Soyuz TM 11F732A51 #60",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P179DT1H17M57S",
      "time_docked": "P176DT21H31M2S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TM-9 was a Soyuz spacecraft which launched on 11 February 1990 06:16 UTC. It transported two members of the Expedition 6 crew to Mir. The crew consisted of Anatoly Solovyev and Aleksandr Balandin.",
      "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": 150,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/150/?format=api",
      "name": "Soyuz 34",
      "serial_number": "Soyuz 7K-T 11F615A8 #50",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P73DT18H16M45S",
      "time_docked": "P71DT12H34M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz 34 was a Soyuz spacecraft which launched on 6 June 1979 18:12 UTC. It  launched with no crew, but was used as a spacecraft down for two cosmonauts of EO-3 from Salyut 6. The crew was Vladimir Lyakhov and Valery Ryumin.",
      "spacecraft_config": {
        "id": 1,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
        "name": "Soyuz",
        "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_image_20201015191152.jpg"
      }
    },
    {
      "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": 537,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/537/?format=api",
      "name": "Buran OK-1K",
      "serial_number": "1.01",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "PT3H25M23S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "First and only Buran orbiter to fly in space. It was destroyed in 2002 when the hangar it was stored in collapsed.",
      "spacecraft_config": {
        "id": 28,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/28/?format=api",
        "name": "Buran",
        "type": {
          "id": 3,
          "name": "Spaceplane"
        },
        "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/buran_image_20210902151254.jpg"
      }
    },
    {
      "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"
      }
    }
  ]
}