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=130&ordering=-time_in_space
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=140&ordering=-time_in_space",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=120&ordering=-time_in_space",
    "results": [
        {
            "id": 300,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/300/?format=api",
            "name": "Progress M-61",
            "serial_number": "Progress M-61 (No.361)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P173DT2H17M13S",
            "time_docked": "P138DT9H19M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-61 (Russian: Прогресс М-61), identified by NASA as Progress 26 or 26P, 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": 257,
            "url": "https://ll.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://ll.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://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_252_image_20231219140115.jpeg"
            }
        },
        {
            "id": 601,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/601/?format=api",
            "name": "Shenzhou 19",
            "serial_number": "19",
            "is_placeholder": false,
            "in_space": true,
            "time_in_space": "P172DT5H57M3S",
            "time_docked": "P171DT23H24M37S",
            "flights_count": 1,
            "mission_ends_count": 0,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Spacecraft used to launch 3 taikonauts on the 8th crewed mission to the Tiangong space station.",
            "spacecraft_config": {
                "id": 2,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
                "name": "Shenzhou",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "type": "Government"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
            }
        },
        {
            "id": 51,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/51/?format=api",
            "name": "Soyuz TMA-20M",
            "serial_number": "Soyuz TMA-M 11F732A47 #720",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P172DT3H46M18S",
            "time_docked": "P171DT18H42M30S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-20m is a Soyuz spacecraft launched on 18 March 2016 21:26 UTC. It transported three members of the Expedition 47 crew to the International Space Station. The crew consisted of Aleksey Ovchinin, Oleg Skripochka, and Jeffrey Williams.",
            "spacecraft_config": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api",
                "name": "Soyuz TMA-M",
                "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_tma-m_image_20231225092103.jpeg"
            }
        },
        {
            "id": 245,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/245/?format=api",
            "name": "Progress M-28M",
            "serial_number": "Progress M-28M (No.428)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P169DT6H32M15S",
            "time_docked": "P167DT24M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-28M (Russian: Прогресс М-28М), identified by NASA as Progress 60 or 60P was a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
            "spacecraft_config": {
                "id": 34,
                "url": "https://ll.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://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_252_image_20231219140115.jpeg"
            }
        },
        {
            "id": 110,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/110/?format=api",
            "name": "Soyuz TM-20",
            "serial_number": "Soyuz TM 11F732A51 #69",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P169DT5H21M30S",
            "time_docked": "P167DT14M53S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-20 was a Soyuz spacecraft which launched on 3 October 1994 22:42 UTC. It transported two members of the Expedition 17 crew and one German astronaut to Mir. The Expedition 17 crew consisted of Alexander Viktorenko and Yelena Kondakova. The German was ESA astronaut Ulf Merbold.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "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_tm_image_20231228130713.jpeg"
            }
        },
        {
            "id": 59,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/59/?format=api",
            "name": "Soyuz TMA-12M",
            "serial_number": "Soyuz TMA-M 11F732A47 #712",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P169DT5H5M37S",
            "time_docked": "P166DT23H8M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-12M was a Soyuz spacecraft which launched on 25 March 2014 21:517 UTC. It transported three members of the Expedition 39 crew to the International Space Station. The crew consisted of Aleksandr Skvortsov, Oleg Artemyev, and Steven R. Swanson.",
            "spacecraft_config": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api",
                "name": "Soyuz TMA-M",
                "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_tma-m_image_20231225092103.jpeg"
            }
        },
        {
            "id": 77,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/77/?format=api",
            "name": "Soyuz TMA-16",
            "serial_number": "Soyuz TMA 11F732A17 #226",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P169DT4H9M15S",
            "time_docked": "P166DT23H7M15S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-16 was a Soyuz spacecraft which launched on September 30 2009 07:14 UTC. It transported two members of the Expedition 21 crew and one participant to the International Space Station. The Expedition 21 crew consisted of Maksim Surayev and Jeffrey Williams. The spaceflight participant was tourist Guy Laliberté.",
            "spacecraft_config": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/44/?format=api",
            "name": "Soyuz MS-07",
            "serial_number": "Soyuz MS 11F732A48 #737",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P168DT5H17M59S",
            "time_docked": "P166DT37M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz MS-07 is a Soyuz spacecraft launched on 17 December 2017 07:21 UTC. It transported three members of the Expedition 54 crew to the International Space Station. The crew consisted of Anton Shkaplerov, Scott D. Tingle, and Norishige Kanai.",
            "spacecraft_config": {
                "id": 38,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
                "name": "Soyuz MS",
                "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": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
            }
        },
        {
            "id": 45,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/45/?format=api",
            "name": "Soyuz MS-06",
            "serial_number": "Soyuz MS 11F732A48 #734",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P168DT5H13M58S",
            "time_docked": "P167DT20H13M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz MS-06 is a Soyuz spacecraft which launched on 13 September 2017. It transported three members of the Expedition 53 crew to the International Space Station. The crew consisted of Alexander Misurkin, Mark Vande Hei, and Joseph Acaba.",
            "spacecraft_config": {
                "id": 38,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
                "name": "Soyuz MS",
                "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": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
            }
        }
    ]
}