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=140&ordering=flights_count
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=150&ordering=flights_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=130&ordering=flights_count",
    "results": [
        {
            "id": 399,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/399/?format=api",
            "name": "Progress 17",
            "serial_number": "Progress 17 (No.119)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P31DT11H34M37S",
            "time_docked": "P28DT21H57M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress 17 (Russian: Прогресс 17), was a Progress spacecraft used to resupply the space station Salyut 7.",
            "spacecraft_config": {
                "id": 8,
                "url": "https://ll.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://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/progress_7k-tg_image_20231220085840.png"
            }
        },
        {
            "id": 306,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/306/?format=api",
            "name": "Progress M-55",
            "serial_number": "Progress M-55 (No.355)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P179DT23H14M40S",
            "time_docked": "P177DT18H20M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-55 (Russian: Прогресс М-55), identified by NASA as Progress 20 or 20P, was a Progress spacecraft used to resupply the International Space Station.",
            "spacecraft_config": {
                "id": 35,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                "name": "Progress-M",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "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/progress-m_image_20231219141001.jpeg"
            }
        },
        {
            "id": 502,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/502/?format=api",
            "name": "Soyuz 7K-TM No.72",
            "serial_number": "Soyuz 7K-TM 11F615A12 #72",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P5DT17H34M58S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Apollo–Soyuz Test Project version of the Soyuz spacecraft",
            "spacecraft_config": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                "name": "Soyuz",
                "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_image_20201015191152.jpg"
            }
        },
        {
            "id": 402,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/402/?format=api",
            "name": "Progress 14",
            "serial_number": "Progress 14 (No.117)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P33DT15H31M16S",
            "time_docked": "P29DT10H30M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress 14 (Russian: Прогресс 14), was a Progress spacecraft used to resupply the space station Salyut 7.",
            "spacecraft_config": {
                "id": 8,
                "url": "https://ll.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://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/progress_7k-tg_image_20231220085840.png"
            }
        },
        {
            "id": 309,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/309/?format=api",
            "name": "Progress M-52",
            "serial_number": "Progress M-52 (No.352)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P107DT4H53M23S",
            "time_docked": "P105DT6M2S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-52 (Russian: Прогресс М-52), identified by NASA as Progress 17 or 17P, was a Progress spacecraft used to resupply the International Space Station.",
            "spacecraft_config": {
                "id": 35,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                "name": "Progress-M",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "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/progress-m_image_20231219141001.jpeg"
            }
        },
        {
            "id": 429,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/429/?format=api",
            "name": "Soyuz MS-14",
            "serial_number": "Soyuz MS 11F732A48 #743",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P15DT17H53M29S",
            "time_docked": "P10DT15H6M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz MS-14 is an unmanned flight of the Soyuz spacecraft intended to test a modification for the Launch Abort System.",
            "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": 504,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/504/?format=api",
            "name": "Soyuz 7K-L1 No.3",
            "serial_number": "Soyuz 7K-L1 #3",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P1DT14H59M27S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "The Soyuz 7K-L1 \"Zond\" spacecraft was designed to launch men from the Earth to circle the Moon without going into lunar orbit in the context of the Soviet crewed Moon-flyby program in the Moon race. It was based on the Soyuz 7K-OK.",
            "spacecraft_config": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                "name": "Soyuz",
                "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_image_20201015191152.jpg"
            }
        },
        {
            "id": 446,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/446/?format=api",
            "name": "Cygnus CRS NG-14 (S.S. Kalpana Chawla)",
            "serial_number": null,
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P115DT19H6M46S",
            "time_docked": "P93DT5H39M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "This is the fourteenth flight to the ISS by the Cygnus spacecraft under the CRS program and their third under the CRS2 program. This is also the 10th use of the enhanced size Cygnus.",
            "spacecraft_config": {
                "id": 19,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
                "name": "Cygnus Enhanced",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 257,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                    "name": "Northrop Grumman Space Systems",
                    "type": "Commercial"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
            }
        },
        {
            "id": 528,
            "url": "https://ll.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://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": 292,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/292/?format=api",
            "name": "Cygnus NG-11 \"S.S. Roger Chaffee\"",
            "serial_number": null,
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P232DT18H41M54S",
            "time_docked": "P110DT4H44M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Cygnus NG-11, previously known as CRS OA-11, is the twelfth planned flight of the Northrop Grumman robotic resupply spacecraft Cygnus and its eleventh flight to the International Space Station under the Commercial Resupply Services contract with NASA. The mission is scheduled to launch on 17 April 2019. This is the last mission from the extended CRS contract; followup missions are part of the CRS2 contract.",
            "spacecraft_config": {
                "id": 19,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
                "name": "Cygnus Enhanced",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 257,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                    "name": "Northrop Grumman Space Systems",
                    "type": "Commercial"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
            }
        }
    ]
}