Modes

Levels of detail in the response - normal, detailed

Example - /docking_events/?mode=detailed

Filters

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

Example - /docking_events/?space_station_target__id=6

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

Example - /docking_events/?search=Salyut

Ordering

Fields - departure, docking

Example - /docking_events/?ordering=-docking

Number of results

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

Example - /docking_events/?limit=2

Format

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

Help

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

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

{
    "count": 555,
    "next": "https://ll.thespacedevs.com/2.3.0/docking_events/?format=api&limit=10&offset=40&ordering=docking",
    "previous": "https://ll.thespacedevs.com/2.3.0/docking_events/?format=api&limit=10&offset=20&ordering=docking",
    "results": [
        {
            "id": 50,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/50/?format=api",
            "docking": "1975-05-25T21:30:00Z",
            "departure": "1975-07-26T10:56:00Z",
            "docking_location": {
                "id": 25,
                "name": "Salyut-4 forward",
                "spacestation": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/12/?format=api",
                    "name": "Salyut 4",
                    "image": {
                        "id": 1951,
                        "name": "[AUTO] Salyut 4 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25204_image_20190310081804.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194228.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/12/?format=api",
                "name": "Salyut 4",
                "image": {
                    "id": 1951,
                    "name": "[AUTO] Salyut 4 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25204_image_20190310081804.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194228.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "flight_vehicle_target": null,
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 337,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/337/?format=api",
                "destination": "Salyut 4",
                "mission_end": "1975-07-26T14:18:18Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 188,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/188/?format=api",
                    "name": "Soyuz 18",
                    "serial_number": "Soyuz 7K-T 11F615A8 #40",
                    "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": "P62DT23H20M8S",
                    "time_docked": "P61DT13H26M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 18 was a Soyuz spacecraft which launched on 24 May 1975 14:58 UTC. It transported two cosmonauts on the final flight to Salyut 4. The crew was Pyotr Klimuk and Vitali Sevastyanov.",
                    "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": "6b9a736e-e8f3-4db1-8922-7070243498e7",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/6b9a736e-e8f3-4db1-8922-7070243498e7/?format=api",
                    "name": "Soyuz | Soyuz 18"
                },
                "landing": {
                    "id": 726,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/726/?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": "P62DT23H20M8S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 584,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/584/?format=api",
            "docking": "1975-07-17T16:09:00Z",
            "departure": "1975-07-19T12:03:00Z",
            "docking_location": {
                "id": 44,
                "name": "Apollo–Soyuz Docking Adapter",
                "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": 336,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/336/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1975-07-21T10:50:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 187,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/187/?format=api",
                    "name": "Soyuz 19",
                    "serial_number": "Soyuz 7K-TM 11F615A12 #75",
                    "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": "P5DT22H30M",
                    "time_docked": "P1DT22H46M12S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 19 was a Soyuz spacecraft which launched on 15 July 1975 12:20 UTC. It was used in the Apollo-Soyuz test project. The crew was Alexey Leonov and Valeri Kubasov.",
                    "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": "8199d0be-8200-47c1-bee0-1473e429556e",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/8199d0be-8200-47c1-bee0-1473e429556e/?format=api",
                    "name": "Soyuz-U | Soyuz 19"
                },
                "landing": {
                    "id": 727,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/727/?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": "P5DT22H30M",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 373,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/373/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1975-07-24T21:18:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/32/?format=api",
                    "name": "Apollo CSM-111",
                    "serial_number": "CSM-111",
                    "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": "P9DT1H28M",
                    "time_docked": "P1DT22H46M12S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "CSM-111 was an Apollo Command & Service Module used in the Apollo-Soyuz Test Project.",
                    "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": "9959bda6-fa27-4ed5-8bea-d2f55f7a5b68",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/9959bda6-fa27-4ed5-8bea-d2f55f7a5b68/?format=api",
                    "name": "Saturn IB | Apollo-Soyuz Test Project"
                },
                "landing": {
                    "id": 378,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/378/?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": "P9DT1H28M",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 585,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/585/?format=api",
            "docking": "1975-07-19T12:34:00Z",
            "departure": "1975-07-19T15:26:12Z",
            "docking_location": {
                "id": 44,
                "name": "Apollo–Soyuz Docking Adapter",
                "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": 373,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/373/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1975-07-24T21:18:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/32/?format=api",
                    "name": "Apollo CSM-111",
                    "serial_number": "CSM-111",
                    "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": "P9DT1H28M",
                    "time_docked": "P1DT22H46M12S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "CSM-111 was an Apollo Command & Service Module used in the Apollo-Soyuz Test Project.",
                    "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": "9959bda6-fa27-4ed5-8bea-d2f55f7a5b68",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/9959bda6-fa27-4ed5-8bea-d2f55f7a5b68/?format=api",
                    "name": "Saturn IB | Apollo-Soyuz Test Project"
                },
                "landing": {
                    "id": 378,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/378/?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": "P9DT1H28M",
                "turn_around_time": null
            },
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 336,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/336/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1975-07-21T10:50:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 187,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/187/?format=api",
                    "name": "Soyuz 19",
                    "serial_number": "Soyuz 7K-TM 11F615A12 #75",
                    "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": "P5DT22H30M",
                    "time_docked": "P1DT22H46M12S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 19 was a Soyuz spacecraft which launched on 15 July 1975 12:20 UTC. It was used in the Apollo-Soyuz test project. The crew was Alexey Leonov and Valeri Kubasov.",
                    "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": "8199d0be-8200-47c1-bee0-1473e429556e",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/8199d0be-8200-47c1-bee0-1473e429556e/?format=api",
                    "name": "Soyuz-U | Soyuz 19"
                },
                "landing": {
                    "id": 727,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/727/?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": "P5DT22H30M",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 180,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/180/?format=api",
            "docking": "1975-11-19T16:19:00Z",
            "departure": "1976-02-15T23:07:00Z",
            "docking_location": {
                "id": 25,
                "name": "Salyut-4 forward",
                "spacestation": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/12/?format=api",
                    "name": "Salyut 4",
                    "image": {
                        "id": 1951,
                        "name": "[AUTO] Salyut 4 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25204_image_20190310081804.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194228.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/12/?format=api",
                "name": "Salyut 4",
                "image": {
                    "id": 1951,
                    "name": "[AUTO] Salyut 4 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25204_image_20190310081804.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194228.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "flight_vehicle_target": null,
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 413,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/413/?format=api",
                "destination": "Salyut 4",
                "mission_end": "1976-02-16T02:24:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 287,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/287/?format=api",
                    "name": "Soyuz 20",
                    "serial_number": "Soyuz 7K-T 11F615A9 #64",
                    "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": "P90DT11H47M23S",
                    "time_docked": "P88DT6H48M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 20 (Russian: Союз 20, Union 20) was an unmanned spacecraft launched by the Soviet Union. It was a long-duration test of the Soyuz spacecraft that docked with the Salyut 4 space station. Soyuz 20 performed comprehensive checking of improved on-board systems of the spacecraft under various flight conditions. It also carried a biological payload. Living organisms were exposed to three months in space.\r\n\r\nIt was reentered on 16 February 1976.",
                    "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": "ca755755-6446-4cb1-b53e-2049d926f2ff",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/ca755755-6446-4cb1-b53e-2049d926f2ff/?format=api",
                    "name": "Soyuz U | Soyuz 20"
                },
                "landing": {
                    "id": 729,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/729/?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": "P90DT11H47M23S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 181,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/181/?format=api",
            "docking": "1976-07-07T13:40:00Z",
            "departure": "1976-08-24T13:40:13Z",
            "docking_location": {
                "id": 22,
                "name": "Salyut-5 forward",
                "spacestation": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/13/?format=api",
                    "name": "Salyut 5",
                    "image": {
                        "id": 1942,
                        "name": "[AUTO] Salyut 5 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194213.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/13/?format=api",
                "name": "Salyut 5",
                "image": {
                    "id": 1942,
                    "name": "[AUTO] Salyut 5 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194213.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "flight_vehicle_target": null,
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 335,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/335/?format=api",
                "destination": "Salyut 5",
                "mission_end": "1976-08-24T18:32:17Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 186,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/186/?format=api",
                    "name": "Soyuz 21",
                    "serial_number": "Soyuz 7K-T 11F615A8 #41",
                    "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": "P49DT6H23M32S",
                    "time_docked": "P48DT13S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 21 was a Soyuz spacecraft which launched on 6 July 1976 12:08 UTC. It transported two cosmonauts on the first flight to Salyut. The crew was Boris Volynov and Vitaly Zholobov.",
                    "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": "9a7ceb6c-8d03-4d49-b322-24d7d9d8b98d",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/9a7ceb6c-8d03-4d49-b322-24d7d9d8b98d/?format=api",
                    "name": "Soyuz | Soyuz 21"
                },
                "landing": {
                    "id": 730,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/730/?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": "P49DT6H23M32S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 182,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/182/?format=api",
            "docking": "1977-02-08T17:38:00Z",
            "departure": "1977-02-25T06:21:00Z",
            "docking_location": {
                "id": 22,
                "name": "Salyut-5 forward",
                "spacestation": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/13/?format=api",
                    "name": "Salyut 5",
                    "image": {
                        "id": 1942,
                        "name": "[AUTO] Salyut 5 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194213.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/13/?format=api",
                "name": "Salyut 5",
                "image": {
                    "id": 1942,
                    "name": "[AUTO] Salyut 5 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194213.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "flight_vehicle_target": null,
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 332,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/332/?format=api",
                "destination": "Salyut 5",
                "mission_end": "1977-02-25T09:38:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 183,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/183/?format=api",
                    "name": "Soyuz 24",
                    "serial_number": "Soyuz 7K-T/A9 11F615A9 #66",
                    "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": "P17DT17H26M10S",
                    "time_docked": "P16DT12H43M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 24 was a Soyuz spacecraft which launched on 7 February 1977 16:11 UTC. It  transported two cosmonauts on the third flight to Salyut 5. The crew was Viktor Gorbatko and Yuri Glazkov.",
                    "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": "17f1cde2-cb45-443a-9fc5-93aedde48b37",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/17f1cde2-cb45-443a-9fc5-93aedde48b37/?format=api",
                    "name": "Soyuz-U | Soyuz 24"
                },
                "landing": {
                    "id": 733,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/733/?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": "P17DT17H26M10S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 183,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/183/?format=api",
            "docking": "1977-12-11T03:02:41Z",
            "departure": "1978-01-16T08:08:00Z",
            "docking_location": {
                "id": 4,
                "name": "Salyut-6 forward",
                "spacestation": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                    "name": "Salyut 6",
                    "image": {
                        "id": 1946,
                        "name": "[AUTO] Salyut 6 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                "name": "Salyut 6",
                "image": {
                    "id": 1946,
                    "name": "[AUTO] Salyut 6 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "flight_vehicle_target": null,
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 330,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/330/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1978-01-16T11:24:58Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 181,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/181/?format=api",
                    "name": "Soyuz 26",
                    "serial_number": "Soyuz 7K-T 11F615A8 #43",
                    "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": "P37DT10H6M18S",
                    "time_docked": "P36DT5H5M19S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 26 was a Soyuz spacecraft which launched on 10 December 1977 01:18 UTC. It  transported two cosmonauts of EO-1 to Salyut 6. The crew was Yuri Romanenko and Georgi Grechko. It also transported down the two cosmonauts from EP-1.",
                    "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": "78c055c2-2ef3-4dd8-9361-95f43d40b3f7",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/78c055c2-2ef3-4dd8-9361-95f43d40b3f7/?format=api",
                    "name": "Soyuz-U | Soyuz 26"
                },
                "landing": {
                    "id": 735,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/735/?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": "P37DT10H6M18S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 185,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/185/?format=api",
            "docking": "1978-01-11T14:05:54Z",
            "departure": "1978-03-16T07:58:00Z",
            "docking_location": {
                "id": 4,
                "name": "Salyut-6 forward",
                "spacestation": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                    "name": "Salyut 6",
                    "image": {
                        "id": 1946,
                        "name": "[AUTO] Salyut 6 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                "name": "Salyut 6",
                "image": {
                    "id": 1946,
                    "name": "[AUTO] Salyut 6 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "flight_vehicle_target": null,
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 329,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/329/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1978-03-16T11:18:47Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 180,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/180/?format=api",
                    "name": "Soyuz 27",
                    "serial_number": "Soyuz 7K-T 11F615A8 #44",
                    "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": "P64DT22H52M47S",
                    "time_docked": "P63DT17H52M6S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 27 was a Soyuz spacecraft which launched on 10 January 1978 12:26 UTC. It  transported two cosmonauts of EP-1 to Salyut 6. The crew was Vladimir Dzhanibekov and Oleg Makarov. It also transported down the two cosmonauts from EO-1.",
                    "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": "e576adee-6c6a-4d38-8894-5f5a09027fb3",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/e576adee-6c6a-4d38-8894-5f5a09027fb3/?format=api",
                    "name": "Soyuz-U | Soyuz 27"
                },
                "landing": {
                    "id": 736,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/736/?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": "P64DT22H52M47S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 291,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/291/?format=api",
            "docking": "1978-01-22T10:12:14Z",
            "departure": "1978-02-06T05:54:00Z",
            "docking_location": {
                "id": 9,
                "name": "Salyut-6 aft",
                "spacestation": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                    "name": "Salyut 6",
                    "image": {
                        "id": 1946,
                        "name": "[AUTO] Salyut 6 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                "name": "Salyut 6",
                "image": {
                    "id": 1946,
                    "name": "[AUTO] Salyut 6 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "flight_vehicle_target": null,
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 569,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/569/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1978-02-08T02:00:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 415,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/415/?format=api",
                    "name": "Progress 1",
                    "serial_number": "Progress 1 (No.102)",
                    "is_placeholder": false,
                    "image": {
                        "id": 1920,
                        "name": "[AUTO] Progress 7K-TG - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194135.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P18DT17H35M20S",
                    "time_docked": "P14DT19H41M46S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 1 (Russian: Прогресс 1), was a Progress spacecraft used to resupply the space station Salyut 6.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/8/?format=api",
                        "name": "Progress 7K-TG",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "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": 2,
                                "name": "Progress",
                                "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
                                "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": "1978-01-20"
                            }
                        ],
                        "in_use": false,
                        "image": {
                            "id": 1920,
                            "name": "[AUTO] Progress 7K-TG - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194135.png",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "d87fa209-b97b-4836-8879-d775901a8e2b",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/d87fa209-b97b-4836-8879-d775901a8e2b/?format=api",
                    "name": "Soyuz U | Progress 1"
                },
                "landing": {
                    "id": 501,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/501/?format=api",
                    "attempt": false,
                    "success": null,
                    "description": "The Progress spacecraft burned up upon entering Earth's atmosphere.",
                    "downrange_distance": null,
                    "landing_location": null,
                    "type": null
                },
                "duration": "P18DT17H35M20S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 186,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/186/?format=api",
            "docking": "1978-03-03T17:09:30Z",
            "departure": "1978-03-10T10:23:30Z",
            "docking_location": {
                "id": 9,
                "name": "Salyut-6 aft",
                "spacestation": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                    "name": "Salyut 6",
                    "image": {
                        "id": 1946,
                        "name": "[AUTO] Salyut 6 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                "name": "Salyut 6",
                "image": {
                    "id": 1946,
                    "name": "[AUTO] Salyut 6 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "flight_vehicle_target": null,
            "payload_flight_target": null,
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 328,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/328/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1978-03-10T13:44:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 179,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/179/?format=api",
                    "name": "Soyuz 28",
                    "serial_number": "Soyuz 7K-T 11F615A8 #45",
                    "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": "P7DT22H15M50S",
                    "time_docked": "P6DT17H14M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 28 was a Soyuz spacecraft which launched on 02 March 1978 15:28 UTC. It  transported two cosmonauts of EP-2 to Salyut 6. The crew was Aleksei Gubarev and Vladimír Remek.",
                    "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": "e1c98771-b043-45e3-92a4-0925bef897f8",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/e1c98771-b043-45e3-92a4-0925bef897f8/?format=api",
                    "name": "Soyuz-U | Soyuz 28"
                },
                "landing": {
                    "id": 737,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/737/?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": "P7DT22H15M50S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        }
    ]
}