API endpoint that allows a flight of a specific Spacecraft instances to be viewed.

GET: Return a list of all the existing Spacecraft flights.

FILTERS: Parameters - 'spacecraft' Example - /api/2.2.0/spacecraft/flight/?spacecraft=37

GET /2.2.0/spacecraft/flight/124/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 124,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/124/?format=api",
    "mission_end": "1996-09-26T12:13:00Z",
    "destination": "Mir",
    "launch_crew": [
        {
            "id": 1950,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 413,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/413/?format=api",
                "name": "William F. Readdy",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P28DT43M44S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1952-01-24",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "William Francis Readdy is a former Associate Administrator of the Office of Space Flight, at NASA Headquarters.\r\n\r\nHe graduated from McLean High School, McLean, Virginia, in 1970 and received a Bachelor of Science degree in Aerospace Engineering (with honors) from the U.S. Naval Academy in 1974. He's a distinguished graduate of the U.S. Naval Test Pilot School 1980. Readdy is a Fellow of the Society of Experimental Test Pilots, the Explorers Club, and the Royal Astronautical Society and is an Associate Fellow of the AIAA. He also belongs to the Association of Space Explorers.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/william2520f.2520readdy_image_20181202140919.jpg",
                "wiki": "https://en.wikipedia.org/wiki/William_F._Readdy",
                "last_flight": "1996-09-16T08:54:49Z",
                "first_flight": "1992-01-22T14:52:33Z"
            }
        },
        {
            "id": 1798,
            "role": {
                "id": 2,
                "role": "Pilot",
                "priority": 2
            },
            "astronaut": {
                "id": 427,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/427/?format=api",
                "name": "Terrence W. Wilcutt",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P42DT2M8S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1949-10-31",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Terrence Wade Wilcutt is a United States Marine Corps officer and a NASA astronaut. He is a veteran of four Space Shuttle missions. Wilcutt is currently the Director of Safety and Mission Assurance, Johnson Space Center.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/terrence2520w.2520wilcutt_image_20181202142456.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Terrence_W._Wilcutt",
                "last_flight": "2000-09-08T12:45:47Z",
                "first_flight": "1994-09-30T11:16:01Z"
            }
        },
        {
            "id": 1714,
            "role": {
                "id": 7,
                "role": "Mission Specialist",
                "priority": 4
            },
            "astronaut": {
                "id": 438,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/438/?format=api",
                "name": "Carl E. Walz",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P230DT13H3M33S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1955-09-06",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Carl Erwin Walz is a former NASA astronaut currently working for Orbital Sciences Corporation's Advanced Programs Group as Vice President for Human Space Flight Operations. Walz was formerly assigned to the Exploration Systems Mission Directorate at NASA Headquarters in Washington, DC. He was the Acting Director for the Advanced Capabilities Division in the Exploration Systems Mission Directorate, and was responsible for a broad range of activities to include Human Research, Technology Development, Nuclear Power and Propulsion and the Lunar Robotic Exploration Programs to support the Vision for Space Exploration.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/carl_e._walz_image_20220911033826.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Carl_E._Walz",
                "last_flight": "2001-12-05T22:19:28Z",
                "first_flight": "1993-09-12T11:45:00Z"
            }
        },
        {
            "id": 1505,
            "role": {
                "id": 7,
                "role": "Mission Specialist",
                "priority": 4
            },
            "astronaut": {
                "id": 602,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/602/?format=api",
                "name": "Jerome Apt",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P35DT7H10M25S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1949-04-28",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Jerome \"Jay\" Apt III, Ph.D. (born April 28, 1949 in Massachusetts) is an American astronaut and professor at Carnegie Mellon University. Before he became an astronaut, Apt was a physicist who worked on the Pioneer Venus 1978 space probe project, and used visible light and infrared techniques to study the planets and moons of the solar system from ground-based observatories.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jerome2520apt_image_20181208003023.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Jerome_Apt",
                "last_flight": "1996-09-16T08:54:49Z",
                "first_flight": "1991-04-05T14:22:45Z"
            }
        },
        {
            "id": 1467,
            "role": {
                "id": 7,
                "role": "Mission Specialist",
                "priority": 4
            },
            "astronaut": {
                "id": 415,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/415/?format=api",
                "name": "Thomas Akers",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P34DT42M56S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1951-05-20",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Thomas Dale Akers is a former American astronaut in NASA's Space Shuttle program.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thomas_akers_image_20220911034610.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Thomas_Akers",
                "last_flight": "1996-09-16T08:54:49Z",
                "first_flight": "1990-10-06T11:47:15Z"
            }
        },
        {
            "id": 1951,
            "role": {
                "id": 7,
                "role": "Mission Specialist",
                "priority": 4
            },
            "astronaut": {
                "id": 363,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/363/?format=api",
                "name": "John E. Blaha",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P161DT2H45M31S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1942-08-26",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "John Elmer Blaha is a retired United States Air Force colonel and a former NASA astronaut. He is a veteran of five space missions aboard the Space Shuttle and Mir.\r\n\r\nBlaha is married to the former Brenda I. Walters of St. Louis, Missouri. They have three grown children and four grandchildren.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/john2520e.2520blaha_image_20181202112023.jpg",
                "wiki": "https://en.wikipedia.org/wiki/John_E._Blaha",
                "last_flight": "1996-09-16T08:54:49Z",
                "first_flight": "1989-03-13T14:57:00Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 359,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 413,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/413/?format=api",
                "name": "William F. Readdy",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P28DT43M44S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1952-01-24",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "William Francis Readdy is a former Associate Administrator of the Office of Space Flight, at NASA Headquarters.\r\n\r\nHe graduated from McLean High School, McLean, Virginia, in 1970 and received a Bachelor of Science degree in Aerospace Engineering (with honors) from the U.S. Naval Academy in 1974. He's a distinguished graduate of the U.S. Naval Test Pilot School 1980. Readdy is a Fellow of the Society of Experimental Test Pilots, the Explorers Club, and the Royal Astronautical Society and is an Associate Fellow of the AIAA. He also belongs to the Association of Space Explorers.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/william2520f.2520readdy_image_20181202140919.jpg",
                "wiki": "https://en.wikipedia.org/wiki/William_F._Readdy",
                "last_flight": "1996-09-16T08:54:49Z",
                "first_flight": "1992-01-22T14:52:33Z"
            }
        },
        {
            "id": 313,
            "role": {
                "id": 2,
                "role": "Pilot",
                "priority": 2
            },
            "astronaut": {
                "id": 427,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/427/?format=api",
                "name": "Terrence W. Wilcutt",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P42DT2M8S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1949-10-31",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Terrence Wade Wilcutt is a United States Marine Corps officer and a NASA astronaut. He is a veteran of four Space Shuttle missions. Wilcutt is currently the Director of Safety and Mission Assurance, Johnson Space Center.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/terrence2520w.2520wilcutt_image_20181202142456.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Terrence_W._Wilcutt",
                "last_flight": "2000-09-08T12:45:47Z",
                "first_flight": "1994-09-30T11:16:01Z"
            }
        },
        {
            "id": 1717,
            "role": {
                "id": 7,
                "role": "Mission Specialist",
                "priority": 4
            },
            "astronaut": {
                "id": 438,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/438/?format=api",
                "name": "Carl E. Walz",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P230DT13H3M33S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1955-09-06",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Carl Erwin Walz is a former NASA astronaut currently working for Orbital Sciences Corporation's Advanced Programs Group as Vice President for Human Space Flight Operations. Walz was formerly assigned to the Exploration Systems Mission Directorate at NASA Headquarters in Washington, DC. He was the Acting Director for the Advanced Capabilities Division in the Exploration Systems Mission Directorate, and was responsible for a broad range of activities to include Human Research, Technology Development, Nuclear Power and Propulsion and the Lunar Robotic Exploration Programs to support the Vision for Space Exploration.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/carl_e._walz_image_20220911033826.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Carl_E._Walz",
                "last_flight": "2001-12-05T22:19:28Z",
                "first_flight": "1993-09-12T11:45:00Z"
            }
        },
        {
            "id": 235,
            "role": {
                "id": 7,
                "role": "Mission Specialist",
                "priority": 4
            },
            "astronaut": {
                "id": 602,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/602/?format=api",
                "name": "Jerome Apt",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P35DT7H10M25S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1949-04-28",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Jerome \"Jay\" Apt III, Ph.D. (born April 28, 1949 in Massachusetts) is an American astronaut and professor at Carnegie Mellon University. Before he became an astronaut, Apt was a physicist who worked on the Pioneer Venus 1978 space probe project, and used visible light and infrared techniques to study the planets and moons of the solar system from ground-based observatories.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jerome2520apt_image_20181208003023.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Jerome_Apt",
                "last_flight": "1996-09-16T08:54:49Z",
                "first_flight": "1991-04-05T14:22:45Z"
            }
        },
        {
            "id": 224,
            "role": {
                "id": 7,
                "role": "Mission Specialist",
                "priority": 4
            },
            "astronaut": {
                "id": 415,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/415/?format=api",
                "name": "Thomas Akers",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P34DT42M56S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1951-05-20",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Thomas Dale Akers is a former American astronaut in NASA's Space Shuttle program.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thomas_akers_image_20220911034610.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Thomas_Akers",
                "last_flight": "1996-09-16T08:54:49Z",
                "first_flight": "1990-10-06T11:47:15Z"
            }
        },
        {
            "id": 1281,
            "role": {
                "id": 7,
                "role": "Mission Specialist",
                "priority": 4
            },
            "astronaut": {
                "id": 352,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/352/?format=api",
                "name": "Shannon Lucid",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P223DT2H50M6S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1943-01-14",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Shannon Matilda Wells Lucid is an American biochemist and a retired NASA astronaut. At one time, she held the record for the longest duration stay in space by an American, as well as by a woman. She has flown in space five times including a prolonged mission aboard the Mir space station in 1996; she is the only American woman to have served aboard Mir.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shannon2520lucid_image_20181202104248.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Shannon_Lucid",
                "last_flight": "1996-03-22T08:13:04Z",
                "first_flight": "1985-06-17T11:33:00Z"
            }
        }
    ],
    "spacecraft": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/39/?format=api",
        "name": "Space Shuttle Atlantis",
        "serial_number": "OV-104",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "P307DT12H43M25S",
        "time_docked": "P124DT2H45M9S",
        "flights_count": 33,
        "mission_ends_count": 33,
        "status": {
            "id": 2,
            "name": "Retired"
        },
        "description": "Space Shuttle Atlantis (Orbiter Vehicle Designation: OV‑104) is a Space Shuttle orbiter vehicle belonging to the National Aeronautics and Space Administration (NASA), the spaceflight and space exploration agency of the United States. Constructed by the Rockwell International company in Southern California and delivered to the Kennedy Space Center in Eastern Florida in April 1985, Atlantis is the fourth operational and the second-to-last Space Shuttle built. Its maiden flight was STS-51-J from 3 to 7 October 1985.  Atlantis embarked on its 33rd and final mission, also the final mission of a space shuttle, STS-135, on 8 July 2011. STS-134 by Endeavour was expected to be the final flight before STS-135 was authorized in October 2010. STS-135 took advantage of the processing for the STS-335 Launch On Need mission that would have been necessary if STS-134's crew became stranded in orbit. Atlantis landed for the final time at the Kennedy Space Center on 21 July 2011.  By the end of its final mission, Atlantis had orbited the Earth a total of 4,848 times, traveling nearly 126,000,000 mi (203,000,000 km) or more than 525 times the distance from the Earth to the Moon.",
        "spacecraft_config": {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
            "name": "Space Shuttle",
            "type": {
                "id": 3,
                "name": "Spaceplane"
            },
            "agency": {
                "id": 44,
                "url": "https://ll.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",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "in_use": false,
            "capability": "Carrying a crew of 7 astronauts along with cargo to Low Earth Orbit.",
            "history": "The Space shuttle was a United States space craft. Following the conclusion of the Apollo program the Space Shuttle intended to lower costs for reliable access to Low Earth Orbit. The program ran from 1981-2011.",
            "details": "The Space Shuttle was a partially reusable LEO spacecraft system operated by the U.S. National Aeronautics and Space Administration (NASA) as part of the Space Shuttle program. Its official program name was Space Transportation System (STS), taken from a 1969 plan for a system of reusable spacecraft of which it was the only item funded for development. The first of four orbital test flights occurred in 1981, leading to operational flights in 1982. In addition to the prototype whose completion was cancelled, five complete Shuttle systems were built and used on a total of 135 missions from 1981 to 2011, launched from the Kennedy Space Center (KSC) in Florida. Operational missions launched numerous satellites, interplanetary probes, and the Hubble Space Telescope (HST); conducted science experiments in orbit; and participated in construction and servicing of the International Space Station. The Shuttle fleet's total mission time was 1322 days, 19 hours, 21 minutes and 23 seconds.",
            "maiden_flight": "1981-04-12",
            "height": 56.1,
            "diameter": 8.7,
            "human_rated": true,
            "crew_capacity": 7,
            "payload_capacity": 27500,
            "payload_return_capacity": null,
            "flight_life": "14 days",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg",
            "nation_url": null,
            "wiki_link": "https://en.wikipedia.org/wiki/Space_Shuttle",
            "info_link": ""
        }
    },
    "launch": {
        "id": "433e5b72-73a0-4878-801d-302d52a94be4",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/433e5b72-73a0-4878-801d-302d52a94be4/?format=api",
        "slug": "space-shuttle-atlantis-ov-104-sts-79",
        "name": "Space Shuttle Atlantis / OV-104 | STS-79",
        "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
        },
        "last_updated": "2023-06-14T08:55:06Z",
        "net": "1996-09-16T08:54:49Z",
        "window_end": "1996-09-16T08:54:49Z",
        "window_start": "1996-09-16T08:54:49Z",
        "net_precision": null,
        "probability": -1,
        "weather_concerns": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
            "id": 191,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/191/?format=api",
            "name": "United Space Alliance",
            "type": "Commercial"
        },
        "rocket": {
            "id": 407,
            "configuration": {
                "id": 493,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
                "name": "Space Shuttle",
                "family": "",
                "full_name": "Space Shuttle",
                "variant": ""
            }
        },
        "mission": {
            "id": 823,
            "name": "STS-79",
            "description": "STS-79 was the 17th flight of Space Shuttle Atlantis, and the 79th mission of the Space Shuttle program. The flight saw Atlantis dock with the Russian space station Mir to deliver equipment, supplies and relief personnel. A variety of scientific experiments were also conducted aboard Atlantis by her crew. It was the first shuttle mission to rendezvous with a fully assembled Mir, and the fourth rendezvous of a shuttle to the space station.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
                "id": 8,
                "name": "Low Earth Orbit",
                "abbrev": "LEO"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
        },
        "pad": {
            "id": 87,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
            "agency_id": 121,
            "name": "Launch Complex 39A",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
            "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
            "latitude": "28.60822681",
            "longitude": "-80.60428186",
            "location": {
                "id": 27,
                "url": "https://ll.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": 260,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
            "total_launch_count": 202,
            "orbital_launch_attempt_count": 201
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
        "infographic": null,
        "program": [
            {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                "name": "Mir",
                "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                "agencies": [
                    {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    {
                        "id": 66,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                        "name": "Soviet Space Program",
                        "type": "Government"
                    }
                ],
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                "start_date": "1986-02-20T21:28:23Z",
                "end_date": "2001-03-23T05:59:00Z",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                "mission_patches": [],
                "type": {
                    "id": 2,
                    "name": "Human Spaceflight"
                }
            },
            {
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.2.0/program/12/?format=api",
                "name": "Shuttle–Mir",
                "description": "The Shuttle–Mir program was a collaborative 11-mission space program between Russia and the United States that involved American Space Shuttles visiting the Russian space station Mir, Russian cosmonauts flying on the Shuttle, and an American astronaut flying aboard a Soyuz spacecraft to engage in long-duration expeditions aboard Mir.",
                "agencies": [
                    {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    {
                        "id": 63,
                        "url": "https://ll.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/shuttle25e225_program_20200821090507.png",
                "start_date": "1993-09-01T00:00:00Z",
                "end_date": "1998-06-12T18:00:18Z",
                "info_url": "https://www.nasa.gov/audience/formedia/factsheet/shuttle_mir_factsheet.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Shuttle–Mir_program",
                "mission_patches": [],
                "type": {
                    "id": 2,
                    "name": "Human Spaceflight"
                }
            },
            {
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.2.0/program/6/?format=api",
                "name": "Space Shuttle",
                "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                "agencies": [
                    {
                        "id": 44,
                        "url": "https://ll.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/space2520shutt_program_20200820202237.png",
                "start_date": "1981-04-12T12:00:03Z",
                "end_date": "2011-07-08T15:29:00Z",
                "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
                "mission_patches": [],
                "type": {
                    "id": 2,
                    "name": "Human Spaceflight"
                }
            }
        ],
        "orbital_launch_attempt_count": 4102,
        "location_launch_attempt_count": 96,
        "pad_launch_attempt_count": 58,
        "agency_launch_attempt_count": 1,
        "orbital_launch_attempt_count_year": 61,
        "location_launch_attempt_count_year": 6,
        "pad_launch_attempt_count_year": 1,
        "agency_launch_attempt_count_year": 1,
        "type": "normal"
    },
    "landing": {
        "id": 939,
        "attempt": true,
        "success": true,
        "description": "Space Shuttle Atlantis successfully landed at the Shuttle Landing Facility after this mission.",
        "downrange_distance": null,
        "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://ll.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": 260,
                "total_landing_count": 0
            },
            "successful_landings": 81
        },
        "type": {
            "id": 6,
            "name": "Horizontal Landing",
            "abbrev": "HL",
            "description": "Horizontal landing on a runway or flat surface."
        }
    },
    "docking_events": [
        {
            "id": 34,
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "1986-02-20",
                "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.\r\n\r\nThe station served as a microgravity research laboratory in which crews conducted experiments in biology, human biology, physics, astronomy, meteorology and spacecraft systems with a goal of developing technologies required for permanent occupation of space.",
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "docking": "1996-09-19T03:13:18Z",
            "departure": "1996-09-24T01:31:34Z",
            "docking_location": {
                "id": 11,
                "name": "Mir SO starboard",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        }
    ]
}