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=30&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=40&ordering=-time_docked",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=20&ordering=-time_docked",
  "results": [
    {
      "id": 431,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/431/?format=api",
      "name": "Soyuz MS-15",
      "serial_number": "Soyuz MS 11F732A48 #744",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P204DT15H19M1S",
      "time_docked": "P204DT6H13M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz MS-15 is a Soyuz spacecraft launched in September 2019 with three crew members of the Expedition 61 to the International Space Station.\r\nMS-15 was 144th flight of a Soyuz spacecraft and the last flight of Soyuz-FG launcher.\r\nIt landed back on Earth on April 17, 2020.",
      "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": 622,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/622/?format=api",
      "name": "Progress MS-32",
      "serial_number": "MS-32 (No.462)",
      "is_placeholder": false,
      "in_space": true,
      "time_in_space": "P205DT12H15M31S",
      "time_docked": "P203DT10H46M37S",
      "flights_count": 1,
      "mission_ends_count": 0,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-32 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
      "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": 564,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/564/?format=api",
      "name": "Soyuz MS-24",
      "serial_number": "11F732A48 #753",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P203DT15H32M25S",
      "time_docked": "P203DT9H57S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Launched to the ISS in september 2023.",
      "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": 8,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/8/?format=api",
      "name": "Soyuz MS-11",
      "serial_number": "Soyuz MS 11F732A48 #741",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P203DT12H28M8S",
      "time_docked": "P203DT5H52M30S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "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.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": 274,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/274/?format=api",
      "name": "Soyuz MS-12",
      "serial_number": "Soyuz MS 11F732A48 #742",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P202DT15H44M52S",
      "time_docked": "P202DT9H58M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz MS-12 transports Aleksey Ovchinin, Christina Koch and Nick Hague on Expedition 59 to the International Space Station.",
      "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": 445,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/445/?format=api",
      "name": "Progress MS-15",
      "serial_number": "MS-15 (No.444)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P200DT18H46M46S",
      "time_docked": "P200DT11H32M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-15 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
      "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": 416,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/416/?format=api",
      "name": "Soyuz MS-13",
      "serial_number": "Soyuz MS 11F732A48 #746",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P200DT16H44M24S",
      "time_docked": "P200DT6H38M38S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz MS-13 will transport three astronauts  to the International Space Station. The crew consists of Aleksandr Skvortsov, Luca Parmitano, and Andrew R. Morgan.",
      "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": 235,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/235/?format=api",
      "name": "Progress MS-09",
      "serial_number": "Progress MS-09 (No.439)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P199DT15H3M26S",
      "time_docked": "P199DT11H23M27S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-09 (Russian: Прогресс МC-09), identified by NASA as Progress 70 or 70P, 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": 56,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/56/?format=api",
      "name": "Soyuz TMA-15M",
      "serial_number": "Soyuz TMA-M 11F732A47 #715",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P199DT16H42M46S",
      "time_docked": "P199DT7H31M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-15M was a Soyuz spacecraft which launched on 23 November 2014 21:00 UTC. It transported three members of the Expedition 42 crew to the International Space Station. The crew consisted of Anton Shkaplerov, Samantha Cristoforetti, and Terry W. Virts.",
      "spacecraft_config": {
        "id": 39,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api",
        "name": "Soyuz TMA-M",
        "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-m_image_20231225092103.jpeg"
      }
    },
    {
      "id": 331,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/331/?format=api",
      "name": "Progress M-42",
      "serial_number": "Progress M-42 (No.242)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P200DT13H33M7S",
      "time_docked": "P198DT9H18M52S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-42 (Russian: Прогресс М-42), was a Progress spacecraft used to resupply the space station Mir.",
      "spacecraft_config": {
        "id": 35,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
        "name": "Progress-M",
        "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-m_image_20231219141001.jpeg"
      }
    }
  ]
}