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&offset=570&ordering=flights_count
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=580&ordering=flights_count",
    "previous": "https://lldev.thespacedevs.com/2.3.0/spacecraft/?format=api&limit=10&offset=560&ordering=flights_count",
    "results": [
        {
            "response_mode": "normal",
            "id": 558,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/558/?format=api",
            "name": "X-37B 1",
            "serial_number": "1",
            "is_placeholder": false,
            "image": {
                "id": 1940,
                "name": "[AUTO] X-37B - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-37b_image_20221113134355.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194208.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P1808DT4H53M",
            "time_docked": "P0D",
            "flights_count": 3,
            "mission_ends_count": 3,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "First X-37B. First flight on April 22, 2010.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 30,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/30/?format=api",
                "name": "X-37B",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 80,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/80/?format=api",
                    "name": "Boeing",
                    "abbrev": "BA",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "family": [],
                "in_use": true,
                "image": {
                    "id": 1940,
                    "name": "[AUTO] X-37B - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-37b_image_20221113134355.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194208.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": "P739DT8H47M"
        },
        {
            "response_mode": "normal",
            "id": 221,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/221/?format=api",
            "name": "Dragon C112",
            "serial_number": "C112",
            "is_placeholder": false,
            "image": {
                "id": 1245,
                "name": "Dragon 1 in orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192134.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P99DT1H13S",
            "time_docked": "P88DT16H53M",
            "flights_count": 3,
            "mission_ends_count": 3,
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "description": "The C112 capsule was flown on CRS-10, CRS-16 and CRS-20.\r\n\r\nOn CRS-10 the capsule lifted off from the Kennedy Space Center from pad 39A. This was the first flight from this pad since STS-135 left the pad in mid-2011. The vehicle experienced some software issues meaning its berthing was delayed for a day.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 3,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/3/?format=api",
                "name": "Dragon 1",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 121,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "abbrev": "SpX",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 6,
                        "name": "Dragon",
                        "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "2010-12-08"
                    }
                ],
                "in_use": false,
                "image": {
                    "id": 1245,
                    "name": "Dragon 1 in orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192134.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": false,
                    "variants": []
                }
            },
            "fastest_turnaround": "P417DT23H40M31S"
        },
        {
            "response_mode": "normal",
            "id": 474,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/474/?format=api",
            "name": "Cargo Dragon C209",
            "serial_number": "C209",
            "is_placeholder": false,
            "image": {
                "id": 1086,
                "name": "Cargo Dragon docking",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191606.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P142DT2H7M46S",
            "time_docked": "P131DT22H23S",
            "flights_count": 4,
            "mission_ends_count": 4,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Second Cargo Dragon 2",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 7,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/7/?format=api",
                "name": "Cargo Dragon 2",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 121,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "abbrev": "SpX",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 6,
                        "name": "Dragon",
                        "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "2010-12-08"
                    },
                    {
                        "response_mode": "normal",
                        "id": 7,
                        "name": "Dragon 2",
                        "description": "Dragon 2 is a family of spacecraft developed and produced by American private space transportation company SpaceX. It was redesigned for human spaceflight, and is capable of docking to the ISS.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "parent": {
                            "response_mode": "list",
                            "id": 6,
                            "name": "Dragon"
                        },
                        "maiden_flight": "2019-03-02"
                    }
                ],
                "in_use": true,
                "image": {
                    "id": 1086,
                    "name": "Cargo Dragon docking",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191606.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": false,
                    "variants": []
                }
            },
            "fastest_turnaround": "P164DT6H38M8S"
        },
        {
            "response_mode": "normal",
            "id": 559,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/559/?format=api",
            "name": "X-37B 2",
            "serial_number": "2",
            "is_placeholder": false,
            "image": {
                "id": 1940,
                "name": "[AUTO] X-37B - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-37b_image_20221113134355.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194208.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P2400DT10H50M",
            "time_docked": "P0D",
            "flights_count": 4,
            "mission_ends_count": 4,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Second X-37B. First flight on March 5, 2011.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 30,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/30/?format=api",
                "name": "X-37B",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 80,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/80/?format=api",
                    "name": "Boeing",
                    "abbrev": "BA",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "family": [],
                "in_use": true,
                "image": {
                    "id": 1940,
                    "name": "[AUTO] X-37B - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-37b_image_20221113134355.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194208.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": "P123DT2H13M"
        },
        {
            "response_mode": "normal",
            "id": 542,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/542/?format=api",
            "name": "Crew Dragon Endurance",
            "serial_number": "C210",
            "is_placeholder": false,
            "image": {
                "id": 1181,
                "name": "Crew Dragon docking",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "in_space": true,
            "time_in_space": "P561DT18H45M34S",
            "time_docked": "P554DT16H7M43S",
            "flights_count": 4,
            "mission_ends_count": 3,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Crew Dragon spacecraft used for the Crew-3 mission to the International Space Station.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 6,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/6/?format=api",
                "name": "Crew Dragon 2",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 121,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "abbrev": "SpX",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 6,
                        "name": "Dragon",
                        "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "2010-12-08"
                    },
                    {
                        "response_mode": "normal",
                        "id": 7,
                        "name": "Dragon 2",
                        "description": "Dragon 2 is a family of spacecraft developed and produced by American private space transportation company SpaceX. It was redesigned for human spaceflight, and is capable of docking to the ISS.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "parent": {
                            "response_mode": "list",
                            "id": 6,
                            "name": "Dragon"
                        },
                        "maiden_flight": "2019-03-02"
                    }
                ],
                "in_use": true,
                "image": {
                    "id": 1181,
                    "name": "Crew Dragon docking",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": false,
                    "variants": []
                }
            },
            "fastest_turnaround": "P152DT11H17M57S"
        },
        {
            "response_mode": "normal",
            "id": 551,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/551/?format=api",
            "name": "Crew Dragon Freedom",
            "serial_number": "C212",
            "is_placeholder": false,
            "image": {
                "id": 1181,
                "name": "Crew Dragon docking",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P372DT14H50M27S",
            "time_docked": "P365DT4H42M11S",
            "flights_count": 4,
            "mission_ends_count": 4,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Crew Dragon spacecraft first used for Crew-4.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 6,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/6/?format=api",
                "name": "Crew Dragon 2",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 121,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "abbrev": "SpX",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 6,
                        "name": "Dragon",
                        "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "2010-12-08"
                    },
                    {
                        "response_mode": "normal",
                        "id": 7,
                        "name": "Dragon 2",
                        "description": "Dragon 2 is a family of spacecraft developed and produced by American private space transportation company SpaceX. It was redesigned for human spaceflight, and is capable of docking to the ISS.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "parent": {
                            "response_mode": "list",
                            "id": 6,
                            "name": "Dragon"
                        },
                        "maiden_flight": "2019-03-02"
                    }
                ],
                "in_use": true,
                "image": {
                    "id": 1181,
                    "name": "Crew Dragon docking",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": false,
                    "variants": []
                }
            },
            "fastest_turnaround": "P219DT42M6S"
        },
        {
            "response_mode": "normal",
            "id": 291,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/291/?format=api",
            "name": "Crew Dragon Resilience",
            "serial_number": "C207",
            "is_placeholder": false,
            "image": {
                "id": 1181,
                "name": "Crew Dragon docking",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P179DT18H19M30S",
            "time_docked": "P165DT19H56M",
            "flights_count": 4,
            "mission_ends_count": 4,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Crew Dragon Resilience was used for the Crew-1 mission.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 6,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/6/?format=api",
                "name": "Crew Dragon 2",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 121,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "abbrev": "SpX",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 6,
                        "name": "Dragon",
                        "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "2010-12-08"
                    },
                    {
                        "response_mode": "normal",
                        "id": 7,
                        "name": "Dragon 2",
                        "description": "Dragon 2 is a family of spacecraft developed and produced by American private space transportation company SpaceX. It was redesigned for human spaceflight, and is capable of docking to the ISS.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "parent": {
                            "response_mode": "list",
                            "id": 6,
                            "name": "Dragon"
                        },
                        "maiden_flight": "2019-03-02"
                    }
                ],
                "in_use": true,
                "image": {
                    "id": 1181,
                    "name": "Crew Dragon docking",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": false,
                    "variants": []
                }
            },
            "fastest_turnaround": "P136DT17H5M56S"
        },
        {
            "response_mode": "normal",
            "id": 449,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/449/?format=api",
            "name": "Cargo Dragon C208",
            "serial_number": "C208",
            "is_placeholder": false,
            "image": {
                "id": 1086,
                "name": "Cargo Dragon docking",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191606.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P175DT13H52M12S",
            "time_docked": "P165DT1H39M49S",
            "flights_count": 5,
            "mission_ends_count": 5,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "C208 is the first Cargo Dragon 2 and was launched as part of the CRS-21 mission.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 7,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/7/?format=api",
                "name": "Cargo Dragon 2",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 121,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "abbrev": "SpX",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 6,
                        "name": "Dragon",
                        "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "2010-12-08"
                    },
                    {
                        "response_mode": "normal",
                        "id": 7,
                        "name": "Dragon 2",
                        "description": "Dragon 2 is a family of spacecraft developed and produced by American private space transportation company SpaceX. It was redesigned for human spaceflight, and is capable of docking to the ISS.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "parent": {
                            "response_mode": "list",
                            "id": 6,
                            "name": "Dragon"
                        },
                        "maiden_flight": "2019-03-02"
                    }
                ],
                "in_use": true,
                "image": {
                    "id": 1086,
                    "name": "Cargo Dragon docking",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191606.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": false,
                    "variants": []
                }
            },
            "fastest_turnaround": "P227DT5H48M49S"
        },
        {
            "response_mode": "normal",
            "id": 289,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/289/?format=api",
            "name": "Crew Dragon Endeavour",
            "serial_number": "C206",
            "is_placeholder": false,
            "image": {
                "id": 1181,
                "name": "Crew Dragon docking",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P701DT21H16M35S",
            "time_docked": "P692DT23H37M",
            "flights_count": 5,
            "mission_ends_count": 5,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Crew Dragon 6 is the Crew Dragon spacecraft launched on the SpaceX DM-2 demonstration mission to the ISS.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 6,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/6/?format=api",
                "name": "Crew Dragon 2",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 121,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "abbrev": "SpX",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 6,
                        "name": "Dragon",
                        "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "2010-12-08"
                    },
                    {
                        "response_mode": "normal",
                        "id": 7,
                        "name": "Dragon 2",
                        "description": "Dragon 2 is a family of spacecraft developed and produced by American private space transportation company SpaceX. It was redesigned for human spaceflight, and is capable of docking to the ISS.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "parent": {
                            "response_mode": "list",
                            "id": 6,
                            "name": "Dragon"
                        },
                        "maiden_flight": "2019-03-02"
                    }
                ],
                "in_use": true,
                "image": {
                    "id": 1181,
                    "name": "Crew Dragon docking",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": false,
                    "variants": []
                }
            },
            "fastest_turnaround": "P150DT11H44M11S"
        },
        {
            "response_mode": "normal",
            "id": 278,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/278/?format=api",
            "name": "RSS Jules Verne",
            "serial_number": "1",
            "is_placeholder": false,
            "image": {
                "id": 2152,
                "name": "New Shepard Crew Capsule Jules Verne under parachutes",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_cre_image_20240812144851.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_cre_image_thumbnail_20240812144851.jpeg",
                "credit": "Blue Origin",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "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": {
                "response_mode": "normal",
                "id": 22,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/22/?format=api",
                "name": "Crew Capsule 1",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 141,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
                    "name": "Blue Origin",
                    "abbrev": "BO",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 5,
                        "name": "New Shepard Crew Capsule",
                        "description": "Capsules built for suborbital human spaceflight on New Shepard",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 141,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "abbrev": "BO",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "2015-04-29"
                    }
                ],
                "in_use": false,
                "image": {
                    "id": 1906,
                    "name": "[AUTO] Crew Capsule 1 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25201_image_20190309100308.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194113.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": "P59DT22H28M"
        }
    ]
}