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=time_docked
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=time_docked",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=500&ordering=time_docked",
    "results": [
        {
            "id": 92,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/92/?format=api",
            "name": "Soyuz TMA-1",
            "serial_number": "Soyuz TMA 11F732A17 #211",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P185DT22H52M49S",
            "time_docked": "P183DT17H42M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-1 was a Soyuz spacecraft which launched on 30 October 2002 03:11 UTC. It transported three participants on a 10 day stay to the International Space Station. The crew consisted of Sergei Zalyotin, Frank De Winne, and Yury Lonchakov.",
            "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": 157,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/157/?format=api",
            "name": "Edoardo Amaldi ATV",
            "serial_number": "ATV-003",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P193DT19H25M55S",
            "time_docked": "P183DT22H53M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "The Edoardo Amaldi ATV, or Automated Transfer Vehicle 003 (ATV-003), was a European unmanned cargo resupply spacecraft, named after the 20th-century Italian physicist Edoardo Amaldi. The spacecraft was launched by the European Space Agency (ESA) on 23 March 2012, on a mission to supply the International Space Station (ISS) with propellant, water, oxygen, and dry cargo.",
            "spacecraft_config": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/17/?format=api",
                "name": "Automated Transfer Vehicle (ATV)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 115,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                    "name": "Arianespace",
                    "type": "Commercial"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/automated_trans_image_20231118111716.jpeg"
            }
        },
        {
            "id": 99,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/99/?format=api",
            "name": "Soyuz TM-31",
            "serial_number": "Soyuz TM 11F732A51 #205",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P186DT23H59M13S",
            "time_docked": "P184DT16H10M32S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-31 was a Soyuz spacecraft which launched on 31 October 2003 07:52 UTC. It transported three members of the Expedition 1 crew to the International Space Station. The crew consisted of Yuri Gidzenko, Sergei Krikalev, and William Shepherd.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg"
            }
        },
        {
            "id": 441,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/441/?format=api",
            "name": "Soyuz MS-17",
            "serial_number": "Soyuz MS 11F732A48 #746",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P184DT23H9M56S",
            "time_docked": "P184DT16H12M31S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz MS-17 is a Soyuz spacecraft scheduled to launch in October 2020.\r\nIt will transport three members of the Expedition 63 crew to the International Space Station.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.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": 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": 469,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/469/?format=api",
            "name": "Shenzhou 15",
            "serial_number": "15",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P186DT7H24M43S",
            "time_docked": "P185DT15H47M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Fourth crewed mission to the Chinese Space Station.",
            "spacecraft_config": {
                "id": 2,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
                "name": "Shenzhou",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "type": "Government"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
            }
        },
        {
            "id": 89,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/89/?format=api",
            "name": "Soyuz TMA-4",
            "serial_number": "Soyuz TMA 11F732A17 #214",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P187DT21H16M",
            "time_docked": "P185DT16H6M57S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-4 was a Soyuz spacecraft which launched on 19 April 2004 03:19 UTC. It transported two members of the Expedition 9 crew and one astronaut to the International Space Station. The Expedition 9 crew consisted of Gennady Padalka and Michael Fincke. The astronaut was ESA astronaut André Kuipers.",
            "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": 159,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/159/?format=api",
            "name": "Georges Lemaître ATV",
            "serial_number": "ATV-005",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P200DT12M22S",
            "time_docked": "P186DT12M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "The Georges Lemaître ATV, or Automated Transfer Vehicle 5 (ATV-5), was a European unmanned cargo resupply spacecraft, named after the Belgian astronomer Georges Lemaître. The spacecraft was launched during the night of 29 July 2014 (23:44 GMT, 20:44 local time, 30 July 01:44 CEST), on a mission to supply the International Space Station (ISS) with propellant, water, air, and dry cargo. It was the fifth and final ATV to be built and launched. Georges Lemaître was constructed in Turin, Italy, and Bremen, Germany. Cargo loading was completed in Guiana Space Center on 23 July 2014.",
            "spacecraft_config": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/17/?format=api",
                "name": "Automated Transfer Vehicle (ATV)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 115,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                    "name": "Arianespace",
                    "type": "Commercial"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/automated_trans_image_20231118111716.jpeg"
            }
        },
        {
            "id": 567,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/567/?format=api",
            "name": "Shenzhou 17",
            "serial_number": "17",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P187DT6H31M58S",
            "time_docked": "P186DT14H57M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Sixth crewed mission to the Chinese Space Station.",
            "spacecraft_config": {
                "id": 2,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
                "name": "Shenzhou",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "type": "Government"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
            }
        }
    ]
}