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=580&ordering=-time_docked
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 590,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=570&ordering=-time_docked",
    "results": [
        {
            "id": 559,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/559/?format=api",
            "name": "X-37B 2",
            "serial_number": "2",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P2400DT10H50M",
            "time_docked": "P0D",
            "flights_count": 4,
            "mission_ends_count": 4,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Second X-37B. First flight on March 5, 2011.",
            "spacecraft_config": {
                "id": 30,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/30/?format=api",
                "name": "X-37B",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "agency": {
                    "id": 80,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                    "name": "Boeing",
                    "type": "Commercial"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-37b_image_20221113134355.jpeg"
            }
        },
        {
            "id": 512,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/512/?format=api",
            "name": "Soyuz 7K-L1 No.13",
            "serial_number": "Soyuz 7K-L1 #13",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT12H15M24S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "The Soyuz 7K-L1 \"Zond\" spacecraft was designed to launch men from the Earth to circle the Moon without going into lunar orbit in the context of the Soviet crewed Moon-flyby program in the Moon race. It was based on the Soyuz 7K-OK.",
            "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": 453,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/453/?format=api",
            "name": "RSS First Step",
            "serial_number": "2.0-2",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT2H2M10S",
            "time_docked": "P0D",
            "flights_count": 12,
            "mission_ends_count": 12,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "First Blue Origin New Shepard Crew Capsule 2.0 to carry human passengers. This capsule is outfitted with improvements to environmental features such as acoustics and temperature regulation inside the capsule, crew display panels, and speakers with a microphone and push-to-talk button at each seat.",
            "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": 506,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/506/?format=api",
            "name": "Soyuz 7K-L1 No.5",
            "serial_number": "Soyuz 7K-L1 #5",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT2M1S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "The Soyuz 7K-L1 \"Zond\" spacecraft was designed to launch men from the Earth to circle the Moon without going into lunar orbit in the context of the Soviet crewed Moon-flyby program in the Moon race. It was based on the Soyuz 7K-OK.",
            "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": 151,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/151/?format=api",
            "name": "Soyuz 33",
            "serial_number": "Soyuz 7K-T 11F615A8 #49",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P1DT23H1M6S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 33 was a Soyuz spacecraft which launched on 10 April 1979 17:34 UTC. It was intended to transport two cosmonauts to Salyut 6, but docking failed. The crew was Nikolai Rukavishnikov and Georgi Ivanov.",
            "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": 205,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/205/?format=api",
            "name": "Soyuz 2",
            "serial_number": "Soyuz 7K-OK (P) 11F615 #11",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P2DT22H51M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 2 was a uncrewed Soyuz spacecraft which launched on 28 October 1968 07:51 UTC. It intended to be the target of the Soyuz 3 docking, but it was unsuccessful.",
            "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": 16,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/16/?format=api",
            "name": "Gemini SC6",
            "serial_number": "6",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P1DT1H51M24S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Gemini SC6 is the Gemini capsule used for the Gemini 6 mission launched on December 15, 1965 and crewed by astronauts Walter M. Schirra, Jr. (command pilot) and Thomas P. Stafford (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": 195,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/195/?format=api",
            "name": "Soyuz 12",
            "serial_number": "Soyuz 7K-T 11F615A8 #37",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P1DT23H15M32S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 12 was a Soyuz spacecraft which launched on 27 September 1973 12:18 UTC. It launched two cosmonauts to orbit for spacecraft testing purposes. The crew was Vasili 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": 444,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/444/?format=api",
            "name": "X-15-3",
            "serial_number": "56-6672",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT3H51M32S",
            "time_docked": "P0D",
            "flights_count": 11,
            "mission_ends_count": 11,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Third X-15 experimental rocket plane. Destroyed during flight 191.",
            "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": 530,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/530/?format=api",
            "name": "Vostok-1K No.1",
            "serial_number": "Vostok-1K No.1",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P0D",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Vostok spacecraft used for test flights before the first human spaceflight.",
            "spacecraft_config": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/15/?format=api",
                "name": "Vostok",
                "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/vostok-3ka_image_20190207032525.jpeg"
            }
        }
    ]
}