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=510&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=520&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=500&ordering=-id",
    "results": [
        {
            "id": 80,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/80/?format=api",
            "name": "Soyuz TMA-13",
            "serial_number": "Soyuz TMA 11F732A17 #223",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P178DT14M27S",
            "time_docked": "P175DT19H29M11S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-13 was a Soyuz spacecraft which launched on 12 October 2008 07:01 UTC. It transported two members of the Expedition 18 crew and one tourist to the International Space Station. The Expedition 18 crew consisted of Yuri Lonchakov and Michael Fincke. The tourist was Richard Garriott.",
            "spacecraft_config": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 79,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/79/?format=api",
            "name": "Soyuz TMA-14",
            "serial_number": "Soyuz TMA 11F732A17 #224",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P198DT16H42M42S",
            "time_docked": "P196DT11H36M41S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-14 was a Soyuz spacecraft which launched on March 26 2009 11:49 UTC. It transported two members of the Expedition 19 crew and one participant to the International Space Station. The Expedition 19 crew consisted of Gennady Padalka and Michael Barratt. The spaceflight participant was tourist Charles Simonyi.",
            "spacecraft_config": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 78,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/78/?format=api",
            "name": "Soyuz TMA-15",
            "serial_number": "Soyuz TMA 11F732A17 #225",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P187DT20H42M7S",
            "time_docked": "P185DT15H13M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-15 was a Soyuz spacecraft which launched on 27 May 2009 10:34 UTC. It transported three members of the Expedition 20 crew to the International Space Station. The crew consisted of Roman Romanenko, Frank De Winne, and Robert Thirsk.",
            "spacecraft_config": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 77,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/77/?format=api",
            "name": "Soyuz TMA-16",
            "serial_number": "Soyuz TMA 11F732A17 #226",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P169DT4H9M15S",
            "time_docked": "P166DT23H7M15S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-16 was a Soyuz spacecraft which launched on September 30 2009 07:14 UTC. It transported two members of the Expedition 21 crew and one participant to the International Space Station. The Expedition 21 crew consisted of Maksim Surayev and Jeffrey Williams. The spaceflight participant was tourist Guy Laliberté.",
            "spacecraft_config": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 76,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/76/?format=api",
            "name": "Soyuz TMA-17",
            "serial_number": "Soyuz TMA 11F732A17 #227",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P163DT5H33M",
            "time_docked": "P161DT1H16M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-17 was a Soyuz spacecraft which launched on 20 December 2009 21:52 UTC. It transported three members of the Expedition 22 crew to the International Space Station. The crew consisted of Oleg Kotov, Timothy Creamer, and Soichi Noguchi.",
            "spacecraft_config": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 75,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/75/?format=api",
            "name": "Soyuz TMA-18",
            "serial_number": "Soyuz TMA 11F732A17 #228",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P176DT1H18M27S",
            "time_docked": "P173DT20H37M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-18 was a Soyuz spacecraft which launched on 2 April 2010 04:04 UTC. It transported three members of the Expedition 23 crew to the International Space Station. The crew consisted of Aleksandr Skvortsov, Mikhail Korniyenko, and Tracy Caldwell Dyson.",
            "spacecraft_config": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 74,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/74/?format=api",
            "name": "Soyuz TMA-19",
            "serial_number": "Soyuz TMA 11F732A17 #229",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P163DT7H10M41S",
            "time_docked": "P161DT2H37M58S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-19 was a Soyuz spacecraft which launched on 15 June 2010 21:35 UTC. It transported three members of the Expedition 24 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin, Shannon Walker, and Douglas H. Wheelock",
            "spacecraft_config": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 73,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/73/?format=api",
            "name": "Soyuz TMA-20",
            "serial_number": "Soyuz TMA 11F732A17 #230",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P159DT7H17M35S",
            "time_docked": "P157DT1H23M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-20 was a Soyuz spacecraft which launched on 15 December 2010 19:09 UTC. It transported three members of the Expedition 27 crew to the International Space Station. The crew consisted of Dmitri Kondratyev, Catherine Coleman, and Paolo Nespoli.",
            "spacecraft_config": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 72,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/72/?format=api",
            "name": "Soyuz TMA-21",
            "serial_number": "Soyuz TMA 11F732A17 #231",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P164DT5H40M40S",
            "time_docked": "P162DT1H29M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-21 was a Soyuz spacecraft which launched on 4 April 2011 22:18 UTC. It transported three members of the Expedition 27 crew to the International Space Station. The crew consisted of Aleksandr Samokutyayev, Andrei Borisenko, and Ronald J. Garan.",
            "spacecraft_config": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 71,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/71/?format=api",
            "name": "Soyuz TMA-22",
            "serial_number": "Soyuz TMA 11F732A17 #232",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P165DT7H30M57S",
            "time_docked": "P163DT2H54M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-22 was a Soyuz spacecraft which launched on 14 November 2011 04:14 UTC. It transported three members of the Expedition 29 crew to the International Space Station. The crew consisted of Anton Shkaplerov, Anatoli Ivanishin, and Daniel C. Burbank",
            "spacecraft_config": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        }
    ]
}