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=50&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=60&ordering=mission_ends_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=40&ordering=mission_ends_count",
  "results": [
    {
      "id": 337,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/337/?format=api",
      "name": "Progress M-36",
      "serial_number": "Progress M-36 (No.236)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P74DT22H11M4S",
      "time_docked": "P69DT12H54M44S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-36 (Russian: Прогресс М-36), 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"
      }
    },
    {
      "id": 261,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/261/?format=api",
      "name": "Progress M-13M",
      "serial_number": "Progress M-13M (No.413)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P86DT13H48M48S",
      "time_docked": "P82DT10H29M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-13M (Russian: Прогресс М-13М), identified by NASA as Progress 45 or 45P, 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"
      }
    },
    {
      "id": 382,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/382/?format=api",
      "name": "Progress 33",
      "serial_number": "Progress 33 (No.140)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P28DT13H49M48S",
      "time_docked": "P26DT6H36M33S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress 33 (Russian: Прогресс 33), was a Progress spacecraft used to resupply the space station Mir.",
      "spacecraft_config": {
        "id": 8,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/8/?format=api",
        "name": "Progress 7K-TG",
        "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_7k-tg_image_20231220085840.png"
      }
    },
    {
      "id": 526,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/526/?format=api",
      "name": "Soyuz T-1",
      "serial_number": "Soyuz T 11F732 #6",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P100DT9H17M10S",
      "time_docked": "P95DT6H59M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Third generation Soyuz spacecraft",
      "spacecraft_config": {
        "id": 42,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
        "name": "Soyuz T",
        "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_t_image_20231228134543.png"
      }
    },
    {
      "id": 305,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/305/?format=api",
      "name": "Progress M-56",
      "serial_number": "Progress M-56 (No.356)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P147DT12H10M35S",
      "time_docked": "P145DT6H46M46S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-56 (Russian: Прогресс М-56), identified by NASA as Progress 21 or 21P, 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": 75,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/75/?format=api",
      "name": "Soyuz TMA-18",
      "serial_number": "Soyuz TMA 11F732A17 #228",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P176DT1H18M27S",
      "time_docked": "P173DT20H37M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-18 was a Soyuz spacecraft which launched on 2 April 2010 04:04 UTC. It transported three members of the Expedition 23 crew to the International Space Station. The crew consisted of Aleksandr Skvortsov, Mikhail Korniyenko, and Tracy Caldwell Dyson.",
      "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": 203,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/203/?format=api",
      "name": "Soyuz 4",
      "serial_number": "Soyuz 7K-OK (A) 11F615 #12",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P2DT23H20M47S",
      "time_docked": "PT4H35M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz 4 was a Soyuz spacecraft which launched on 14 January 1969 07:30 UTC. It launched three cosmonauts for a joint mission with Soyuz 5. The crew was Vladimir Shatalov, Aleksei Yeliseyev, and Yevgeny Khrunov.",
      "spacecraft_config": {
        "id": 1,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
        "name": "Soyuz",
        "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_image_20201015191152.jpg"
      }
    },
    {
      "id": 370,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/370/?format=api",
      "name": "Progress M-3",
      "serial_number": "Progress M-3 (No.203)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P58DT1H41M3S",
      "time_docked": "P55DT19H20M11S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-3 (Russian: Прогресс М-3), 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"
      }
    },
    {
      "id": 218,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/218/?format=api",
      "name": "Dragon C109",
      "serial_number": "C109",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "PT1M49S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "This vehicle was intended to deliver the first of two International Docking Adapters to modify the ISS adapters so that they could be used for future commercial crew missions. However the capsule was destroyed when the Falcon 9 launch vehicle failed in flight.",
      "spacecraft_config": {
        "id": 3,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/3/?format=api",
        "name": "Dragon 1",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
          "name": "SpaceX",
          "type": "Commercial"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.jpeg"
      }
    },
    {
      "id": 605,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/605/?format=api",
      "name": "Ship 33",
      "serial_number": "S33",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "PT8M26S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "Ship 33 (S33) was the 2nd stage vehicle used for the seventh Starship flight test. It was also the first \"Block 2\" Starship spacecraft with lengthened propellant tanks and new designed forward flaps, among other enhancements. It was lost before SECO during ascent.",
      "spacecraft_config": {
        "id": 45,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/45/?format=api",
        "name": "Starship V2",
        "type": {
          "id": 6,
          "name": "Reuseable Upper Stage"
        },
        "agency": {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
          "name": "SpaceX",
          "type": "Commercial"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_during_image_20250824175325.jpg"
      }
    }
  ]
}