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

{
  "count": 603,
  "next": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=330&ordering=-flights_count",
  "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=310&ordering=-flights_count",
  "results": [
    {
      "id": 427,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/427/?format=api",
      "name": "Shenzhou 10",
      "serial_number": "10",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P14DT14H28M58S",
      "time_docked": "P12DT11H13M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "The Shenzhou spacecraft docked with the Tiangong-1 trial space laboratory module on 13 June, and the astronauts performed physical, technological, and scientific experiments while on board. Shenzhou 10 was the final mission to Tiangong 1 in this portion of the Tiangong program.",
      "spacecraft_config": {
        "id": 2,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
        "name": "Shenzhou",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
          "name": "China National Space Administration",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
      }
    },
    {
      "id": 76,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/76/?format=api",
      "name": "Soyuz TMA-17",
      "serial_number": "Soyuz TMA 11F732A17 #227",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P163DT5H33M",
      "time_docked": "P161DT1H16M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-17 was a Soyuz spacecraft which launched on 20 December 2009 21:52 UTC. It transported three members of the Expedition 22 crew to the International Space Station. The crew consisted of Oleg Kotov, Timothy Creamer, and Soichi Noguchi.",
      "spacecraft_config": {
        "id": 40,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
        "name": "Soyuz TMA",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.jpeg"
      }
    },
    {
      "id": 439,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/439/?format=api",
      "name": "Progress MS-14",
      "serial_number": "MS-14 (No.448)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P368DT22H50M19S",
      "time_docked": "P367DT17H59M30S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-14 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
      "spacecraft_config": {
        "id": 33,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
        "name": "Progress-MS",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
      }
    },
    {
      "id": 121,
      "url": "https://ll.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://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
        "name": "Soyuz TM",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg"
      }
    },
    {
      "id": 429,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/429/?format=api",
      "name": "Soyuz MS-14",
      "serial_number": "Soyuz MS 11F732A48 #743",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P15DT17H53M29S",
      "time_docked": "P10DT15H6M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz MS-14 is an unmanned flight of the Soyuz spacecraft intended to test a modification for the Launch Abort System.",
      "spacecraft_config": {
        "id": 38,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
        "name": "Soyuz MS",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
      }
    },
    {
      "id": 129,
      "url": "https://ll.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://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
        "name": "Soyuz TM",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg"
      }
    },
    {
      "id": 438,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/438/?format=api",
      "name": "Soyuz MS-16",
      "serial_number": "Soyuz MS 11F732A48 #745",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P195DT18H48M54S",
      "time_docked": "P195DT9H19M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz MS-16 is a Soyuz spacecraft scheduled to launch in April 2020.\r\nIt will transport three members of the Expedition 62 crew to the International Space Station.",
      "spacecraft_config": {
        "id": 38,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
        "name": "Soyuz MS",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
      }
    },
    {
      "id": 440,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/440/?format=api",
      "name": "Kounotori 9",
      "serial_number": "HTV-9",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P91DT13H36M",
      "time_docked": "P85DT5H23M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Kounotori 9 is the ninth HTV spacecraft. It is scheduled to launch in May 2020 on a resupply mission to the ISS.",
      "spacecraft_config": {
        "id": 18,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/18/?format=api",
        "name": "H-II Transfer Vehicle (HTV)",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 37,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
          "name": "Japan Aerospace Exploration Agency",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg"
      }
    },
    {
      "id": 187,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/187/?format=api",
      "name": "Soyuz 19",
      "serial_number": "Soyuz 7K-TM 11F615A12 #75",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P5DT22H30M",
      "time_docked": "P1DT22H46M12S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz 19 was a Soyuz spacecraft which launched on 15 July 1975 12:20 UTC. It was used in the Apollo-Soyuz test project. The crew was Alexey Leonov and Valeri Kubasov.",
      "spacecraft_config": {
        "id": 1,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
        "name": "Soyuz",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
      }
    },
    {
      "id": 131,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/131/?format=api",
      "name": "Soyuz T-14",
      "serial_number": "Soyuz T 11F732 #20",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P64DT21H52M8S",
      "time_docked": "P63DT17H1M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz T-14 was a Soyuz spacecraft which launched on 17 September 1985 12:38 UTC. It transported two cosmonauts on EO-4-2 and one cosmonaut on EP-5 to Salyut 7. The EO-4-2 crew was Vladimir Vasyutin and Alexander Volkov. The EP-5 crew was Georgi Grechko.",
      "spacecraft_config": {
        "id": 42,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
        "name": "Soyuz T",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png"
      }
    }
  ]
}