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&ordering=departure
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=10&ordering=departure",
    "previous": null,
    "results": [
        {
            "id": 586,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/586/?format=api",
            "docking": "1966-03-16T23:14:00Z",
            "departure": "1966-03-16T23:45:00Z",
            "docking_location": {
                "id": 45,
                "name": "Agena Target Vehicle",
                "spacestation": null,
                "spacecraft": null,
                "payload": {
                    "response_mode": "list",
                    "id": 13,
                    "name": "Agena Target Vehicle",
                    "type": {
                        "id": 5,
                        "name": "Space Tug"
                    },
                    "manufacturer": {
                        "response_mode": "list",
                        "id": 82,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/82/?format=api",
                        "name": "Lockheed Martin",
                        "abbrev": "LMT",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "operator": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "image": {
                        "id": 2150,
                        "name": "Agena seen from Gemini VIII",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_20240812143455.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_thumbnail_20240812143456.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    }
                }
            },
            "space_station_target": null,
            "flight_vehicle_target": null,
            "payload_flight_target": {
                "response_mode": "list",
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.3.0/payload_flights/14/?format=api",
                "destination": "Low Earth Orbit",
                "amount": 1,
                "payload": {
                    "response_mode": "list",
                    "id": 13,
                    "name": "Agena Target Vehicle",
                    "type": {
                        "id": 5,
                        "name": "Space Tug"
                    },
                    "manufacturer": {
                        "response_mode": "list",
                        "id": 82,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/82/?format=api",
                        "name": "Lockheed Martin",
                        "abbrev": "LMT",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "operator": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "image": {
                        "id": 2150,
                        "name": "Agena seen from Gemini VIII",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_20240812143455.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_thumbnail_20240812143456.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "launch": {
                    "id": "73f1e0e9-7b71-4434-8f46-b347738d1170",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/73f1e0e9-7b71-4434-8f46-b347738d1170/?format=api",
                    "name": "Atlas SLV-3 Agena D | GATV 8"
                },
                "landing": {
                    "id": 1398,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/1398/?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"
                    }
                }
            },
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/16/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1966-03-17T03:22:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/18/?format=api",
                    "name": "Gemini SC8",
                    "serial_number": "8",
                    "is_placeholder": false,
                    "image": {
                        "id": 1915,
                        "name": "[AUTO] Gemini - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "PT10H40M58S",
                    "time_docked": "PT31M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Gemini SC8 is the Gemini capsule used for the Gemini 8 mission launched on March 16, 1966 and crewed by astronauts Neil Armstrong (command pilot) and David Scott (pilot).",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 12,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/12/?format=api",
                        "name": "Gemini",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "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": 1915,
                            "name": "[AUTO] Gemini - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "75c6b707-d6b5-43d2-b9ad-b8da37acf394",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/75c6b707-d6b5-43d2-b9ad-b8da37acf394/?format=api",
                    "name": "Titan II GLV | Gemini VIII"
                },
                "landing": {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/465/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Gemini spacecraft safely splashed down in the Pacific Ocean after an emergency reentry.",
                    "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": "PT10H40M58S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 587,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/587/?format=api",
            "docking": "1966-07-19T04:15:00Z",
            "departure": "1966-07-20T19:00:00Z",
            "docking_location": {
                "id": 45,
                "name": "Agena Target Vehicle",
                "spacestation": null,
                "spacecraft": null,
                "payload": {
                    "response_mode": "list",
                    "id": 13,
                    "name": "Agena Target Vehicle",
                    "type": {
                        "id": 5,
                        "name": "Space Tug"
                    },
                    "manufacturer": {
                        "response_mode": "list",
                        "id": 82,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/82/?format=api",
                        "name": "Lockheed Martin",
                        "abbrev": "LMT",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "operator": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "image": {
                        "id": 2150,
                        "name": "Agena seen from Gemini VIII",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_20240812143455.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_thumbnail_20240812143456.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    }
                }
            },
            "space_station_target": null,
            "flight_vehicle_target": null,
            "payload_flight_target": {
                "response_mode": "list",
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.3.0/payload_flights/16/?format=api",
                "destination": "Low Earth Orbit",
                "amount": 1,
                "payload": {
                    "response_mode": "list",
                    "id": 13,
                    "name": "Agena Target Vehicle",
                    "type": {
                        "id": 5,
                        "name": "Space Tug"
                    },
                    "manufacturer": {
                        "response_mode": "list",
                        "id": 82,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/82/?format=api",
                        "name": "Lockheed Martin",
                        "abbrev": "LMT",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "operator": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "image": {
                        "id": 2150,
                        "name": "Agena seen from Gemini VIII",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_20240812143455.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_thumbnail_20240812143456.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "launch": {
                    "id": "d675fb92-f9a8-4a5e-bd88-19f0f37c0355",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/d675fb92-f9a8-4a5e-bd88-19f0f37c0355/?format=api",
                    "name": "Atlas SLV-3 Agena D | GATV 10"
                },
                "landing": {
                    "id": 1399,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/1399/?format=api",
                    "attempt": false,
                    "success": null,
                    "description": "",
                    "downrange_distance": null,
                    "landing_location": null,
                    "type": {
                        "id": 7,
                        "name": "Destructive Reentry",
                        "abbrev": "ATM",
                        "description": "Spacecraft burned up in the atmosphere"
                    }
                }
            },
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 18,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/18/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1966-07-21T21:07:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/20/?format=api",
                    "name": "Gemini SC10",
                    "serial_number": "10",
                    "is_placeholder": false,
                    "image": {
                        "id": 1915,
                        "name": "[AUTO] Gemini - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P2DT22H46M34S",
                    "time_docked": "P1DT14H45M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Gemini SC10 is the Gemini capsule used for the Gemini 10 mission launched on July 18, 1966 and crewed by astronauts John W. Young (command pilot) and Michael Collins (pilot).",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 12,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/12/?format=api",
                        "name": "Gemini",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "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": 1915,
                            "name": "[AUTO] Gemini - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "297a371a-71e6-42a6-a95c-f69a3959a6fa",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/297a371a-71e6-42a6-a95c-f69a3959a6fa/?format=api",
                    "name": "Titan II GLV | Gemini X"
                },
                "landing": {
                    "id": 456,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/456/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Gemini spacecraft safely splashed down in the Atlantic Ocean.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 6,
                        "name": "Atlantic Ocean",
                        "active": true,
                        "abbrev": "ATL",
                        "description": "Atlantic Ocean",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 2230,
                            "name": "Sun glint on the Atlantic Ocean",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_20240920085841.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_thumbnail_20240920085841.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "successful_landings": 37,
                        "attempted_landings": 41,
                        "failed_landings": 4,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P2DT22H46M34S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 588,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/588/?format=api",
            "docking": "1966-09-12T16:16:00Z",
            "departure": "1966-09-14T16:55:00Z",
            "docking_location": {
                "id": 45,
                "name": "Agena Target Vehicle",
                "spacestation": null,
                "spacecraft": null,
                "payload": {
                    "response_mode": "list",
                    "id": 13,
                    "name": "Agena Target Vehicle",
                    "type": {
                        "id": 5,
                        "name": "Space Tug"
                    },
                    "manufacturer": {
                        "response_mode": "list",
                        "id": 82,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/82/?format=api",
                        "name": "Lockheed Martin",
                        "abbrev": "LMT",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "operator": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "image": {
                        "id": 2150,
                        "name": "Agena seen from Gemini VIII",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_20240812143455.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_thumbnail_20240812143456.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    }
                }
            },
            "space_station_target": null,
            "flight_vehicle_target": null,
            "payload_flight_target": {
                "response_mode": "list",
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.3.0/payload_flights/17/?format=api",
                "destination": "Low Earth Orbit",
                "amount": 1,
                "payload": {
                    "response_mode": "list",
                    "id": 13,
                    "name": "Agena Target Vehicle",
                    "type": {
                        "id": 5,
                        "name": "Space Tug"
                    },
                    "manufacturer": {
                        "response_mode": "list",
                        "id": 82,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/82/?format=api",
                        "name": "Lockheed Martin",
                        "abbrev": "LMT",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "operator": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "image": {
                        "id": 2150,
                        "name": "Agena seen from Gemini VIII",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_20240812143455.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_thumbnail_20240812143456.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "launch": {
                    "id": "af199848-42bc-4db8-8505-1f4315ddba16",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/af199848-42bc-4db8-8505-1f4315ddba16/?format=api",
                    "name": "Atlas SLV-3 Agena D | GATV 11"
                },
                "landing": {
                    "id": 1400,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/1400/?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"
                    }
                }
            },
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 19,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/19/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1966-09-15T13:59:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/21/?format=api",
                    "name": "Gemini SC11",
                    "serial_number": "11",
                    "is_placeholder": false,
                    "image": {
                        "id": 1915,
                        "name": "[AUTO] Gemini - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P2DT23H16M34S",
                    "time_docked": "P2DT39M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Gemini SC11 is the Gemini capsule used for the Gemini 11 mission launched on September 12, 1966 and crewed by astronauts Charles \"Pete\" Conrad Jr. (command pilot) and Richard F. Gordon Jr. (pilot).",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 12,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/12/?format=api",
                        "name": "Gemini",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "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": 1915,
                            "name": "[AUTO] Gemini - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "cb723587-46a2-4593-8c3e-76aaa558b0f9",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/cb723587-46a2-4593-8c3e-76aaa558b0f9/?format=api",
                    "name": "Titan II GLV | Gemini XI"
                },
                "landing": {
                    "id": 457,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/457/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Gemini spacecraft safely splashed down in the Atlantic Ocean.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 6,
                        "name": "Atlantic Ocean",
                        "active": true,
                        "abbrev": "ATL",
                        "description": "Atlantic Ocean",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 2230,
                            "name": "Sun glint on the Atlantic Ocean",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_20240920085841.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_thumbnail_20240920085841.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "successful_landings": 37,
                        "attempted_landings": 41,
                        "failed_landings": 4,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P2DT23H16M34S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 589,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/589/?format=api",
            "docking": "1966-11-12T01:06:00Z",
            "departure": "1966-11-13T20:18:00Z",
            "docking_location": {
                "id": 45,
                "name": "Agena Target Vehicle",
                "spacestation": null,
                "spacecraft": null,
                "payload": {
                    "response_mode": "list",
                    "id": 13,
                    "name": "Agena Target Vehicle",
                    "type": {
                        "id": 5,
                        "name": "Space Tug"
                    },
                    "manufacturer": {
                        "response_mode": "list",
                        "id": 82,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/82/?format=api",
                        "name": "Lockheed Martin",
                        "abbrev": "LMT",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "operator": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "image": {
                        "id": 2150,
                        "name": "Agena seen from Gemini VIII",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_20240812143455.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_thumbnail_20240812143456.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    }
                }
            },
            "space_station_target": null,
            "flight_vehicle_target": null,
            "payload_flight_target": {
                "response_mode": "list",
                "id": 18,
                "url": "https://ll.thespacedevs.com/2.3.0/payload_flights/18/?format=api",
                "destination": "Low Earth Orbit",
                "amount": 1,
                "payload": {
                    "response_mode": "list",
                    "id": 13,
                    "name": "Agena Target Vehicle",
                    "type": {
                        "id": 5,
                        "name": "Space Tug"
                    },
                    "manufacturer": {
                        "response_mode": "list",
                        "id": 82,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/82/?format=api",
                        "name": "Lockheed Martin",
                        "abbrev": "LMT",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "operator": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "image": {
                        "id": 2150,
                        "name": "Agena seen from Gemini VIII",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_20240812143455.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_thumbnail_20240812143456.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "launch": {
                    "id": "febac5e8-8996-4ab5-940a-ba6b21d55546",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/febac5e8-8996-4ab5-940a-ba6b21d55546/?format=api",
                    "name": "Atlas SLV-3 Agena D | GATV 12"
                },
                "landing": {
                    "id": 1401,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/1401/?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"
                    }
                }
            },
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/20/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1966-11-15T19:21:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 22,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/22/?format=api",
                    "name": "Gemini SC12",
                    "serial_number": "12",
                    "is_placeholder": false,
                    "image": {
                        "id": 1915,
                        "name": "[AUTO] Gemini - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P3DT22H34M27S",
                    "time_docked": "P1DT19H12M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Gemini SC12 is the Gemini capsule used for the Gemini 12 mission launched on November 11, 1966 and crewed by astronauts James A. Lovell, Jr. (command pilot) and Edwin E. Aldrin, Jr. (pilot).",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 12,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/12/?format=api",
                        "name": "Gemini",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "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": 1915,
                            "name": "[AUTO] Gemini - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "b8ce3fba-ccd7-4492-9f0b-0edd7685e880",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/b8ce3fba-ccd7-4492-9f0b-0edd7685e880/?format=api",
                    "name": "Titan II GLV | Gemini XII"
                },
                "landing": {
                    "id": 458,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/458/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Gemini spacecraft safely splashed down in the Atlantic Ocean.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 6,
                        "name": "Atlantic Ocean",
                        "active": true,
                        "abbrev": "ATL",
                        "description": "Atlantic Ocean",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 2230,
                            "name": "Sun glint on the Atlantic Ocean",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_20240920085841.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_thumbnail_20240920085841.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "successful_landings": 37,
                        "attempted_landings": 41,
                        "failed_landings": 4,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P3DT22H34M27S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 598,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/598/?format=api",
            "docking": "1967-10-30T09:20:00Z",
            "departure": "1967-10-30T12:50:00Z",
            "docking_location": {
                "id": 46,
                "name": "Soyuz",
                "spacestation": null,
                "spacecraft": {
                    "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": []
                    }
                },
                "payload": null
            },
            "space_station_target": null,
            "flight_vehicle_target": {
                "id": 710,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/710/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1967-11-02T00:00:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 492,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/492/?format=api",
                    "name": "Soyuz 7K-OK No.5",
                    "serial_number": "Soyuz 7K-OK (P) 11F615 #5",
                    "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": "P2DT15H47M19S",
                    "time_docked": "PT3H30M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "First generation Soyuz used for a test flight.",
                    "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": "f44a5026-42e8-45ed-a542-588e894f7c5b",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/f44a5026-42e8-45ed-a542-588e894f7c5b/?format=api",
                    "name": "Soyuz | Kosmos 188"
                },
                "landing": {
                    "id": 776,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/776/?format=api",
                    "attempt": true,
                    "success": false,
                    "description": "The Soyuz 7K-OK spacecraft accidentally fired its self-destruct mechanism during descent.",
                    "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": "P2DT15H47M19S",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 709,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/709/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1967-10-31T00:00:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 491,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/491/?format=api",
                    "name": "Soyuz 7K-OK No.6",
                    "serial_number": "Soyuz 7K-OK (A) 11F615 #6",
                    "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": "P3DT14H30M1S",
                    "time_docked": "PT3H30M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "First generation Soyuz used for a test flight.",
                    "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": "0f86f54a-1935-434c-89dd-bdbefaf082d2",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/0f86f54a-1935-434c-89dd-bdbefaf082d2/?format=api",
                    "name": "Soyuz | Kosmos 186"
                },
                "landing": {
                    "id": 777,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/777/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Soyuz 7K-OK 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": "P3DT14H30M1S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 590,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/590/?format=api",
            "docking": "1969-01-16T08:20:00Z",
            "departure": "1969-01-16T12:55:00Z",
            "docking_location": {
                "id": 46,
                "name": "Soyuz",
                "spacestation": null,
                "spacecraft": {
                    "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": []
                    }
                },
                "payload": null
            },
            "space_station_target": null,
            "flight_vehicle_target": {
                "id": 352,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/352/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1969-01-17T06:50:47Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 203,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/203/?format=api",
                    "name": "Soyuz 4",
                    "serial_number": "Soyuz 7K-OK (A) 11F615 #12",
                    "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": "P2DT23H20M47S",
                    "time_docked": "PT4H35M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 4 was a Soyuz spacecraft which launched on 14 January 1969 07:30 UTC. It launched three cosmonauts for a joint mission with Soyuz 5. The crew was Vladimir Shatalov, Aleksei Yeliseyev, and Yevgeny Khrunov.",
                    "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": "b7f0c6c0-1a10-45b0-8a33-724cb743a11a",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/b7f0c6c0-1a10-45b0-8a33-724cb743a11a/?format=api",
                    "name": "Soyuz | Soyuz 4"
                },
                "landing": {
                    "id": 750,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/750/?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": "P2DT23H20M47S",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 351,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/351/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1969-01-18T07:59:12Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 202,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/202/?format=api",
                    "name": "Soyuz 5",
                    "serial_number": "Soyuz 7K-OK (P) 11F615 #13",
                    "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": "P3DT54M15S",
                    "time_docked": "PT4H35M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 5 was a Soyuz spacecraft which launched on 18 January 1069 07:04 UTC. It launched three cosmonauts for a joint mission with Soyuz 4. The crew was Boris Volynov, Aleksei Yeliseyev, and Yevgeny Khrunov.",
                    "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": "daa34769-2c2d-4c28-8ce6-5a9092f85657",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/daa34769-2c2d-4c28-8ce6-5a9092f85657/?format=api",
                    "name": "Soyuz | Soyuz 5"
                },
                "landing": {
                    "id": 752,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/752/?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": "P3DT54M15S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 573,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/573/?format=api",
            "docking": "1969-03-03T19:01:59Z",
            "departure": "1969-03-07T12:39:36Z",
            "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": 836,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/836/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1969-03-07T21:22:45Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 585,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/585/?format=api",
                    "name": "LM Spider",
                    "serial_number": "LM-3",
                    "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": "P4DT5H22M45S",
                    "time_docked": "P3DT19H57M56S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 3,
                        "name": "Destroyed"
                    },
                    "description": "Flown on Apollo 9.",
                    "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": "144c083a-8aa3-49df-be2d-9445305dedea",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/144c083a-8aa3-49df-be2d-9445305dedea/?format=api",
                    "name": "Saturn V | Apollo 9"
                },
                "landing": {
                    "id": 1360,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/1360/?format=api",
                    "attempt": false,
                    "success": null,
                    "description": "The ascent stage of LM-3 Spider (1969-018C) reentered on October 23, 1981. The descent stage of LM-3 Spider (1969-018D) reentered on March 22, 1969, landing in the Indian Ocean near North Africa.",
                    "downrange_distance": null,
                    "landing_location": null,
                    "type": {
                        "id": 7,
                        "name": "Destructive Reentry",
                        "abbrev": "ATM",
                        "description": "Spacecraft burned up in the atmosphere"
                    }
                },
                "duration": "P4DT5H22M45S",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 103,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/103/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1969-03-13T17:00:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/27/?format=api",
                    "name": "Apollo Gumdrop CSM-104",
                    "serial_number": "CSM-104",
                    "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": "P10DT1H",
                    "time_docked": "P3DT19H57M56S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "CSM-104 \"Gumdrop\" was an Apollo Command & Service Module used in the Apollo 9 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": "144c083a-8aa3-49df-be2d-9445305dedea",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/144c083a-8aa3-49df-be2d-9445305dedea/?format=api",
                    "name": "Saturn V | Apollo 9"
                },
                "landing": {
                    "id": 383,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/383/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Apollo spacecraft successfully splashed down in the Atlantic Ocean.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 6,
                        "name": "Atlantic Ocean",
                        "active": true,
                        "abbrev": "ATL",
                        "description": "Atlantic Ocean",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 2230,
                            "name": "Sun glint on the Atlantic Ocean",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_20240920085841.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_thumbnail_20240920085841.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "successful_landings": 37,
                        "attempted_landings": 41,
                        "failed_landings": 4,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P10DT1H",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 574,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/574/?format=api",
            "docking": "1969-03-07T19:02:26Z",
            "departure": "1969-03-07T21:22:45Z",
            "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": 103,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/103/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1969-03-13T17:00:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/27/?format=api",
                    "name": "Apollo Gumdrop CSM-104",
                    "serial_number": "CSM-104",
                    "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": "P10DT1H",
                    "time_docked": "P3DT19H57M56S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "CSM-104 \"Gumdrop\" was an Apollo Command & Service Module used in the Apollo 9 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": "144c083a-8aa3-49df-be2d-9445305dedea",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/144c083a-8aa3-49df-be2d-9445305dedea/?format=api",
                    "name": "Saturn V | Apollo 9"
                },
                "landing": {
                    "id": 383,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/383/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "The Apollo spacecraft successfully splashed down in the Atlantic Ocean.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 6,
                        "name": "Atlantic Ocean",
                        "active": true,
                        "abbrev": "ATL",
                        "description": "Atlantic Ocean",
                        "location": null,
                        "longitude": null,
                        "latitude": null,
                        "image": {
                            "id": 2230,
                            "name": "Sun glint on the Atlantic Ocean",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_20240920085841.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_thumbnail_20240920085841.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "successful_landings": 37,
                        "attempted_landings": 41,
                        "failed_landings": 4,
                        "celestial_body": {
                            "response_mode": "normal",
                            "id": 1,
                            "name": "Earth",
                            "type": {
                                "id": 1,
                                "name": "Planet"
                            },
                            "diameter": 12742000.0,
                            "mass": 5.972168e+24,
                            "gravity": 9.80655,
                            "length_of_day": "1 00:00:00",
                            "atmosphere": true,
                            "image": {
                                "id": 2040,
                                "name": "Earth (Apollo 17)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                        }
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "duration": "P10DT1H",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 836,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/836/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1969-03-07T21:22:45Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 585,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/585/?format=api",
                    "name": "LM Spider",
                    "serial_number": "LM-3",
                    "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": "P4DT5H22M45S",
                    "time_docked": "P3DT19H57M56S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 3,
                        "name": "Destroyed"
                    },
                    "description": "Flown on Apollo 9.",
                    "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": "144c083a-8aa3-49df-be2d-9445305dedea",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/144c083a-8aa3-49df-be2d-9445305dedea/?format=api",
                    "name": "Saturn V | Apollo 9"
                },
                "landing": {
                    "id": 1360,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/1360/?format=api",
                    "attempt": false,
                    "success": null,
                    "description": "The ascent stage of LM-3 Spider (1969-018C) reentered on October 23, 1981. The descent stage of LM-3 Spider (1969-018D) reentered on March 22, 1969, landing in the Indian Ocean near North Africa.",
                    "downrange_distance": null,
                    "landing_location": null,
                    "type": {
                        "id": 7,
                        "name": "Destructive Reentry",
                        "abbrev": "ATM",
                        "description": "Spacecraft burned up in the atmosphere"
                    }
                },
                "duration": "P4DT5H22M45S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 575,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/575/?format=api",
            "docking": "1969-05-18T20:06:36Z",
            "departure": "1969-05-22T19:00:57Z",
            "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": 841,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/841/?format=api",
                "destination": "Descent Moon Orbit",
                "mission_end": "1969-05-23T05:13:36Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 586,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/586/?format=api",
                    "name": "LM Snoopy",
                    "serial_number": "LM-4",
                    "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": "P4DT12H24M36S",
                    "time_docked": "P4DT56M55S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "Flown on Apollo 10.\r\n\r\nDescent stage may have hit the Moon, ascent stage in heliocentric orbit. Snoopy is the only flown LM ascent stage known to have survived intact (possibly asteroid 2018 AV2).",
                    "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": "4dd2a587-45a3-4f54-ba79-53732433671a",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/4dd2a587-45a3-4f54-ba79-53732433671a/?format=api",
                    "name": "Saturn V | Apollo 10"
                },
                "landing": {
                    "id": 1390,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/1390/?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": "P4DT12H24M36S",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/27/?format=api",
                "destination": "Descent Moon Orbit",
                "mission_end": "1969-05-26T16:52:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 28,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/28/?format=api",
                    "name": "Apollo Charlie Brown CSM-106",
                    "serial_number": "CSM-106",
                    "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": "P8DT3M",
                    "time_docked": "P4DT56M55S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "CSM-106 \"Charlie Brown\" was an Apollo Command & Service Module used in the Apollo 10 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": "4dd2a587-45a3-4f54-ba79-53732433671a",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/4dd2a587-45a3-4f54-ba79-53732433671a/?format=api",
                    "name": "Saturn V | Apollo 10"
                },
                "landing": {
                    "id": 368,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/368/?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": "P8DT3M",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 576,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/576/?format=api",
            "docking": "1969-05-23T03:11:02Z",
            "departure": "1969-05-23T05:13:36Z",
            "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": 27,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/27/?format=api",
                "destination": "Descent Moon Orbit",
                "mission_end": "1969-05-26T16:52:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 28,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/28/?format=api",
                    "name": "Apollo Charlie Brown CSM-106",
                    "serial_number": "CSM-106",
                    "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": "P8DT3M",
                    "time_docked": "P4DT56M55S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "CSM-106 \"Charlie Brown\" was an Apollo Command & Service Module used in the Apollo 10 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": "4dd2a587-45a3-4f54-ba79-53732433671a",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/4dd2a587-45a3-4f54-ba79-53732433671a/?format=api",
                    "name": "Saturn V | Apollo 10"
                },
                "landing": {
                    "id": 368,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/368/?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": "P8DT3M",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 841,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/841/?format=api",
                "destination": "Descent Moon Orbit",
                "mission_end": "1969-05-23T05:13:36Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 586,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/586/?format=api",
                    "name": "LM Snoopy",
                    "serial_number": "LM-4",
                    "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": "P4DT12H24M36S",
                    "time_docked": "P4DT56M55S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "Flown on Apollo 10.\r\n\r\nDescent stage may have hit the Moon, ascent stage in heliocentric orbit. Snoopy is the only flown LM ascent stage known to have survived intact (possibly asteroid 2018 AV2).",
                    "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": "4dd2a587-45a3-4f54-ba79-53732433671a",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/4dd2a587-45a3-4f54-ba79-53732433671a/?format=api",
                    "name": "Saturn V | Apollo 10"
                },
                "landing": {
                    "id": 1390,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/1390/?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": "P4DT12H24M36S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        }
    ]
}