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=530&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=540&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=520&ordering=-id",
    "results": [
        {
            "id": 60,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/60/?format=api",
            "name": "Soyuz TMA-11M",
            "serial_number": "Soyuz TMA-M 11F732A47 #711",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P187DT21H43M45S",
            "time_docked": "P187DT12H9M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-11M was a Soyuz spacecraft which launched on 7 November 2013 04:14 UTC. It transported three members of the Expedition 38 crew to the International Space Station. The crew consisted of Mikhail Tyurin, Richard Mastracchio, and Koichi Wakata.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg"
            }
        },
        {
            "id": 59,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/59/?format=api",
            "name": "Soyuz TMA-12M",
            "serial_number": "Soyuz TMA-M 11F732A47 #712",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P169DT5H5M37S",
            "time_docked": "P166DT23H8M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-12M was a Soyuz spacecraft which launched on 25 March 2014 21:517 UTC. It transported three members of the Expedition 39 crew to the International Space Station. The crew consisted of Aleksandr Skvortsov, Oleg Artemyev, and Steven R. Swanson.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg"
            }
        },
        {
            "id": 57,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/57/?format=api",
            "name": "Soyuz TMA-14M",
            "serial_number": "Soyuz TMA-M 11F732A47 #714",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P167DT5H42M",
            "time_docked": "P166DT20H33M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-14M was a Soyuz spacecraft which launched on 25 September 2014 20:25 UTC. It transported three members of the Expedition 41 crew to the International Space Station. The crew consisted of Aleksandr Samokutyayev, Yelena Serova, and Barry E. Wilmore.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg"
            }
        },
        {
            "id": 56,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/56/?format=api",
            "name": "Soyuz TMA-15M",
            "serial_number": "Soyuz TMA-M 11F732A47 #715",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P199DT16H42M46S",
            "time_docked": "P199DT7H31M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-15M was a Soyuz spacecraft which launched on 23 November 2014 21:00 UTC. It transported three members of the Expedition 42 crew to the International Space Station. The crew consisted of Anton Shkaplerov, Samantha Cristoforetti, and Terry W. Virts.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg"
            }
        },
        {
            "id": 54,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/54/?format=api",
            "name": "Soyuz TMA-17M",
            "serial_number": "Soyuz TMA-M 11F732A47 #717",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P141DT16H9M16S",
            "time_docked": "P141DT7H2M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-17M was a Soyuz spacecraft which launched on 22 July 2015. It transported three members of the Expedition 44 crew to the International Space Station. The crew consisted of Oleg Kononenko, Kimiya Yui, and Kjell N. Lindgren",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg"
            }
        },
        {
            "id": 53,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/53/?format=api",
            "name": "Soyuz TMA-18M",
            "serial_number": "Soyuz TMA-M 11F732A47 #718",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P181DT23H47M17S",
            "time_docked": "P179DT17H20M30S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-18M is a Soyuz spacecraft launched on 02 September 2015 04:37 UTC. It transported two members of a 10 day stay crew to the International Space Station. The crew consisted of Sergey Volkov, Andreas Mogensen, and Aidyn Aimbetov.\r\n\r\nThe launch provided the two twelve-month occupants (Scott Kelly and Mikhail Korniyenko) with a fresh Soyuz return capsule.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg"
            }
        },
        {
            "id": 52,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/52/?format=api",
            "name": "Soyuz TMA-19M",
            "serial_number": "Soyuz TMA-M 11F732A47 #719",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P185DT22H11M51S",
            "time_docked": "P185DT12H18M31S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-19M is a Soyuz spacecraft launched on 15 December 2015 11:03 UTC. It transported three members of the Expedition 46 crew to the International Space Station. The crew consisted of Yuri Malenchenko, Timothy Kopra, and Timothy Peake.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg"
            }
        },
        {
            "id": 51,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/51/?format=api",
            "name": "Soyuz TMA-20M",
            "serial_number": "Soyuz TMA-M 11F732A47 #720",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P172DT3H46M18S",
            "time_docked": "P171DT18H42M30S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-20m is a Soyuz spacecraft launched on 18 March 2016 21:26 UTC. It transported three members of the Expedition 47 crew to the International Space Station. The crew consisted of Aleksey Ovchinin, Oleg Skripochka, and Jeffrey Williams.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg"
            }
        }
    ]
}