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=50&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=60&ordering=time_in_space",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=40&ordering=time_in_space",
    "results": [
        {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/2/?format=api",
            "name": "Mercury No.7",
            "serial_number": "7",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT15M22S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Mercury No.7 is the Mercury capsule used for the Mercury-Redstone 3 - callsign \"Freedom 7\" - mission launched on May 5, 1961 and piloted by astronaut Alan Shepard.",
            "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": 3,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/3/?format=api",
            "name": "Mercury No.11",
            "serial_number": "11",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT16M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Mercury No.11 is the Mercury capsule used for the Mercury-Redstone 4 - callsign \"Liberty Bell 7\" - mission launched on July 21, 1961 and piloted by astronaut Virgil \"Gus\" Grissom.",
            "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": 10,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/10/?format=api",
            "name": "Mercury No.5",
            "serial_number": "5",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT17M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Mercury No.5 is the Mercury capsule used for the Mercury-Redstone 2 mission launched on January 31, 1961 with a chimpanzee onboard.",
            "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": 442,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/442/?format=api",
            "name": "X-15-1",
            "serial_number": "56-6670",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT18M",
            "time_docked": "P0D",
            "flights_count": 2,
            "mission_ends_count": 2,
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "description": "First X-15 experimental rocket plane.",
            "spacecraft_config": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/13/?format=api",
                "name": "North American X-15",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "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/north2520american2520x-15_image_20190207032520.jpeg"
            }
        },
        {
            "id": 484,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/484/?format=api",
            "name": "Mercury No.6",
            "serial_number": "6",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT18M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Mercury No.6 is the Mercury capsule used for the Mercury-Atlas 2 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": 12,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/12/?format=api",
            "name": "Gemini SC2",
            "serial_number": "2",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT18M14S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Gemini SC2 is the Gemini capsule used for the Gemini 2 mission launched on January 19, 1965.",
            "spacecraft_config": {
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/12/?format=api",
                "name": "Gemini",
                "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/gemini_image_20190207032517.jpeg"
            }
        },
        {
            "id": 41,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/41/?format=api",
            "name": "Soyuz MS-10",
            "serial_number": "Soyuz MS 11F732A48 #740",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT18M45S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz MS-10 was a manned Soyuz MS spaceflight which aborted shortly after launch on 11 October 2018 due to a failure of the Soyuz-FG launch vehicle boosters. It was intended to transport Aleksey Ovchinin and Nick Hague to the International Space Station.",
            "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": 599,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/599/?format=api",
            "name": "RSS Kármán line",
            "serial_number": null,
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT20M21S",
            "time_docked": "P0D",
            "flights_count": 2,
            "mission_ends_count": 2,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Second human rated Crew Capsule for New Shepard.",
            "spacecraft_config": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/21/?format=api",
                "name": "Crew Capsule 2.0",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 141,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                    "name": "Blue Origin",
                    "type": "Commercial"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg"
            }
        },
        {
            "id": 189,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/189/?format=api",
            "name": "Soyuz 7K-T No.39",
            "serial_number": "Soyuz 7K-T 11F615A8 #39",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT21M27S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 7K-T No.39 was a Soyuz spacecraft which launched on 5 April 1975 11:04 UTC. It intended to transport two cosmonauts to Salyut 4, but an anomoly caused launch escape system to fire at T+295 seconds. The crew was Vasily Lazarev and Oleg Makarov.",
            "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": 479,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/479/?format=api",
            "name": "Apollo CSM-009",
            "serial_number": "CSM-009",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT37M20S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Apollo CSM used for the AS-201 flight and drop tests. Currently on display at the Strategic Air and Space Museum near Offutt Air Force Base in Ashland, Nebraska.",
            "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"
            }
        }
    ]
}