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=150&ordering=-mission_ends_count
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 590,
    "next": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=160&ordering=-mission_ends_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=140&ordering=-mission_ends_count",
    "results": [
        {
            "id": 496,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/496/?format=api",
            "name": "Soyuz 7K-T No.33A",
            "serial_number": "Soyuz 7K-T 11F615A8 #33A",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P5DT9H7M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Second generation Soyuz used for a test flight.",
            "spacecraft_config": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                "name": "Soyuz",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
            }
        },
        {
            "id": 157,
            "url": "https://ll.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://ll.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://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                    "name": "Arianespace",
                    "type": "Commercial"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/automated_trans_image_20231118111716.jpeg"
            }
        },
        {
            "id": 303,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/303/?format=api",
            "name": "Progress M-58",
            "serial_number": "Progress M-58 (No.358)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P155DT9H49M24S",
            "time_docked": "P152DT3H43M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-58 (Russian: Прогресс М-58), identified by NASA as Progress 23 or 23P, was a Progress spacecraft used to resupply the International Space Station.",
            "spacecraft_config": {
                "id": 35,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                "name": "Progress-M",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
            }
        },
        {
            "id": 162,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/162/?format=api",
            "name": "Cygnus CRS Orb-2",
            "serial_number": null,
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P34DT20H29M46S",
            "time_docked": "P30DT4M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Cygnus CRS Orb-2, also known as Orbital Sciences CRS Flight 2, was the third flight of the Orbital Sciences' unmanned resupply spacecraft Cygnus, its third flight to the International Space Station, and the fourth launch of the company's Antares launch vehicle. The mission launched from the Mid-Atlantic Regional Spaceport on 13 July 2014.",
            "spacecraft_config": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/5/?format=api",
                "name": "Cygnus Standard",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 257,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                    "name": "Northrop Grumman Space Systems",
                    "type": "Commercial"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520standard_image_20190207032514.jpeg"
            }
        },
        {
            "id": 231,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/231/?format=api",
            "name": "Vostok-3KA No.7",
            "serial_number": "Vostok-3KA No.7",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P4DT23H7M2S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Vostok 5 was a Vostok spacecraft which launched on 14 June 1963 11:58:58 UTC. It transported one cosmonaut to Low Earth Orbit. The crew was Valery Bykovsky.",
            "spacecraft_config": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/15/?format=api",
                "name": "Vostok",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok-3ka_image_20190207032525.jpeg"
            }
        },
        {
            "id": 216,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/216/?format=api",
            "name": "Dragon C107",
            "serial_number": "C107",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P31DT14H56M50S",
            "time_docked": "P29DT3H17M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "description": "Cargo manifest change due to Cygnus CRS Orb-3 launch failure. Carried the Cloud Aerosol Transport System experiment.",
            "spacecraft_config": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/3/?format=api",
                "name": "Dragon 1",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 121,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.jpeg"
            }
        },
        {
            "id": 370,
            "url": "https://ll.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://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                "name": "Progress-M",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
            }
        },
        {
            "id": 487,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/487/?format=api",
            "name": "Mercury No.9",
            "serial_number": "9",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT3H20M59S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Mercury No.9 is the Mercury capsule used for the Mercury-Atlas 5 mission.",
            "spacecraft_config": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/11/?format=api",
                "name": "Mercury",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg"
            }
        },
        {
            "id": 445,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/445/?format=api",
            "name": "Progress MS-15",
            "serial_number": "MS-15 (No.444)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P200DT18H46M46S",
            "time_docked": "P200DT11H32M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress MS-15 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
            "spacecraft_config": {
                "id": 33,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
                "name": "Progress-MS",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
            }
        },
        {
            "id": 186,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/186/?format=api",
            "name": "Soyuz 21",
            "serial_number": "Soyuz 7K-T 11F615A8 #41",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P49DT6H23M32S",
            "time_docked": "P48DT13S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 21 was a Soyuz spacecraft which launched on 6 July 1976 12:08 UTC. It transported two cosmonauts on the first flight to Salyut. The crew was Boris Volynov and Vitaly Zholobov.",
            "spacecraft_config": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                "name": "Soyuz",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
            }
        }
    ]
}