Modes

Levels of detail in the response - normal, detailed

Example - /docking_events/?mode=detailed

Filters

Parameters - docking__gt, docking__gte, docking__lt, docking__lte, docking_location__id, flight_vehicle_chaser__id, space_station_target__id

Example - /docking_events/?space_station_target__id=6

Fields searched - docking_location__name, flight_vehicle_chaser__spacecraft__name, flight_vehicle_target__spacecraft__name, payload_flight_chaser__payload__name, payload_flight_target__payload__name, space_station_chaser__name, space_station_target__name

Example - /docking_events/?search=Salyut

Ordering

Fields - departure, docking

Example - /docking_events/?ordering=-docking

Number of results

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

Example - /docking_events/?limit=2

Format

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

Help

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

GET /2.3.0/docking_events/?format=api&offset=10&ordering=docking
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 555,
    "next": "https://ll.thespacedevs.com/2.3.0/docking_events/?format=api&limit=10&offset=20&ordering=docking",
    "previous": "https://ll.thespacedevs.com/2.3.0/docking_events/?format=api&limit=10&ordering=docking",
    "results": [
        {
            "id": 577,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/577/?format=api",
            "docking": "1969-07-16T16:56:03Z",
            "departure": "1969-07-20T17:44:00Z",
            "docking_location": {
                "id": 43,
                "name": "Apollo Command/Service Module",
                "spacestation": null,
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                    "name": "Apollo Command/Service Module",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 999,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                        "name": "North American Aviation",
                        "abbrev": "",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "family": [],
                    "in_use": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "payload": null
            },
            "space_station_target": null,
            "flight_vehicle_target": {
                "id": 842,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/842/?format=api",
                "destination": "Lunar Surface",
                "mission_end": "1969-07-20T20:17:40Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 587,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/587/?format=api",
                    "name": "LM Eagle",
                    "serial_number": "LM-5",
                    "is_placeholder": false,
                    "image": {
                        "id": 2089,
                        "name": "Lunar Module on the Moon (Apollo 16)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                        "credit": "NASA / Apollo 16 astronauts",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P4DT12H33M11S",
                    "time_docked": "P4DT2H54M28S",
                    "flights_count": 2,
                    "mission_ends_count": 2,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "Flown on Apollo 11.\r\n\r\nDescent stage on lunar surface in Sea of Tranquility, ascent stage left in lunar orbit (could be still orbiting the moon)",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 43,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/43/?format=api",
                        "name": "Apollo Lunar Module",
                        "type": {
                            "id": 7,
                            "name": "Lander"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "abbrev": "NASA",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 2089,
                            "name": "Lunar Module on the Moon (Apollo 16)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                            "credit": "NASA / Apollo 16 astronauts",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "PT21H36M20S"
                },
                "launch": {
                    "id": "aed29ce0-d4e3-4177-b286-d186c7b21354",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/aed29ce0-d4e3-4177-b286-d186c7b21354/?format=api",
                    "name": "Saturn V | Apollo 11"
                },
                "landing": {
                    "id": 1391,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/1391/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "First crewed moon landing in human history.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 40,
                        "name": "Tranquility Base",
                        "active": false,
                        "abbrev": "TB",
                        "description": "Tranquility Base is the site on the Moon where, in July 1969, humans landed and walked on a celestial body other than Earth for the first time.",
                        "location": {
                            "response_mode": "normal",
                            "id": 167,
                            "url": "https://ll.thespacedevs.com/2.3.0/locations/167/?format=api",
                            "name": "Mare Tranquillitatis, Moon",
                            "active": false,
                            "country": null,
                            "description": "Mare Tranquillitatis(Latin for Sea of Tranquillity) is a lunar mare that sits within the Tranquillitatis basin on the Moon. It contains Tranquility Base, the first location on another celestial body to be visited by humans.",
                            "image": {
                                "id": 2158,
                                "name": "Mare Tranquillitatis",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mare_tranquilli_image_20240813071131.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mare_tranquilli_image_thumbnail_20240813071133.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_tranquility_base252c_mare_tranquillitatis252c_moon_20240813032508.jpg",
                            "longitude": 31.4,
                            "latitude": 8.5,
                            "timezone_name": "",
                            "total_launch_count": 1,
                            "total_landing_count": 0
                        },
                        "longitude": 23.433333,
                        "latitude": 0.6875,
                        "image": {
                            "id": 2140,
                            "name": "Apollo 11 LM and Buzz Aldrin on the lunar surface",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_11_lm_on_image_20240812080213.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_11_lm_on_image_thumbnail_20240812080213.jpeg",
                            "credit": "NASA/Neil A. Armstrong",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": false,
                            "variants": []
                        },
                        "successful_landings": 1,
                        "attempted_landings": 1,
                        "failed_landings": 0,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 2,
                            "name": "Moon",
                            "type": {
                                "id": 2,
                                "name": "Moon"
                            },
                            "diameter": 3474800.0,
                            "mass": 7.342e+22,
                            "gravity": 1.622,
                            "length_of_day": "27 07:43:12",
                            "atmosphere": false,
                            "image": {
                                "id": 2041,
                                "name": "Moon (Apollo 11)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_20240402195408.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_thumbnail_20240402195408.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": false,
                                "variants": []
                            },
                            "description": "The Moon is Earth's only natural satellite.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Moon"
                        }
                    },
                    "type": {
                        "id": 9,
                        "name": "Vertical Landing",
                        "abbrev": "VL",
                        "description": "Vertical landing using engines"
                    }
                },
                "duration": "P4DT6H45M40S",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/1/?format=api",
                "destination": "Lunar Orbit where the LM would detach and perform the first human moon landing.",
                "mission_end": "1969-07-24T16:50:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 1,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/1/?format=api",
                    "name": "Apollo Columbia CSM-107",
                    "serial_number": "CSM-107",
                    "is_placeholder": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P8DT3H18M",
                    "time_docked": "P4DT2H54M28S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "CSM-107 \"Columbia\" was an Apollo Command & Service Module used in the Apollo 11 mission.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 10,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                        "name": "Apollo Command/Service Module",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 999,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                            "name": "North American Aviation",
                            "abbrev": "",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 1902,
                            "name": "[AUTO] Apollo Command/Service Module - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "aed29ce0-d4e3-4177-b286-d186c7b21354",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/aed29ce0-d4e3-4177-b286-d186c7b21354/?format=api",
                    "name": "Saturn V | Apollo 11"
                },
                "landing": {
                    "id": 369,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/369/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Apollo spacecraft successfully splashed down in the Pacific Ocean.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 18,
                        "name": "Pacific Ocean",
                        "active": true,
                        "abbrev": "PAC",
                        "description": "Pacific Ocean",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 2242,
                            "name": "Pacific Ocean from the ISS",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_20240920094534.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_thumbnail_20240920094534.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "successful_landings": 46,
                        "attempted_landings": 48,
                        "failed_landings": 2,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P8DT3H18M",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 602,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/602/?format=api",
            "docking": "1969-07-21T21:35:00Z",
            "departure": "1969-07-21T23:41:31Z",
            "docking_location": {
                "id": 43,
                "name": "Apollo Command/Service Module",
                "spacestation": null,
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                    "name": "Apollo Command/Service Module",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 999,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                        "name": "North American Aviation",
                        "abbrev": "",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "family": [],
                    "in_use": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "payload": null
            },
            "space_station_target": null,
            "flight_vehicle_target": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/1/?format=api",
                "destination": "Lunar Orbit where the LM would detach and perform the first human moon landing.",
                "mission_end": "1969-07-24T16:50:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 1,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/1/?format=api",
                    "name": "Apollo Columbia CSM-107",
                    "serial_number": "CSM-107",
                    "is_placeholder": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P8DT3H18M",
                    "time_docked": "P4DT2H54M28S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "CSM-107 \"Columbia\" was an Apollo Command & Service Module used in the Apollo 11 mission.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 10,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                        "name": "Apollo Command/Service Module",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 999,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                            "name": "North American Aviation",
                            "abbrev": "",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 1902,
                            "name": "[AUTO] Apollo Command/Service Module - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "aed29ce0-d4e3-4177-b286-d186c7b21354",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/aed29ce0-d4e3-4177-b286-d186c7b21354/?format=api",
                    "name": "Saturn V | Apollo 11"
                },
                "landing": {
                    "id": 369,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/369/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Apollo spacecraft successfully splashed down in the Pacific Ocean.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 18,
                        "name": "Pacific Ocean",
                        "active": true,
                        "abbrev": "PAC",
                        "description": "Pacific Ocean",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 2242,
                            "name": "Pacific Ocean from the ISS",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_20240920094534.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_thumbnail_20240920094534.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "successful_landings": 46,
                        "attempted_landings": 48,
                        "failed_landings": 2,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P8DT3H18M",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 852,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/852/?format=api",
                "destination": "Apollo 11 CSM",
                "mission_end": "1969-07-21T23:41:31Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 587,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/587/?format=api",
                    "name": "LM Eagle",
                    "serial_number": "LM-5",
                    "is_placeholder": false,
                    "image": {
                        "id": 2089,
                        "name": "Lunar Module on the Moon (Apollo 16)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                        "credit": "NASA / Apollo 16 astronauts",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P4DT12H33M11S",
                    "time_docked": "P4DT2H54M28S",
                    "flights_count": 2,
                    "mission_ends_count": 2,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "Flown on Apollo 11.\r\n\r\nDescent stage on lunar surface in Sea of Tranquility, ascent stage left in lunar orbit (could be still orbiting the moon)",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 43,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/43/?format=api",
                        "name": "Apollo Lunar Module",
                        "type": {
                            "id": 7,
                            "name": "Lander"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "abbrev": "NASA",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 2089,
                            "name": "Lunar Module on the Moon (Apollo 16)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                            "credit": "NASA / Apollo 16 astronauts",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "PT21H36M20S"
                },
                "launch": {
                    "id": "616052ae-64ac-4e07-abd6-1c99e113c0d0",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/616052ae-64ac-4e07-abd6-1c99e113c0d0/?format=api",
                    "name": "Apollo LM | Apollo 11"
                },
                "landing": null,
                "duration": "PT5H47M31S",
                "turn_around_time": "PT21H36M20S"
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 578,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/578/?format=api",
            "docking": "1969-11-14T19:48:53Z",
            "departure": "1969-11-19T04:16:02Z",
            "docking_location": {
                "id": 43,
                "name": "Apollo Command/Service Module",
                "spacestation": null,
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                    "name": "Apollo Command/Service Module",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 999,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                        "name": "North American Aviation",
                        "abbrev": "",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "family": [],
                    "in_use": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "payload": null
            },
            "space_station_target": null,
            "flight_vehicle_target": {
                "id": 843,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/843/?format=api",
                "destination": "Lunar Surface",
                "mission_end": "1969-11-19T06:54:35Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 588,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/588/?format=api",
                    "name": "LM Intrepid",
                    "serial_number": "LM-6",
                    "is_placeholder": false,
                    "image": {
                        "id": 2089,
                        "name": "Lunar Module on the Moon (Apollo 16)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                        "credit": "NASA / Apollo 16 astronauts",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P4DT20H28M19S",
                    "time_docked": "P4DT10H50M20S",
                    "flights_count": 2,
                    "mission_ends_count": 2,
                    "status": {
                        "id": 3,
                        "name": "Destroyed"
                    },
                    "description": "Flown on Apollo 12.\r\n\r\nDescent stage on lunar surface at Ocean of Storms, ascent stage deliberately crashed into Moon.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 43,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/43/?format=api",
                        "name": "Apollo Lunar Module",
                        "type": {
                            "id": 7,
                            "name": "Lander"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "abbrev": "NASA",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 2089,
                            "name": "Lunar Module on the Moon (Apollo 16)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                            "credit": "NASA / Apollo 16 astronauts",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "P1DT7H31M12S"
                },
                "launch": {
                    "id": "5b806050-3825-4b5d-b8e8-3e1ead58a041",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/5b806050-3825-4b5d-b8e8-3e1ead58a041/?format=api",
                    "name": "Saturn V | Apollo 12"
                },
                "landing": {
                    "id": 1392,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/1392/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 41,
                        "name": "Apollo 12 landing site",
                        "active": false,
                        "abbrev": "A12",
                        "description": "Landing site of Apollo 12’s lunar module Intrepid on 19 November 1969.",
                        "location": {
                            "response_mode": "normal",
                            "id": 168,
                            "url": "https://ll.thespacedevs.com/2.3.0/locations/168/?format=api",
                            "name": "Oceanus Procellarum, Moon",
                            "active": false,
                            "country": null,
                            "description": "Oceanus Procellarum is a vast lunar mare on the western edge of the near side of the Moon.",
                            "image": {
                                "id": 2141,
                                "name": "Oceanus Procellarum",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mosaic_of_the_m_image_20240812093743.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mosaic_of_the_m_image_thumbnail_20240812093744.png",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_apollo_12_landing_site252c_oceanus_procellarum252c_moon_20240813032914.jpg",
                            "longitude": -57.4,
                            "latitude": 18.4,
                            "timezone_name": "",
                            "total_launch_count": 1,
                            "total_landing_count": 0
                        },
                        "longitude": -23.42157,
                        "latitude": -3.01239,
                        "image": {
                            "id": 2159,
                            "name": "Apollo 12 LM, Pete Conrad, and Surveyor III on the lunar surface",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_12_lm_an_image_20240813071938.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_12_lm_an_image_thumbnail_20240813071938.jpeg",
                            "credit": "NASA/Alan L. Bean",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": false,
                            "variants": []
                        },
                        "successful_landings": 1,
                        "attempted_landings": 1,
                        "failed_landings": 0,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 2,
                            "name": "Moon",
                            "type": {
                                "id": 2,
                                "name": "Moon"
                            },
                            "diameter": 3474800.0,
                            "mass": 7.342e+22,
                            "gravity": 1.622,
                            "length_of_day": "27 07:43:12",
                            "atmosphere": false,
                            "image": {
                                "id": 2041,
                                "name": "Moon (Apollo 11)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_20240402195408.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_thumbnail_20240402195408.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": false,
                                "variants": []
                            },
                            "description": "The Moon is Earth's only natural satellite.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Moon"
                        }
                    },
                    "type": {
                        "id": 9,
                        "name": "Vertical Landing",
                        "abbrev": "VL",
                        "description": "Vertical landing using engines"
                    }
                },
                "duration": "P4DT14H32M35S",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 28,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/28/?format=api",
                "destination": "Lunar Orbit where the LM would detach and land on the Moon.",
                "mission_end": "1969-11-24T16:22:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/29/?format=api",
                    "name": "Apollo Yankee Clipper CSM-108",
                    "serial_number": "CSM-108",
                    "is_placeholder": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P10D",
                    "time_docked": "P4DT10H50M20S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "CSM-108 \"Yankee Clipper\" was an Apollo Command & Service Module used in the Apollo 12 mission.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 10,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                        "name": "Apollo Command/Service Module",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 999,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                            "name": "North American Aviation",
                            "abbrev": "",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 1902,
                            "name": "[AUTO] Apollo Command/Service Module - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "5b806050-3825-4b5d-b8e8-3e1ead58a041",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/5b806050-3825-4b5d-b8e8-3e1ead58a041/?format=api",
                    "name": "Saturn V | Apollo 12"
                },
                "landing": {
                    "id": 386,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/386/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Apollo spacecraft successfully splashed down in the Pacific Ocean.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 18,
                        "name": "Pacific Ocean",
                        "active": true,
                        "abbrev": "PAC",
                        "description": "Pacific Ocean",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 2242,
                            "name": "Pacific Ocean from the ISS",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_20240920094534.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_thumbnail_20240920094534.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "successful_landings": 46,
                        "attempted_landings": 48,
                        "failed_landings": 2,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P10D",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 603,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/603/?format=api",
            "docking": "1969-11-20T17:58:20Z",
            "departure": "1969-11-20T20:21:31Z",
            "docking_location": {
                "id": 43,
                "name": "Apollo Command/Service Module",
                "spacestation": null,
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                    "name": "Apollo Command/Service Module",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 999,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                        "name": "North American Aviation",
                        "abbrev": "",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "family": [],
                    "in_use": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "payload": null
            },
            "space_station_target": null,
            "flight_vehicle_target": {
                "id": 28,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/28/?format=api",
                "destination": "Lunar Orbit where the LM would detach and land on the Moon.",
                "mission_end": "1969-11-24T16:22:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/29/?format=api",
                    "name": "Apollo Yankee Clipper CSM-108",
                    "serial_number": "CSM-108",
                    "is_placeholder": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P10D",
                    "time_docked": "P4DT10H50M20S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "CSM-108 \"Yankee Clipper\" was an Apollo Command & Service Module used in the Apollo 12 mission.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 10,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                        "name": "Apollo Command/Service Module",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 999,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                            "name": "North American Aviation",
                            "abbrev": "",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 1902,
                            "name": "[AUTO] Apollo Command/Service Module - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "5b806050-3825-4b5d-b8e8-3e1ead58a041",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/5b806050-3825-4b5d-b8e8-3e1ead58a041/?format=api",
                    "name": "Saturn V | Apollo 12"
                },
                "landing": {
                    "id": 386,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/386/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Apollo spacecraft successfully splashed down in the Pacific Ocean.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 18,
                        "name": "Pacific Ocean",
                        "active": true,
                        "abbrev": "PAC",
                        "description": "Pacific Ocean",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 2242,
                            "name": "Pacific Ocean from the ISS",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_20240920094534.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_thumbnail_20240920094534.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "successful_landings": 46,
                        "attempted_landings": 48,
                        "failed_landings": 2,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P10D",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 853,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/853/?format=api",
                "destination": "Apollo 12 CSM",
                "mission_end": "1969-11-20T20:21:31Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 588,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/588/?format=api",
                    "name": "LM Intrepid",
                    "serial_number": "LM-6",
                    "is_placeholder": false,
                    "image": {
                        "id": 2089,
                        "name": "Lunar Module on the Moon (Apollo 16)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                        "credit": "NASA / Apollo 16 astronauts",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P4DT20H28M19S",
                    "time_docked": "P4DT10H50M20S",
                    "flights_count": 2,
                    "mission_ends_count": 2,
                    "status": {
                        "id": 3,
                        "name": "Destroyed"
                    },
                    "description": "Flown on Apollo 12.\r\n\r\nDescent stage on lunar surface at Ocean of Storms, ascent stage deliberately crashed into Moon.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 43,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/43/?format=api",
                        "name": "Apollo Lunar Module",
                        "type": {
                            "id": 7,
                            "name": "Lander"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "abbrev": "NASA",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 2089,
                            "name": "Lunar Module on the Moon (Apollo 16)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                            "credit": "NASA / Apollo 16 astronauts",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "P1DT7H31M12S"
                },
                "launch": {
                    "id": "c4c8a7c0-6226-4f33-82f5-e81136af7c15",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/c4c8a7c0-6226-4f33-82f5-e81136af7c15/?format=api",
                    "name": "Apollo LM | Apollo 12"
                },
                "landing": null,
                "duration": "PT5H55M44S",
                "turn_around_time": "P1DT7H31M12S"
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 579,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/579/?format=api",
            "docking": "1970-04-11T22:32:08Z",
            "departure": "1970-04-17T16:43:00Z",
            "docking_location": {
                "id": 43,
                "name": "Apollo Command/Service Module",
                "spacestation": null,
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                    "name": "Apollo Command/Service Module",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 999,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                        "name": "North American Aviation",
                        "abbrev": "",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "family": [],
                    "in_use": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "payload": null
            },
            "space_station_target": null,
            "flight_vehicle_target": {
                "id": 844,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/844/?format=api",
                "destination": "Cislunar Orbit",
                "mission_end": "1970-04-17T16:43:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 589,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/589/?format=api",
                    "name": "LM Aquarius",
                    "serial_number": "LM-7",
                    "is_placeholder": false,
                    "image": {
                        "id": 2089,
                        "name": "Lunar Module on the Moon (Apollo 16)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                        "credit": "NASA / Apollo 16 astronauts",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P5DT21H29M57S",
                    "time_docked": "P5DT18H10M52S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 3,
                        "name": "Destroyed"
                    },
                    "description": "Flown on Apollo 13\r\n\r\nRe-entered Earth's atmosphere.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 43,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/43/?format=api",
                        "name": "Apollo Lunar Module",
                        "type": {
                            "id": 7,
                            "name": "Lander"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "abbrev": "NASA",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 2089,
                            "name": "Lunar Module on the Moon (Apollo 16)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                            "credit": "NASA / Apollo 16 astronauts",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "ae6a6b3b-69ae-49c0-90d3-a055e2d82747",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/ae6a6b3b-69ae-49c0-90d3-a055e2d82747/?format=api",
                    "name": "Saturn V | Apollo 13"
                },
                "landing": {
                    "id": 1393,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/1393/?format=api",
                    "attempt": false,
                    "success": null,
                    "description": "",
                    "downrange_distance": null,
                    "landing_location": null,
                    "type": {
                        "id": 7,
                        "name": "Destructive Reentry",
                        "abbrev": "ATM",
                        "description": "Spacecraft burned up in the atmosphere"
                    }
                },
                "duration": "P5DT21H29M57S",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/29/?format=api",
                "destination": "Cislunar Orbit",
                "mission_end": "1970-04-17T18:07:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/30/?format=api",
                    "name": "Apollo Odyssey CSM-109",
                    "serial_number": "CSM-109",
                    "is_placeholder": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P5DT22H53M57S",
                    "time_docked": "P5DT18H10M52S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "CSM-109 \"Odyssey\" was an Apollo Command & Service Module used in the Apollo 13 mission.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 10,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                        "name": "Apollo Command/Service Module",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 999,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                            "name": "North American Aviation",
                            "abbrev": "",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 1902,
                            "name": "[AUTO] Apollo Command/Service Module - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "ae6a6b3b-69ae-49c0-90d3-a055e2d82747",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/ae6a6b3b-69ae-49c0-90d3-a055e2d82747/?format=api",
                    "name": "Saturn V | Apollo 13"
                },
                "landing": {
                    "id": 385,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/385/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Apollo spacecraft successfully splashed down in the Pacific Ocean.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 18,
                        "name": "Pacific Ocean",
                        "active": true,
                        "abbrev": "PAC",
                        "description": "Pacific Ocean",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 2242,
                            "name": "Pacific Ocean from the ISS",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_20240920094534.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_thumbnail_20240920094534.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "successful_landings": 46,
                        "attempted_landings": 48,
                        "failed_landings": 2,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P5DT22H53M57S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 580,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/580/?format=api",
            "docking": "1971-02-01T01:57:58Z",
            "departure": "1971-02-05T04:50:43Z",
            "docking_location": {
                "id": 43,
                "name": "Apollo Command/Service Module",
                "spacestation": null,
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                    "name": "Apollo Command/Service Module",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 999,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                        "name": "North American Aviation",
                        "abbrev": "",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "family": [],
                    "in_use": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "payload": null
            },
            "space_station_target": null,
            "flight_vehicle_target": {
                "id": 845,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/845/?format=api",
                "destination": "Lunar Surface",
                "mission_end": "1971-02-05T09:18:11Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 590,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/590/?format=api",
                    "name": "LM Antares",
                    "serial_number": "LM-8",
                    "is_placeholder": false,
                    "image": {
                        "id": 2089,
                        "name": "Lunar Module on the Moon (Apollo 16)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                        "credit": "NASA / Apollo 16 astronauts",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P4DT16H14M27S",
                    "time_docked": "P4DT5H4M53S",
                    "flights_count": 2,
                    "mission_ends_count": 2,
                    "status": {
                        "id": 3,
                        "name": "Destroyed"
                    },
                    "description": "Flown on Apollo 14.\r\n\r\nDescent stage on lunar surface at Fra Mauro, ascent stage deliberately crashed into Moon",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 43,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/43/?format=api",
                        "name": "Apollo Lunar Module",
                        "type": {
                            "id": 7,
                            "name": "Lander"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "abbrev": "NASA",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 2089,
                            "name": "Lunar Module on the Moon (Apollo 16)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                            "credit": "NASA / Apollo 16 astronauts",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "P1DT9H30M31S"
                },
                "launch": {
                    "id": "5aad41ac-9656-471b-a367-81a42f3a1d86",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/5aad41ac-9656-471b-a367-81a42f3a1d86/?format=api",
                    "name": "Saturn V | Apollo 14"
                },
                "landing": {
                    "id": 1394,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/1394/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "Successful lunar landing of Apollo 14 in the Fra Mauro formation.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 42,
                        "name": "Apollo 14 landing site",
                        "active": false,
                        "abbrev": "A14",
                        "description": "Landing site of Apollo 14’s lunar module Antares on 5 February 1971.",
                        "location": {
                            "response_mode": "normal",
                            "id": 169,
                            "url": "https://ll.thespacedevs.com/2.3.0/locations/169/?format=api",
                            "name": "Fra Mauro Formation, Moon",
                            "active": false,
                            "country": null,
                            "description": "The Fra Mauro formation (or Fra Mauro Highlands) is a formation on the near side of Earth's Moon that served as the landing site for the American Apollo 14 mission in 1971. It is named after the 80-kilometer-diameter crater Fra Mauro, located within it. The formation, as well as Fra Mauro crater, take their names from a 15th-century Italian monk and mapmaker of the same name.",
                            "image": {
                                "id": 2142,
                                "name": "Fra Mauro from lunar orbit (Apollo 12)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fra_mauro_from__image_20240812111040.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fra_mauro_from__image_thumbnail_20240812111041.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_apollo_14_landing_site252c_fra_mauro252c_moon_20240813033131.jpg",
                            "longitude": -17.0,
                            "latitude": -6.0,
                            "timezone_name": "",
                            "total_launch_count": 1,
                            "total_landing_count": 0
                        },
                        "longitude": -17.47136,
                        "latitude": -3.6453,
                        "image": {
                            "id": 2161,
                            "name": "Apollo 14 LM on the lunar surface",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_14_lm_on_image_20240813073933.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_14_lm_on_image_thumbnail_20240813073933.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": false,
                            "variants": []
                        },
                        "successful_landings": 1,
                        "attempted_landings": 1,
                        "failed_landings": 0,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 2,
                            "name": "Moon",
                            "type": {
                                "id": 2,
                                "name": "Moon"
                            },
                            "diameter": 3474800.0,
                            "mass": 7.342e+22,
                            "gravity": 1.622,
                            "length_of_day": "27 07:43:12",
                            "atmosphere": false,
                            "image": {
                                "id": 2041,
                                "name": "Moon (Apollo 11)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_20240402195408.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_thumbnail_20240402195408.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": false,
                                "variants": []
                            },
                            "description": "The Moon is Earth's only natural satellite.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Moon"
                        }
                    },
                    "type": {
                        "id": 9,
                        "name": "Vertical Landing",
                        "abbrev": "VL",
                        "description": "Vertical landing using engines"
                    }
                },
                "duration": "P4DT12H15M9S",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 30,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/30/?format=api",
                "destination": "Lunar Orbit where the LM would detach and land on the Moon.",
                "mission_end": "1971-02-09T21:05:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/31/?format=api",
                    "name": "Apollo Kitty Hawk CSM-110",
                    "serial_number": "CSM-110",
                    "is_placeholder": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P9DT1M58S",
                    "time_docked": "P4DT5H4M53S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "CSM-110 \"Kitty Hawk\" was an Apollo Command & Service Module used in the Apollo 14 mission.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 10,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                        "name": "Apollo Command/Service Module",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 999,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                            "name": "North American Aviation",
                            "abbrev": "",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 1902,
                            "name": "[AUTO] Apollo Command/Service Module - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "5aad41ac-9656-471b-a367-81a42f3a1d86",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/5aad41ac-9656-471b-a367-81a42f3a1d86/?format=api",
                    "name": "Saturn V | Apollo 14"
                },
                "landing": {
                    "id": 384,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/384/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Apollo spacecraft successfully splashed down in the Pacific Ocean.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 18,
                        "name": "Pacific Ocean",
                        "active": true,
                        "abbrev": "PAC",
                        "description": "Pacific Ocean",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 2242,
                            "name": "Pacific Ocean from the ISS",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_20240920094534.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_thumbnail_20240920094534.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "successful_landings": 46,
                        "attempted_landings": 48,
                        "failed_landings": 2,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P9DT1M58S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 604,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/604/?format=api",
            "docking": "1971-02-06T20:35:52Z",
            "departure": "1971-02-06T22:48:00Z",
            "docking_location": {
                "id": 43,
                "name": "Apollo Command/Service Module",
                "spacestation": null,
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                    "name": "Apollo Command/Service Module",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 999,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                        "name": "North American Aviation",
                        "abbrev": "",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "family": [],
                    "in_use": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "payload": null
            },
            "space_station_target": null,
            "flight_vehicle_target": {
                "id": 30,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/30/?format=api",
                "destination": "Lunar Orbit where the LM would detach and land on the Moon.",
                "mission_end": "1971-02-09T21:05:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/31/?format=api",
                    "name": "Apollo Kitty Hawk CSM-110",
                    "serial_number": "CSM-110",
                    "is_placeholder": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P9DT1M58S",
                    "time_docked": "P4DT5H4M53S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "CSM-110 \"Kitty Hawk\" was an Apollo Command & Service Module used in the Apollo 14 mission.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 10,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                        "name": "Apollo Command/Service Module",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 999,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                            "name": "North American Aviation",
                            "abbrev": "",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 1902,
                            "name": "[AUTO] Apollo Command/Service Module - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "5aad41ac-9656-471b-a367-81a42f3a1d86",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/5aad41ac-9656-471b-a367-81a42f3a1d86/?format=api",
                    "name": "Saturn V | Apollo 14"
                },
                "landing": {
                    "id": 384,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/384/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Apollo spacecraft successfully splashed down in the Pacific Ocean.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 18,
                        "name": "Pacific Ocean",
                        "active": true,
                        "abbrev": "PAC",
                        "description": "Pacific Ocean",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 2242,
                            "name": "Pacific Ocean from the ISS",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_20240920094534.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_thumbnail_20240920094534.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "successful_landings": 46,
                        "attempted_landings": 48,
                        "failed_landings": 2,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P9DT1M58S",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 854,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/854/?format=api",
                "destination": "Apollo 14 CSM",
                "mission_end": "1971-02-06T22:48:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 590,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/590/?format=api",
                    "name": "LM Antares",
                    "serial_number": "LM-8",
                    "is_placeholder": false,
                    "image": {
                        "id": 2089,
                        "name": "Lunar Module on the Moon (Apollo 16)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                        "credit": "NASA / Apollo 16 astronauts",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P4DT16H14M27S",
                    "time_docked": "P4DT5H4M53S",
                    "flights_count": 2,
                    "mission_ends_count": 2,
                    "status": {
                        "id": 3,
                        "name": "Destroyed"
                    },
                    "description": "Flown on Apollo 14.\r\n\r\nDescent stage on lunar surface at Fra Mauro, ascent stage deliberately crashed into Moon",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 43,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/43/?format=api",
                        "name": "Apollo Lunar Module",
                        "type": {
                            "id": 7,
                            "name": "Lander"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "abbrev": "NASA",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 2089,
                            "name": "Lunar Module on the Moon (Apollo 16)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                            "credit": "NASA / Apollo 16 astronauts",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "P1DT9H30M31S"
                },
                "launch": {
                    "id": "e462696c-f2d8-4498-915e-c0045d07a74b",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/e462696c-f2d8-4498-915e-c0045d07a74b/?format=api",
                    "name": "Apollo LM | Apollo 14"
                },
                "landing": null,
                "duration": "PT3H59M18S",
                "turn_around_time": "P1DT9H30M31S"
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/8/?format=api",
            "docking": "1971-04-24T01:47:00Z",
            "departure": "1971-04-24T07:37:00Z",
            "docking_location": {
                "id": 27,
                "name": "Salyut-1 forward",
                "spacestation": {
                    "id": 9,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/9/?format=api",
                    "name": "Salyut 1",
                    "image": {
                        "id": 1944,
                        "name": "[AUTO] Salyut 1 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25201_image_20190217072508.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194216.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 9,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/9/?format=api",
                "name": "Salyut 1",
                "image": {
                    "id": 1944,
                    "name": "[AUTO] Salyut 1 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25201_image_20190217072508.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194216.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "flight_vehicle_target": null,
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 346,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/346/?format=api",
                "destination": "Salyut 1",
                "mission_end": "1971-04-24T23:40:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 197,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/197/?format=api",
                    "name": "Soyuz 10",
                    "serial_number": "Soyuz 7K-OKS 11F615A8 #31",
                    "is_placeholder": false,
                    "image": {
                        "id": 1927,
                        "name": "[AUTO] Soyuz - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194147.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P1DT23H45M54S",
                    "time_docked": "PT5H50M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 10 was a Soyuz spacecraft which launched on 22 April 1971 23:54 UTC. It transported three cosmonauts on the first flight to Salyut 1, but docking failed. The crew was Vladimir Shatalov, Aleksei Yeliseyev, and Nikolai Rukavishnikov.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/1/?format=api",
                        "name": "Soyuz",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "abbrev": "RFSA",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "family": [
                            {
                                "response_mode": "normal",
                                "id": 1,
                                "name": "Soyuz",
                                "description": "Soyuz is a series of spacecraft which has been in service since the 1960s, having made more than 140 flights. It was designed for the Soviet space program by the Korolev Design Bureau (now Energia).",
                                "manufacturer": {
                                    "response_mode": "list",
                                    "id": 1000,
                                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                                    "name": "Energia",
                                    "abbrev": "OKB-1",
                                    "type": {
                                        "id": 1,
                                        "name": "Government"
                                    }
                                },
                                "parent": null,
                                "maiden_flight": "1966-11-28"
                            }
                        ],
                        "in_use": false,
                        "image": {
                            "id": 1927,
                            "name": "[AUTO] Soyuz - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194147.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "3a647bf8-2926-4907-b20c-33ee6d91dfd0",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/3a647bf8-2926-4907-b20c-33ee6d91dfd0/?format=api",
                    "name": "Soyuz | Soyuz 10"
                },
                "landing": {
                    "id": 718,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/718/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Soyuz spacecraft safely landed in Kazakhstan.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 19,
                        "name": "Kazakhstan",
                        "active": true,
                        "abbrev": "KAZ",
                        "description": "Deserts of Kazakhstan in Central Asia",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 1056,
                            "name": "Soyuz MS landing (MS-04)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520ms-122520landing_image_20190929074125.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191514.jpeg",
                            "credit": "NASA/Bill Ingalls",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": false,
                            "variants": []
                        },
                        "successful_landings": 194,
                        "attempted_landings": 201,
                        "failed_landings": 7,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P1DT23H45M54S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/7/?format=api",
            "docking": "1971-06-07T01:00:00Z",
            "departure": "1971-06-30T01:00:00Z",
            "docking_location": {
                "id": 27,
                "name": "Salyut-1 forward",
                "spacestation": {
                    "id": 9,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/9/?format=api",
                    "name": "Salyut 1",
                    "image": {
                        "id": 1944,
                        "name": "[AUTO] Salyut 1 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25201_image_20190217072508.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194216.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 9,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/9/?format=api",
                "name": "Salyut 1",
                "image": {
                    "id": 1944,
                    "name": "[AUTO] Salyut 1 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25201_image_20190217072508.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194216.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "flight_vehicle_target": null,
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 345,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/345/?format=api",
                "destination": "Salyut 1",
                "mission_end": "1971-06-29T23:16:52Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 196,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/196/?format=api",
                    "name": "Soyuz 11",
                    "serial_number": "Soyuz 7K-OKS 11F615A8 #32",
                    "is_placeholder": false,
                    "image": {
                        "id": 1927,
                        "name": "[AUTO] Soyuz - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194147.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P23DT18H21M43S",
                    "time_docked": "P23D",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 11 was a Soyuz spacecraft which launched on 6 June 1971 04:55 UTC. It transported three cosmonauts on the second flight to Salyut 1. The crew was Georgy Dobrovolsky, Vladislav Volkov, and Viktor Patsayev.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/1/?format=api",
                        "name": "Soyuz",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "abbrev": "RFSA",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "family": [
                            {
                                "response_mode": "normal",
                                "id": 1,
                                "name": "Soyuz",
                                "description": "Soyuz is a series of spacecraft which has been in service since the 1960s, having made more than 140 flights. It was designed for the Soviet space program by the Korolev Design Bureau (now Energia).",
                                "manufacturer": {
                                    "response_mode": "list",
                                    "id": 1000,
                                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                                    "name": "Energia",
                                    "abbrev": "OKB-1",
                                    "type": {
                                        "id": 1,
                                        "name": "Government"
                                    }
                                },
                                "parent": null,
                                "maiden_flight": "1966-11-28"
                            }
                        ],
                        "in_use": false,
                        "image": {
                            "id": 1927,
                            "name": "[AUTO] Soyuz - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194147.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "97e9d491-5c21-49bc-a240-1fb28bf6d532",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/97e9d491-5c21-49bc-a240-1fb28bf6d532/?format=api",
                    "name": "Soyuz | Soyuz 11"
                },
                "landing": {
                    "id": 719,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/719/?format=api",
                    "attempt": true,
                    "success": false,
                    "description": "The Soyuz spacecraft depressurised during re-entry, killing the crew, before landing autonomously in Kazakhstan.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 19,
                        "name": "Kazakhstan",
                        "active": true,
                        "abbrev": "KAZ",
                        "description": "Deserts of Kazakhstan in Central Asia",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 1056,
                            "name": "Soyuz MS landing (MS-04)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520ms-122520landing_image_20190929074125.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191514.jpeg",
                            "credit": "NASA/Bill Ingalls",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": false,
                            "variants": []
                        },
                        "successful_landings": 194,
                        "attempted_landings": 201,
                        "failed_landings": 7,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P23DT18H21M43S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 581,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/581/?format=api",
            "docking": "1971-07-26T17:07:49Z",
            "departure": "1971-07-30T18:13:16Z",
            "docking_location": {
                "id": 43,
                "name": "Apollo Command/Service Module",
                "spacestation": null,
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                    "name": "Apollo Command/Service Module",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "response_mode": "list",
                        "id": 999,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                        "name": "North American Aviation",
                        "abbrev": "",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "family": [],
                    "in_use": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "payload": null
            },
            "space_station_target": null,
            "flight_vehicle_target": {
                "id": 846,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/846/?format=api",
                "destination": "Lunar Surface",
                "mission_end": "1971-07-30T22:16:29Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 591,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/591/?format=api",
                    "name": "LM Falcon",
                    "serial_number": "LM-10",
                    "is_placeholder": false,
                    "image": {
                        "id": 2089,
                        "name": "Lunar Module on the Moon (Apollo 16)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                        "credit": "NASA / Apollo 16 astronauts",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P4DT16H35M7S",
                    "time_docked": "P4DT6H59M3S",
                    "flights_count": 2,
                    "mission_ends_count": 2,
                    "status": {
                        "id": 3,
                        "name": "Destroyed"
                    },
                    "description": "Flown on Apollo 15.\r\n\r\nDescent stage on lunar surface at Hadley–Apennine, ascent stage deliberately crashed into Moon",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 43,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/43/?format=api",
                        "name": "Apollo Lunar Module",
                        "type": {
                            "id": 7,
                            "name": "Lander"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "abbrev": "NASA",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 2089,
                            "name": "Lunar Module on the Moon (Apollo 16)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_thumbnail_20240505074252.jpeg",
                            "credit": "NASA / Apollo 16 astronauts",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "P2DT18H54M54S"
                },
                "launch": {
                    "id": "71e73ae3-834d-4d9f-a9a8-e88d4fdacddb",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/71e73ae3-834d-4d9f-a9a8-e88d4fdacddb/?format=api",
                    "name": "Saturn V | Apollo 15"
                },
                "landing": {
                    "id": 1395,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/1395/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "Successful landing of Apollo 15 on the Moon.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 43,
                        "name": "Apollo 15 landing site",
                        "active": false,
                        "abbrev": "A15",
                        "description": "Landing site of Apollo 15’s lunar module Falcon on 30 July 1971.",
                        "location": {
                            "response_mode": "normal",
                            "id": 170,
                            "url": "https://ll.thespacedevs.com/2.3.0/locations/170/?format=api",
                            "name": "Hadley–Apennine, Moon",
                            "active": false,
                            "country": null,
                            "description": "Hadley–Apennine is a region on the near side of Earth's Moon that served as the landing site for the American Apollo 15 mission, the fourth crewed landing on the Moon and the first of the \"J-missions\", in July 1971. The site is located on the eastern edge of Mare Imbrium on a lava plain known as Palus Putredinis. Hadley–Apennine is bordered by the Montes Apenninus (often referred to as \"Apennine Front\"), a mountain range, and Hadley Rille, a meandering channel, on the east and west, respectively.",
                            "image": {
                                "id": 2144,
                                "name": "Apollo 15 landing site at Hadley-Apennine",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_15_landi_image_20240812112508.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_15_landi_image_thumbnail_20240812112509.png",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_apollo_15_landing_site252c_hadley25e225802593apennine252c_moon_20240813033431.jpg",
                            "longitude": 3.6339,
                            "latitude": 26.1322,
                            "timezone_name": "",
                            "total_launch_count": 1,
                            "total_landing_count": 0
                        },
                        "longitude": 3.6339,
                        "latitude": 26.1322,
                        "image": {
                            "id": 2162,
                            "name": "Apollo 15 LM and James Irwin on the lunar surface",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_15_lm_an_image_20240813074321.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_15_lm_an_image_thumbnail_20240813074323.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": false,
                            "variants": []
                        },
                        "successful_landings": 1,
                        "attempted_landings": 1,
                        "failed_landings": 0,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 2,
                            "name": "Moon",
                            "type": {
                                "id": 2,
                                "name": "Moon"
                            },
                            "diameter": 3474800.0,
                            "mass": 7.342e+22,
                            "gravity": 1.622,
                            "length_of_day": "27 07:43:12",
                            "atmosphere": false,
                            "image": {
                                "id": 2041,
                                "name": "Moon (Apollo 11)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_20240402195408.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_thumbnail_20240402195408.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": false,
                                "variants": []
                            },
                            "description": "The Moon is Earth's only natural satellite.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Moon"
                        }
                    },
                    "type": {
                        "id": 9,
                        "name": "Vertical Landing",
                        "abbrev": "VL",
                        "description": "Vertical landing using engines"
                    }
                },
                "duration": "P4DT8H42M29S",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/31/?format=api",
                "destination": "Lunar Orbit where the LM would detach and land on the Moon.",
                "mission_end": "1971-08-07T13:34:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 33,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/33/?format=api",
                    "name": "Apollo Endeavour CSM-112",
                    "serial_number": "CSM-112",
                    "is_placeholder": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P12D",
                    "time_docked": "P4DT6H59M3S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "CSM-112 \"Endeavour\" was an Apollo Command & Service Module used in the Apollo 15 mission.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 10,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                        "name": "Apollo Command/Service Module",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 999,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                            "name": "North American Aviation",
                            "abbrev": "",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 1902,
                            "name": "[AUTO] Apollo Command/Service Module - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "71e73ae3-834d-4d9f-a9a8-e88d4fdacddb",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/71e73ae3-834d-4d9f-a9a8-e88d4fdacddb/?format=api",
                    "name": "Saturn V | Apollo 15"
                },
                "landing": {
                    "id": 382,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/382/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Apollo spacecraft successfully splashed down in the Pacific Ocean.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 18,
                        "name": "Pacific Ocean",
                        "active": true,
                        "abbrev": "PAC",
                        "description": "Pacific Ocean",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 2242,
                            "name": "Pacific Ocean from the ISS",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_20240920094534.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_thumbnail_20240920094534.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "successful_landings": 46,
                        "attempted_landings": 48,
                        "failed_landings": 2,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P12D",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        }
    ]
}