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=250&ordering=flights_count
{ "count": 603, "next": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=260&ordering=flights_count", "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=240&ordering=flights_count", "results": [ { "id": 290, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/290/?format=api", "name": "Starliner 2", "serial_number": "2", "is_placeholder": false, "in_space": false, "time_in_space": "P5DT23H54M13S", "time_docked": "P4DT18H8M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 1, "name": "Active" }, "description": "The second CST-100 Starliner capsule to fly.", "spacecraft_config": { "id": 9, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/9/?format=api", "name": "CST-100 Starliner", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 80, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/80/?format=api", "name": "Boeing", "type": "Commercial" }, "in_use": true, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20220525180700.jpeg" } }, { "id": 385, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/385/?format=api", "name": "Progress 30", "serial_number": "Progress 30 (No.137)", "is_placeholder": false, "in_space": false, "time_in_space": "P61DT1H39M50S", "time_docked": "P58DT18H29M13S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress 30 (Russian: Прогресс 30), was a Progress spacecraft used to resupply the space station Mir.", "spacecraft_config": { "id": 8, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/8/?format=api", "name": "Progress 7K-TG", "type": { "id": 4, "name": "Cargo Resupply" }, "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/progress_7k-tg_image_20231220085840.png" } }, { "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": 403, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/403/?format=api", "name": "Progress 13", "serial_number": "Progress 13 (No.114)", "is_placeholder": false, "in_space": false, "time_in_space": "P13DT18H8M19S", "time_docked": "P9DT22H34M24S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress 13 (Russian: Прогресс 13), was a Progress spacecraft used to resupply the space station Salyut 7.", "spacecraft_config": { "id": 8, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/8/?format=api", "name": "Progress 7K-TG", "type": { "id": 4, "name": "Cargo Resupply" }, "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/progress_7k-tg_image_20231220085840.png" } }, { "id": 531, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/531/?format=api", "name": "Vostok-1K No.2", "serial_number": "Vostok-1K No.2", "is_placeholder": false, "in_space": false, "time_in_space": "PT21H15M54S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Vostok spacecraft used for test flights before the first human spaceflight.", "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": 200, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/200/?format=api", "name": "Soyuz 7", "serial_number": "Soyuz 7K-OK (A) 11F615 #15", "is_placeholder": false, "in_space": false, "time_in_space": "P4DT22H40M23S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz 7 was a Soyuz spacecraft which launched on 12 October 1969 10:44 UTC. It launched three cosmonauts for a joint mission with Soyuz 6 and 8. The crew was Anatoly Filipchenko, Vladislav Volkov, and Viktor Gorbatko.", "spacecraft_config": { "id": 1, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api", "name": "Soyuz", "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/soyuz_image_20201015191152.jpg" } }, { "id": 469, "url": "https://lldev.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://lldev.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api", "name": "Shenzhou", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 17, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api", "name": "China National Space Administration", "type": "Government" }, "in_use": true, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg" } }, { "id": 535, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/535/?format=api", "name": "Voskhod-3KD No.1", "serial_number": "Voskhod-3KD No.1", "is_placeholder": false, "in_space": false, "time_in_space": "PT3H", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Voskhod spacecraft launched on February 22, 1965.", "spacecraft_config": { "id": 16, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/16/?format=api", "name": "Voskhod", "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/voskhod_image_20190207032525.png" } }, { "id": 609, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/609/?format=api", "name": "Shenzhou 20", "serial_number": "20", "is_placeholder": false, "in_space": false, "time_in_space": "P269DT16H16M29S", "time_docked": "P269DT34M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 1, "name": "Active" }, "description": "Spacecraft used to launch 3 astronauts on the 9th crewed mission to the Chinese Space Station.", "spacecraft_config": { "id": 2, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api", "name": "Shenzhou", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 17, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api", "name": "China National Space Administration", "type": "Government" }, "in_use": true, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg" } }, { "id": 389, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/389/?format=api", "name": "Progress 26", "serial_number": "Progress 26 (No.128)", "is_placeholder": false, "in_space": false, "time_in_space": "P60DT20H56S", "time_docked": "P56DT20H58M54S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress 26 (Russian: Прогресс 26), was a Progress spacecraft used to resupply the space station Mir.", "spacecraft_config": { "id": 8, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/8/?format=api", "name": "Progress 7K-TG", "type": { "id": 4, "name": "Cargo Resupply" }, "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/progress_7k-tg_image_20231220085840.png" } } ] }