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=430&ordering=time_in_space
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=440&ordering=time_in_space",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=420&ordering=time_in_space",
  "results": [
    {
      "id": 70,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/70/?format=api",
      "name": "Soyuz TMA-01M",
      "serial_number": "Soyuz TMA-M 11F732A47 #701",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P159DT8H43M5S",
      "time_docked": "P157DT4H26M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-01M was a Soyuz spacecraft which launched on 7 October 2010 07:54 UTC. It transported three members of the Expedition 25 crew to the International Space Station. The crew consisted of Aleksandr Kaleri, Oleg Skripochka, and Scott Kelly.",
      "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": 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": 553,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/553/?format=api",
      "name": "Cygnus CRS NG-19 (S.S. Laurel Clark)",
      "serial_number": null,
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P160DT17H50M46S",
      "time_docked": "P140DT3H10M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "This is the nineteenth flight to the ISS by the Cygnus spacecraft under the CRS program and their eighth under the CRS-2 program. This is also the 15th use of the enhanced size Cygnus.",
      "spacecraft_config": {
        "id": 19,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
        "name": "Cygnus Enhanced",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 257,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api",
          "name": "Northrop Grumman Space Systems",
          "type": "Commercial"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
      }
    },
    {
      "id": 623,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/623/?format=api",
      "name": "HTV-X1",
      "serial_number": "HTV-X1",
      "is_placeholder": false,
      "in_space": true,
      "time_in_space": "P161DT4H9M23S",
      "time_docked": "P127DT21H17M",
      "flights_count": 1,
      "mission_ends_count": 0,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "Spacecraft used for the maiden flight of the HTV-X Cargo Resupply Vehicle.",
      "spacecraft_config": {
        "id": 47,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/47/?format=api",
        "name": "HTV-X",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
          "name": "Japan Aerospace Exploration Agency",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/htv-x_in_space__image_20251122191933.jpg"
      }
    },
    {
      "id": 451,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/451/?format=api",
      "name": "Progress MS-16",
      "serial_number": "MS-16 (No.445)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P161DT7H53M54S",
      "time_docked": "P159DT4H29M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-16 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": 76,
      "url": "https://lldev.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://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": 267,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/267/?format=api",
      "name": "Progress M-07M",
      "serial_number": "Progress M-07M (No.407)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P163DT5H49M3S",
      "time_docked": "P160DT12H3M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-07M (Russian: Прогресс М-07М), identified by NASA as Progress 39 or 39P, is a Progress spacecraft which was used to resupply the International Space Station.",
      "spacecraft_config": {
        "id": 34,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
        "name": "Progress-M (modified)",
        "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_252_image_20231219140115.jpeg"
      }
    },
    {
      "id": 74,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/74/?format=api",
      "name": "Soyuz TMA-19",
      "serial_number": "Soyuz TMA 11F732A17 #229",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P163DT7H10M41S",
      "time_docked": "P161DT2H37M58S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-19 was a Soyuz spacecraft which launched on 15 June 2010 21:35 UTC. It transported three members of the Expedition 24 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin, Shannon Walker, and Douglas H. Wheelock",
      "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": 72,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/72/?format=api",
      "name": "Soyuz TMA-21",
      "serial_number": "Soyuz TMA 11F732A17 #231",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P164DT5H40M40S",
      "time_docked": "P162DT1H29M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-21 was a Soyuz spacecraft which launched on 4 April 2011 22:18 UTC. It transported three members of the Expedition 27 crew to the International Space Station. The crew consisted of Aleksandr Samokutyayev, Andrei Borisenko, and Ronald J. Garan.",
      "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": 255,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/255/?format=api",
      "name": "Progress M-18M",
      "serial_number": "Progress M-18M (No.418)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P164DT10H14S",
      "time_docked": "P163DT8M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-18M (Russian: Прогресс М-18М), identified by NASA as Progress 50 or 50P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
      "spacecraft_config": {
        "id": 34,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
        "name": "Progress-M (modified)",
        "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_252_image_20231219140115.jpeg"
      }
    }
  ]
}