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=30&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=40&ordering=mission_ends_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=20&ordering=mission_ends_count",
  "results": [
    {
      "id": 172,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/172/?format=api",
      "name": "Kounotori 2",
      "serial_number": "HTV-2",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P66DT21H31M3S",
      "time_docked": "P60D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Kounotori 2 , also known as HTV-2, was launched in January 2011 and was the second Japanese H-II Transfer Vehicle to resupply the International Space Station (ISS). It was launched by the H-IIB Launch Vehicle No. 2 (H-IIB F2) manufactured by MHI and JAXA. After the supplies were unloaded, Kounotori 2 was loaded with waste material from ISS, including used experiment equipment and used clothes. Kounotori 2 was then unberthed and separated from the ISS and burned up upon reentering the atmosphere on 30 March 2011.",
      "spacecraft_config": {
        "id": 18,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/18/?format=api",
        "name": "H-II Transfer Vehicle (HTV)",
        "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": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg"
      }
    },
    {
      "id": 169,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/169/?format=api",
      "name": "Cygnus CRS OA-9E",
      "serial_number": null,
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P70DT32M54S",
      "time_docked": "P52DT54M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Cygnus CRS OA-9E, also known as Orbital ATK OA-9E and Northrop Grumman OA-9E, was the tenth planned flight of the Orbital ATK uncrewed resupply spacecraft Cygnus and its ninth flight to the International Space Station under the Commercial Resupply Services contract with NASA. Orbital and NASA jointly developed a new space transportation system to provide commercial cargo resupply services to the International Space Station (ISS). Under the Commercial Orbital Transportation Services (COTS) program, then Orbital Sciences designed and built Antares, a medium-class launch vehicle; Cygnus, an advanced maneuvering spacecraft, and a Pressurized Cargo Module which is provided by Orbital's industrial partner Thales Alenia Space.",
      "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": 307,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/307/?format=api",
      "name": "Progress M-54",
      "serial_number": "Progress M-54 (No.354)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P176DT44M6S",
      "time_docked": "P173DT19H24M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-54 (Russian: Прогресс М-54), identified by NASA as Progress 19 or 19P, 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": 86,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/86/?format=api",
      "name": "Soyuz TMA-7",
      "serial_number": "Soyuz TMA 11F732A17 #217",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P189DT19H53M7S",
      "time_docked": "P187DT14H19M17S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-7 was a Soyuz spacecraft which launched on 1 October 2005 03:55 UTC. It transported two members of the Expedition 12 crew and one participant to the International Space Station. The Expedition 12 crew consisted of Valery Tokarev and William McArthur. The participant was tourist Gregory Olsen.",
      "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": 249,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/249/?format=api",
      "name": "Progress M-24M",
      "serial_number": "Progress M-24M (No.423)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P119DT2H1M16S",
      "time_docked": "P95DT2H7M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-24M (Russian: Прогресс М-24М), identified by NASA as Progress 56 or 56P, 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": 244,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/244/?format=api",
      "name": "Progress M-29M",
      "serial_number": "Progress M-29M (No.429)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P189DT20H41M20S",
      "time_docked": "P180DT15H23M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-29M (Russian: Прогресс М-29М), identified by NASA as Progress 61 or 61P 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": 520,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/520/?format=api",
      "name": "Soyuz 7K-LOK No.2",
      "serial_number": "Soyuz 7K-LOK",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "PT8M5S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "The Soyuz 7K-LOK was a Soviet crewed spacecraft designed to launch men from Earth to orbit the Moon, developed in parallel to the 7K-L1.",
      "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": 164,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/164/?format=api",
      "name": "Cygnus CRS OA-4",
      "serial_number": null,
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P75DT18H15M3S",
      "time_docked": "P71DT23H19M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Cygnus CRS OA-4, also known as Orbital ATK CRS-4 and CRS Orb-4, was the fourth successful flight of the Orbital ATK uncrewed resupply spacecraft Cygnus and its third flight to the International Space Station under the Commercial Resupply Services contract with NASA. With the Antares rocket undergoing a redesign following its failure during the Orb-3 launch, OA-4 was launched by an Atlas V rocket. Following three launch delays due to inclement weather beginning on 3 December 2015, OA-4 was launched at 21:44 UTC on 6 December 2015. With a liftoff weight of 7,492 kilograms, OA-4 became the heaviest payload ever launched on an Atlas V. The spacecraft rendezvoused with and was berthed to the ISS on 9 December 2015. It was released on 19 February 2016 after 72 days at the station. Deorbit occurred on 20 February at approximately 16:00 UTC.",
      "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": 367,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/367/?format=api",
      "name": "Progress M-6",
      "serial_number": "Progress M-6 (No.205)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P60DT3H16M59S",
      "time_docked": "P57DT20H11M16S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-6 (Russian: Прогресс М-6), 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": 202,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/202/?format=api",
      "name": "Soyuz 5",
      "serial_number": "Soyuz 7K-OK (P) 11F615 #13",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P3DT54M15S",
      "time_docked": "PT4H35M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz 5 was a Soyuz spacecraft which launched on 18 January 1069 07:04 UTC. It launched three cosmonauts for a joint mission with Soyuz 4. The crew was Boris Volynov, 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"
      }
    }
  ]
}