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=530&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=540&ordering=-mission_ends_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=520&ordering=-mission_ends_count",
  "results": [
    {
      "id": 270,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/270/?format=api",
      "name": "Progress M-04M",
      "serial_number": "Progress M-04M (No.404)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P148DT10H8M30S",
      "time_docked": "P94DT6H50M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-04M (Russian: Прогресс М-04М), identified by NASA as Progress 36P, is a Russian Progress spacecraft which was launched in February 2010 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": 4,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/4/?format=api",
      "name": "Mercury No.13",
      "serial_number": "13",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "PT4H55M21S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Mercury No.13 is the Mercury capsule used for the Mercury-Atlas 6 - callsign \"Friendship 7\" - mission launched on February 20, 1962 and piloted by astronaut John Glenn.",
      "spacecraft_config": {
        "id": 11,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/11/?format=api",
        "name": "Mercury",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg"
      }
    },
    {
      "id": 566,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/566/?format=api",
      "name": "Shenzhou 16",
      "serial_number": "16",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P153DT22H40M50S",
      "time_docked": "P153DT4H8M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Fifth crewed mission to the Chinese Space Station.",
      "spacecraft_config": {
        "id": 2,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
        "name": "Shenzhou",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
          "name": "China National Space Administration",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.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": 13,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/13/?format=api",
      "name": "Gemini SC3",
      "serial_number": "3",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P0D",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC3 is the Gemini capsule used for the Gemini 3 mission launched on March 23, 1965 and piloted by astronaut Virgil Il. \"Gus\" Grissom.",
      "spacecraft_config": {
        "id": 12,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/12/?format=api",
        "name": "Gemini",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
      }
    },
    {
      "id": 17,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/17/?format=api",
      "name": "Gemini SC7",
      "serial_number": "7",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P13DT18H34M57S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC7 is the Gemini capsule used for the Gemini 7 mission launched on December 4, 1965 and crewed by astronauts Frank Borman (command pilot) and Jim Lovell (pilot).",
      "spacecraft_config": {
        "id": 12,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/12/?format=api",
        "name": "Gemini",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
      }
    },
    {
      "id": 18,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/18/?format=api",
      "name": "Gemini SC8",
      "serial_number": "8",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "PT10H40M58S",
      "time_docked": "PT31M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC8 is the Gemini capsule used for the Gemini 8 mission launched on March 16, 1966 and crewed by astronauts Neil Armstrong (command pilot) and David Scott (pilot).",
      "spacecraft_config": {
        "id": 12,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/12/?format=api",
        "name": "Gemini",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
      }
    },
    {
      "id": 44,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/44/?format=api",
      "name": "Soyuz MS-07",
      "serial_number": "Soyuz MS 11F732A48 #737",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P168DT5H17M59S",
      "time_docked": "P166DT37M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz MS-07 is a Soyuz spacecraft launched on 17 December 2017 07:21 UTC. It transported three members of the Expedition 54 crew to the International Space Station. The crew consisted of Anton Shkaplerov, Scott D. Tingle, and Norishige Kanai.",
      "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": 286,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/286/?format=api",
      "name": "Progress MS-11",
      "serial_number": "Progress MS-11 (No.441)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P116DT5H58M25S",
      "time_docked": "P115DT20H20M34S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-11, identified by NASA as Progress 72 or 72P, is a Progress spacecraft to be 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": 297,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/297/?format=api",
      "name": "Progress M-64",
      "serial_number": "Progress M-64 (No.364)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P117DT1H10M4S",
      "time_docked": "P107DT22H7M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-64 (Russian: Прогресс М-64), identified by NASA as Progress 29 or 29P, 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"
      }
    }
  ]
}