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=410&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=420&ordering=-time_docked",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=400&ordering=-time_docked",
    "results": [
        {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/1/?format=api",
            "name": "Apollo Columbia CSM-107",
            "serial_number": "CSM-107",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P8DT3H18M",
            "time_docked": "P4DT2H54M28S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "CSM-107 \"Columbia\" was an Apollo Command & Service Module used in the Apollo 11 mission.",
            "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": 587,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/587/?format=api",
            "name": "LM Eagle",
            "serial_number": "LM-5",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P4DT12H33M11S",
            "time_docked": "P4DT2H54M28S",
            "flights_count": 2,
            "mission_ends_count": 2,
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "description": "Flown on Apollo 11.\r\n\r\nDescent stage on lunar surface in Sea of Tranquility, ascent stage left in lunar orbit (could be still orbiting the moon)",
            "spacecraft_config": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
                "name": "Apollo Lunar Module",
                "type": {
                    "id": 7,
                    "name": "Lander"
                },
                "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/lunar_module_on_image_20240505074251.jpeg"
            }
        },
        {
            "id": 586,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/586/?format=api",
            "name": "LM Snoopy",
            "serial_number": "LM-4",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P4DT12H24M36S",
            "time_docked": "P4DT56M55S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "description": "Flown on Apollo 10.\r\n\r\nDescent stage may have hit the Moon, ascent stage in heliocentric orbit. Snoopy is the only flown LM ascent stage known to have survived intact (possibly asteroid 2018 AV2).",
            "spacecraft_config": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
                "name": "Apollo Lunar Module",
                "type": {
                    "id": 7,
                    "name": "Lander"
                },
                "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/lunar_module_on_image_20240505074251.jpeg"
            }
        },
        {
            "id": 28,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/28/?format=api",
            "name": "Apollo Charlie Brown CSM-106",
            "serial_number": "CSM-106",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P8DT3M",
            "time_docked": "P4DT56M55S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "CSM-106 \"Charlie Brown\" was an Apollo Command & Service Module used in the Apollo 10 mission.",
            "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": 585,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/585/?format=api",
            "name": "LM Spider",
            "serial_number": "LM-3",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P4DT5H22M45S",
            "time_docked": "P3DT19H57M56S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Flown on Apollo 9.",
            "spacecraft_config": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
                "name": "Apollo Lunar Module",
                "type": {
                    "id": 7,
                    "name": "Lander"
                },
                "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/lunar_module_on_image_20240505074251.jpeg"
            }
        },
        {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/27/?format=api",
            "name": "Apollo Gumdrop CSM-104",
            "serial_number": "CSM-104",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P10DT1H",
            "time_docked": "P3DT19H57M56S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "CSM-104 \"Gumdrop\" was an Apollo Command & Service Module used in the Apollo 9 mission.",
            "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": 224,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/224/?format=api",
            "name": "Soyuz T-2",
            "serial_number": "Soyuz T 11F732 #7",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P3DT22H19M30S",
            "time_docked": "P2DT17H22M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz T-2 was a Soyuz spacecraft which launched on 5 June 1980 14:19 UTC. It transported two cosmonauts to Salyut 6. The crew was Yury Malyshev and Vladimir Aksyonov.",
            "spacecraft_config": {
                "id": 42,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
                "name": "Soyuz T",
                "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_t_image_20231228134543.png"
            }
        },
        {
            "id": 21,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/21/?format=api",
            "name": "Gemini SC11",
            "serial_number": "11",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P2DT23H16M34S",
            "time_docked": "P2DT39M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Gemini SC11 is the Gemini capsule used for the Gemini 11 mission launched on September 12, 1966 and crewed by astronauts Charles \"Pete\" Conrad Jr. (command pilot) and Richard F. Gordon Jr. (pilot).",
            "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": 187,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/187/?format=api",
            "name": "Soyuz 19",
            "serial_number": "Soyuz 7K-TM 11F615A12 #75",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P5DT22H30M",
            "time_docked": "P1DT22H46M12S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 19 was a Soyuz spacecraft which launched on 15 July 1975 12:20 UTC. It was used in the Apollo-Soyuz test project. The crew was Alexey Leonov and Valeri Kubasov.",
            "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": 32,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/32/?format=api",
            "name": "Apollo CSM-111",
            "serial_number": "CSM-111",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P9DT1H28M",
            "time_docked": "P1DT22H46M12S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "CSM-111 was an Apollo Command & Service Module used in the Apollo-Soyuz Test Project.",
            "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"
            }
        }
    ]
}