Modes

Levels of detail in the response - list, normal, detailed

Example - /spacewalks/?mode=list

Filters

Parameters - astronaut__ids, day, end, end__gt, end__gte, end__lt, end__lte, event__ids, id, ids, launch__ids, month, name, name__contains, owner__ids, program__ids, program__name, program__name__contains, spacestation__ids, start__gt, start__gte, start__lt, start__lte, year

Example - /spacewalks/?program__name=Apollo

Fields searched - crew__astronaut__name, location, name, program__name

Example - /spacewalks/?search=Hubble

Ordering

Fields - duration, end, id, name, start

Example - /spacewalks/?ordering=-duration

Number of results

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

Example - /spacewalks/?limit=2

Format

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

Help

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

GET /2.3.0/spacewalks/5/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "response_mode": "detailed",
    "id": 5,
    "url": "https://ll.thespacedevs.com/2.3.0/spacewalks/5/?format=api",
    "name": "Gemini 10 EVA 2",
    "start": "1966-07-20T23:01:00Z",
    "end": "1966-07-20T23:40:00Z",
    "duration": "PT39M",
    "location": "Low Earth Orbit",
    "crew": [
        {
            "id": 3785,
            "role": {
                "id": 33,
                "role": "EV1",
                "priority": 0
            },
            "astronaut": {
                "id": 38,
                "url": "https://ll.thespacedevs.com/2.3.0/astronauts/38/?format=api",
                "name": "Michael Collins",
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "image": {
                    "id": 267,
                    "name": "[AUTO] Michael Collins - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_collins_image_20210428162316.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185402.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "response_mode": "list",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P11DT2H4M34S",
                "eva_time": "PT1H28M",
                "age": 90,
                "date_of_birth": "1930-10-31",
                "date_of_death": "2021-04-28",
                "nationality": [
                    {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    }
                ],
                "bio": "Michael Collins (born October 31, 1930) (Major General, USAF, Ret.) was an American former astronaut and test pilot. Selected as part of the third group of fourteen astronauts in 1963, he flew into space twice. His first spaceflight was on Gemini 10, in which he and Command Pilot John Young performed two rendezvous with different spacecraft and undertook two extra-vehicular activities (EVAs, also known as spacewalks). His second spaceflight was as the Command Module Pilot for Apollo 11. While he stayed in orbit around the Moon, Neil Armstrong and Buzz Aldrin left in the Lunar Module to make the first manned landing on its surface. He is one of 24 people to have flown to the Moon. Collins was the fourth person, and third American, to perform an EVA; and is the first person to have performed more than one EVA.",
                "wiki": "https://en.wikipedia.org/wiki/Michael_Collins_(astronaut)",
                "last_flight": "1969-07-16T13:32:00Z",
                "first_flight": "1966-07-18T22:20:26Z",
                "social_media_links": [
                    {
                        "id": 9,
                        "social_media": {
                            "id": 1,
                            "name": "X",
                            "url": "https://x.com",
                            "logo": {
                                "id": 2320,
                                "name": "X logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                                "credit": "X",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        },
                        "url": "https://twitter.com/AstroMCollins"
                    }
                ]
            }
        }
    ],
    "spacestation": null,
    "expedition": null,
    "spacecraft_flight": {
        "id": 18,
        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/18/?format=api",
        "destination": "Low Earth Orbit",
        "mission_end": "1966-07-21T21:07:00Z",
        "spacecraft": {
            "response_mode": "normal",
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/20/?format=api",
            "name": "Gemini SC10",
            "serial_number": "10",
            "is_placeholder": false,
            "image": {
                "id": 1915,
                "name": "[AUTO] Gemini - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P2DT22H46M34S",
            "time_docked": "P1DT14H45M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Gemini SC10 is the Gemini capsule used for the Gemini 10 mission launched on July 18, 1966 and crewed by astronauts John W. Young (command pilot) and Michael Collins (pilot).",
            "spacecraft_config": {
                "response_mode": "detailed",
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/12/?format=api",
                "name": "Gemini",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "response_mode": "normal",
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    },
                    "featured": true,
                    "country": [
                        {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        }
                    ],
                    "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                    "administrator": "Acting Administrator:  James Free",
                    "founding_year": 1958,
                    "launchers": "Space Shuttle | SLS",
                    "spacecraft": "Orion",
                    "parent": null,
                    "image": {
                        "id": 19,
                        "name": "[AUTO] National Aeronautics and Space Administration - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184631.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "logo": {
                        "id": 161,
                        "name": "[AUTO] National Aeronautics and Space Administration - logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185043.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "social_logo": {
                        "id": 76,
                        "name": "[AUTO] National Aeronautics and Space Administration - social_logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184823.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "family": [],
                "in_use": false,
                "image": {
                    "id": 1915,
                    "name": "[AUTO] Gemini - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "capability": "Human transportation to low Earth orbit.",
                "history": "The Gemini crew capsule (referred to as the Reentry Module) was essentially an enlarged version of the Mercury capsule. Unlike Mercury, the retrorockets, electrical power, propulsion systems, oxygen, and water were located in a detachable Adapter Module behind the Reentry Module. A major design improvement in Gemini was to locate all internal spacecraft systems in modular components, which could be independently tested and replaced when necessary, without removing or disturbing other already tested components.",
                "details": "The spacecraft was 18 feet 5 inches (5.61 m) long and 10 feet (3.0 m) wide, with a launch weight varying from 7,100 to 8,350 pounds (3,220 to 3,790 kg).",
                "maiden_flight": "1964-04-08",
                "height": 5.61,
                "diameter": 3.0,
                "human_rated": true,
                "crew_capacity": 2,
                "payload_capacity": null,
                "payload_return_capacity": null,
                "flight_life": "Between a few hours and multiple days (14 day is the maximum achieved).",
                "wiki_link": "https://en.wikipedia.org/wiki/Project_Gemini#Spacecraft",
                "info_link": "",
                "spacecraft_flown": 12,
                "total_launch_count": 12,
                "successful_launches": 12,
                "failed_launches": 0,
                "attempted_landings": 11,
                "successful_landings": 11,
                "failed_landings": 0,
                "fastest_turnaround": null
            },
            "fastest_turnaround": null
        },
        "launch": {
            "id": "297a371a-71e6-42a6-a95c-f69a3959a6fa",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/297a371a-71e6-42a6-a95c-f69a3959a6fa/?format=api",
            "name": "Titan II GLV | Gemini X",
            "response_mode": "normal",
            "slug": "titan-ii-glv-gemini-x",
            "launch_designator": "1966-066",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T17:40:09Z",
            "net": "1966-07-18T22:20:26Z",
            "net_precision": null,
            "window_end": "1966-07-18T22:20:26Z",
            "window_start": "1966-07-18T22:20:26Z",
            "image": {
                "id": 1855,
                "name": "[AUTO] Titan II - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan2520ii_image_20190222030027.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193940.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "infographic": null,
            "probability": -1,
            "weather_concerns": null,
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "response_mode": "list",
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "abbrev": "NASA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "rocket": {
                "id": 208,
                "configuration": {
                    "response_mode": "list",
                    "id": 98,
                    "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/98/?format=api",
                    "name": "Titan II",
                    "families": [
                        {
                            "response_mode": "list",
                            "id": 70,
                            "name": "Titan"
                        },
                        {
                            "response_mode": "list",
                            "id": 202,
                            "name": "Titan II"
                        }
                    ],
                    "full_name": "Titan II GLV",
                    "variant": "GLV"
                }
            },
            "mission": {
                "id": 265,
                "name": "Gemini X (Gemini 10)",
                "type": "Human Exploration",
                "description": "Gemini 10 was the eighth crewed mission of the NASA's Project Gemini. It was commanded by Command Pilot John W. Young and Pilot Michael Collins. Gemini 10 achieved the objectives planned for the last two missions - rendezvous and docking with Agena target vehicle, and EVA. The mission started on July 18, 1966, 22:20:26 UTC and ended on July 21, 1966, 21:07:05 UTC.",
                "image": null,
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO",
                    "celestial_body": {
                        "response_mode": "list",
                        "id": 1,
                        "name": "Earth"
                    }
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 18,
                "url": "https://ll.thespacedevs.com/2.3.0/pads/18/?format=api",
                "active": true,
                "agencies": [],
                "name": "Launch Complex 19",
                "image": null,
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_19",
                "map_url": "https://www.google.com/maps?q=28.506898,-80.554169",
                "latitude": 28.506898,
                "longitude": -80.554169,
                "country": {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_18_20200803143356.jpg",
                "total_launch_count": 12,
                "orbital_launch_attempt_count": 11,
                "fastest_turnaround": "P10DT18H7M23S",
                "location": {
                    "response_mode": "normal",
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "celestial_body": {
                        "response_mode": "normal",
                        "id": 1,
                        "name": "Earth",
                        "type": {
                            "id": 1,
                            "name": "Planet"
                        },
                        "diameter": 12742000.0,
                        "mass": 5.972168e+24,
                        "gravity": 9.80655,
                        "length_of_day": "1 00:00:00",
                        "atmosphere": true,
                        "image": {
                            "id": 2040,
                            "name": "Earth (Apollo 17)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.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": true,
                            "variants": []
                        },
                        "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                        "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                        "total_attempted_launches": 7140,
                        "successful_launches": 6598,
                        "failed_launches": 542,
                        "total_attempted_landings": 1098,
                        "successful_landings": 1055,
                        "failed_landings": 43
                    },
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "image": {
                        "id": 2200,
                        "name": "Cape Canaveral & KSC seen from orbit (STS-43)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_20240918151615.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_thumbnail_20240918151616.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": true,
                        "variants": []
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "longitude": -80.577778,
                    "latitude": 28.488889,
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1018,
                    "total_landing_count": 64
                }
            },
            "webcast_live": false,
            "program": [
                {
                    "response_mode": "normal",
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.3.0/programs/3/?format=api",
                    "name": "Gemini",
                    "image": {
                        "id": 1895,
                        "name": "[AUTO] Gemini - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520gem_program_20200820195350.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194053.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "info_url": "https://www.nasa.gov/mission_pages/gemini/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Project_Gemini",
                    "description": "Project Gemini was NASA's second human spaceflight program. Conducted between projects Mercury and Apollo, Gemini started in 1961 and concluded in 1966.",
                    "agencies": [
                        {
                            "response_mode": "list",
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "abbrev": "NASA",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        }
                    ],
                    "start_date": "1961-12-07T00:00:00Z",
                    "end_date": "1966-11-15T19:21:04Z",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 590,
            "location_launch_attempt_count": 177,
            "pad_launch_attempt_count": 10,
            "agency_launch_attempt_count": 82,
            "orbital_launch_attempt_count_year": 73,
            "location_launch_attempt_count_year": 18,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 8
        },
        "landing": {
            "id": 456,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/456/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Gemini spacecraft safely splashed down in the Atlantic Ocean.",
            "downrange_distance": null,
            "landing_location": {
                "id": 6,
                "name": "Atlantic Ocean",
                "active": true,
                "abbrev": "ATL",
                "description": "Atlantic Ocean",
                "location": null,
                "longitude": null,
                "latitude": null,
                "image": {
                    "id": 2230,
                    "name": "Sun glint on the Atlantic Ocean",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_20240920085841.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_thumbnail_20240920085841.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": true,
                    "variants": []
                },
                "successful_landings": 37,
                "attempted_landings": 41,
                "failed_landings": 4,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 1,
                    "name": "Earth",
                    "type": {
                        "id": 1,
                        "name": "Planet"
                    },
                    "diameter": 12742000.0,
                    "mass": 5.972168e+24,
                    "gravity": 9.80655,
                    "length_of_day": "1 00:00:00",
                    "atmosphere": true,
                    "image": {
                        "id": 2040,
                        "name": "Earth (Apollo 17)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.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": true,
                        "variants": []
                    },
                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                }
            },
            "type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            }
        },
        "duration": "P2DT22H46M34S",
        "turn_around_time": null,
        "response_mode": "detailed",
        "launch_crew": [
            {
                "id": 945,
                "role": {
                    "id": 4,
                    "role": "Command Pilot",
                    "priority": 1
                },
                "astronaut": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.3.0/astronauts/32/?format=api",
                    "name": "John Young",
                    "status": {
                        "id": 11,
                        "name": "Deceased"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "image": {
                        "id": 814,
                        "name": "[AUTO] John Young - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/john2520young_image_20190426143657.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190840.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "response_mode": "list",
                    "type": {
                        "id": 2,
                        "name": "Government"
                    },
                    "in_space": false,
                    "time_in_space": "P25DT37M55S",
                    "eva_time": "PT20H14M24S",
                    "age": 87,
                    "date_of_birth": "1930-09-24",
                    "date_of_death": "2018-01-05",
                    "nationality": [
                        {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        }
                    ],
                    "bio": "John Watts Young was an American astronaut, naval officer and aviator, test pilot, and aeronautical engineer. He became the ninth person to walk on the Moon as Commander of the Apollo 16 mission in 1972. Young enjoyed the longest career of any astronaut, becoming the first person to fly six space missions (with seven launches, counting his lunar liftoff) over the course of 42 years of active NASA service. He is the only person to have piloted, and been commander of, four different classes of spacecraft: Gemini, the Apollo Command/Service Module, the Apollo Lunar Module, and the Space Shuttle.\r\n\r\nIn 1965, Young flew on the first manned Gemini mission, and commanded another Gemini mission the next year. In 1969 during Apollo 10, he became the first person to fly solo around the Moon. He drove the Lunar Roving Vehicle on the Moon's surface during Apollo 16, and is one of only three people to have flown to the Moon twice. He also commanded two Space Shuttle flights, including its first launch in 1981, and served as Chief of the Astronaut Office from 1974 to 1987. Young retired from NASA in 2004. He died on January 5, 2018.",
                    "wiki": "https://en.wikipedia.org/wiki/John_Young_(astronaut)",
                    "last_flight": "1983-11-28T16:00:00Z",
                    "first_flight": "1965-03-23T14:24:00Z",
                    "social_media_links": []
                }
            },
            {
                "id": 946,
                "role": {
                    "id": 2,
                    "role": "Pilot",
                    "priority": 2
                },
                "astronaut": {
                    "id": 38,
                    "url": "https://ll.thespacedevs.com/2.3.0/astronauts/38/?format=api",
                    "name": "Michael Collins",
                    "status": {
                        "id": 11,
                        "name": "Deceased"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "image": {
                        "id": 267,
                        "name": "[AUTO] Michael Collins - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_collins_image_20210428162316.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185402.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "response_mode": "list",
                    "type": {
                        "id": 2,
                        "name": "Government"
                    },
                    "in_space": false,
                    "time_in_space": "P11DT2H4M34S",
                    "eva_time": "PT1H28M",
                    "age": 90,
                    "date_of_birth": "1930-10-31",
                    "date_of_death": "2021-04-28",
                    "nationality": [
                        {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        }
                    ],
                    "bio": "Michael Collins (born October 31, 1930) (Major General, USAF, Ret.) was an American former astronaut and test pilot. Selected as part of the third group of fourteen astronauts in 1963, he flew into space twice. His first spaceflight was on Gemini 10, in which he and Command Pilot John Young performed two rendezvous with different spacecraft and undertook two extra-vehicular activities (EVAs, also known as spacewalks). His second spaceflight was as the Command Module Pilot for Apollo 11. While he stayed in orbit around the Moon, Neil Armstrong and Buzz Aldrin left in the Lunar Module to make the first manned landing on its surface. He is one of 24 people to have flown to the Moon. Collins was the fourth person, and third American, to perform an EVA; and is the first person to have performed more than one EVA.",
                    "wiki": "https://en.wikipedia.org/wiki/Michael_Collins_(astronaut)",
                    "last_flight": "1969-07-16T13:32:00Z",
                    "first_flight": "1966-07-18T22:20:26Z",
                    "social_media_links": [
                        {
                            "id": 9,
                            "social_media": {
                                "id": 1,
                                "name": "X",
                                "url": "https://x.com",
                                "logo": {
                                    "id": 2320,
                                    "name": "X logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                                    "credit": "X",
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                }
                            },
                            "url": "https://twitter.com/AstroMCollins"
                        }
                    ]
                }
            }
        ],
        "onboard_crew": [],
        "landing_crew": [
            {
                "id": 25,
                "role": {
                    "id": 4,
                    "role": "Command Pilot",
                    "priority": 1
                },
                "astronaut": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.3.0/astronauts/32/?format=api",
                    "name": "John Young",
                    "status": {
                        "id": 11,
                        "name": "Deceased"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "image": {
                        "id": 814,
                        "name": "[AUTO] John Young - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/john2520young_image_20190426143657.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190840.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "response_mode": "list",
                    "type": {
                        "id": 2,
                        "name": "Government"
                    },
                    "in_space": false,
                    "time_in_space": "P25DT37M55S",
                    "eva_time": "PT20H14M24S",
                    "age": 87,
                    "date_of_birth": "1930-09-24",
                    "date_of_death": "2018-01-05",
                    "nationality": [
                        {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        }
                    ],
                    "bio": "John Watts Young was an American astronaut, naval officer and aviator, test pilot, and aeronautical engineer. He became the ninth person to walk on the Moon as Commander of the Apollo 16 mission in 1972. Young enjoyed the longest career of any astronaut, becoming the first person to fly six space missions (with seven launches, counting his lunar liftoff) over the course of 42 years of active NASA service. He is the only person to have piloted, and been commander of, four different classes of spacecraft: Gemini, the Apollo Command/Service Module, the Apollo Lunar Module, and the Space Shuttle.\r\n\r\nIn 1965, Young flew on the first manned Gemini mission, and commanded another Gemini mission the next year. In 1969 during Apollo 10, he became the first person to fly solo around the Moon. He drove the Lunar Roving Vehicle on the Moon's surface during Apollo 16, and is one of only three people to have flown to the Moon twice. He also commanded two Space Shuttle flights, including its first launch in 1981, and served as Chief of the Astronaut Office from 1974 to 1987. Young retired from NASA in 2004. He died on January 5, 2018.",
                    "wiki": "https://en.wikipedia.org/wiki/John_Young_(astronaut)",
                    "last_flight": "1983-11-28T16:00:00Z",
                    "first_flight": "1965-03-23T14:24:00Z",
                    "social_media_links": []
                }
            },
            {
                "id": 26,
                "role": {
                    "id": 2,
                    "role": "Pilot",
                    "priority": 2
                },
                "astronaut": {
                    "id": 38,
                    "url": "https://ll.thespacedevs.com/2.3.0/astronauts/38/?format=api",
                    "name": "Michael Collins",
                    "status": {
                        "id": 11,
                        "name": "Deceased"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "image": {
                        "id": 267,
                        "name": "[AUTO] Michael Collins - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_collins_image_20210428162316.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185402.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "response_mode": "list",
                    "type": {
                        "id": 2,
                        "name": "Government"
                    },
                    "in_space": false,
                    "time_in_space": "P11DT2H4M34S",
                    "eva_time": "PT1H28M",
                    "age": 90,
                    "date_of_birth": "1930-10-31",
                    "date_of_death": "2021-04-28",
                    "nationality": [
                        {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        }
                    ],
                    "bio": "Michael Collins (born October 31, 1930) (Major General, USAF, Ret.) was an American former astronaut and test pilot. Selected as part of the third group of fourteen astronauts in 1963, he flew into space twice. His first spaceflight was on Gemini 10, in which he and Command Pilot John Young performed two rendezvous with different spacecraft and undertook two extra-vehicular activities (EVAs, also known as spacewalks). His second spaceflight was as the Command Module Pilot for Apollo 11. While he stayed in orbit around the Moon, Neil Armstrong and Buzz Aldrin left in the Lunar Module to make the first manned landing on its surface. He is one of 24 people to have flown to the Moon. Collins was the fourth person, and third American, to perform an EVA; and is the first person to have performed more than one EVA.",
                    "wiki": "https://en.wikipedia.org/wiki/Michael_Collins_(astronaut)",
                    "last_flight": "1969-07-16T13:32:00Z",
                    "first_flight": "1966-07-18T22:20:26Z",
                    "social_media_links": [
                        {
                            "id": 9,
                            "social_media": {
                                "id": 1,
                                "name": "X",
                                "url": "https://x.com",
                                "logo": {
                                    "id": 2320,
                                    "name": "X logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                                    "credit": "X",
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                }
                            },
                            "url": "https://twitter.com/AstroMCollins"
                        }
                    ]
                }
            }
        ],
        "docking_events": [
            {
                "id": 587,
                "url": "https://ll.thespacedevs.com/2.3.0/docking_events/587/?format=api",
                "docking": "1966-07-19T04:15:00Z",
                "departure": "1966-07-20T19:00:00Z",
                "docking_location": {
                    "id": 45,
                    "name": "Agena Target Vehicle",
                    "spacestation": null,
                    "spacecraft": null,
                    "payload": {
                        "response_mode": "list",
                        "id": 13,
                        "name": "Agena Target Vehicle",
                        "type": {
                            "id": 5,
                            "name": "Space Tug"
                        },
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 82,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/82/?format=api",
                            "name": "Lockheed Martin",
                            "abbrev": "LMT",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "operator": {
                            "response_mode": "list",
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "abbrev": "NASA",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "image": {
                            "id": 2150,
                            "name": "Agena seen from Gemini VIII",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_20240812143455.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_thumbnail_20240812143456.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": true,
                            "variants": []
                        }
                    }
                },
                "space_station_target": null,
                "flight_vehicle_target": null,
                "payload_flight_target": {
                    "response_mode": "normal",
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.3.0/payload_flights/16/?format=api",
                    "destination": "Low Earth Orbit",
                    "amount": 1,
                    "payload": {
                        "response_mode": "normal",
                        "id": 13,
                        "name": "Agena Target Vehicle",
                        "type": {
                            "id": 5,
                            "name": "Space Tug"
                        },
                        "manufacturer": {
                            "response_mode": "normal",
                            "id": 82,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/82/?format=api",
                            "name": "Lockheed Martin",
                            "abbrev": "LMT",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            },
                            "featured": false,
                            "country": [
                                {
                                    "id": 2,
                                    "name": "United States of America",
                                    "alpha_2_code": "US",
                                    "alpha_3_code": "USA",
                                    "nationality_name": "American",
                                    "nationality_name_composed": "Americano"
                                }
                            ],
                            "description": "Lockheed Martin's Space Division started in the production of missiles and later ICBM's in the 1950s. Their TITAN missile system was used for 12 Gemini spacecraft and the Voyager probes.  They have worked largely in collaboration with NASA on many of their probes, landers, and spacecraft, and hope to play a key role in NASA's return to the moon in 2024.",
                            "administrator": null,
                            "founding_year": 1953,
                            "launchers": "Titan | Agena",
                            "spacecraft": "Hubble | JUNO | InSight",
                            "parent": null,
                            "image": null,
                            "logo": null,
                            "social_logo": null
                        },
                        "operator": {
                            "response_mode": "normal",
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "abbrev": "NASA",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            },
                            "featured": true,
                            "country": [
                                {
                                    "id": 2,
                                    "name": "United States of America",
                                    "alpha_2_code": "US",
                                    "alpha_3_code": "USA",
                                    "nationality_name": "American",
                                    "nationality_name_composed": "Americano"
                                }
                            ],
                            "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                            "administrator": "Acting Administrator:  James Free",
                            "founding_year": 1958,
                            "launchers": "Space Shuttle | SLS",
                            "spacecraft": "Orion",
                            "parent": null,
                            "image": {
                                "id": 19,
                                "name": "[AUTO] National Aeronautics and Space Administration - image",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184631.jpeg",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "logo": {
                                "id": 161,
                                "name": "[AUTO] National Aeronautics and Space Administration - logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185043.png",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "social_logo": {
                                "id": 76,
                                "name": "[AUTO] National Aeronautics and Space Administration - social_logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184823.jpeg",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        },
                        "image": {
                            "id": 2150,
                            "name": "Agena seen from Gemini VIII",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_20240812143455.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_thumbnail_20240812143456.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": true,
                            "variants": []
                        },
                        "wiki_link": "https://en.wikipedia.org/wiki/Agena_target_vehicle",
                        "info_link": "",
                        "program": [
                            {
                                "response_mode": "list",
                                "id": 3,
                                "url": "https://ll.thespacedevs.com/2.3.0/programs/3/?format=api",
                                "name": "Gemini",
                                "image": {
                                    "id": 1895,
                                    "name": "[AUTO] Gemini - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520gem_program_20200820195350.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194053.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "info_url": "https://www.nasa.gov/mission_pages/gemini/index.html",
                                "wiki_url": "https://en.wikipedia.org/wiki/Project_Gemini"
                            }
                        ],
                        "cost": null,
                        "mass": 8200.0,
                        "description": "The Agena Target Vehicle was an uncrewed spacecraft used by NASA during its Gemini program to develop and practice orbital space rendezvous and docking techniques, and to perform large orbital changes, in preparation for the Apollo program lunar missions."
                    },
                    "launch": {
                        "id": "d675fb92-f9a8-4a5e-bd88-19f0f37c0355",
                        "url": "https://ll.thespacedevs.com/2.3.0/launches/d675fb92-f9a8-4a5e-bd88-19f0f37c0355/?format=api",
                        "name": "Atlas SLV-3 Agena D | GATV 10",
                        "response_mode": "normal",
                        "slug": "atlas-slv-3-agena-d-gatv-10",
                        "launch_designator": "1966-065",
                        "status": {
                            "id": 3,
                            "name": "Launch Successful",
                            "abbrev": "Success",
                            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                        },
                        "last_updated": "2023-06-14T17:42:42Z",
                        "net": "1966-07-18T20:39:46Z",
                        "net_precision": null,
                        "window_end": "1966-07-18T20:39:46Z",
                        "window_start": "1966-07-18T20:39:46Z",
                        "image": null,
                        "infographic": null,
                        "probability": null,
                        "weather_concerns": null,
                        "failreason": "",
                        "hashtag": null,
                        "launch_service_provider": {
                            "response_mode": "list",
                            "id": 161,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/161/?format=api",
                            "name": "United States Air Force",
                            "abbrev": "USAF",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "rocket": {
                            "id": 3551,
                            "configuration": {
                                "response_mode": "list",
                                "id": 258,
                                "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/258/?format=api",
                                "name": "Atlas SLV-3 Agena D",
                                "families": [
                                    {
                                        "response_mode": "list",
                                        "id": 66,
                                        "name": "Atlas"
                                    },
                                    {
                                        "response_mode": "list",
                                        "id": 188,
                                        "name": "Atlas D"
                                    }
                                ],
                                "full_name": "Atlas SLV-3 Agena D",
                                "variant": "SLV-3 Agena D"
                            }
                        },
                        "mission": {
                            "id": 1971,
                            "name": "GATV 10",
                            "type": "Test Target",
                            "description": "The GATV (Gemini Agena Target Vehicle) was designed to be launched into Earth orbit prior to a Gemini mission and used for rendezvous and docking practice.",
                            "image": null,
                            "orbit": {
                                "id": 8,
                                "name": "Low Earth Orbit",
                                "abbrev": "LEO",
                                "celestial_body": {
                                    "response_mode": "list",
                                    "id": 1,
                                    "name": "Earth"
                                }
                            },
                            "agencies": [],
                            "info_urls": [],
                            "vid_urls": []
                        },
                        "pad": {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.3.0/pads/17/?format=api",
                            "active": true,
                            "agencies": [
                                {
                                    "response_mode": "normal",
                                    "id": 1048,
                                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/1048/?format=api",
                                    "name": "Stoke Space",
                                    "abbrev": "Stoke",
                                    "type": {
                                        "id": 5,
                                        "name": "Private"
                                    },
                                    "featured": false,
                                    "country": [
                                        {
                                            "id": 2,
                                            "name": "United States of America",
                                            "alpha_2_code": "US",
                                            "alpha_3_code": "USA",
                                            "nationality_name": "American",
                                            "nationality_name_composed": "Americano"
                                        }
                                    ],
                                    "description": "Stoke Space Technologies is an American space launch company based in the Seattle suburb of Kent, Washington.",
                                    "administrator": "CEO: Andy Lapsa",
                                    "founding_year": null,
                                    "launchers": "",
                                    "spacecraft": "",
                                    "parent": null,
                                    "image": null,
                                    "logo": {
                                        "id": 187,
                                        "name": "[AUTO] Stoke Space - logo",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stoke2520space_logo_20230308081301.png",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185139.png",
                                        "credit": null,
                                        "license": {
                                            "id": 1,
                                            "name": "Unknown",
                                            "priority": 9,
                                            "link": null
                                        },
                                        "single_use": true,
                                        "variants": []
                                    },
                                    "social_logo": null
                                }
                            ],
                            "name": "Space Launch Complex 14",
                            "image": null,
                            "description": null,
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
                            "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
                            "latitude": 28.49103,
                            "longitude": -80.54687,
                            "country": {
                                "id": 2,
                                "name": "United States of America",
                                "alpha_2_code": "US",
                                "alpha_3_code": "USA",
                                "nationality_name": "American",
                                "nationality_name_composed": "Americano"
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_17_20200803143405.jpg",
                            "total_launch_count": 20,
                            "orbital_launch_attempt_count": 16,
                            "fastest_turnaround": "P14DT23H44M59S",
                            "location": {
                                "response_mode": "normal",
                                "id": 12,
                                "url": "https://ll.thespacedevs.com/2.3.0/locations/12/?format=api",
                                "name": "Cape Canaveral SFS, FL, USA",
                                "celestial_body": {
                                    "response_mode": "normal",
                                    "id": 1,
                                    "name": "Earth",
                                    "type": {
                                        "id": 1,
                                        "name": "Planet"
                                    },
                                    "diameter": 12742000.0,
                                    "mass": 5.972168e+24,
                                    "gravity": 9.80655,
                                    "length_of_day": "1 00:00:00",
                                    "atmosphere": true,
                                    "image": {
                                        "id": 2040,
                                        "name": "Earth (Apollo 17)",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.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": true,
                                        "variants": []
                                    },
                                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                    "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                    "total_attempted_launches": 7140,
                                    "successful_launches": 6598,
                                    "failed_launches": 542,
                                    "total_attempted_landings": 1098,
                                    "successful_landings": 1055,
                                    "failed_landings": 43
                                },
                                "active": true,
                                "country": {
                                    "id": 2,
                                    "name": "United States of America",
                                    "alpha_2_code": "US",
                                    "alpha_3_code": "USA",
                                    "nationality_name": "American",
                                    "nationality_name_composed": "Americano"
                                },
                                "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                                "image": {
                                    "id": 2200,
                                    "name": "Cape Canaveral & KSC seen from orbit (STS-43)",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_20240918151615.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_thumbnail_20240918151616.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": true,
                                    "variants": []
                                },
                                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                                "longitude": -80.577778,
                                "latitude": 28.488889,
                                "timezone_name": "America/New_York",
                                "total_launch_count": 1018,
                                "total_landing_count": 64
                            }
                        },
                        "webcast_live": false,
                        "program": [
                            {
                                "response_mode": "normal",
                                "id": 3,
                                "url": "https://ll.thespacedevs.com/2.3.0/programs/3/?format=api",
                                "name": "Gemini",
                                "image": {
                                    "id": 1895,
                                    "name": "[AUTO] Gemini - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520gem_program_20200820195350.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194053.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "info_url": "https://www.nasa.gov/mission_pages/gemini/index.html",
                                "wiki_url": "https://en.wikipedia.org/wiki/Project_Gemini",
                                "description": "Project Gemini was NASA's second human spaceflight program. Conducted between projects Mercury and Apollo, Gemini started in 1961 and concluded in 1966.",
                                "agencies": [
                                    {
                                        "response_mode": "list",
                                        "id": 44,
                                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                                        "name": "National Aeronautics and Space Administration",
                                        "abbrev": "NASA",
                                        "type": {
                                            "id": 1,
                                            "name": "Government"
                                        }
                                    }
                                ],
                                "start_date": "1961-12-07T00:00:00Z",
                                "end_date": "1966-11-15T19:21:04Z",
                                "mission_patches": [],
                                "type": {
                                    "id": 2,
                                    "name": "Human Spaceflight"
                                }
                            }
                        ],
                        "orbital_launch_attempt_count": 589,
                        "location_launch_attempt_count": 176,
                        "pad_launch_attempt_count": 18,
                        "agency_launch_attempt_count": 338,
                        "orbital_launch_attempt_count_year": 72,
                        "location_launch_attempt_count_year": 17,
                        "pad_launch_attempt_count_year": 4,
                        "agency_launch_attempt_count_year": 39
                    },
                    "landing": {
                        "id": 1399,
                        "url": "https://ll.thespacedevs.com/2.3.0/landings/1399/?format=api",
                        "attempt": false,
                        "success": null,
                        "description": "",
                        "downrange_distance": null,
                        "landing_location": null,
                        "type": {
                            "id": 7,
                            "name": "Destructive Reentry",
                            "abbrev": "ATM",
                            "description": "Spacecraft burned up in the atmosphere"
                        }
                    }
                }
            }
        ]
    },
    "event": null,
    "program": [
        {
            "response_mode": "normal",
            "id": 3,
            "url": "https://ll.thespacedevs.com/2.3.0/programs/3/?format=api",
            "name": "Gemini",
            "image": {
                "id": 1895,
                "name": "[AUTO] Gemini - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520gem_program_20200820195350.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194053.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "info_url": "https://www.nasa.gov/mission_pages/gemini/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/Project_Gemini",
            "description": "Project Gemini was NASA's second human spaceflight program. Conducted between projects Mercury and Apollo, Gemini started in 1961 and concluded in 1966.",
            "agencies": [
                {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                }
            ],
            "start_date": "1961-12-07T00:00:00Z",
            "end_date": "1966-11-15T19:21:04Z",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ]
}