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=60&ordering=-flights_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=70&ordering=-flights_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=50&ordering=-flights_count",
    "results": [
        {
            "id": 416,
            "url": "https://ll.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://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": 353,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/353/?format=api",
            "name": "Progress M-20",
            "serial_number": "Progress M-20 (No.220)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P40DT11H32M41S",
            "time_docked": "P38DT3H13M57S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-20 (Russian: Прогресс М-20), 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": 354,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/354/?format=api",
            "name": "Progress M-19",
            "serial_number": "Progress M-19 (No.219)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P69DT1H58M29S",
            "time_docked": "P61DT17H59M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-19 (Russian: Прогресс М-19), 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": 296,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/296/?format=api",
            "name": "Progress M-65",
            "serial_number": "Progress M-65 (No.365)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P88DT12H58M58S",
            "time_docked": "P58DT21H36M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-65 (Russian: Прогресс М-65), identified by NASA as Progress 30 or 30P, 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": 535,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/535/?format=api",
            "name": "Voskhod-3KD No.1",
            "serial_number": "Voskhod-3KD No.1",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT3H",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Voskhod spacecraft launched on February 22, 1965.",
            "spacecraft_config": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/16/?format=api",
                "name": "Voskhod",
                "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/voskhod_image_20190207032525.png"
            }
        },
        {
            "id": 369,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/369/?format=api",
            "name": "Progress M-4",
            "serial_number": "Progress M-4 (No.204)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P36DT7H42M8S",
            "time_docked": "P31DT7H16M30S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-4 (Russian: Прогресс М-4), 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": 427,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/427/?format=api",
            "name": "Shenzhou 10",
            "serial_number": "10",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P14DT14H28M58S",
            "time_docked": "P12DT11H13M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "The Shenzhou spacecraft docked with the Tiangong-1 trial space laboratory module on 13 June, and the astronauts performed physical, technological, and scientific experiments while on board. Shenzhou 10 was the final mission to Tiangong 1 in this portion of the Tiangong program.",
            "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": 480,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/480/?format=api",
            "name": "Apollo CSM-011",
            "serial_number": "CSM-011",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT1H33M2S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Apollo CSM used for the AS-202 suborbital test flight.",
            "spacecraft_config": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/10/?format=api",
                "name": "Apollo Command/Service Module",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 999,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/999/?format=api",
                    "name": "North American Aviation",
                    "type": "Commercial"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
            }
        },
        {
            "id": 338,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/338/?format=api",
            "name": "Progress M-35",
            "serial_number": "Progress M-35 (No.235)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P94DT13H11M6S",
            "time_docked": "P80DT4H58M22S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-35 (Russian: Прогресс М-35), 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": 236,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/236/?format=api",
            "name": "Progress MS-08",
            "serial_number": "Progress MS-08 (No.438)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P197DT15H46M27S",
            "time_docked": "P188DT15H38M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress MS-08 (Russian: Прогресс МC-08), identified by NASA as Progress 69 or 69P, is a Progress spacecraft used by Roscosmos to resupply the International Space Station.",
            "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"
            }
        }
    ]
}