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=80&ordering=departure
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 555,
    "next": "https://ll.thespacedevs.com/2.3.0/docking_events/?format=api&limit=10&offset=90&ordering=departure",
    "previous": "https://ll.thespacedevs.com/2.3.0/docking_events/?format=api&limit=10&offset=70&ordering=departure",
    "results": [
        {
            "id": 309,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/309/?format=api",
            "docking": "1984-02-23T08:21:00Z",
            "departure": "1984-03-31T09:40:00Z",
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                    "name": "Salyut 7",
                    "image": {
                        "id": 1950,
                        "name": "[AUTO] Salyut 7 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.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": 551,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/551/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1984-04-01T18:18:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 397,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/397/?format=api",
                    "name": "Progress 19",
                    "serial_number": "Progress 19 (No.120)",
                    "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": "P40DT11H31M55S",
                    "time_docked": "P37DT1H19M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 19 (Russian: Прогресс 19), was a Progress spacecraft used to resupply the space station Salyut 7.",
                    "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": "a97dd5b2-27c9-4abf-a702-f5e945b03059",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/a97dd5b2-27c9-4abf-a702-f5e945b03059/?format=api",
                    "name": "Soyuz U | Progress 19"
                },
                "landing": {
                    "id": 511,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/511/?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": "P40DT11H31M55S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 218,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/218/?format=api",
            "docking": "1984-02-09T14:43:00Z",
            "departure": "1984-04-11T07:33:00Z",
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                    "name": "Salyut 7",
                    "image": {
                        "id": 1950,
                        "name": "[AUTO] Salyut 7 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.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": 278,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/278/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1984-04-11T10:48:48Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 135,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/135/?format=api",
                    "name": "Soyuz T-10",
                    "serial_number": "Soyuz T 11F732 #15",
                    "is_placeholder": false,
                    "image": {
                        "id": 1929,
                        "name": "[AUTO] Soyuz T - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194150.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P62DT22H41M22S",
                    "time_docked": "P61DT16H50M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-10 was a Soyuz spacecraft which launched on 8 February 1984 12:07 UTC. It transported three cosmonauts of EO-3 to Salyut 7. The EO-3 crew was Leonid Kizim,\r\nVladimir Solovyov, and Oleg Atkov.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/42/?format=api",
                        "name": "Soyuz T",
                        "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": 1929,
                            "name": "[AUTO] Soyuz T - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194150.png",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "2909a920-ea65-42e6-840e-611ff6c4ae4e",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/2909a920-ea65-42e6-840e-611ff6c4ae4e/?format=api",
                    "name": "Soyuz-U | Soyuz T-10"
                },
                "landing": {
                    "id": 821,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/821/?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": "P62DT22H41M22S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 599,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/599/?format=api",
            "docking": "1984-04-10T13:52:20Z",
            "departure": "1984-04-12T09:26:29Z",
            "docking_location": {
                "id": 50,
                "name": "Solar Maximum Mission",
                "spacestation": null,
                "spacecraft": null,
                "payload": {
                    "response_mode": "list",
                    "id": 18,
                    "name": "Solar Maximum Mission",
                    "type": {
                        "id": 8,
                        "name": "Solar Physics"
                    },
                    "manufacturer": {
                        "response_mode": "list",
                        "id": 89,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/89/?format=api",
                        "name": "Fairchild Space and Electronics Division",
                        "abbrev": "FSED",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "operator": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "image": {
                        "id": 2156,
                        "name": "Solar Maximum Mission concept art",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/solar_maximum_m_image_20240812191929.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/solar_maximum_m_image_thumbnail_20240812191931.jpeg",
                        "credit": "NASA/Marshall Space Flight Center",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    }
                }
            },
            "space_station_target": null,
            "flight_vehicle_target": null,
            "payload_flight_target": {
                "response_mode": "list",
                "id": 24,
                "url": "https://ll.thespacedevs.com/2.3.0/payload_flights/24/?format=api",
                "destination": "Low Earth Orbit",
                "amount": 1,
                "payload": {
                    "response_mode": "list",
                    "id": 18,
                    "name": "Solar Maximum Mission",
                    "type": {
                        "id": 8,
                        "name": "Solar Physics"
                    },
                    "manufacturer": {
                        "response_mode": "list",
                        "id": 89,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/89/?format=api",
                        "name": "Fairchild Space and Electronics Division",
                        "abbrev": "FSED",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "operator": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "image": {
                        "id": 2156,
                        "name": "Solar Maximum Mission concept art",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/solar_maximum_m_image_20240812191929.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/solar_maximum_m_image_thumbnail_20240812191931.jpeg",
                        "credit": "NASA/Marshall Space Flight Center",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "launch": {
                    "id": "9c84d2c4-9f45-47ab-a71a-d7825d0d5ef3",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/9c84d2c4-9f45-47ab-a71a-d7825d0d5ef3/?format=api",
                    "name": "Delta 3910 | Solar Maximum Mission"
                },
                "landing": null
            },
            "response_mode": "normal",
            "flight_vehicle_chaser": {
                "id": 54,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/54/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1984-04-13T13:38:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/37/?format=api",
                    "name": "Space Shuttle Challenger",
                    "serial_number": "OV-099",
                    "is_placeholder": false,
                    "image": {
                        "id": 1965,
                        "name": "Spaceshuttle Challenger in orbit",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshuttle_ch_image_20240309151332.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshuttle_ch_image_thumbnail_20240309151332.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": []
                    },
                    "in_space": false,
                    "time_in_space": "P62DT7H51M50S",
                    "time_docked": "P1DT19H34M9S",
                    "flights_count": 10,
                    "mission_ends_count": 10,
                    "status": {
                        "id": 3,
                        "name": "Destroyed"
                    },
                    "description": "Space Shuttle Challenger (Orbiter Vehicle Designation: OV-099) was the second orbiter of NASA's space shuttle program to be put into service, after Columbia. Challenger was built by Rockwell International's Space Transportation Systems Division, in Downey, California. Its maiden flight, STS-6, began on April 4, 1983. The orbiter was launched and landed nine times before breaking apart 73 seconds into its tenth mission, STS-51-L, on January 28, 1986, resulting in the death of all seven crew members, including a civilian school teacher. It was the first of two shuttles to be destroyed in flight, the other being Columbia, in 2003. The accident led to a two-and-a-half-year grounding of the shuttle fleet; flights resumed in 1988, with STS-26 flown by Discovery. Challenger was replaced by Endeavour, which was built from structural spares ordered by NASA in the construction contracts for Discovery and Atlantis.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 14,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/14/?format=api",
                        "name": "Space Shuttle",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "abbrev": "NASA",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 1934,
                            "name": "[AUTO] Space Shuttle - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194159.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "P55DT1H42M5S"
                },
                "launch": {
                    "id": "3a213386-a91b-4d8b-a297-1cd9eeb90894",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/3a213386-a91b-4d8b-a297-1cd9eeb90894/?format=api",
                    "name": "Space Shuttle Challenger OV-099 | STS-41-C"
                },
                "landing": {
                    "id": 953,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/953/?format=api",
                    "attempt": true,
                    "success": true,
                    "description": "Space Shuttle Challenger successfully landed at Edwards Air Force Base after this mission.",
                    "downrange_distance": null,
                    "landing_location": {
                        "id": 23,
                        "name": "Edwards Air Force Base",
                        "active": true,
                        "abbrev": "KEDW",
                        "description": "Edwards Air Force Base in California.",
                        "location": {
                            "response_mode": "normal",
                            "id": 162,
                            "url": "https://ll.thespacedevs.com/2.3.0/locations/162/?format=api",
                            "name": "Edwards Air Force Base",
                            "active": true,
                            "country": {
                                "id": 2,
                                "name": "United States of America",
                                "alpha_2_code": "US",
                                "alpha_3_code": "USA",
                                "nationality_name": "American",
                                "nationality_name_composed": "Americano"
                            },
                            "description": "Edwards Air Force Base is a United States Air Force installation in California. Edwards is the home of the Air Force Test Center, Air Force Test Pilot School, and NASA's Armstrong Flight Research Center. It is the Air Force Materiel Command center for conducting and supporting research and development of flight, as well as testing and evaluating aerospace systems from concept to combat. It also hosts many test activities conducted by America's commercial aerospace industry.",
                            "image": {
                                "id": 2202,
                                "name": "Edwards Air Force Base from space",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/edwards_air_for_image_20240918153919.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/edwards_air_for_image_thumbnail_20240918153919.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_edwards_air_force_base_20230422085221.jpg",
                            "longitude": -117.883611,
                            "latitude": 34.905556,
                            "timezone_name": "America/Los_Angeles",
                            "total_launch_count": 0,
                            "total_landing_count": 0
                        },
                        "longitude": -117.883611,
                        "latitude": 34.905556,
                        "image": {
                            "id": 2233,
                            "name": "Edwards AFB",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/edwards_afb_image_20240920091207.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/edwards_afb_image_thumbnail_20240920091207.jpeg",
                            "credit": "USAF",
                            "license": {
                                "id": 17,
                                "name": "Department of Defense Image Use Policy",
                                "priority": 6,
                                "link": "https://www.dimoc.mil/resources/limitations/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "successful_landings": 66,
                        "attempted_landings": 66,
                        "failed_landings": 0,
                        "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": 6,
                        "name": "Horizontal Landing",
                        "abbrev": "HL",
                        "description": "Horizontal landing on a runway or flat surface."
                    }
                },
                "duration": "P6DT23H40M",
                "turn_around_time": "P55DT1H42M5S"
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 310,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/310/?format=api",
            "docking": "1984-04-17T09:22:00Z",
            "departure": "1984-05-06T17:46:00Z",
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                    "name": "Salyut 7",
                    "image": {
                        "id": 1950,
                        "name": "[AUTO] Salyut 7 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.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": 550,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/550/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1984-05-07T00:32:51Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 396,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/396/?format=api",
                    "name": "Progress 20",
                    "serial_number": "Progress 20 (No.116)",
                    "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": "P21DT16H19M58S",
                    "time_docked": "P19DT8H24M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 20 (Russian: Прогресс 20), was a Progress spacecraft used to resupply the space station Salyut 7.",
                    "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": "0c3cd149-1982-4459-96df-fbbd3f8b2be3",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/0c3cd149-1982-4459-96df-fbbd3f8b2be3/?format=api",
                    "name": "Soyuz-U2 | Progress 20"
                },
                "landing": {
                    "id": 513,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/513/?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": "P21DT16H19M58S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 311,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/311/?format=api",
            "docking": "1984-05-10T00:10:00Z",
            "departure": "1984-05-26T09:41:00Z",
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                    "name": "Salyut 7",
                    "image": {
                        "id": 1950,
                        "name": "[AUTO] Salyut 7 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.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": 549,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/549/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1984-05-26T15:00:30Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 395,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/395/?format=api",
                    "name": "Progress 21",
                    "serial_number": "Progress 21 (No.121)",
                    "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": "P18DT16H13M15S",
                    "time_docked": "P16DT9H31M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 21 (Russian: Прогресс 21), was a Progress spacecraft used to resupply the space station Salyut 7.",
                    "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": "472db4b0-ab24-4dfb-92bf-818cd5ba4020",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/472db4b0-ab24-4dfb-92bf-818cd5ba4020/?format=api",
                    "name": "Soyuz U | Progress 21"
                },
                "landing": {
                    "id": 514,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/514/?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": "P18DT16H13M15S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 312,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/312/?format=api",
            "docking": "1984-05-30T15:47:00Z",
            "departure": "1984-07-15T13:36:00Z",
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                    "name": "Salyut 7",
                    "image": {
                        "id": 1950,
                        "name": "[AUTO] Salyut 7 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.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": 548,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/548/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1984-07-15T18:52:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 394,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/394/?format=api",
                    "name": "Progress 22",
                    "serial_number": "Progress 22 (No.124)",
                    "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": "P48DT4H39M8S",
                    "time_docked": "P45DT21H49M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 22 (Russian: Прогресс 22), was a Progress spacecraft used to resupply the space station Salyut 7.",
                    "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": "c9210de8-f6d2-41e3-9d3c-b10f8188fbba",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/c9210de8-f6d2-41e3-9d3c-b10f8188fbba/?format=api",
                    "name": "Soyuz U | Progress 22"
                },
                "landing": {
                    "id": 515,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/515/?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": "P48DT4H39M8S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 220,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/220/?format=api",
            "docking": "1984-07-18T19:16:35Z",
            "departure": "1984-07-29T09:38:00Z",
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                    "name": "Salyut 7",
                    "image": {
                        "id": 1950,
                        "name": "[AUTO] Salyut 7 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.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": 276,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/276/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1984-07-29T12:55:30Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 133,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/133/?format=api",
                    "name": "Soyuz T-12",
                    "serial_number": "Soyuz T 11F732 #18",
                    "is_placeholder": false,
                    "image": {
                        "id": 1929,
                        "name": "[AUTO] Soyuz T - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194150.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P11DT19H14M36S",
                    "time_docked": "P10DT14H21M25S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-15 was a Soyuz spacecraft which launched on 17 July 1984 17:40 UTC. It transported two cosmonauts of EP-4 to Salyut 7. The EP-4 crew was Vladimir Dzhanibekov, Svetlana Savitskaya, and Igor Volk.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/42/?format=api",
                        "name": "Soyuz T",
                        "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": 1929,
                            "name": "[AUTO] Soyuz T - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194150.png",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "6728f0ef-c3c9-43d5-a774-513d8979915e",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/6728f0ef-c3c9-43d5-a774-513d8979915e/?format=api",
                    "name": "Soyuz-U2 | Soyuz T-12"
                },
                "landing": {
                    "id": 823,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/823/?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": "P11DT19H14M36S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 313,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/313/?format=api",
            "docking": "1984-08-16T08:11:00Z",
            "departure": "1984-08-26T16:13:00Z",
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                    "name": "Salyut 7",
                    "image": {
                        "id": 1950,
                        "name": "[AUTO] Salyut 7 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.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": 547,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/547/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1984-08-28T01:28:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 393,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/393/?format=api",
                    "name": "Progress 23",
                    "serial_number": "Progress 23 (No.123)",
                    "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": "P13DT18H59M45S",
                    "time_docked": "P10DT8H2M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 23 (Russian: Прогресс 23), was a Progress spacecraft used to resupply the space station Salyut 7.",
                    "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": "9b52f349-1ed2-4db7-992b-9ea106f39489",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/9b52f349-1ed2-4db7-992b-9ea106f39489/?format=api",
                    "name": "Soyuz U | Progress 23"
                },
                "landing": {
                    "id": 516,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/516/?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": "P13DT18H59M45S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 219,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/219/?format=api",
            "docking": "1984-04-04T14:31:11Z",
            "departure": "1984-10-02T07:35:00Z",
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                    "name": "Salyut 7",
                    "image": {
                        "id": 1950,
                        "name": "[AUTO] Salyut 7 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.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": 277,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/277/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1984-10-02T10:57:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 134,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/134/?format=api",
                    "name": "Soyuz T-11",
                    "serial_number": "Soyuz T 11F732 #17",
                    "is_placeholder": false,
                    "image": {
                        "id": 1929,
                        "name": "[AUTO] Soyuz T - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194150.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P181DT21H48M18S",
                    "time_docked": "P180DT17H3M49S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-11 was a Soyuz spacecraft which launched on 3 April 1984 13:08 UTC. It transported three cosmonauts of EP-3 to Salyut 7. The EP-3 crew was Yury Malyshev,\r\nGennady Strekalov, and Rakesh Sharma.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/42/?format=api",
                        "name": "Soyuz T",
                        "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": 1929,
                            "name": "[AUTO] Soyuz T - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194150.png",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "3651f258-ae5d-476a-a999-c5fa2ee93645",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/3651f258-ae5d-476a-a999-c5fa2ee93645/?format=api",
                    "name": "Soyuz-U | Soyuz T-11"
                },
                "landing": {
                    "id": 822,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/822/?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": "P181DT21H48M18S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        },
        {
            "id": 314,
            "url": "https://ll.thespacedevs.com/2.3.0/docking_events/314/?format=api",
            "docking": "1985-06-23T02:54:00Z",
            "departure": "1985-07-15T12:28:00Z",
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                    "name": "Salyut 7",
                    "image": {
                        "id": 1950,
                        "name": "[AUTO] Salyut 7 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "spacecraft": null,
                "payload": null
            },
            "space_station_target": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.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": 546,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/546/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1985-07-15T22:33:31Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 392,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/392/?format=api",
                    "name": "Progress 24",
                    "serial_number": "Progress 24 (No.125)",
                    "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": "P24DT21H53M50S",
                    "time_docked": "P22DT9H34M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 24 (Russian: Прогресс 24), was a Progress spacecraft used to resupply the space station Salyut 7.",
                    "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": "c193b25e-a656-486e-b74f-63acfff9410f",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/c193b25e-a656-486e-b74f-63acfff9410f/?format=api",
                    "name": "Soyuz U | Progress 24"
                },
                "landing": {
                    "id": 517,
                    "url": "https://ll.thespacedevs.com/2.3.0/landings/517/?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": "P24DT21H53M50S",
                "turn_around_time": null
            },
            "space_station_chaser": null,
            "payload_flight_chaser": null
        }
    ]
}