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=380&ordering=-id
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=390&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=370&ordering=-id",
    "results": [
        {
            "id": 210,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/210/?format=api",
            "name": "Dragon C101",
            "serial_number": "C101",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P0D",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "description": "First Dragon mission, second Falcon 9 launch. Mission tested the orbital maneuvering and reentry of the Dragon capsule. After recovery, the capsule was put on display at SpaceX's headquarters.",
            "spacecraft_config": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/3/?format=api",
                "name": "Dragon 1",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 121,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.jpeg"
            }
        },
        {
            "id": 209,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/209/?format=api",
            "name": "Progress MS-10",
            "serial_number": "Progress MS-10 (No.440)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P199DT17H13M52S",
            "time_docked": "P197DT13H12M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress MS-10 , identified by NASA as Progress 71 or 71P, is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
            "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"
            }
        },
        {
            "id": 208,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/208/?format=api",
            "name": "Voskhod-3KD No.4",
            "serial_number": "Voskhod-3KD No.4",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P1DT2H2M17S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Voskhod 2 was a Voskhod spacecraft which launched on 18 March 1965 07:00 UTC. It was the second manned flight of the Voskhod program. It launched two cosmonauts for craft testing and science purposes. The crew was Pavel Belyayev and Alexey Leonov.",
            "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": 207,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/207/?format=api",
            "name": "Voskhod-3KV No.3",
            "serial_number": "Voskhod-3KV No.3",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P1DT17M3S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Voskhod 1 was a Voskhod spacecraft which launched on 12 October 1964 07:30 UTC. It was the seventh manned flight of the Soviet spaceflight program. It launched three cosmonauts for craft testing and science purposes. The crew was Vladimir Komarov,\r\nKonstantin Feoktistov, and Boris Yegorov.",
            "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": 206,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/206/?format=api",
            "name": "Soyuz 1",
            "serial_number": "Soyuz 7K-OK (A) 11F615 #4",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P1DT2H47M52S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 1 was a Soyuz spacecraft which launched on 23 April 1967 00:35 UTC. It was the first manned flight of the Soyuz program carrying cosmonaut Colonel Vladimir Komarov. The landing failed due to parachute failure. It was the first in-flight fatality in the history of spaceflight.",
            "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": 204,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/204/?format=api",
            "name": "Soyuz 3",
            "serial_number": "Soyuz 7K-OK (A) 11F615 #10",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P3DT22H50M45S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 3 was a Soyuz spacecraft which launched on 26 October 1968 08:34 UTC. It launched one cosmonaut for a joint mission with Soyuz 2. The crew was Georgy Beregovoy.",
            "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": 203,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/203/?format=api",
            "name": "Soyuz 4",
            "serial_number": "Soyuz 7K-OK (A) 11F615 #12",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P2DT23H20M47S",
            "time_docked": "PT4H35M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 4 was a Soyuz spacecraft which launched on 14 January 1969 07:30 UTC. It launched three cosmonauts for a joint mission with Soyuz 5. The crew was Vladimir Shatalov, Aleksei Yeliseyev, and Yevgeny Khrunov.",
            "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": 202,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/202/?format=api",
            "name": "Soyuz 5",
            "serial_number": "Soyuz 7K-OK (P) 11F615 #13",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P3DT54M15S",
            "time_docked": "PT4H35M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 5 was a Soyuz spacecraft which launched on 18 January 1069 07:04 UTC. It launched three cosmonauts for a joint mission with Soyuz 4. The crew was Boris Volynov, Aleksei Yeliseyev, and Yevgeny Khrunov.",
            "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": 201,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/201/?format=api",
            "name": "Soyuz 6",
            "serial_number": "Soyuz 7K-OK 11F615 #14",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P4DT22H42M47S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 6 was a Soyuz spacecraft which launched on 11 October 1969 11:10 UTC. It launched two cosmonauts for a joint mission with Soyuz 7 and 8. The crew was \tGeorgi Shonin 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"
            }
        }
    ]
}