API endpoint that allows Landings to be viewed.

GET: Return a list of all the existing landings.

MODE: Normal, Detailed, and List /2.2.0/landings/?mode=detailed

FILTERS: Fields - 'attempt', 'success', 'landing_location__ids', 'landing_type__ids', 'spacecraft__ids', 'launcher__ids', 'spacecraft_launch__ids', 'firststage_launch__ids', 'spacecraft_config__ids', 'launcher_config__ids', 'launcher_serial_numbers'

Get all Landings with the launcher serial number of B1049. Example - /2.2.0/landings/?launcher_serial_numbers=B1049

ORDERING: Fields - 'id', 'downrange_distance' Example - /2.2.0/landings/?ordering=-downrange_distance

GET /2.2.0/landings/?format=api&offset=10
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 224,
    "next": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=20",
    "previous": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10",
    "results": [
        {
            "id": 450,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/450/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Dream Chaser spacecraft will autonomously land at the Shuttle Landing Facility of Kennedy Space Center.",
            "downrange_distance": 11.5,
            "landing_type": {
                "id": 6,
                "name": "Horizontal Landing",
                "abbrev": "HL",
                "description": "Horizontal landing on a runway or flat surface."
            },
            "landing_location": {
                "id": 24,
                "name": "Shuttle Landing Facility",
                "abbrev": "KTTS",
                "description": "Airport used for Space Shuttle landings, part of the Kennedy Space Center.",
                "location": {
                    "id": 27,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 266,
                    "total_landing_count": 0
                },
                "successful_landings": 81
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 581,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/581/?format=api",
                "mission_end": null,
                "destination": "International Space Station",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [],
                "spacecraft": {
                    "id": 447,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/447/?format=api",
                    "name": "Dream Chaser Tenacity",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P0D",
                    "time_docked": "P0D",
                    "flights_count": 0,
                    "mission_ends_count": 0,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "First operational Dream Chaser.",
                    "spacecraft_config": {
                        "id": 24,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/24/?format=api",
                        "name": "Dream Chaser",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "id": 1020,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                            "name": "Sierra Nevada Corporation",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dream_chaser_image_20200821084247.jpeg"
                    }
                },
                "launch": {
                    "id": "a67b40f9-cfcc-4614-a355-a156280b4bb3",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/a67b40f9-cfcc-4614-a355-a156280b4bb3/?format=api",
                    "slug": "vulcan-vc4l-dream-chaser-crs-2-flight-1",
                    "name": "Vulcan VC4L | Dream Chaser CRS 2 Flight 1",
                    "status": {
                        "id": 2,
                        "name": "To Be Determined",
                        "abbrev": "TBD",
                        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
                    },
                    "last_updated": "2025-03-10T16:25:58Z",
                    "net": "2025-09-30T00:00:00Z",
                    "window_end": "2025-09-30T00:00:00Z",
                    "window_start": "2025-09-30T00:00:00Z",
                    "net_precision": {
                        "id": 10,
                        "name": "Quarter 3",
                        "abbrev": "Q3",
                        "description": "The T-0 is expected in the third quarter of the given year."
                    },
                    "probability": null,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 124,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/124/?format=api",
                        "name": "United Launch Alliance",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 2529,
                        "configuration": {
                            "id": 202,
                            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/202/?format=api",
                            "name": "Vulcan VC4L",
                            "family": "Vulcan",
                            "full_name": "Vulcan VC4L",
                            "variant": "VC4L"
                        }
                    },
                    "mission": {
                        "id": 6519,
                        "name": "Dream Chaser CRS 2 Flight 1",
                        "description": "First flight of the Dream Chaser Spaceplane to the ISS.",
                        "launch_designator": null,
                        "type": "Resupply",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [
                            {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "featured": true,
                                "type": "Government",
                                "country_code": "USA",
                                "abbrev": "NASA",
                                "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",
                                "launch_library_url": null,
                                "total_launch_count": 141,
                                "consecutive_successful_launches": 11,
                                "successful_launches": 121,
                                "failed_launches": 20,
                                "pending_launches": 6,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "https://www.nasa.gov",
                                "wiki_url": "https://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
                            },
                            {
                                "id": 1020,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                                "name": "Sierra Nevada Corporation",
                                "featured": false,
                                "type": "Commercial",
                                "country_code": "USA",
                                "abbrev": "SNC",
                                "description": "Sierra Nevada Corporation (SNC) is an American, privately held aerospace and national security contractor specializing in aircraft modification and integration, high performance space components and systems, and commercial solutions. The company contracts with the United States Armed Forces, NASA and private spaceflight companies.",
                                "administrator": "CEO: Fatih Ozmen",
                                "founding_year": "1963",
                                "launchers": "",
                                "spacecraft": "",
                                "launch_library_url": null,
                                "total_launch_count": 0,
                                "consecutive_successful_launches": 0,
                                "successful_launches": 0,
                                "failed_launches": 0,
                                "pending_launches": 0,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": null,
                                "wiki_url": "https://en.wikipedia.org/wiki/Sierra_Nevada_Corporation",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sierra2520nevada2520corporation_logo_20200821083933.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sierra_nevada_c_image_20200821083933.jpeg",
                                "nation_url": null
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 29,
                        "url": "https://lldev.thespacedevs.com/2.2.0/pad/29/?format=api",
                        "agency_id": null,
                        "name": "Space Launch Complex 41",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                        "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                        "latitude": "28.58341025",
                        "longitude": "-80.58303644",
                        "location": {
                            "id": 12,
                            "url": "https://lldev.thespacedevs.com/2.2.0/location/12/?format=api",
                            "name": "Cape Canaveral SFS, FL, USA",
                            "country_code": "USA",
                            "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.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 1031,
                            "total_landing_count": 64
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
                        "total_launch_count": 115,
                        "orbital_launch_attempt_count": 115
                    },
                    "webcast_live": false,
                    "image": null,
                    "infographic": null,
                    "program": [
                        {
                            "id": 11,
                            "url": "https://lldev.thespacedevs.com/2.2.0/program/11/?format=api",
                            "name": "Commercial Resupply Services",
                            "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                            "agencies": [
                                {
                                    "id": 44,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 257,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api",
                                    "name": "Northrop Grumman Space Systems",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 1020,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                                    "name": "Sierra Nevada Corporation",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 121,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                    "name": "SpaceX",
                                    "type": "Commercial"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                            "start_date": "2008-12-23T00:00:00Z",
                            "end_date": null,
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 7027,
                    "location_launch_attempt_count": 1047,
                    "pad_launch_attempt_count": 120,
                    "agency_launch_attempt_count": 170,
                    "orbital_launch_attempt_count_year": 178,
                    "location_launch_attempt_count_year": 53,
                    "pad_launch_attempt_count_year": 6,
                    "agency_launch_attempt_count_year": 6,
                    "type": "normal"
                }
            }
        },
        {
            "id": 452,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/452/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Gaganyaan spacecraft will splashdown in the Bay of Bengal after this flight.",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 31,
                "name": "Bay of Bengal",
                "abbrev": "BB",
                "description": "Northeastern part of the Indian Ocean.",
                "location": null,
                "successful_landings": 0
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 770,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/770/?format=api",
                "mission_end": null,
                "destination": "Low Earth Orbit",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [],
                "spacecraft": {
                    "id": 547,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/547/?format=api",
                    "name": "Gaganyaan G1",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P0D",
                    "time_docked": "P0D",
                    "flights_count": 0,
                    "mission_ends_count": 0,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "First operational Gaganyaan capsule.",
                    "spacecraft_config": {
                        "id": 29,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/29/?format=api",
                        "name": "Gaganyaan",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 1031,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1031/?format=api",
                            "name": "Hindustan Aeronautics Limited",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gaganyaan_image_20231021132705.jpeg"
                    }
                },
                "launch": {
                    "id": "dfac5ab7-7017-454f-b6cf-eeed277a97b5",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/dfac5ab7-7017-454f-b6cf-eeed277a97b5/?format=api",
                    "slug": "lvm-3-gaganyaan-1",
                    "name": "LVM-3 | Gaganyaan-1",
                    "status": {
                        "id": 2,
                        "name": "To Be Determined",
                        "abbrev": "TBD",
                        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
                    },
                    "last_updated": "2025-05-06T20:49:37Z",
                    "net": "2025-12-31T00:00:00Z",
                    "window_end": "2025-12-31T00:00:00Z",
                    "window_start": "2025-12-31T00:00:00Z",
                    "net_precision": {
                        "id": 11,
                        "name": "Quarter 4",
                        "abbrev": "Q4",
                        "description": "The T-0 is expected in the fourth quarter of the given year."
                    },
                    "probability": null,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 31,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/31/?format=api",
                        "name": "Indian Space Research Organization",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 7522,
                        "configuration": {
                            "id": 172,
                            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/172/?format=api",
                            "name": "LVM-3 (GSLV Mk III)",
                            "family": "GSLV",
                            "full_name": "Launch Vehicle Mark-3 (GSLV Mk III)",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 5940,
                        "name": "Gaganyaan-1",
                        "description": "First uncrewed orbital test flight of the Gaganyaan capsule.",
                        "launch_designator": null,
                        "type": "Test Flight",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 82,
                        "url": "https://lldev.thespacedevs.com/2.2.0/pad/82/?format=api",
                        "agency_id": 31,
                        "name": "Satish Dhawan Space Centre Second Launch Pad",
                        "description": "The second launch pad was built between 1999 and 2003.  It became functional in 2005 and has since been used for various rockets. This launch pad supports missions by PSLV, GSLV, LVM3 rockets and is even envisioned for India's future crewed spaceflight.",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
                        "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
                        "latitude": "13.7199",
                        "longitude": "80.2304",
                        "location": {
                            "id": 14,
                            "url": "https://lldev.thespacedevs.com/2.2.0/location/14/?format=api",
                            "name": "Satish Dhawan Space Centre, India",
                            "country_code": "IND",
                            "description": "Satish Dhawan Space Centre – SDSC (formerly Sriharikota Range – SHAR),[1] is the primary spaceport of the Indian Space Research Organisation (ISRO), located in Sriharikota, Andhra Pradesh.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
                            "timezone_name": "Asia/Kolkata",
                            "total_launch_count": 99,
                            "total_landing_count": 0
                        },
                        "country_code": "IND",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
                        "total_launch_count": 29,
                        "orbital_launch_attempt_count": 28
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520iii_image_20190604000938.jpg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 21,
                            "url": "https://lldev.thespacedevs.com/2.2.0/program/21/?format=api",
                            "name": "Gaganyaan",
                            "description": "Gaganyaan is India's first human spaceflight program.",
                            "agencies": [
                                {
                                    "id": 31,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/31/?format=api",
                                    "name": "Indian Space Research Organization",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gaganyaan_program_20220120151540.jpg",
                            "start_date": "2018-08-15T00:00:00Z",
                            "end_date": null,
                            "info_url": "https://www.isro.gov.in/frequently-asked-questions/gaganyaan",
                            "wiki_url": "https://en.wikipedia.org/wiki/Gaganyaan",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 7145,
                    "location_launch_attempt_count": 111,
                    "pad_launch_attempt_count": 37,
                    "agency_launch_attempt_count": 107,
                    "orbital_launch_attempt_count_year": 296,
                    "location_launch_attempt_count_year": 14,
                    "pad_launch_attempt_count_year": 9,
                    "agency_launch_attempt_count_year": 14,
                    "type": "normal"
                }
            }
        },
        {
            "id": 499,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/499/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Orion spacecraft will splash down in the Pacific Ocean.",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 18,
                "name": "Pacific Ocean",
                "abbrev": "PAC",
                "description": "Pacific Ocean",
                "location": null,
                "successful_landings": 47
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 759,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/759/?format=api",
                "mission_end": null,
                "destination": "Circumlunar flyby",
                "launch_crew": [
                    {
                        "id": 3770,
                        "role": {
                            "id": 24,
                            "role": "Spacecraft Commander",
                            "priority": 1
                        },
                        "astronaut": {
                            "id": 568,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/568/?format=api",
                            "name": "Gregory R. Wiseman",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P165DT8H19S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1975-11-11",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://twitter.com/astro_reid",
                            "instagram": null,
                            "bio": "Gregory Reid Wiseman is an American astronaut, engineer, and naval aviator. Wiseman was selected in June 2009 as a member of the NASA Astronaut Group 20 and qualified as an astronaut in 2011. Wiseman took part in his first spaceflight as part of the crew of Expedition 40/41, which launched to the International Space Station on May 28, 2014, and returned on November 10, 2014. Before joining NASA, Wiseman was a Naval Aviator and test pilot. Wiseman has been the Deputy Chief of the Astronaut Office since June, 2017, working under Chief Astronaut Patrick Forrester.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gregory2520r.2520wiseman_image_20181203172719.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Gregory_R._Wiseman",
                            "last_flight": "2014-05-28T19:57:41Z",
                            "first_flight": "2014-05-28T19:57:41Z"
                        }
                    },
                    {
                        "id": 3771,
                        "role": {
                            "id": 2,
                            "role": "Pilot",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 571,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/571/?format=api",
                            "name": "Victor J. Glover",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P167DT6H29M43S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1976-04-30",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://twitter.com/VicGlover",
                            "instagram": null,
                            "bio": "Victor Jerome Glover is a NASA astronaut of the class of 2013.\r\n\r\nGlover is a Commander in the U.S. Navy who hails from Pomona, California and Prosper, Texas. He is an F/A-18 pilot and graduate of the U.S. Air Force Test Pilot School. Glover holds degrees from California Polytechnic State University at San Luis Obispo, Air University and Naval Postgraduate School. He was a naval legislative fellow working on the personal staff of the Honorable John McCain supporting defense and foreign relations policy and oversight.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/victor2520j.2520glover_image_20181203173351.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Victor_J._Glover",
                            "last_flight": "2020-11-16T00:27:17Z",
                            "first_flight": "2020-11-16T00:27:17Z"
                        }
                    },
                    {
                        "id": 3773,
                        "role": {
                            "id": 7,
                            "role": "Mission Specialist",
                            "priority": 4
                        },
                        "astronaut": {
                            "id": 125,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/125/?format=api",
                            "name": "Jeremy Hansen",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P0D",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 16,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                "name": "Canadian Space Agency",
                                "type": "Government"
                            },
                            "date_of_birth": "1976-01-27",
                            "date_of_death": null,
                            "nationality": "Canadian",
                            "twitter": "https://twitter.com/Astro_Jeremy",
                            "instagram": null,
                            "bio": "Jeremy Roger Hansen  is a Canadian astronaut with the Canadian Space Agency (CSA). He was selected to join the CSA in the 2009 CSA selection.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeremy2520hansen_image_20181129202847.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Jeremy_Hansen",
                            "last_flight": null,
                            "first_flight": null
                        }
                    },
                    {
                        "id": 3772,
                        "role": {
                            "id": 7,
                            "role": "Mission Specialist",
                            "priority": 4
                        },
                        "astronaut": {
                            "id": 635,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/635/?format=api",
                            "name": "Christina Koch",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P328DT13H58M37S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1979-01-29",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://twitter.com/Astro_Christina",
                            "instagram": "https://www.instagram.com/Astro_Christina/",
                            "bio": "Christina Hammock Koch (born January 29, 1979) is a NASA astronaut of the class of 2013.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/christina2520koch_image_20191231114328.jpeg",
                            "wiki": "https://en.wikipedia.org/wiki/Christina_Koch",
                            "last_flight": "2019-03-14T19:14:08Z",
                            "first_flight": "2019-03-14T19:14:08Z"
                        }
                    }
                ],
                "onboard_crew": [],
                "landing_crew": [
                    {
                        "id": 3774,
                        "role": {
                            "id": 24,
                            "role": "Spacecraft Commander",
                            "priority": 1
                        },
                        "astronaut": {
                            "id": 568,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/568/?format=api",
                            "name": "Gregory R. Wiseman",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P165DT8H19S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1975-11-11",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://twitter.com/astro_reid",
                            "instagram": null,
                            "bio": "Gregory Reid Wiseman is an American astronaut, engineer, and naval aviator. Wiseman was selected in June 2009 as a member of the NASA Astronaut Group 20 and qualified as an astronaut in 2011. Wiseman took part in his first spaceflight as part of the crew of Expedition 40/41, which launched to the International Space Station on May 28, 2014, and returned on November 10, 2014. Before joining NASA, Wiseman was a Naval Aviator and test pilot. Wiseman has been the Deputy Chief of the Astronaut Office since June, 2017, working under Chief Astronaut Patrick Forrester.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gregory2520r.2520wiseman_image_20181203172719.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Gregory_R._Wiseman",
                            "last_flight": "2014-05-28T19:57:41Z",
                            "first_flight": "2014-05-28T19:57:41Z"
                        }
                    },
                    {
                        "id": 3775,
                        "role": {
                            "id": 2,
                            "role": "Pilot",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 571,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/571/?format=api",
                            "name": "Victor J. Glover",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P167DT6H29M43S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1976-04-30",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://twitter.com/VicGlover",
                            "instagram": null,
                            "bio": "Victor Jerome Glover is a NASA astronaut of the class of 2013.\r\n\r\nGlover is a Commander in the U.S. Navy who hails from Pomona, California and Prosper, Texas. He is an F/A-18 pilot and graduate of the U.S. Air Force Test Pilot School. Glover holds degrees from California Polytechnic State University at San Luis Obispo, Air University and Naval Postgraduate School. He was a naval legislative fellow working on the personal staff of the Honorable John McCain supporting defense and foreign relations policy and oversight.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/victor2520j.2520glover_image_20181203173351.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Victor_J._Glover",
                            "last_flight": "2020-11-16T00:27:17Z",
                            "first_flight": "2020-11-16T00:27:17Z"
                        }
                    },
                    {
                        "id": 3777,
                        "role": {
                            "id": 7,
                            "role": "Mission Specialist",
                            "priority": 4
                        },
                        "astronaut": {
                            "id": 125,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/125/?format=api",
                            "name": "Jeremy Hansen",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P0D",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 16,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                "name": "Canadian Space Agency",
                                "type": "Government"
                            },
                            "date_of_birth": "1976-01-27",
                            "date_of_death": null,
                            "nationality": "Canadian",
                            "twitter": "https://twitter.com/Astro_Jeremy",
                            "instagram": null,
                            "bio": "Jeremy Roger Hansen  is a Canadian astronaut with the Canadian Space Agency (CSA). He was selected to join the CSA in the 2009 CSA selection.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeremy2520hansen_image_20181129202847.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Jeremy_Hansen",
                            "last_flight": null,
                            "first_flight": null
                        }
                    },
                    {
                        "id": 3776,
                        "role": {
                            "id": 7,
                            "role": "Mission Specialist",
                            "priority": 4
                        },
                        "astronaut": {
                            "id": 635,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/635/?format=api",
                            "name": "Christina Koch",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P328DT13H58M37S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1979-01-29",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://twitter.com/Astro_Christina",
                            "instagram": "https://www.instagram.com/Astro_Christina/",
                            "bio": "Christina Hammock Koch (born January 29, 1979) is a NASA astronaut of the class of 2013.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/christina2520koch_image_20191231114328.jpeg",
                            "wiki": "https://en.wikipedia.org/wiki/Christina_Koch",
                            "last_flight": "2019-03-14T19:14:08Z",
                            "first_flight": "2019-03-14T19:14:08Z"
                        }
                    }
                ],
                "spacecraft": {
                    "id": 540,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/540/?format=api",
                    "name": "Orion 003",
                    "serial_number": "003",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P0D",
                    "time_docked": "P0D",
                    "flights_count": 0,
                    "mission_ends_count": 0,
                    "status": {
                        "id": 5,
                        "name": "Under construction"
                    },
                    "description": "Orion spacecraft used for Artemis 2.",
                    "spacecraft_config": {
                        "id": 4,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/4/?format=api",
                        "name": "Orion",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg"
                    }
                },
                "launch": {
                    "id": "41699701-2ef4-4b0c-ac9d-6757820cde87",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/41699701-2ef4-4b0c-ac9d-6757820cde87/?format=api",
                    "slug": "sls-block-1-artemis-ii",
                    "name": "SLS Block 1 | Artemis II",
                    "status": {
                        "id": 2,
                        "name": "To Be Determined",
                        "abbrev": "TBD",
                        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
                    },
                    "last_updated": "2025-04-04T07:42:06Z",
                    "net": "2026-04-30T00:00:00Z",
                    "window_end": "2026-04-30T00:00:00Z",
                    "window_start": "2026-04-30T00:00:00Z",
                    "net_precision": {
                        "id": 7,
                        "name": "Month",
                        "abbrev": "M",
                        "description": "The T-0 is expected in the given month."
                    },
                    "probability": null,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 44,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 187,
                        "configuration": {
                            "id": 143,
                            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/143/?format=api",
                            "name": "Space Launch System (SLS)",
                            "family": "Space Launch System",
                            "full_name": "Space Launch System Block 1",
                            "variant": "Block 1"
                        }
                    },
                    "mission": {
                        "id": 6343,
                        "name": "Artemis II",
                        "description": "Artemis II is the first crewed mission as part of the Artemis program. Artemis II will send a crew of 4 - 3 Americans and 1 Canadian around the moon and return them back to Earth.\r\n\r\nThe mission will test the core systems of NASA's Orion spacecraft including the critical life support system, among other systems which could not be tested during Artemis I due to the lack of crew onboard.",
                        "launch_designator": null,
                        "type": "Human Exploration",
                        "orbit": {
                            "id": 9,
                            "name": "Lunar flyby",
                            "abbrev": "Lunar flyby"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 4,
                        "url": "https://lldev.thespacedevs.com/2.2.0/pad/4/?format=api",
                        "agency_id": 44,
                        "name": "Launch Complex 39B",
                        "description": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                        "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                        "latitude": "28.62711233",
                        "longitude": "-80.62101503",
                        "location": {
                            "id": 27,
                            "url": "https://lldev.thespacedevs.com/2.2.0/location/27/?format=api",
                            "name": "Kennedy Space Center, FL, USA",
                            "country_code": "USA",
                            "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 266,
                            "total_landing_count": 0
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_4_20200803143518.jpg",
                        "total_launch_count": 58,
                        "orbital_launch_attempt_count": 57
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_launch_sy_image_20220331082429.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 15,
                            "url": "https://lldev.thespacedevs.com/2.2.0/program/15/?format=api",
                            "name": "Artemis",
                            "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                            "agencies": [
                                {
                                    "id": 44,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                            "start_date": "2017-12-11T00:00:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/specials/artemis/",
                            "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 7154,
                    "location_launch_attempt_count": 272,
                    "pad_launch_attempt_count": 59,
                    "agency_launch_attempt_count": 142,
                    "orbital_launch_attempt_count_year": 9,
                    "location_launch_attempt_count_year": 1,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 1,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1049,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1049/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Starliner spacecraft will land at White Sands Missile Range.",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 20,
                "name": "White Sands Missile Range",
                "abbrev": "WSMR",
                "description": "US Army testing area and firing range located in the US state of New Mexico.",
                "location": {
                    "id": 155,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/155/?format=api",
                    "name": "White Sands Missile Range",
                    "country_code": "USA",
                    "description": "White Sands Missile Range is a United States Army military testing area and firing range located in the US state of New Mexico. The range was originally established in 1941 as the Alamogordo Bombing and Gunnery Range, where the Trinity test site lay at the northern end of the Range, in Socorro County near the towns of Carrizozo and San Antonio. It then became the White Sands Proving Ground on 9 July 1945.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_white_sands_missile_range_20210901072636.jpg",
                    "timezone_name": "America/Denver",
                    "total_launch_count": 5,
                    "total_landing_count": 0
                },
                "successful_landings": 5
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 574,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/574/?format=api",
                "mission_end": null,
                "destination": "International Space Station",
                "launch_crew": [
                    {
                        "id": 3740,
                        "role": {
                            "id": 24,
                            "role": "Spacecraft Commander",
                            "priority": 1
                        },
                        "astronaut": {
                            "id": 566,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/566/?format=api",
                            "name": "Scott D. Tingle",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P168DT5H17M59S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1965-07-19",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://twitter.com/Astro_Maker",
                            "instagram": "https://www.instagram.com/astro_maker/",
                            "bio": "Scott David Tingle is a NASA astronaut. He was selected in June 2009 as a member of the NASA Astronaut Group 20, qualifying in 2011. Serving as a flight engineer as part of Expedition 54 and 55, Tingle launched into space on board Soyuz MS-07 in December 2017, and returned in June 2018. Tingle is a highly decorated naval pilot, having flown 51 types of aircraft over more than 4,500 flight hours, landed 750 aircraft with carrier arrestments, and fought in 54 combat missions.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scott2520d.2520tingle_image_20181203172527.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Scott_D._Tingle",
                            "last_flight": "2017-12-17T07:21:01Z",
                            "first_flight": "2017-12-17T07:21:01Z"
                        }
                    },
                    {
                        "id": 3742,
                        "role": {
                            "id": 2,
                            "role": "Pilot",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 500,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/500/?format=api",
                            "name": "Edward Michael Fincke",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P381DT15H8M59S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1967-03-14",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Edward Michael \"Mike\"/\"Spanky\" Fincke is an American astronaut who formerly held the American record for the most time in space (381.6 days). His record was broken by Scott Kelly on October 16, 2015. He was born in Pittsburgh, Pennsylvania, but considers its suburb Emsworth to be his hometown. He is a United States Air Force officer and a NASA astronaut, and served two tours aboard the International Space Station as a flight engineer and commander. He flew on one Space Shuttle mission, STS-134 as a Mission Specialist.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_fincke_image_20220911033941.jpeg",
                            "wiki": "https://en.wikipedia.org/wiki/Michael_Fincke",
                            "last_flight": "2011-05-16T12:56:28Z",
                            "first_flight": "2004-04-19T03:19:00Z"
                        }
                    },
                    {
                        "id": 4842,
                        "role": {
                            "id": 7,
                            "role": "Mission Specialist",
                            "priority": 4
                        },
                        "astronaut": {
                            "id": 642,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/642/?format=api",
                            "name": "Joshua Kutryk",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P0D",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 16,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                "name": "Canadian Space Agency",
                                "type": "Government"
                            },
                            "date_of_birth": "1982-03-21",
                            "date_of_death": null,
                            "nationality": "Canadian",
                            "twitter": "https://twitter.com/astro_kutryk",
                            "instagram": "https://www.instagram.com/astro_kutryk/",
                            "bio": "Joshua Kutryk, a Royal Canadian Air Force lieutenant colonel, is from Beauvallon, Alberta. He has a bachelor’s degree in mechanical engineering, as well as master’s degrees in space studies, flight test engineering, and defense studies. Prior to joining CSA, Kutryk worked as an experimental test pilot and a fighter pilot in Cold Lake, Alberta, where he led the unit responsible for the operational flight-testing of fighter aircraft in Canada.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/joshua2520kutryk_image_20191228095953.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Joshua_Kutryk",
                            "last_flight": null,
                            "first_flight": null
                        }
                    },
                    {
                        "id": 3143,
                        "role": {
                            "id": 7,
                            "role": "Mission Specialist",
                            "priority": 4
                        },
                        "astronaut": {
                            "id": 562,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/562/?format=api",
                            "name": "Jeanette J. Epps",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P235DT3H35M24S",
                            "status": {
                                "id": 2,
                                "name": "Retired"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1970-11-03",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://twitter.com/Astro_Jeanette",
                            "instagram": null,
                            "bio": "Jeanette Jo Epps is an American aerospace engineer and NASA astronaut.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeanette_j._epp_image_20220911034355.jpeg",
                            "wiki": "https://en.wikipedia.org/wiki/Jeanette_J._Epps",
                            "last_flight": "2024-03-04T03:53:38Z",
                            "first_flight": "2024-03-04T03:53:38Z"
                        }
                    }
                ],
                "onboard_crew": [],
                "landing_crew": [
                    {
                        "id": 3741,
                        "role": {
                            "id": 24,
                            "role": "Spacecraft Commander",
                            "priority": 1
                        },
                        "astronaut": {
                            "id": 566,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/566/?format=api",
                            "name": "Scott D. Tingle",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P168DT5H17M59S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1965-07-19",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://twitter.com/Astro_Maker",
                            "instagram": "https://www.instagram.com/astro_maker/",
                            "bio": "Scott David Tingle is a NASA astronaut. He was selected in June 2009 as a member of the NASA Astronaut Group 20, qualifying in 2011. Serving as a flight engineer as part of Expedition 54 and 55, Tingle launched into space on board Soyuz MS-07 in December 2017, and returned in June 2018. Tingle is a highly decorated naval pilot, having flown 51 types of aircraft over more than 4,500 flight hours, landed 750 aircraft with carrier arrestments, and fought in 54 combat missions.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scott2520d.2520tingle_image_20181203172527.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Scott_D._Tingle",
                            "last_flight": "2017-12-17T07:21:01Z",
                            "first_flight": "2017-12-17T07:21:01Z"
                        }
                    },
                    {
                        "id": 3743,
                        "role": {
                            "id": 2,
                            "role": "Pilot",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 500,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/500/?format=api",
                            "name": "Edward Michael Fincke",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P381DT15H8M59S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1967-03-14",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Edward Michael \"Mike\"/\"Spanky\" Fincke is an American astronaut who formerly held the American record for the most time in space (381.6 days). His record was broken by Scott Kelly on October 16, 2015. He was born in Pittsburgh, Pennsylvania, but considers its suburb Emsworth to be his hometown. He is a United States Air Force officer and a NASA astronaut, and served two tours aboard the International Space Station as a flight engineer and commander. He flew on one Space Shuttle mission, STS-134 as a Mission Specialist.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_fincke_image_20220911033941.jpeg",
                            "wiki": "https://en.wikipedia.org/wiki/Michael_Fincke",
                            "last_flight": "2011-05-16T12:56:28Z",
                            "first_flight": "2004-04-19T03:19:00Z"
                        }
                    },
                    {
                        "id": 4843,
                        "role": {
                            "id": 7,
                            "role": "Mission Specialist",
                            "priority": 4
                        },
                        "astronaut": {
                            "id": 642,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/642/?format=api",
                            "name": "Joshua Kutryk",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P0D",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 16,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                "name": "Canadian Space Agency",
                                "type": "Government"
                            },
                            "date_of_birth": "1982-03-21",
                            "date_of_death": null,
                            "nationality": "Canadian",
                            "twitter": "https://twitter.com/astro_kutryk",
                            "instagram": "https://www.instagram.com/astro_kutryk/",
                            "bio": "Joshua Kutryk, a Royal Canadian Air Force lieutenant colonel, is from Beauvallon, Alberta. He has a bachelor’s degree in mechanical engineering, as well as master’s degrees in space studies, flight test engineering, and defense studies. Prior to joining CSA, Kutryk worked as an experimental test pilot and a fighter pilot in Cold Lake, Alberta, where he led the unit responsible for the operational flight-testing of fighter aircraft in Canada.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/joshua2520kutryk_image_20191228095953.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Joshua_Kutryk",
                            "last_flight": null,
                            "first_flight": null
                        }
                    },
                    {
                        "id": 3143,
                        "role": {
                            "id": 7,
                            "role": "Mission Specialist",
                            "priority": 4
                        },
                        "astronaut": {
                            "id": 562,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/562/?format=api",
                            "name": "Jeanette J. Epps",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P235DT3H35M24S",
                            "status": {
                                "id": 2,
                                "name": "Retired"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1970-11-03",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://twitter.com/Astro_Jeanette",
                            "instagram": null,
                            "bio": "Jeanette Jo Epps is an American aerospace engineer and NASA astronaut.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeanette_j._epp_image_20220911034355.jpeg",
                            "wiki": "https://en.wikipedia.org/wiki/Jeanette_J._Epps",
                            "last_flight": "2024-03-04T03:53:38Z",
                            "first_flight": "2024-03-04T03:53:38Z"
                        }
                    }
                ],
                "spacecraft": {
                    "id": 290,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/290/?format=api",
                    "name": "Starliner 2",
                    "serial_number": "2",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P5DT23H54M13S",
                    "time_docked": "P4DT18H8M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "The second CST-100 Starliner capsule to fly.",
                    "spacecraft_config": {
                        "id": 9,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/9/?format=api",
                        "name": "CST-100 Starliner",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 80,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/80/?format=api",
                            "name": "Boeing",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20220525180700.jpeg"
                    }
                },
                "launch": {
                    "id": "07e945c1-2ec6-4d29-a500-1afbe920440f",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/07e945c1-2ec6-4d29-a500-1afbe920440f/?format=api",
                    "slug": "atlas-v-n22-starliner-1",
                    "name": "Atlas V N22 | Starliner-1",
                    "status": {
                        "id": 2,
                        "name": "To Be Determined",
                        "abbrev": "TBD",
                        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
                    },
                    "last_updated": "2025-06-07T02:12:07Z",
                    "net": "2026-03-31T00:00:00Z",
                    "window_end": "2026-03-31T00:00:00Z",
                    "window_start": "2026-03-31T00:00:00Z",
                    "net_precision": {
                        "id": 8,
                        "name": "Quarter 1",
                        "abbrev": "Q1",
                        "description": "The T-0 is expected in the first quarter of the given year."
                    },
                    "probability": null,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 124,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/124/?format=api",
                        "name": "United Launch Alliance",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 2710,
                        "configuration": {
                            "id": 166,
                            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/166/?format=api",
                            "name": "Atlas V N22",
                            "family": "Atlas",
                            "full_name": "Atlas V N22",
                            "variant": "V N22"
                        }
                    },
                    "mission": {
                        "id": 1113,
                        "name": "Starliner-1",
                        "description": "Starliner-1 is the first crewed operational flight of a Starliner spacecraft to the International Space Station as part of NASA's Commercial Crew Program.",
                        "launch_designator": null,
                        "type": "Human Exploration",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 29,
                        "url": "https://lldev.thespacedevs.com/2.2.0/pad/29/?format=api",
                        "agency_id": null,
                        "name": "Space Launch Complex 41",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                        "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                        "latitude": "28.58341025",
                        "longitude": "-80.58303644",
                        "location": {
                            "id": 12,
                            "url": "https://lldev.thespacedevs.com/2.2.0/location/12/?format=api",
                            "name": "Cape Canaveral SFS, FL, USA",
                            "country_code": "USA",
                            "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.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 1031,
                            "total_landing_count": 64
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
                        "total_launch_count": 115,
                        "orbital_launch_attempt_count": 115
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_n22_image_20210813082339.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 5,
                            "url": "https://lldev.thespacedevs.com/2.2.0/program/5/?format=api",
                            "name": "Commercial Crew Program",
                            "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
                            "agencies": [
                                {
                                    "id": 80,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/80/?format=api",
                                    "name": "Boeing",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 44,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 121,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                    "name": "SpaceX",
                                    "type": "Commercial"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
                            "start_date": "2011-04-18T00:00:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
                            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        },
                        {
                            "id": 17,
                            "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
                            "name": "International Space Station",
                            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                            "agencies": [
                                {
                                    "id": 16,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                    "name": "Canadian Space Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 27,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                    "name": "European Space Agency",
                                    "type": "Multinational"
                                },
                                {
                                    "id": 37,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                    "name": "Japan Aerospace Exploration Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 44,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 63,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                            "start_date": "1998-11-20T06:40:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 7153,
                    "location_launch_attempt_count": 1082,
                    "pad_launch_attempt_count": 138,
                    "agency_launch_attempt_count": 191,
                    "orbital_launch_attempt_count_year": 8,
                    "location_launch_attempt_count_year": 2,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 1,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1213,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1213/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Falcon 9 first stage B1094 will attempt to land back at the launch site after its 2nd flight.",
            "downrange_distance": 14.9,
            "landing_type": {
                "id": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "landing_location": {
                "id": 4,
                "name": "Landing Zone 1",
                "abbrev": "LZ-1",
                "description": "LZ-1 Pad located at Cape Canaveral Space Force Station at the previous LC-13",
                "location": {
                    "id": 12,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1031,
                    "total_landing_count": 64
                },
                "successful_landings": 51
            },
            "firststage": {
                "id": 411,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 194,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/194/?format=api",
                    "details": "Falcon 9 booster debuting on Starlink Group 12-10.",
                    "flight_proven": true,
                    "serial_number": "B1094",
                    "status": "active",
                    "image_url": null,
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2025-04-29T02:34:10Z",
                    "first_launch_date": "2025-04-29T02:34:10Z"
                },
                "previous_flight_date": "2025-04-29T02:34:10Z",
                "turn_around_time_days": 61,
                "previous_flight": {
                    "id": "306fbca9-d41b-44fa-b6aa-f14a7e3b887d",
                    "name": "Falcon 9 Block 5 | Starlink Group 12-10"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1214,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1214/?format=api",
            "attempt": true,
            "success": null,
            "description": "The center core will attempt to land on an ASDS after launch.",
            "downrange_distance": null,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 12,
                "name": "Unknown",
                "abbrev": "N/A",
                "description": null,
                "location": null,
                "successful_landings": 0
            },
            "firststage": {
                "id": 417,
                "type": "Core",
                "reused": null,
                "launcher_flight_number": null,
                "launcher": {
                    "id": 117,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/117/?format=api",
                    "details": "Booster serial number unknown.",
                    "flight_proven": false,
                    "serial_number": "Unknown FH",
                    "status": "N/A",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/117_image_20230723180948.png",
                    "successful_landings": null,
                    "attempted_landings": null,
                    "flights": null,
                    "last_launch_date": null,
                    "first_launch_date": null
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1215,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1215/?format=api",
            "attempt": true,
            "success": null,
            "description": "the sidebooster will attempt to land at the launch site after launch.",
            "downrange_distance": 14.9,
            "landing_type": {
                "id": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "landing_location": {
                "id": 4,
                "name": "Landing Zone 1",
                "abbrev": "LZ-1",
                "description": "LZ-1 Pad located at Cape Canaveral Space Force Station at the previous LC-13",
                "location": {
                    "id": 12,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1031,
                    "total_landing_count": 64
                },
                "successful_landings": 51
            },
            "firststage": {
                "id": 418,
                "type": "Strap-On Booster",
                "reused": null,
                "launcher_flight_number": null,
                "launcher": {
                    "id": 117,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/117/?format=api",
                    "details": "Booster serial number unknown.",
                    "flight_proven": false,
                    "serial_number": "Unknown FH",
                    "status": "N/A",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/117_image_20230723180948.png",
                    "successful_landings": null,
                    "attempted_landings": null,
                    "flights": null,
                    "last_launch_date": null,
                    "first_launch_date": null
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1216,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1216/?format=api",
            "attempt": true,
            "success": null,
            "description": "the sidebooster will attempt to land at the launch site after launch.",
            "downrange_distance": 14.9,
            "landing_type": {
                "id": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "landing_location": {
                "id": 5,
                "name": "Landing Zone 2",
                "abbrev": "LZ-2",
                "description": "LZ-2 Pad located at Cape Canaveral Space Force Station at the previous LC-13. Directly next to LZ-1",
                "location": {
                    "id": 12,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1031,
                    "total_landing_count": 64
                },
                "successful_landings": 12
            },
            "firststage": {
                "id": 419,
                "type": "Strap-On Booster",
                "reused": null,
                "launcher_flight_number": null,
                "launcher": {
                    "id": 117,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/117/?format=api",
                    "details": "Booster serial number unknown.",
                    "flight_proven": false,
                    "serial_number": "Unknown FH",
                    "status": "N/A",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/117_image_20230723180948.png",
                    "successful_landings": null,
                    "attempted_landings": null,
                    "flights": null,
                    "last_launch_date": null,
                    "first_launch_date": null
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1227,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1227/?format=api",
            "attempt": false,
            "success": null,
            "description": "The Cygnus spacecraft will burn up upon entering Earth's atmosphere.",
            "downrange_distance": null,
            "landing_type": {
                "id": 7,
                "name": "Destructive Reentry",
                "abbrev": "ATM",
                "description": "Spacecraft burned up in the atmosphere"
            },
            "landing_location": null,
            "firststage": null,
            "spacecraftflight": {
                "id": 813,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/813/?format=api",
                "mission_end": null,
                "destination": "International Space Station",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [],
                "spacecraft": {
                    "id": 572,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/572/?format=api",
                    "name": "Cygnus CRS NG-22",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P0D",
                    "time_docked": "P0D",
                    "flights_count": 0,
                    "mission_ends_count": 0,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "This is the twenty-second flight to the ISS by the Cygnus spacecraft under the CRS program and their eleventh under the CRS-2 program. This is also the 18th use of the enhanced size Cygnus.",
                    "spacecraft_config": {
                        "id": 19,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
                        "name": "Cygnus Enhanced",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 257,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api",
                            "name": "Northrop Grumman Space Systems",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
                    }
                },
                "launch": {
                    "id": "7df7d8d1-1ec5-41ab-8504-e61204f2873b",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/7df7d8d1-1ec5-41ab-8504-e61204f2873b/?format=api",
                    "slug": "falcon-9-block-5-cygnus-crs-2-ng-22",
                    "name": "Falcon 9 Block 5 | Cygnus CRS-2 NG-22",
                    "status": {
                        "id": 2,
                        "name": "To Be Determined",
                        "abbrev": "TBD",
                        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
                    },
                    "last_updated": "2025-03-26T20:46:14Z",
                    "net": "2025-12-31T00:00:00Z",
                    "window_end": "2025-12-31T00:00:00Z",
                    "window_start": "2025-12-31T00:00:00Z",
                    "net_precision": {
                        "id": 14,
                        "name": "Year",
                        "abbrev": "Y",
                        "description": "The T-0 is expected in the given year."
                    },
                    "probability": null,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 121,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 7751,
                        "configuration": {
                            "id": 164,
                            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                            "name": "Falcon 9",
                            "family": "Falcon",
                            "full_name": "Falcon 9 Block 5",
                            "variant": "Block 5"
                        }
                    },
                    "mission": {
                        "id": 6269,
                        "name": "Cygnus CRS-2 NG-22",
                        "description": "This is the 22nd flight of the Northrop Grumman's uncrewed resupply spacecraft Cygnus and its 21st flight to the International Space Station under the Commercial Resupply Services contract with NASA.",
                        "launch_designator": null,
                        "type": "Resupply",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [
                            {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "featured": true,
                                "type": "Government",
                                "country_code": "USA",
                                "abbrev": "NASA",
                                "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",
                                "launch_library_url": null,
                                "total_launch_count": 141,
                                "consecutive_successful_launches": 11,
                                "successful_launches": 121,
                                "failed_launches": 20,
                                "pending_launches": 6,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "https://www.nasa.gov",
                                "wiki_url": "https://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
                            },
                            {
                                "id": 257,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api",
                                "name": "Northrop Grumman Space Systems",
                                "featured": true,
                                "type": "Commercial",
                                "country_code": "USA",
                                "abbrev": "NGSS",
                                "description": "Northrup Grumman Space Systems designs, builds and delivers space, defence and aviation-related systems to customers around the world. They aquired Orbital ATK in 2018 along with its launchers and ongoing missions.",
                                "administrator": "CEO: Kathy Warden",
                                "founding_year": "2015",
                                "launchers": "Antares | Minotaur | Pegasus",
                                "spacecraft": "Cygnus",
                                "launch_library_url": null,
                                "total_launch_count": 15,
                                "consecutive_successful_launches": 15,
                                "successful_launches": 15,
                                "failed_launches": 0,
                                "pending_launches": 4,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "https://www.northropgrumman.com/AboutUs/BusinessSectors/InnovationSystems/Pages/default.aspx",
                                "wiki_url": "https://en.wikipedia.org/wiki/Northrop_Grumman#Innovation_Systems",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_logo_20190207032451.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_image_20190207032451.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520space2520systems_nation_20230624130158.jpg"
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 72,
                        "url": "https://lldev.thespacedevs.com/2.2.0/pad/72/?format=api",
                        "agency_id": null,
                        "name": "Unknown Pad",
                        "description": null,
                        "info_url": null,
                        "wiki_url": "",
                        "map_url": "https://www.google.com/maps?q=28.458,-80.528",
                        "latitude": "28.458",
                        "longitude": "-80.528",
                        "location": {
                            "id": 12,
                            "url": "https://lldev.thespacedevs.com/2.2.0/location/12/?format=api",
                            "name": "Cape Canaveral SFS, FL, USA",
                            "country_code": "USA",
                            "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.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 1031,
                            "total_landing_count": 64
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
                        "total_launch_count": 0,
                        "orbital_launch_attempt_count": 0
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 11,
                            "url": "https://lldev.thespacedevs.com/2.2.0/program/11/?format=api",
                            "name": "Commercial Resupply Services",
                            "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                            "agencies": [
                                {
                                    "id": 44,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 257,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api",
                                    "name": "Northrop Grumman Space Systems",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 1020,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                                    "name": "Sierra Nevada Corporation",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 121,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                    "name": "SpaceX",
                                    "type": "Commercial"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                            "start_date": "2008-12-23T00:00:00Z",
                            "end_date": null,
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        },
                        {
                            "id": 17,
                            "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
                            "name": "International Space Station",
                            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                            "agencies": [
                                {
                                    "id": 16,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                    "name": "Canadian Space Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 27,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                    "name": "European Space Agency",
                                    "type": "Multinational"
                                },
                                {
                                    "id": 37,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                    "name": "Japan Aerospace Exploration Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 44,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 63,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                            "start_date": "1998-11-20T06:40:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 7145,
                    "location_launch_attempt_count": 1080,
                    "pad_launch_attempt_count": 21,
                    "agency_launch_attempt_count": 574,
                    "orbital_launch_attempt_count_year": 296,
                    "location_launch_attempt_count_year": 86,
                    "pad_launch_attempt_count_year": 21,
                    "agency_launch_attempt_count_year": 125,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1228,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1228/?format=api",
            "attempt": false,
            "success": null,
            "description": "The Cygnus spacecraft will burn up upon entering Earth's atmosphere.",
            "downrange_distance": null,
            "landing_type": {
                "id": 7,
                "name": "Destructive Reentry",
                "abbrev": "ATM",
                "description": "Spacecraft burned up in the atmosphere"
            },
            "landing_location": null,
            "firststage": null,
            "spacecraftflight": {
                "id": 812,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/812/?format=api",
                "mission_end": "2025-03-30T10:15:00Z",
                "destination": "International Space Station",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [],
                "spacecraft": {
                    "id": 571,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/571/?format=api",
                    "name": "Cygnus CRS NG-21 (S.S. Francis R. “Dick” Scobee)",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P237DT19H12M7S",
                    "time_docked": "P234DT3H46M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "This is the twenty-first flight to the ISS by the Cygnus spacecraft under the CRS program and their tenth under the CRS-2 program. This is also the 17th use of the enhanced size Cygnus.",
                    "spacecraft_config": {
                        "id": 19,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
                        "name": "Cygnus Enhanced",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 257,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api",
                            "name": "Northrop Grumman Space Systems",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
                    }
                },
                "launch": {
                    "id": "59426ed2-57ff-4f61-8f62-9794b6dbb9ad",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/59426ed2-57ff-4f61-8f62-9794b6dbb9ad/?format=api",
                    "slug": "falcon-9-block-5-cygnus-crs-2-ng-21-ss-francis-r-d",
                    "name": "Falcon 9 Block 5 | Cygnus CRS-2 NG-21 (S.S. Francis R. “Dick” Scobee)",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2024-08-05T06:43:47Z",
                    "net": "2024-08-04T15:02:53Z",
                    "window_end": "2024-08-04T15:02:53Z",
                    "window_start": "2024-08-04T15:02:53Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": 35,
                    "weather_concerns": "Cumulus Cloud Rule, Thick Cloud Layers Rule, Surface Winds",
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 121,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 7750,
                        "configuration": {
                            "id": 164,
                            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                            "name": "Falcon 9",
                            "family": "Falcon",
                            "full_name": "Falcon 9 Block 5",
                            "variant": "Block 5"
                        }
                    },
                    "mission": {
                        "id": 6268,
                        "name": "Cygnus CRS-2 NG-21 (S.S. Francis R. “Dick” Scobee)",
                        "description": "This is the 21st flight of the Orbital ATK's uncrewed resupply spacecraft Cygnus and its 20th flight to the International Space Station under the Commercial Resupply Services contract with NASA.",
                        "launch_designator": null,
                        "type": "Resupply",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 80,
                        "url": "https://lldev.thespacedevs.com/2.2.0/pad/80/?format=api",
                        "agency_id": 121,
                        "name": "Space Launch Complex 40",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
                        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
                        "latitude": "28.56194122",
                        "longitude": "-80.57735736",
                        "location": {
                            "id": 12,
                            "url": "https://lldev.thespacedevs.com/2.2.0/location/12/?format=api",
                            "name": "Cape Canaveral SFS, FL, USA",
                            "country_code": "USA",
                            "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.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 1031,
                            "total_landing_count": 64
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
                        "total_launch_count": 315,
                        "orbital_launch_attempt_count": 315
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/f9_liftoff_from_image_20240804190439.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 11,
                            "url": "https://lldev.thespacedevs.com/2.2.0/program/11/?format=api",
                            "name": "Commercial Resupply Services",
                            "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                            "agencies": [
                                {
                                    "id": 44,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 257,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api",
                                    "name": "Northrop Grumman Space Systems",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 1020,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                                    "name": "Sierra Nevada Corporation",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 121,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                    "name": "SpaceX",
                                    "type": "Commercial"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                            "start_date": "2008-12-23T00:00:00Z",
                            "end_date": null,
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        },
                        {
                            "id": 17,
                            "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
                            "name": "International Space Station",
                            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                            "agencies": [
                                {
                                    "id": 16,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                    "name": "Canadian Space Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 27,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                    "name": "European Space Agency",
                                    "type": "Multinational"
                                },
                                {
                                    "id": 37,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                    "name": "Japan Aerospace Exploration Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 44,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 63,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                            "start_date": "1998-11-20T06:40:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 6732,
                    "location_launch_attempt_count": 967,
                    "pad_launch_attempt_count": 254,
                    "agency_launch_attempt_count": 389,
                    "orbital_launch_attempt_count_year": 143,
                    "location_launch_attempt_count_year": 40,
                    "pad_launch_attempt_count_year": 36,
                    "agency_launch_attempt_count_year": 78,
                    "type": "normal"
                }
            }
        }
    ]
}