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=70&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=80&ordering=-time_in_space",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=60&ordering=-time_in_space",
  "results": [
    {
      "id": 438,
      "url": "https://lldev.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://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": 302,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/302/?format=api",
      "name": "Progress M-59",
      "serial_number": "Progress M-59 (No.359)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P195DT17H13M47S",
      "time_docked": "P193DT12H8M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-59 (Russian: Прогресс М-59), identified by NASA as Progress 24 or 24P, was a Progress spacecraft used to resupply the International Space Station.",
      "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"
      }
    },
    {
      "id": 243,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/243/?format=api",
      "name": "Progress MS-01",
      "serial_number": "Progress MS-01 (No.431)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P194DT22H18M21S",
      "time_docked": "P192DT13H21M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-01 (Russian: Прогресс МС-01), identified by NASA as Progress 62 or 62P is a Progress spacecraft used by Roskosmos 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": 596,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/596/?format=api",
      "name": "Progress MS-28",
      "serial_number": "MS-28 (No.458)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P194DT20H4M42S",
      "time_docked": "P192DT14H21M19S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress-MS 28 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": 458,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/458/?format=api",
      "name": "Soyuz MS-21",
      "serial_number": "11F732A48 #750",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P194DT19H1M41S",
      "time_docked": "P194DT12H22M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Launched to the ISS in March 2022.",
      "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": 90,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/90/?format=api",
      "name": "Soyuz TMA-3",
      "serial_number": "Soyuz TMA 11F732A17 #213",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P194DT18H32M57S",
      "time_docked": "P192DT13H36M11S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-3 was a Soyuz spacecraft which launched on 18 October 2003 05:38 UTC. It transported two members of the Expedition 8 crew and one astronaut to the International Space Station. The Expedition 8 crew consisted of Alexander Kaleri\r\nMichael Foale. The astronaut was ESA astronaut Pedro Duque.",
      "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": 271,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/271/?format=api",
      "name": "Progress M-03M",
      "serial_number": "Progress M-03M (No.403)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P194DT16H52M23S",
      "time_docked": "P186DT16H52M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-03M (Russian: Прогресс М-03М), identified by NASA as Progress 35P, was a Progress spacecraft used by the Russian Federal Space Agency 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": 607,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/607/?format=api",
      "name": "Progress MS-30",
      "serial_number": "MS-30 (No.460)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P193DT21H34M33S",
      "time_docked": "P191DT16H43M30S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-30 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": 157,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/157/?format=api",
      "name": "Edoardo Amaldi ATV",
      "serial_number": "ATV-003",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P193DT19H25M55S",
      "time_docked": "P183DT22H53M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "The Edoardo Amaldi ATV, or Automated Transfer Vehicle 003 (ATV-003), was a European unmanned cargo resupply spacecraft, named after the 20th-century Italian physicist Edoardo Amaldi. The spacecraft was launched by the European Space Agency (ESA) on 23 March 2012, on a mission to supply the International Space Station (ISS) with propellant, water, oxygen, and dry cargo.",
      "spacecraft_config": {
        "id": 17,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/17/?format=api",
        "name": "Automated Transfer Vehicle (ATV)",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 115,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/115/?format=api",
          "name": "Arianespace",
          "type": "Commercial"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/automated_trans_image_20231118111716.jpeg"
      }
    },
    {
      "id": 107,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/107/?format=api",
      "name": "Soyuz TM-23",
      "serial_number": "Soyuz TM 11F732A51 #72",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P193DT19H6M55S",
      "time_docked": "P191DT13H59M25S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TM-23 was a Soyuz spacecraft which launched on 21 February 1996 12:34 UTC. It transported two members of the Expedition 21 crew to Mir. The crew consisted of Yuri Onufrienko and Yury Usachov.",
      "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"
      }
    }
  ]
}