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=440&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=450&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=430&ordering=-id",
    "results": [
        {
            "id": 150,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/150/?format=api",
            "name": "Soyuz 34",
            "serial_number": "Soyuz 7K-T 11F615A8 #50",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P73DT18H16M45S",
            "time_docked": "P71DT12H34M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 34 was a Soyuz spacecraft which launched on 6 June 1979 18:12 UTC. It  launched with no crew, but was used as a spacecraft down for two cosmonauts of EO-3 from Salyut 6. The crew was Vladimir Lyakhov and Valery Ryumin.",
            "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": 149,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/149/?format=api",
            "name": "Soyuz 35",
            "serial_number": "Soyuz 7K-T 11F615A8 #51",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P55DT1H28M1S",
            "time_docked": "P53DT20H34M28S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 35 was a Soyuz spacecraft which launched on 9 April 1980 13:38 UTC. It  transported two cosmonauts of EO-4 to Salyut 6. The crew was Leonid Popov and Valery Ryumin.\r\n\r\nIt also ferried down two cosmonauts from EP-5.",
            "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": 148,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/148/?format=api",
            "name": "Soyuz 36",
            "serial_number": "Soyuz 7K-T 11F615A8 #52",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P65DT20H54M23S",
            "time_docked": "P64DT14H29M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 36 was a Soyuz spacecraft which launched on 26 May 1980 18:20 UTC. It  transported two cosmonauts of EP-5 to Salyut 6. The crew was Valeri Kubasov and Bertalan Farkas.\r\n\r\nIt also ferried down two cosmonauts from EP-7.",
            "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": 147,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/147/?format=api",
            "name": "Soyuz 37",
            "serial_number": "Soyuz 7K-T 11F615A8 #53",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P79DT15H16M54S",
            "time_docked": "P78DT10H3M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 37 was a Soyuz spacecraft which launched on 23 July 1980 18:33 UTC. It  transported two cosmonauts of EP-7 to Salyut 6. The crew was Viktor Gorbatko and Pham Tuân.",
            "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": 146,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/146/?format=api",
            "name": "Soyuz 38",
            "serial_number": "Soyuz 7K-T 11F615A8 #54",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P7DT20H43M24S",
            "time_docked": "P6DT15H46M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 38 was a Soyuz spacecraft which launched on 18 September 1980 19:11 UTC. It  transported two cosmonauts of EP-8 to Salyut 6. The crew was Yuri Romanenko and Arnaldo Tamayo Méndez.",
            "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": 145,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/145/?format=api",
            "name": "Soyuz 39",
            "serial_number": "Soyuz 7K-T 11F615A8 #55",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P7DT20H42M3S",
            "time_docked": "P6DT15H47M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 39 was a Soyuz spacecraft which launched on 22 March 1981 14:58 UTC. It  transported two cosmonauts of EP-9 to Salyut 6. The crew was Vladimir Dzhanibekov and Jügderdemidiin Gürragchaa.",
            "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": 144,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/144/?format=api",
            "name": "Soyuz 40",
            "serial_number": "Soyuz 7K-T 11F615A8 #56",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P7DT20H41M52S",
            "time_docked": "P6DT15H47M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 40 was a Soyuz spacecraft which launched on 14 May 1981 17:16 UTC. It  transported two cosmonauts of EP-10 to Salyut 6. The crew was Leonid Popov and Dumitru Prunariu.",
            "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": 143,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/143/?format=api",
            "name": "Soyuz T-3",
            "serial_number": "Soyuz T 11F732 #8",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P12DT19H7M42S",
            "time_docked": "P11DT14H16M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz T-3 was a Soyuz spacecraft which launched on 27 November 1980 14:18 UTC. It  transported three cosmonauts of EO-5 to Salyut 6. The crew was Leonid Kizim,\r\nOleg Makarov, and Gennady Strekalov.",
            "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": 142,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/142/?format=api",
            "name": "Soyuz T-4",
            "serial_number": "Soyuz T 11F732 #10",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P74DT17H37M23S",
            "time_docked": "P73DT12H47M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz T-4 was a Soyuz spacecraft which launched on 12 March 1981 19:00 UTC. It  transported two cosmonauts of EO-6 to Salyut 6. The crew was Vladimir Kovalyonok and Viktor Savinykh.",
            "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": 141,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/141/?format=api",
            "name": "Soyuz T-5",
            "serial_number": "Soyuz T 11F732 #11",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P106DT5H6M11S",
            "time_docked": "P105DT7M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz T-5 was a Soyuz spacecraft which launched on 13 May 1982 09:58 UTC. It  transported two cosmonauts of EO-1 to Salyut 7. The crew was Anatoli Berezovoy and Valentin Lebedev.",
            "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"
            }
        }
    ]
}