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=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=80&ordering=mission_ends_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=60&ordering=mission_ends_count",
  "results": [
    {
      "id": 242,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/242/?format=api",
      "name": "Progress MS-02",
      "serial_number": "Progress MS-02 (No.432)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P196DT21H15M2S",
      "time_docked": "P194DT15H39M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-02 (Russian: Прогресс МC-02), identified by NASA as Progress 63 or 63P, 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": 211,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/211/?format=api",
      "name": "Dragon C102",
      "serial_number": "C102",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P9DT7H57M22S",
      "time_docked": "P5DT17H47M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "description": "First Dragon mission with complete spacecraft, first rendezvous mission, first berthing with ISS. After recovery, the capsule was put on display at Kennedy Space Center.",
      "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": 543,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/543/?format=api",
      "name": "Progress MS-18",
      "serial_number": "MS-18 (No.447)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P216DT11H50M28S",
      "time_docked": "P214DT6H29M30S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-18 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": 317,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/317/?format=api",
      "name": "Progress M1-9",
      "serial_number": "Progress M1-9 (No.258)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P129DT3H1M36S",
      "time_docked": "P124DT23H",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M1-9 (Russian: Прогресс М1-9), identified by NASA as Progress 9 or 9P, was a Progress spacecraft used to resupply the International Space Station.",
      "spacecraft_config": {
        "id": 36,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/36/?format=api",
        "name": "Progress-M1",
        "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-m1_image_20231219142545.jpeg"
      }
    },
    {
      "id": 295,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/295/?format=api",
      "name": "Progress M-66",
      "serial_number": "Progress M-66 (No.366)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P97DT9H24M14S",
      "time_docked": "P82DT8H",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-66 (Russian: Прогресс М-66), identified by NASA as Progress 32 or 32P, 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": 206,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/206/?format=api",
      "name": "Soyuz 1",
      "serial_number": "Soyuz 7K-OK (A) 11F615 #4",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P1DT2H47M52S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz 1 was a Soyuz spacecraft which launched on 23 April 1967 00:35 UTC. It was the first manned flight of the Soyuz program carrying cosmonaut Colonel Vladimir Komarov. The landing failed due to parachute failure. It was the first in-flight fatality in the history of spaceflight.",
      "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": 250,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/250/?format=api",
      "name": "Progress M-23M",
      "serial_number": "Progress M-23M (No.427)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P113DT7H15M33S",
      "time_docked": "P103DT30M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-23M (Russian: Прогресс М-23М), identified by NASA as Progress 55 or 55P, 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": 257,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/257/?format=api",
      "name": "Progress M-17M",
      "serial_number": "Progress M-17M (No.417)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P172DT7H20M42S",
      "time_docked": "P165DT22H29M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-17M (Russian: Прогресс М-17М), identified by NASA as Progress 49 or 49P, was 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": 416,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/416/?format=api",
      "name": "Soyuz MS-13",
      "serial_number": "Soyuz MS 11F732A48 #746",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P200DT16H44M24S",
      "time_docked": "P200DT6H38M38S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz MS-13 will transport three astronauts  to the International Space Station. The crew consists of Aleksandr Skvortsov, Luca Parmitano, and Andrew R. Morgan.",
      "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"
      }
    }
  ]
}