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=530&ordering=-time_in_space
{ "count": 601, "next": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=540&ordering=-time_in_space", "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=520&ordering=-time_in_space", "results": [ { "id": 276, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/276/?format=api", "name": "RSS H.G. Wells", "serial_number": "2.0-1", "is_placeholder": false, "in_space": false, "time_in_space": "PT2H29S", "time_docked": "P0D", "flights_count": 12, "mission_ends_count": 12, "status": { "id": 2, "name": "Retired" }, "description": "Second New Shepard capsule. It is dedicated to uncrewed flights.", "spacecraft_config": { "id": 21, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/21/?format=api", "name": "Crew Capsule 2.0", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 141, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api", "name": "Blue Origin", "type": "Commercial" }, "in_use": true, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg" } }, { "id": 486, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/486/?format=api", "name": "Mercury No.8", "serial_number": "8", "is_placeholder": false, "in_space": false, "time_in_space": "PT1H57M20S", "time_docked": "P0D", "flights_count": 2, "mission_ends_count": 2, "status": { "id": 4, "name": "Single Use" }, "description": "Mercury No.8 is the Mercury capsule used for the Mercury-Atlas 3 and 4 missions.", "spacecraft_config": { "id": 11, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/11/?format=api", "name": "Mercury", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 44, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg" } }, { "id": 227, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/227/?format=api", "name": "Vostok-3KA No.3", "serial_number": "Vostok-3KA No.3", "is_placeholder": false, "in_space": false, "time_in_space": "PT1H48M", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Vostok 1 was a Vostok spacecraft which launched on 12 April 1961 06:07 UTC. It transported one cosmonaut to Low Earth Orbit. The crew was Yuri Gagarin.", "spacecraft_config": { "id": 15, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/15/?format=api", "name": "Vostok", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vostok-3ka_image_20190207032525.jpeg" } }, { "id": 528, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/528/?format=api", "name": "Vostok-3KA No.2", "serial_number": "Vostok-3KA No.2", "is_placeholder": false, "in_space": false, "time_in_space": "PT1H46M", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Uncrewed Vostok spacecraft launched on March 25, 1961.", "spacecraft_config": { "id": 15, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/15/?format=api", "name": "Vostok", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vostok-3ka_image_20190207032525.jpeg" } }, { "id": 527, "url": "https://lldev.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://lldev.thespacedevs.com/2.2.0/config/spacecraft/15/?format=api", "name": "Vostok", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vostok-3ka_image_20190207032525.jpeg" } }, { "id": 480, "url": "https://lldev.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://lldev.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://lldev.thespacedevs.com/2.2.0/agencies/999/?format=api", "name": "North American Aviation", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg" } }, { "id": 618, "url": "https://lldev.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://lldev.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://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_during_image_20250824175325.jpg" } }, { "id": 620, "url": "https://lldev.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 will be used for the 11th Starship flight test. It is the 6th and final planned \"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://lldev.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://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_during_image_20250824175325.jpg" } }, { "id": 278, "url": "https://lldev.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://lldev.thespacedevs.com/2.2.0/config/spacecraft/22/?format=api", "name": "Crew Capsule 1", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 141, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api", "name": "Blue Origin", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25201_image_20190309100308.jpg" } }, { "id": 600, "url": "https://lldev.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://lldev.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://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg" } } ] }