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=280&ordering=time_docked
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=290&ordering=time_docked",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=270&ordering=time_docked",
    "results": [
        {
            "id": 400,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/400/?format=api",
            "name": "Progress 16",
            "serial_number": "Progress 16 (No.115)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P44DT5H56M24S",
            "time_docked": "P41DT2H10M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress 16 (Russian: Прогресс 16), was a Progress spacecraft used to resupply the space station Salyut 7.",
            "spacecraft_config": {
                "id": 8,
                "url": "https://ll.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://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_7k-tg_image_20231220085840.png"
            }
        },
        {
            "id": 346,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/346/?format=api",
            "name": "Progress M-27",
            "serial_number": "Progress M-27 (No.227)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P43DT7H53M40S",
            "time_docked": "P41DT2H41M53S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-27 (Russian: Прогресс М-27), 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": 381,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/381/?format=api",
            "name": "Progress 34",
            "serial_number": "Progress 34 (No.142)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P43DT8H37M36S",
            "time_docked": "P41DT3H31M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress 34 (Russian: Прогресс 34), was a Progress spacecraft used to resupply the space station Mir.",
            "spacecraft_config": {
                "id": 8,
                "url": "https://ll.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://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_7k-tg_image_20231220085840.png"
            }
        },
        {
            "id": 376,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/376/?format=api",
            "name": "Progress 39",
            "serial_number": "Progress 39 (No.147)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P44DT9H37M23S",
            "time_docked": "P42DT1H10M24S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress 39 (Russian: Прогресс 39), was a Progress spacecraft used to resupply the space station Mir.",
            "spacecraft_config": {
                "id": 8,
                "url": "https://ll.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://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_7k-tg_image_20231220085840.png"
            }
        },
        {
            "id": 171,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/171/?format=api",
            "name": "HTV Technical Demonstration Vehicle",
            "serial_number": "HTV-1",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P52DT4H24M14S",
            "time_docked": "P42DT16H36M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "HTV-1, also known as the HTV Demonstration Flight or HTV Technical Demonstration Vehicle, was the first Japanese Space Agency (JAXA) H-II Transfer Vehicle, launched in September 2009 to resupply the International Space Station and support the JAXA Kibo laboratory or JEM. It was an unmanned cargo spacecraft carrying a mixture of pressurised and unpressurised cargo to the space station. After a 52-day successful mission, HTV departed the ISS on 31 October 2009 after being released by the station's robotic arm. The spacecraft re-entered the Earth's atmosphere on 2 November and disintegrated on re-entry as planned.",
            "spacecraft_config": {
                "id": 18,
                "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg"
            }
        },
        {
            "id": 167,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/167/?format=api",
            "name": "Cygnus CRS OA-7",
            "serial_number": null,
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P54DT1H56M34S",
            "time_docked": "P43DT1H",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Cygnus CRS OA-7, also known as Orbital ATK CRS-7, is the eighth flight of the Orbital ATK unmanned resupply spacecraft Cygnus and its seventh 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.\r\n\r\nThe OA-7 is named the S.S. John Glenn in honor of astronaut and senator John Glenn, the first US astronaut to orbit the Earth on Mercury 6 and the oldest to go to space on STS-95.",
            "spacecraft_config": {
                "id": 19,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
                "name": "Cygnus Enhanced",
                "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": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
            }
        },
        {
            "id": 345,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/345/?format=api",
            "name": "Progress M-28",
            "serial_number": "Progress M-28 (No.228)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P46DT5H54M14S",
            "time_docked": "P44DT30M16S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-28 (Russian: Прогресс М-28), 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": 176,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/176/?format=api",
            "name": "Kounotori 6",
            "serial_number": "HTV-6",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P58DT1H39M13S",
            "time_docked": "P44DT21H2M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Kounotori 6, also known as HTV-6, is the sixth flight of the H-II Transfer Vehicle, an unmanned cargo spacecraft launched to resupply the International Space Station. It was launched at 13:26:47 UTC on 9 December 2016 aboard H-IIB launch vehicle from Tanegashima Space Center.",
            "spacecraft_config": {
                "id": 18,
                "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg"
            }
        },
        {
            "id": 394,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/394/?format=api",
            "name": "Progress 22",
            "serial_number": "Progress 22 (No.124)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P48DT4H39M8S",
            "time_docked": "P45DT21H49M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress 22 (Russian: Прогресс 22), was a Progress spacecraft used to resupply the space station Salyut 7.",
            "spacecraft_config": {
                "id": 8,
                "url": "https://ll.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://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_7k-tg_image_20231220085840.png"
            }
        },
        {
            "id": 362,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/362/?format=api",
            "name": "Progress M-11",
            "serial_number": "Progress M-11 (No.212)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P48DT7H56M43S",
            "time_docked": "P45DT23H12M57S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-11 (Russian: Прогресс М-11), 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"
            }
        }
    ]
}