Modes

Levels of detail in the response - normal, detailed

Example - /spacecraft/?mode=detailed

Filters

Parameters - in_space, is_placeholder, name, spacecraft_config, status

Example - /spacecraft/?is_placeholder=True

Fields searched - name, spacecraft_config__name

Example - /spacecraft/?search=Endeavour

Ordering

Fields - flights_count, id, mission_ends_count, time_docked, time_in_space

Example - /spacecraft/?ordering=-flights_count

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /spacecraft/?limit=2

Format

Switch to JSON output - /spacecraft/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/spacecraft/?format=api&ordering=id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 590,
    "next": "https://lldev.thespacedevs.com/2.3.0/spacecraft/?format=api&limit=10&offset=10&ordering=id",
    "previous": null,
    "results": [
        {
            "response_mode": "normal",
            "id": 1,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/1/?format=api",
            "name": "Apollo Columbia CSM-107",
            "serial_number": "CSM-107",
            "is_placeholder": false,
            "image": {
                "id": 1902,
                "name": "[AUTO] Apollo Command/Service Module - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P8DT3H18M",
            "time_docked": "P4DT2H54M28S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "CSM-107 \"Columbia\" was an Apollo Command & Service Module used in the Apollo 11 mission.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 10,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                "name": "Apollo Command/Service Module",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 999,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/999/?format=api",
                    "name": "North American Aviation",
                    "abbrev": "",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "family": [],
                "in_use": false,
                "image": {
                    "id": 1902,
                    "name": "[AUTO] Apollo Command/Service Module - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 2,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/2/?format=api",
            "name": "Mercury No.7",
            "serial_number": "7",
            "is_placeholder": false,
            "image": {
                "id": 1917,
                "name": "[AUTO] Mercury - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "PT15M22S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Mercury No.7 is the Mercury capsule used for the Mercury-Redstone 3 - callsign \"Freedom 7\" - mission launched on May 5, 1961 and piloted by astronaut Alan Shepard.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/11/?format=api",
                "name": "Mercury",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [],
                "in_use": false,
                "image": {
                    "id": 1917,
                    "name": "[AUTO] Mercury - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 3,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/3/?format=api",
            "name": "Mercury No.11",
            "serial_number": "11",
            "is_placeholder": false,
            "image": {
                "id": 1917,
                "name": "[AUTO] Mercury - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "PT16M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Mercury No.11 is the Mercury capsule used for the Mercury-Redstone 4 - callsign \"Liberty Bell 7\" - mission launched on July 21, 1961 and piloted by astronaut Virgil \"Gus\" Grissom.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/11/?format=api",
                "name": "Mercury",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [],
                "in_use": false,
                "image": {
                    "id": 1917,
                    "name": "[AUTO] Mercury - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/4/?format=api",
            "name": "Mercury No.13",
            "serial_number": "13",
            "is_placeholder": false,
            "image": {
                "id": 1917,
                "name": "[AUTO] Mercury - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "PT4H55M21S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Mercury No.13 is the Mercury capsule used for the Mercury-Atlas 6 - callsign \"Friendship 7\" - mission launched on February 20, 1962 and piloted by astronaut John Glenn.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/11/?format=api",
                "name": "Mercury",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [],
                "in_use": false,
                "image": {
                    "id": 1917,
                    "name": "[AUTO] Mercury - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 5,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/5/?format=api",
            "name": "Mercury No.18",
            "serial_number": "18",
            "is_placeholder": false,
            "image": {
                "id": 1917,
                "name": "[AUTO] Mercury - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "PT4H55M44S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Mercury No.18 is the Mercury capsule used for the Mercury-Atlas 7  - callsign \"Aurora 7\" - mission launched on May 24, 1962 and piloted by astronaut Scott Carpenter.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/11/?format=api",
                "name": "Mercury",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [],
                "in_use": false,
                "image": {
                    "id": 1917,
                    "name": "[AUTO] Mercury - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 6,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/6/?format=api",
            "name": "Mercury No.16",
            "serial_number": "16",
            "is_placeholder": false,
            "image": {
                "id": 1917,
                "name": "[AUTO] Mercury - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "PT9H12M48S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Mercury No.16 is the Mercury capsule used for the Mercury-Atlas 8 - callsign \"Sigma 7\" - mission launched on October 3, 1962 and piloted by astronaut Walter M. Schirra Jr.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/11/?format=api",
                "name": "Mercury",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [],
                "in_use": false,
                "image": {
                    "id": 1917,
                    "name": "[AUTO] Mercury - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 7,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/7/?format=api",
            "name": "Mercury No.20",
            "serial_number": "20",
            "is_placeholder": false,
            "image": {
                "id": 1917,
                "name": "[AUTO] Mercury - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P1DT10H19M47S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Mercury No.20 is the Mercury capsule used for the Mercury-Atlas 9 - callsign \"Faith 7\" - mission launched on May 15, 1963 and piloted by astronaut Gordon Cooper.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/11/?format=api",
                "name": "Mercury",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [],
                "in_use": false,
                "image": {
                    "id": 1917,
                    "name": "[AUTO] Mercury - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 8,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/8/?format=api",
            "name": "Soyuz MS-11",
            "serial_number": "Soyuz MS 11F732A48 #741",
            "is_placeholder": false,
            "image": {
                "id": 967,
                "name": "Soyuz MS in orbit (MS-19)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_thumbnail_20240313130407.jpeg",
                "credit": "ESA/NASA/T. Pesquet",
                "license": {
                    "id": 2,
                    "name": "ESA Standard Licence",
                    "priority": 2,
                    "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                },
                "single_use": false,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P203DT12H28M8S",
            "time_docked": "P203DT5H52M30S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz-MS 11 transports Oleg Kononenko, David Saint-Jacques, and Anne McClain on NASA Expedition 58.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 38,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/38/?format=api",
                "name": "Soyuz MS",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 1,
                        "name": "Soyuz",
                        "description": "Soyuz is a series of spacecraft which has been in service since the 1960s, having made more than 140 flights. It was designed for the Soviet space program by the Korolev Design Bureau (now Energia).",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 1000,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                            "name": "Energia",
                            "abbrev": "OKB-1",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "1966-11-28"
                    }
                ],
                "in_use": true,
                "image": {
                    "id": 967,
                    "name": "Soyuz MS in orbit (MS-19)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_thumbnail_20240313130407.jpeg",
                    "credit": "ESA/NASA/T. Pesquet",
                    "license": {
                        "id": 2,
                        "name": "ESA Standard Licence",
                        "priority": 2,
                        "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                    },
                    "single_use": false,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 9,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/9/?format=api",
            "name": "Mercury No.2",
            "serial_number": "2",
            "is_placeholder": false,
            "image": {
                "id": 2147,
                "name": "Mercury Spacecraft at NASA Ames",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_spacecr_image_20240812142248.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_spacecr_image_thumbnail_20240812142248.jpeg",
                "credit": "Oleg Alexandrov",
                "license": {
                    "id": 21,
                    "name": "CC BY-SA 3.0",
                    "priority": 4,
                    "link": "https://creativecommons.org/licenses/by-sa/3.0/deed.en"
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "PT15M",
            "time_docked": "P0D",
            "flights_count": 2,
            "mission_ends_count": 2,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Mercury No.2 is the Mercury capsule used for the Mercury-Redsone 1 mission which failed on launch.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/11/?format=api",
                "name": "Mercury",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [],
                "in_use": false,
                "image": {
                    "id": 1917,
                    "name": "[AUTO] Mercury - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": "P28DT2H15M"
        },
        {
            "response_mode": "normal",
            "id": 10,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/10/?format=api",
            "name": "Mercury No.5",
            "serial_number": "5",
            "is_placeholder": false,
            "image": {
                "id": 1917,
                "name": "[AUTO] Mercury - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "PT17M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Mercury No.5 is the Mercury capsule used for the Mercury-Redstone 2 mission launched on January 31, 1961 with a chimpanzee onboard.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/11/?format=api",
                "name": "Mercury",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [],
                "in_use": false,
                "image": {
                    "id": 1917,
                    "name": "[AUTO] Mercury - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        }
    ]
}