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

{
    "count": 571,
    "next": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=560",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=540",
    "results": [
        {
            "id": 46,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/46/?format=api",
            "name": "Soyuz MS-05",
            "serial_number": "Soyuz MS 11F732A48 #736",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P138DT16H56M48S",
            "time_docked": "P138DT7H20M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz MS-05 was a Soyuz spacecraft which launched on 28 July 2017. It transported three members of the Expedition 52 crew to the International Space Station. The crew consisted of Sergey Ryazansky, Randy Bresnik, and Paolo Nespoli.",
            "spacecraft_config": {
                "id": 38,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
                "name": "Soyuz MS",
                "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": true,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
            }
        },
        {
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
            }
        },
        {
            "id": 55,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/55/?format=api",
            "name": "Soyuz TMA-16M",
            "serial_number": "Soyuz TMA-M 11F732A47 #716",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P168DT5H8M3S",
            "time_docked": "P167DT19H37M52S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-16M was a Soyuz spacecraft which launched on 27 March 2015 19:42 UTC. It transported three members of the Expedition 43 crew to the International Space Station. The crew consisted of Gennady Padalka, Mikhail Korniyenko, and Scott Kelly.",
            "spacecraft_config": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api",
                "name": "Soyuz TMA-M",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg"
            }
        },
        {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/19/?format=api",
            "name": "Gemini SC9",
            "serial_number": "9",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P3DT20M27S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Gemini SC9 is the Gemini capsule used for the Gemini 9 mission launched on June 3, 1966 and crewed by astronauts James A. Lovell, Jr. (command pilot) and Edwin E. Aldrin, 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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
            }
        },
        {
            "id": 129,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/129/?format=api",
            "name": "Soyuz TM-1",
            "serial_number": "Soyuz TM 11F732A51 #51",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P8DT22H18M9S",
            "time_docked": "P5DT23H11M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-1 was a unmanned flight to Mir. The spacecraft spent 6 days docked to the space station Mir.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg"
            }
        },
        {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/20/?format=api",
            "name": "Gemini SC10",
            "serial_number": "10",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P2DT22H46M34S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Gemini SC10 is the Gemini capsule used for the Gemini 10 mission launched on July 18, 1966 and crewed by astronauts John W. Young (command pilot) and Michael Collins (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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
            }
        },
        {
            "id": 58,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/58/?format=api",
            "name": "Soyuz TMA-13M",
            "serial_number": "Soyuz TMA-M 11F732A47 #713",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P165DT8H19S",
            "time_docked": "P164DT22H47M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-13M was a Soyuz spacecraft which launched on 28 May 2014 19:57 UTC. It transported three members of the Expedition 40 crew to the International Space Station. The crew consisted of Maksim Surayev, Gregory R. Wiseman, and Alexander Gerst.",
            "spacecraft_config": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api",
                "name": "Soyuz TMA-M",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg"
            }
        },
        {
            "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": "P0D",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
            }
        },
        {
            "id": 86,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/86/?format=api",
            "name": "Soyuz TMA-7",
            "serial_number": "Soyuz TMA 11F732A17 #217",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P189DT19H53M",
            "time_docked": "P187DT14H19M17S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-7 was a Soyuz spacecraft which launched on 1 October 2005 03:55 UTC. It transported two members of the Expedition 12 crew and one participant to the International Space Station. The Expedition 12 crew consisted of Valery Tokarev and William McArthur. The participant was tourist Gregory Olsen.",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.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": "P0D",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
            }
        }
    ]
}