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

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

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

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

{
    "count": 871,
    "next": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/?format=api&limit=10&offset=210",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/?format=api&limit=10&offset=190",
    "results": [
        {
            "id": 513,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/513/?format=api",
            "destination": "Mir",
            "mission_end": "1992-06-28T00:02:51Z",
            "spacecraft": {
                "id": 361,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/361/?format=api",
                "name": "Progress M-12",
                "serial_number": "Progress M-12 (No.213)",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P69DT2H33M26S",
                "time_docked": "P66DT22H12M45S",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Progress M-12 (Russian: Прогресс М-12), was a Progress spacecraft used to resupply the space station Mir.",
                "spacecraft_config": {
                    "id": 35,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                    "name": "Progress-M",
                    "type": {
                        "id": 4,
                        "name": "Cargo Resupply"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
                }
            },
            "launch": {
                "id": "7873a6c9-7019-4352-a7ab-e9dd611eea05",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/7873a6c9-7019-4352-a7ab-e9dd611eea05/?format=api",
                "slug": "soyuz-u2-progress-m-12",
                "name": "Soyuz-U2 | Progress M-12",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T03:48:45Z",
                "net": "1992-04-19T21:29:25Z",
                "window_end": "1992-04-19T21:29:25Z",
                "window_start": "1992-04-19T21:29:25Z",
                "net_precision": null,
                "probability": 0,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": "",
                "launch_service_provider": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "rocket": {
                    "id": 2285,
                    "configuration": {
                        "id": 101,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/101/?format=api",
                        "name": "Soyuz-U",
                        "family": "",
                        "full_name": "Soyuz-U2",
                        "variant": "2"
                    }
                },
                "mission": null,
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487,
                    "orbital_launch_attempt_count": 487
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 16,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                        "name": "Mir",
                        "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                        "start_date": "1986-02-20T21:28:23Z",
                        "end_date": "2001-03-23T05:59:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 3711,
                "location_launch_attempt_count": 982,
                "pad_launch_attempt_count": 309,
                "agency_launch_attempt_count": 5,
                "orbital_launch_attempt_count_year": 3711,
                "location_launch_attempt_count_year": 7,
                "pad_launch_attempt_count_year": 3,
                "agency_launch_attempt_count_year": 5,
                "type": "normal"
            },
            "landing": {
                "id": 557,
                "attempt": false,
                "success": null,
                "description": "The Progress spacecraft burned up upon entering Earth's atmosphere.",
                "downrange_distance": null,
                "location": null,
                "type": null
            }
        },
        {
            "id": 403,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/403/?format=api",
            "destination": "International Space Station",
            "mission_end": "2011-08-24T13:25:00Z",
            "spacecraft": {
                "id": 262,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/262/?format=api",
                "name": "Progress M-12M",
                "serial_number": "Progress M-12M (No.412)",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT13H25M",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Progress M-12M (Russian: Прогресс М-12М), identified by NASA as Progress 44 or 44P, was an unmanned Progress spacecraft that was lost in a launch failure in August 2011",
                "spacecraft_config": {
                    "id": 34,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
                    "name": "Progress-M (modified)",
                    "type": {
                        "id": 4,
                        "name": "Cargo Resupply"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg"
                }
            },
            "launch": {
                "id": "020530e2-0dba-4fd9-95ad-938db4faca7e",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/020530e2-0dba-4fd9-95ad-938db4faca7e/?format=api",
                "slug": "soyuz-u-progress-m-12m-44p",
                "name": "Soyuz-U | Progress M-12M (44P)",
                "status": {
                    "id": 4,
                    "name": "Launch Failure",
                    "abbrev": "Failure",
                    "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
                },
                "last_updated": "2023-06-14T03:48:51Z",
                "net": "2011-08-24T00:00:00Z",
                "window_end": "2011-08-24T00:00:00Z",
                "window_start": "2011-08-24T00:00:00Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "Approximately 325 seconds into flight, a malfunction was detected in the RD-0110 engine powering the Blok I third stage of the Soyuz-U rocket, which caused the onboard computer to terminate the flight through thrust termination. As a result, the vehicle failed to achieve orbit, reentering over the Altai Republic region of Russia. It was the first failure of a Progress spacecraft since launches began in 1978, and the third consecutive orbital launch failure worldwide.",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "rocket": {
                    "id": 1549,
                    "configuration": {
                        "id": 37,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
                        "name": "Soyuz U",
                        "family": "Soyuz",
                        "full_name": "Soyuz U",
                        "variant": ""
                    }
                },
                "mission": null,
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487,
                    "orbital_launch_attempt_count": 487
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": 5154,
                "location_launch_attempt_count": 1367,
                "pad_launch_attempt_count": 440,
                "agency_launch_attempt_count": 207,
                "orbital_launch_attempt_count_year": 5154,
                "location_launch_attempt_count_year": 12,
                "pad_launch_attempt_count_year": 6,
                "agency_launch_attempt_count_year": 8,
                "type": "normal"
            },
            "landing": {
                "id": 558,
                "attempt": false,
                "success": null,
                "description": "The Progress spacecraft burned up upon entering Earth's atmosphere.",
                "downrange_distance": null,
                "location": null,
                "type": null
            }
        },
        {
            "id": 512,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/512/?format=api",
            "destination": "Mir",
            "mission_end": "1992-07-24T08:03:35Z",
            "spacecraft": {
                "id": 360,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/360/?format=api",
                "name": "Progress M-13",
                "serial_number": "Progress M-13 (No.214)",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P23DT15H20M22S",
                "time_docked": "P19DT11H18M47S",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Progress M-13 (Russian: Прогресс М-13), was a Progress spacecraft used to resupply the space station Mir.",
                "spacecraft_config": {
                    "id": 35,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                    "name": "Progress-M",
                    "type": {
                        "id": 4,
                        "name": "Cargo Resupply"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
                }
            },
            "launch": {
                "id": "6fc6728f-a5fc-447d-8184-2d6ef6f684ef",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/6fc6728f-a5fc-447d-8184-2d6ef6f684ef/?format=api",
                "slug": "soyuz-u2-progress-m-13",
                "name": "Soyuz-U2 | Progress M-13",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T03:41:29Z",
                "net": "1992-06-30T16:43:13Z",
                "window_end": "1992-06-30T16:43:13Z",
                "window_start": "1992-06-30T16:43:13Z",
                "net_precision": null,
                "probability": 0,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": "",
                "launch_service_provider": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "rocket": {
                    "id": 2286,
                    "configuration": {
                        "id": 101,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/101/?format=api",
                        "name": "Soyuz-U",
                        "family": "",
                        "full_name": "Soyuz-U2",
                        "variant": "2"
                    }
                },
                "mission": null,
                "pad": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
                    "agency_id": null,
                    "name": "31/6",
                    "description": "",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                    "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                    "latitude": "45.996034",
                    "longitude": "63.564003",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                    "total_launch_count": 422,
                    "orbital_launch_attempt_count": 422
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 16,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                        "name": "Mir",
                        "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                        "start_date": "1986-02-20T21:28:23Z",
                        "end_date": "2001-03-23T05:59:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 3724,
                "location_launch_attempt_count": 984,
                "pad_launch_attempt_count": 311,
                "agency_launch_attempt_count": 7,
                "orbital_launch_attempt_count_year": 3724,
                "location_launch_attempt_count_year": 9,
                "pad_launch_attempt_count_year": 2,
                "agency_launch_attempt_count_year": 7,
                "type": "normal"
            },
            "landing": {
                "id": 559,
                "attempt": false,
                "success": null,
                "description": "The Progress spacecraft burned up upon entering Earth's atmosphere.",
                "downrange_distance": null,
                "location": null,
                "type": null
            }
        },
        {
            "id": 402,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/402/?format=api",
            "destination": "International Space Station",
            "mission_end": "2012-01-25T00:00:00Z",
            "spacecraft": {
                "id": 261,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/261/?format=api",
                "name": "Progress M-13M",
                "serial_number": "Progress M-13M (No.413)",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P86DT13H48M48S",
                "time_docked": "P82DT10H29M",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Progress M-13M (Russian: Прогресс М-13М), identified by NASA as Progress 45 or 45P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                "spacecraft_config": {
                    "id": 34,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
                    "name": "Progress-M (modified)",
                    "type": {
                        "id": 4,
                        "name": "Cargo Resupply"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg"
                }
            },
            "launch": {
                "id": "54f922bb-a88c-4aa6-857e-f6b1b11179ee",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/54f922bb-a88c-4aa6-857e-f6b1b11179ee/?format=api",
                "slug": "soyuz-u-progress-m-13m-45p",
                "name": "Soyuz-U | Progress M-13M (45P)",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2024-06-15T14:04:13Z",
                "net": "2011-10-30T10:11:12Z",
                "window_end": "2011-10-30T10:11:12Z",
                "window_start": "2011-10-30T10:11:12Z",
                "net_precision": {
                    "id": 0,
                    "name": "Second",
                    "abbrev": "SEC",
                    "description": "The T-0 is accurate to the second."
                },
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "rocket": {
                    "id": 1572,
                    "configuration": {
                        "id": 37,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
                        "name": "Soyuz U",
                        "family": "Soyuz",
                        "full_name": "Soyuz U",
                        "variant": ""
                    }
                },
                "mission": null,
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487,
                    "orbital_launch_attempt_count": 487
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                        "name": "International Space Station",
                        "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                        "agencies": [
                            {
                                "id": 16,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                "name": "Canadian Space Agency",
                                "type": "Government"
                            },
                            {
                                "id": 27,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                "name": "European Space Agency",
                                "type": "Multinational"
                            },
                            {
                                "id": 37,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                "name": "Japan Aerospace Exploration Agency",
                                "type": "Government"
                            },
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                        "start_date": "1998-11-20T06:40:00Z",
                        "end_date": null,
                        "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 5171,
                "location_launch_attempt_count": 1372,
                "pad_launch_attempt_count": 441,
                "agency_launch_attempt_count": 208,
                "orbital_launch_attempt_count_year": 5171,
                "location_launch_attempt_count_year": 17,
                "pad_launch_attempt_count_year": 7,
                "agency_launch_attempt_count_year": 9,
                "type": "normal"
            },
            "landing": {
                "id": 560,
                "attempt": false,
                "success": null,
                "description": "The Progress spacecraft burned up upon entering Earth's atmosphere.",
                "downrange_distance": null,
                "location": null,
                "type": null
            }
        },
        {
            "id": 511,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/511/?format=api",
            "destination": "Mir",
            "mission_end": "1992-10-21T23:12:00Z",
            "spacecraft": {
                "id": 359,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/359/?format=api",
                "name": "Progress M-14",
                "serial_number": "Progress M-14 (No.209)",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P67DT53M28S",
                "time_docked": "P64DT16H25M13S",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Progress M-14 (Russian: Прогресс М-14), was a Progress spacecraft used to resupply the space station Mir. It also delivered the VDU propulsion unit.",
                "spacecraft_config": {
                    "id": 35,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                    "name": "Progress-M",
                    "type": {
                        "id": 4,
                        "name": "Cargo Resupply"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
                }
            },
            "launch": {
                "id": "90c0e6ca-b74f-476d-804c-99b76f942854",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/90c0e6ca-b74f-476d-804c-99b76f942854/?format=api",
                "slug": "soyuz-u2-progress-m-14",
                "name": "Soyuz-U2 | Progress M-14",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T03:41:05Z",
                "net": "1992-08-15T22:18:32Z",
                "window_end": "1992-08-15T22:18:32Z",
                "window_start": "1992-08-15T22:18:32Z",
                "net_precision": null,
                "probability": 0,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": "",
                "launch_service_provider": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "rocket": {
                    "id": 2287,
                    "configuration": {
                        "id": 101,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/101/?format=api",
                        "name": "Soyuz-U",
                        "family": "",
                        "full_name": "Soyuz-U2",
                        "variant": "2"
                    }
                },
                "mission": null,
                "pad": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
                    "agency_id": null,
                    "name": "31/6",
                    "description": "",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                    "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                    "latitude": "45.996034",
                    "longitude": "63.564003",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                    "total_launch_count": 422,
                    "orbital_launch_attempt_count": 422
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 16,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                        "name": "Mir",
                        "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                        "start_date": "1986-02-20T21:28:23Z",
                        "end_date": "2001-03-23T05:59:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 3744,
                "location_launch_attempt_count": 988,
                "pad_launch_attempt_count": 312,
                "agency_launch_attempt_count": 9,
                "orbital_launch_attempt_count_year": 3744,
                "location_launch_attempt_count_year": 13,
                "pad_launch_attempt_count_year": 3,
                "agency_launch_attempt_count_year": 9,
                "type": "normal"
            },
            "landing": {
                "id": 561,
                "attempt": false,
                "success": null,
                "description": "The Progress spacecraft burned up upon entering Earth's atmosphere.",
                "downrange_distance": null,
                "location": null,
                "type": null
            }
        },
        {
            "id": 401,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/401/?format=api",
            "destination": "International Space Station",
            "mission_end": "2012-04-28T00:00:00Z",
            "spacecraft": {
                "id": 260,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/260/?format=api",
                "name": "Progress M-14M",
                "serial_number": "Progress M-14M (No.414)",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P93DT53M20S",
                "time_docked": "P82DT10H55M3S",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Progress M-14M (Russian: Прогресс М-14М), identified by NASA as Progress 46 or 46P, is a Progress spacecraft which was used by Roskosmos to resupply the International Space Station.",
                "spacecraft_config": {
                    "id": 34,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
                    "name": "Progress-M (modified)",
                    "type": {
                        "id": 4,
                        "name": "Cargo Resupply"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg"
                }
            },
            "launch": {
                "id": "1b009a4b-b95f-4773-8646-0da7d2f5257c",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/1b009a4b-b95f-4773-8646-0da7d2f5257c/?format=api",
                "slug": "soyuz-u-progress-m-14m-46p",
                "name": "Soyuz-U | Progress M-14M (46P)",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T03:48:18Z",
                "net": "2012-01-25T23:06:40Z",
                "window_end": "2012-01-25T23:06:40Z",
                "window_start": "2012-01-25T23:06:40Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "rocket": {
                    "id": 1588,
                    "configuration": {
                        "id": 37,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
                        "name": "Soyuz U",
                        "family": "Soyuz",
                        "full_name": "Soyuz U",
                        "variant": ""
                    }
                },
                "mission": null,
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487,
                    "orbital_launch_attempt_count": 487
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                        "name": "International Space Station",
                        "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                        "agencies": [
                            {
                                "id": 16,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                "name": "Canadian Space Agency",
                                "type": "Government"
                            },
                            {
                                "id": 27,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                "name": "European Space Agency",
                                "type": "Multinational"
                            },
                            {
                                "id": 37,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                "name": "Japan Aerospace Exploration Agency",
                                "type": "Government"
                            },
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                        "start_date": "1998-11-20T06:40:00Z",
                        "end_date": null,
                        "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 5194,
                "location_launch_attempt_count": 1380,
                "pad_launch_attempt_count": 444,
                "agency_launch_attempt_count": 212,
                "orbital_launch_attempt_count_year": 5194,
                "location_launch_attempt_count_year": 1,
                "pad_launch_attempt_count_year": 1,
                "agency_launch_attempt_count_year": 1,
                "type": "normal"
            },
            "landing": {
                "id": 562,
                "attempt": false,
                "success": null,
                "description": "The Progress spacecraft burned up upon entering Earth's atmosphere.",
                "downrange_distance": null,
                "location": null,
                "type": null
            }
        },
        {
            "id": 507,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/507/?format=api",
            "destination": "Mir",
            "mission_end": "1993-02-07T06:43:20Z",
            "spacecraft": {
                "id": 358,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/358/?format=api",
                "name": "Progress M-15",
                "serial_number": "Progress M-15 (No.215)",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P102DT13H23M39S",
                "time_docked": "P97DT5H39M2S",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Progress M-15 (Russian: Прогресс М-15), was a Progress spacecraft used to resupply the space station Mir.",
                "spacecraft_config": {
                    "id": 35,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                    "name": "Progress-M",
                    "type": {
                        "id": 4,
                        "name": "Cargo Resupply"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
                }
            },
            "launch": {
                "id": "0e63c388-e9d0-4e32-beb4-3ed9e3c20ea3",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/0e63c388-e9d0-4e32-beb4-3ed9e3c20ea3/?format=api",
                "slug": "soyuz-u2-progress-m-15",
                "name": "Soyuz-U2 | Progress M-15",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T03:41:33Z",
                "net": "1992-10-27T17:19:41Z",
                "window_end": "1992-10-27T17:19:41Z",
                "window_start": "1992-10-27T17:19:41Z",
                "net_precision": null,
                "probability": 0,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": "",
                "launch_service_provider": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "rocket": {
                    "id": 2288,
                    "configuration": {
                        "id": 101,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/101/?format=api",
                        "name": "Soyuz-U",
                        "family": "",
                        "full_name": "Soyuz-U2",
                        "variant": "2"
                    }
                },
                "mission": null,
                "pad": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
                    "agency_id": null,
                    "name": "31/6",
                    "description": "",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                    "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                    "latitude": "45.996034",
                    "longitude": "63.564003",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                    "total_launch_count": 422,
                    "orbital_launch_attempt_count": 422
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 16,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                        "name": "Mir",
                        "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                        "start_date": "1986-02-20T21:28:23Z",
                        "end_date": "2001-03-23T05:59:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 3761,
                "location_launch_attempt_count": 990,
                "pad_launch_attempt_count": 313,
                "agency_launch_attempt_count": 10,
                "orbital_launch_attempt_count_year": 3761,
                "location_launch_attempt_count_year": 15,
                "pad_launch_attempt_count_year": 4,
                "agency_launch_attempt_count_year": 10,
                "type": "normal"
            },
            "landing": {
                "id": 563,
                "attempt": false,
                "success": null,
                "description": "The Progress spacecraft burned up upon entering Earth's atmosphere.",
                "downrange_distance": null,
                "location": null,
                "type": null
            }
        },
        {
            "id": 400,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/400/?format=api",
            "destination": "International Space Station",
            "mission_end": "2012-08-20T20:12:00Z",
            "spacecraft": {
                "id": 259,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/259/?format=api",
                "name": "Progress M-15M",
                "serial_number": "Progress M-15M (No.415)",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P122DT7H21M36S",
                "time_docked": "P93DT2H4M",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Progress M-15M (Russian: Прогресс М-15М), identified by NASA as Progress 47 or 47P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                "spacecraft_config": {
                    "id": 34,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
                    "name": "Progress-M (modified)",
                    "type": {
                        "id": 4,
                        "name": "Cargo Resupply"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg"
                }
            },
            "launch": {
                "id": "0bd4bef4-dcbe-4c81-b2de-bacf12709fc8",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/0bd4bef4-dcbe-4c81-b2de-bacf12709fc8/?format=api",
                "slug": "soyuz-u-progress-m-15m-47p",
                "name": "Soyuz-U | Progress M-15M (47P)",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T03:41:33Z",
                "net": "2012-04-20T12:50:24Z",
                "window_end": "2012-04-20T12:50:24Z",
                "window_start": "2012-04-20T12:50:24Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "rocket": {
                    "id": 1599,
                    "configuration": {
                        "id": 37,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
                        "name": "Soyuz U",
                        "family": "Soyuz",
                        "full_name": "Soyuz U",
                        "variant": ""
                    }
                },
                "mission": null,
                "pad": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
                    "agency_id": null,
                    "name": "31/6",
                    "description": "",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                    "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                    "latitude": "45.996034",
                    "longitude": "63.564003",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                    "total_launch_count": 422,
                    "orbital_launch_attempt_count": 422
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                        "name": "International Space Station",
                        "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                        "agencies": [
                            {
                                "id": 16,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                "name": "Canadian Space Agency",
                                "type": "Government"
                            },
                            {
                                "id": 27,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                "name": "European Space Agency",
                                "type": "Multinational"
                            },
                            {
                                "id": 37,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                "name": "Japan Aerospace Exploration Agency",
                                "type": "Government"
                            },
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                        "start_date": "1998-11-20T06:40:00Z",
                        "end_date": null,
                        "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 5206,
                "location_launch_attempt_count": 1384,
                "pad_launch_attempt_count": 351,
                "agency_launch_attempt_count": 213,
                "orbital_launch_attempt_count_year": 5206,
                "location_launch_attempt_count_year": 5,
                "pad_launch_attempt_count_year": 1,
                "agency_launch_attempt_count_year": 2,
                "type": "normal"
            },
            "landing": {
                "id": 564,
                "attempt": false,
                "success": null,
                "description": "The Progress spacecraft burned up upon entering Earth's atmosphere.",
                "downrange_distance": null,
                "location": null,
                "type": null
            }
        },
        {
            "id": 506,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/506/?format=api",
            "destination": "Mir",
            "mission_end": "1993-03-27T10:25:00Z",
            "spacecraft": {
                "id": 357,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/357/?format=api",
                "name": "Progress M-16",
                "serial_number": "Progress M-16 (No.216)",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P33DT15H52M27S",
                "time_docked": "P31DT7H47M",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Progress M-16 (Russian: Прогресс М-16), was a Progress spacecraft used to resupply the space station Mir.",
                "spacecraft_config": {
                    "id": 35,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                    "name": "Progress-M",
                    "type": {
                        "id": 4,
                        "name": "Cargo Resupply"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
                }
            },
            "launch": {
                "id": "97aedc0b-4da5-4cba-aa3b-9e3872a58101",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/97aedc0b-4da5-4cba-aa3b-9e3872a58101/?format=api",
                "slug": "soyuz-u2-progress-m-16",
                "name": "Soyuz-U2 | Progress M-16",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T03:48:31Z",
                "net": "1993-02-21T18:32:33Z",
                "window_end": "1993-02-21T18:32:33Z",
                "window_start": "1993-02-21T18:32:33Z",
                "net_precision": null,
                "probability": 0,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": "",
                "launch_service_provider": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "rocket": {
                    "id": 2289,
                    "configuration": {
                        "id": 101,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/101/?format=api",
                        "name": "Soyuz-U",
                        "family": "",
                        "full_name": "Soyuz-U2",
                        "variant": "2"
                    }
                },
                "mission": null,
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487,
                    "orbital_launch_attempt_count": 487
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 16,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                        "name": "Mir",
                        "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                        "start_date": "1986-02-20T21:28:23Z",
                        "end_date": "2001-03-23T05:59:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 3797,
                "location_launch_attempt_count": 1000,
                "pad_launch_attempt_count": 314,
                "agency_launch_attempt_count": 16,
                "orbital_launch_attempt_count_year": 3797,
                "location_launch_attempt_count_year": 3,
                "pad_launch_attempt_count_year": 2,
                "agency_launch_attempt_count_year": 2,
                "type": "normal"
            },
            "landing": {
                "id": 565,
                "attempt": false,
                "success": null,
                "description": "The Progress spacecraft burned up upon entering Earth's atmosphere.",
                "downrange_distance": null,
                "location": null,
                "type": null
            }
        },
        {
            "id": 399,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/399/?format=api",
            "destination": "International Space Station",
            "mission_end": "2013-02-09T17:05:00Z",
            "spacecraft": {
                "id": 258,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/258/?format=api",
                "name": "Progress M-16M",
                "serial_number": "Progress M-16M (No.416)",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P191DT21H29M47S",
                "time_docked": "P191DT11H54M",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Progress M-16M (Russian: Прогресс М-16М), identified by NASA as Progress 48 or 48P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                "spacecraft_config": {
                    "id": 34,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
                    "name": "Progress-M (modified)",
                    "type": {
                        "id": 4,
                        "name": "Cargo Resupply"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg"
                }
            },
            "launch": {
                "id": "8c293495-0123-46ee-af31-4353152c5a29",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/8c293495-0123-46ee-af31-4353152c5a29/?format=api",
                "slug": "soyuz-u-progress-m-16m-48p",
                "name": "Soyuz-U | Progress M-16M (48P)",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T03:48:50Z",
                "net": "2012-08-01T19:35:13Z",
                "window_end": "2012-08-01T19:35:13Z",
                "window_start": "2012-08-01T19:35:13Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "rocket": {
                    "id": 1625,
                    "configuration": {
                        "id": 37,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
                        "name": "Soyuz U",
                        "family": "Soyuz",
                        "full_name": "Soyuz U",
                        "variant": ""
                    }
                },
                "mission": null,
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487,
                    "orbital_launch_attempt_count": 487
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                        "name": "International Space Station",
                        "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                        "agencies": [
                            {
                                "id": 16,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                "name": "Canadian Space Agency",
                                "type": "Government"
                            },
                            {
                                "id": 27,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                "name": "European Space Agency",
                                "type": "Multinational"
                            },
                            {
                                "id": 37,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                "name": "Japan Aerospace Exploration Agency",
                                "type": "Government"
                            },
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                        "start_date": "1998-11-20T06:40:00Z",
                        "end_date": null,
                        "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 5234,
                "location_launch_attempt_count": 1391,
                "pad_launch_attempt_count": 447,
                "agency_launch_attempt_count": 217,
                "orbital_launch_attempt_count_year": 5234,
                "location_launch_attempt_count_year": 12,
                "pad_launch_attempt_count_year": 4,
                "agency_launch_attempt_count_year": 6,
                "type": "normal"
            },
            "landing": {
                "id": 566,
                "attempt": false,
                "success": null,
                "description": "The Progress spacecraft burned up upon entering Earth's atmosphere.",
                "downrange_distance": null,
                "location": null,
                "type": null
            }
        }
    ]
}