Spacecraft List
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=540&ordering=-time_in_space
{ "count": 606, "next": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=550&ordering=-time_in_space", "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=530&ordering=-time_in_space", "results": [ { "id": 527, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/527/?format=api", "name": "Vostok-3KA No.1", "serial_number": "Vostok-3KA No.1", "is_placeholder": false, "in_space": false, "time_in_space": "PT1H40M54S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Uncrewed Vostok spacecraft launched on March 9, 1961.", "spacecraft_config": { "id": 15, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/15/?format=api", "name": "Vostok", "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/vostok-3ka_image_20190207032525.jpeg" } }, { "id": 480, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/480/?format=api", "name": "Apollo CSM-011", "serial_number": "CSM-011", "is_placeholder": false, "in_space": false, "time_in_space": "PT1H33M2S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Apollo CSM used for the AS-202 suborbital test flight.", "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg" } }, { "id": 621, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/621/?format=api", "name": "Ship 39", "serial_number": "S39", "is_placeholder": false, "in_space": false, "time_in_space": "PT1H6M35S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 3, "name": "Destroyed" }, "description": "First V3 Starship, that flew on the 12th Starship test flight. Despite the loss of a Raptor Vacuum engine at ignition, it performed an extended ascent burn, reached a valid trajectory, and successfully reentered the atmosphere to splash down softly on target in the Indian Ocean. Lost in an explosion just after the soft splashdown.", "spacecraft_config": { "id": 46, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/46/?format=api", "name": "Starship V3", "type": { "id": 6, "name": "Reuseable Upper Stage" }, "agency": { "id": 121, "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "in_use": true, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_during_image_20250824175325.jpg" } }, { "id": 618, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/618/?format=api", "name": "Ship 37", "serial_number": "S37", "is_placeholder": false, "in_space": false, "time_in_space": "PT1H6M30S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 3, "name": "Destroyed" }, "description": "Ship 37 (S37) is the 2nd stage vehicle that was used for the 10th Starship flight test. It is the 5th \"Block 2\" Starship spacecraft with lengthened propellant tanks and forward flaps with a new design, among other enhancements.", "spacecraft_config": { "id": 45, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/45/?format=api", "name": "Starship V2", "type": { "id": 6, "name": "Reuseable Upper Stage" }, "agency": { "id": 121, "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_during_image_20250824175325.jpg" } }, { "id": 620, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/620/?format=api", "name": "Ship 38", "serial_number": "S38", "is_placeholder": false, "in_space": false, "time_in_space": "PT1H6M12S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 3, "name": "Destroyed" }, "description": "Ship 38 (S38) is the 2nd stage vehicle that was used for the 11th Starship flight test. It was the 6th and final \"Block 2\" Starship spacecraft with lengthened propellant tanks and forward flaps with a new design, among other enhancements, over the Block 1 vehicles.", "spacecraft_config": { "id": 45, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/45/?format=api", "name": "Starship V2", "type": { "id": 6, "name": "Reuseable Upper Stage" }, "agency": { "id": 121, "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_during_image_20250824175325.jpg" } }, { "id": 278, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/278/?format=api", "name": "RSS Jules Verne", "serial_number": "1", "is_placeholder": false, "in_space": false, "time_in_space": "PT1H6M", "time_docked": "P0D", "flights_count": 6, "mission_ends_count": 6, "status": { "id": 2, "name": "Retired" }, "description": "First Blue Origin New Shepard Crew Capsule.", "spacecraft_config": { "id": 22, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/22/?format=api", "name": "Crew Capsule 1", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 141, "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api", "name": "Blue Origin", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25201_image_20190309100308.jpg" } }, { "id": 600, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/600/?format=api", "name": "Ship 31", "serial_number": "S31", "is_placeholder": false, "in_space": false, "time_in_space": "PT1H5M32S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 3, "name": "Destroyed" }, "description": "Ship 31 (S31) is the 2nd stage vehicle, used for the sixth Starship integrated flight test.", "spacecraft_config": { "id": 26, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/26/?format=api", "name": "Starship V1", "type": { "id": 6, "name": "Reuseable Upper Stage" }, "agency": { "id": 121, "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg" } }, { "id": 579, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/579/?format=api", "name": "Ship 29", "serial_number": "S29", "is_placeholder": false, "in_space": false, "time_in_space": "PT1H5M", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 3, "name": "Destroyed" }, "description": "Ship 29 (S29) is the 2nd stage vehicle used for the fourth Starship integrated flight test. Lost to the ocean after a successful soft splashdown.", "spacecraft_config": { "id": 26, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/26/?format=api", "name": "Starship V1", "type": { "id": 6, "name": "Reuseable Upper Stage" }, "agency": { "id": 121, "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg" } }, { "id": 575, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/575/?format=api", "name": "Ship 28", "serial_number": "S28", "is_placeholder": false, "in_space": false, "time_in_space": "PT49M35S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 3, "name": "Destroyed" }, "description": "Ship 28 (S28) was lost during atmospheric re-entry at the end of the third integrated flight test.", "spacecraft_config": { "id": 26, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/26/?format=api", "name": "Starship V1", "type": { "id": 6, "name": "Reuseable Upper Stage" }, "agency": { "id": 121, "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg" } }, { "id": 614, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/614/?format=api", "name": "Ship 35", "serial_number": "S35", "is_placeholder": false, "in_space": false, "time_in_space": "PT47M18S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 3, "name": "Destroyed" }, "description": "Ship 35 (S35) is the 2nd stage vehicle used for the ninth Starship flight test. It is the third \"Block 2\" Starship spacecraft with lengthened propellant tanks and forward flaps with a new design, among other enhancements. The spacecraft lost attitude control during its sub-orbital flight and burnt up during re-entry.", "spacecraft_config": { "id": 45, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/45/?format=api", "name": "Starship V2", "type": { "id": 6, "name": "Reuseable Upper Stage" }, "agency": { "id": 121, "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_during_image_20250824175325.jpg" } } ] }