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

{
    "count": 826,
    "next": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/?format=api&limit=10&offset=810",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/?format=api&limit=10&offset=790",
    "results": [
        {
            "id": 570,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/570/?format=api",
            "destination": "International Space Station",
            "mission_end": "2020-04-07T18:50:00Z",
            "spacecraft": {
                "id": 221,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/221/?format=api",
                "name": "Dragon C112",
                "serial_number": "C112",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P99DT1H13S",
                "time_docked": "P88DT16H53M",
                "flights_count": 3,
                "mission_ends_count": 3,
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "description": "The C112 capsule was flown on CRS-10, CRS-16 and CRS-20.\r\n\r\nOn CRS-10 the capsule lifted off from the Kennedy Space Center from pad 39A. This was the first flight from this pad since STS-135 left the pad in mid-2011. The vehicle experienced some software issues meaning its berthing was delayed for a day.",
                "spacecraft_config": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/3/?format=api",
                    "name": "Dragon 1",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.jpeg"
                }
            },
            "launch": {
                "id": "e7f4d577-40dc-44a4-81a7-d1ae42244d45",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/e7f4d577-40dc-44a4-81a7-d1ae42244d45/?format=api",
                "slug": "falcon-9-block-5-spx-crs-20",
                "name": "Falcon 9 Block 5 | SpX CRS-20",
                "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-14T17:42:00Z",
                "net": "2020-03-07T04:50:31Z",
                "window_end": "2020-03-07T04:50:31Z",
                "window_start": "2020-03-07T04:50:31Z",
                "net_precision": null,
                "probability": 60,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 121,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 142,
                    "configuration": {
                        "id": 164,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                        "name": "Falcon 9",
                        "family": "Falcon",
                        "full_name": "Falcon 9 Block 5",
                        "variant": "Block 5"
                    }
                },
                "mission": {
                    "id": 1090,
                    "name": "SpX CRS-20",
                    "description": "SpaceX launched the Dragon spacecraft on their 20th operational cargo delivery mission to the International Space Station. The flight was conducted under the Commercial Resupply Services contract with NASA.",
                    "launch_designator": null,
                    "type": "Resupply",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "featured": true,
                            "type": "Government",
                            "country_code": "USA",
                            "abbrev": "NASA",
                            "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                            "administrator": "Administrator: Bill Nelson",
                            "founding_year": "1958",
                            "launchers": "Space Shuttle | SLS",
                            "spacecraft": "Orion",
                            "launch_library_url": null,
                            "total_launch_count": 135,
                            "consecutive_successful_launches": 11,
                            "successful_launches": 115,
                            "failed_launches": 20,
                            "pending_launches": 6,
                            "consecutive_successful_landings": 0,
                            "successful_landings": 0,
                            "failed_landings": 0,
                            "attempted_landings": 0,
                            "info_url": "http://www.nasa.gov",
                            "wiki_url": "http://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                            "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
                        }
                    ],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 80,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/80/?format=api",
                    "agency_id": 121,
                    "name": "Space Launch Complex 40",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
                    "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
                    "latitude": "28.56194122",
                    "longitude": "-80.57735736",
                    "location": {
                        "id": 12,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                        "name": "Cape Canaveral, FL, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 953,
                        "total_landing_count": 51
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_80_20200803143323.jpg",
                    "total_launch_count": 242,
                    "orbital_launch_attempt_count": 242
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
                "infographic": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/falcon2520925_infographic_20200806041424.png",
                "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://spacelaunchnow-prod-east.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"
                        }
                    },
                    {
                        "id": 11,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/11/?format=api",
                        "name": "Commercial Resupply Services",
                        "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                        "agencies": [
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            {
                                "id": 257,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                                "name": "Northrop Grumman Space Systems",
                                "type": "Commercial"
                            },
                            {
                                "id": 1020,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                                "name": "Sierra Nevada Corporation",
                                "type": "Commercial"
                            },
                            {
                                "id": 121,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                "name": "SpaceX",
                                "type": "Commercial"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                        "start_date": "2008-12-23T00:00:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 5929,
                "location_launch_attempt_count": 796,
                "pad_launch_attempt_count": 107,
                "agency_launch_attempt_count": 93,
                "orbital_launch_attempt_count_year": 17,
                "location_launch_attempt_count_year": 5,
                "pad_launch_attempt_count_year": 4,
                "agency_launch_attempt_count_year": 5,
                "type": "normal"
            },
            "landing": {
                "id": 446,
                "attempt": true,
                "success": true,
                "description": "The Dragon spacecraft successfully splashed down in the Pacific Ocean carrying scientific research and station hardware.",
                "downrange_distance": null,
                "location": {
                    "id": 18,
                    "name": "Pacific Ocean",
                    "abbrev": "PAC",
                    "description": "Pacific Ocean",
                    "location": null,
                    "successful_landings": 3
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        },
        {
            "id": 382,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/382/?format=api",
            "destination": "Suborbital",
            "mission_end": "2017-12-12T17:10:00Z",
            "spacecraft": {
                "id": 276,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/276/?format=api",
                "name": "RSS H.G. Wells",
                "serial_number": "2.0-1",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT1H40M9S",
                "time_docked": "P0D",
                "flights_count": 10,
                "mission_ends_count": 10,
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "description": "Second New Shepard capsule. It is dedicated to uncrewed flights.",
                "spacecraft_config": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/21/?format=api",
                    "name": "Crew Capsule 2.0",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 141,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                        "name": "Blue Origin",
                        "type": "Commercial"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg"
                }
            },
            "launch": {
                "id": "63aac5af-4c4e-4819-aa85-98e85a689869",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/63aac5af-4c4e-4819-aa85-98e85a689869/?format=api",
                "slug": "new-shepard-ns-7",
                "name": "New Shepard | NS-7",
                "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-14T09:48:34Z",
                "net": "2017-12-12T16:59:00Z",
                "window_end": "2017-12-12T16:59:00Z",
                "window_start": "2017-12-12T16:59:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 141,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                    "name": "Blue Origin",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 2186,
                    "configuration": {
                        "id": 137,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
                        "name": "New Shepard",
                        "family": "",
                        "full_name": "New Shepard",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 949,
                    "name": "NS-7",
                    "description": "NS-7 is Blue Origins first commercial flight. The payloads included 12 experiments conducted in 3 minutes of microgravity dedicated to medical and earth science.",
                    "launch_designator": null,
                    "type": "Earth Science",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
                    "agency_id": 141,
                    "name": "West Texas Suborbital Launch Site/ Corn Ranch",
                    "description": null,
                    "info_url": "http://www.blueorigin.com",
                    "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
                    "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
                    "latitude": "31.422878",
                    "longitude": "-104.757121",
                    "location": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                        "name": "Corn Ranch, Van Horn, TX, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_29_20200803142436.jpg",
                        "timezone_name": "America/Chicago",
                        "total_launch_count": 24,
                        "total_landing_count": 24
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_90_20200803143233.jpg",
                    "total_launch_count": 24,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 7,
                "pad_launch_attempt_count": 7,
                "agency_launch_attempt_count": 7,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 1,
                "pad_launch_attempt_count_year": 1,
                "agency_launch_attempt_count_year": 1,
                "type": "normal"
            },
            "landing": {
                "id": 691,
                "attempt": true,
                "success": true,
                "description": "The RSS H.G. Wells capsule successfully touched down at Blue Origin's Corn Ranch facility",
                "downrange_distance": null,
                "location": {
                    "id": 28,
                    "name": "Corn Ranch, West Texas",
                    "abbrev": "CR",
                    "description": "Blue Origin launch and landing facility located in West Texas",
                    "location": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                        "name": "Corn Ranch, Van Horn, TX, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_29_20200803142436.jpg",
                        "timezone_name": "America/Chicago",
                        "total_launch_count": 24,
                        "total_landing_count": 24
                    },
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        },
        {
            "id": 381,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/381/?format=api",
            "destination": "Suborbital",
            "mission_end": "2016-10-05T16:47:00Z",
            "spacecraft": {
                "id": 278,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/278/?format=api",
                "name": "RSS Jules Verne",
                "serial_number": "1",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT1H6M",
                "time_docked": "P0D",
                "flights_count": 6,
                "mission_ends_count": 6,
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "description": "First Blue Origin New Shepard Crew Capsule.",
                "spacecraft_config": {
                    "id": 22,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/22/?format=api",
                    "name": "Crew Capsule 1",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 141,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                        "name": "Blue Origin",
                        "type": "Commercial"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25201_image_20190309100308.jpg"
                }
            },
            "launch": {
                "id": "25748679-226b-4d5c-949e-f76e97caf6fe",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/25748679-226b-4d5c-949e-f76e97caf6fe/?format=api",
                "slug": "new-shepard-ns-6",
                "name": "New Shepard | NS-6",
                "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-14T09:48:15Z",
                "net": "2016-10-05T16:36:00Z",
                "window_end": "2016-10-05T16:36:00Z",
                "window_start": "2016-10-05T16:36:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 141,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                    "name": "Blue Origin",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 2185,
                    "configuration": {
                        "id": 137,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
                        "name": "New Shepard",
                        "family": "",
                        "full_name": "New Shepard",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 948,
                    "name": "NS-6",
                    "description": "The 6th flight for Blue Origin, NS-6 will test an in-flight abort scenario for the capsule.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
                    "agency_id": 141,
                    "name": "West Texas Suborbital Launch Site/ Corn Ranch",
                    "description": null,
                    "info_url": "http://www.blueorigin.com",
                    "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
                    "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
                    "latitude": "31.422878",
                    "longitude": "-104.757121",
                    "location": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                        "name": "Corn Ranch, Van Horn, TX, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_29_20200803142436.jpg",
                        "timezone_name": "America/Chicago",
                        "total_launch_count": 24,
                        "total_landing_count": 24
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_90_20200803143233.jpg",
                    "total_launch_count": 24,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 6,
                "pad_launch_attempt_count": 6,
                "agency_launch_attempt_count": 6,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 4,
                "pad_launch_attempt_count_year": 4,
                "agency_launch_attempt_count_year": 4,
                "type": "normal"
            },
            "landing": {
                "id": 699,
                "attempt": true,
                "success": true,
                "description": "The RSS Jules Verne capsule successfully touched down at Blue Origin's Corn Ranch facility",
                "downrange_distance": null,
                "location": {
                    "id": 28,
                    "name": "Corn Ranch, West Texas",
                    "abbrev": "CR",
                    "description": "Blue Origin launch and landing facility located in West Texas",
                    "location": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                        "name": "Corn Ranch, Van Horn, TX, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_29_20200803142436.jpg",
                        "timezone_name": "America/Chicago",
                        "total_launch_count": 24,
                        "total_landing_count": 24
                    },
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        },
        {
            "id": 380,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/380/?format=api",
            "destination": "Suborbital",
            "mission_end": "2016-06-19T15:26:00Z",
            "spacecraft": {
                "id": 278,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/278/?format=api",
                "name": "RSS Jules Verne",
                "serial_number": "1",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT1H6M",
                "time_docked": "P0D",
                "flights_count": 6,
                "mission_ends_count": 6,
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "description": "First Blue Origin New Shepard Crew Capsule.",
                "spacecraft_config": {
                    "id": 22,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/22/?format=api",
                    "name": "Crew Capsule 1",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 141,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                        "name": "Blue Origin",
                        "type": "Commercial"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25201_image_20190309100308.jpg"
                }
            },
            "launch": {
                "id": "1ab69218-f3db-4a99-9d62-a5d90661b21a",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/1ab69218-f3db-4a99-9d62-a5d90661b21a/?format=api",
                "slug": "new-shepard-ns-5",
                "name": "New Shepard | NS-5",
                "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-14T09:48:15Z",
                "net": "2016-06-19T15:15:00Z",
                "window_end": "2016-06-19T15:15:00Z",
                "window_start": "2016-06-19T15:15:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": "NS5",
                "launch_service_provider": {
                    "id": 141,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                    "name": "Blue Origin",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 2184,
                    "configuration": {
                        "id": 137,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
                        "name": "New Shepard",
                        "family": "",
                        "full_name": "New Shepard",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 947,
                    "name": "NS-5",
                    "description": "Fifth flight for Blue Origin. The NS-5 mission successfully landed the core stage and tested a capsule landing with one parachute cut.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
                    "agency_id": 141,
                    "name": "West Texas Suborbital Launch Site/ Corn Ranch",
                    "description": null,
                    "info_url": "http://www.blueorigin.com",
                    "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
                    "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
                    "latitude": "31.422878",
                    "longitude": "-104.757121",
                    "location": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                        "name": "Corn Ranch, Van Horn, TX, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_29_20200803142436.jpg",
                        "timezone_name": "America/Chicago",
                        "total_launch_count": 24,
                        "total_landing_count": 24
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_90_20200803143233.jpg",
                    "total_launch_count": 24,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 5,
                "pad_launch_attempt_count": 5,
                "agency_launch_attempt_count": 5,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 3,
                "pad_launch_attempt_count_year": 3,
                "agency_launch_attempt_count_year": 3,
                "type": "normal"
            },
            "landing": {
                "id": 698,
                "attempt": true,
                "success": true,
                "description": "The RSS Jules Verne capsule successfully touched down at Blue Origin's Corn Ranch facility",
                "downrange_distance": null,
                "location": {
                    "id": 28,
                    "name": "Corn Ranch, West Texas",
                    "abbrev": "CR",
                    "description": "Blue Origin launch and landing facility located in West Texas",
                    "location": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                        "name": "Corn Ranch, Van Horn, TX, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_29_20200803142436.jpg",
                        "timezone_name": "America/Chicago",
                        "total_launch_count": 24,
                        "total_landing_count": 24
                    },
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        },
        {
            "id": 379,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/379/?format=api",
            "destination": "Suborbital",
            "mission_end": "2016-04-02T16:29:00Z",
            "spacecraft": {
                "id": 278,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/278/?format=api",
                "name": "RSS Jules Verne",
                "serial_number": "1",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT1H6M",
                "time_docked": "P0D",
                "flights_count": 6,
                "mission_ends_count": 6,
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "description": "First Blue Origin New Shepard Crew Capsule.",
                "spacecraft_config": {
                    "id": 22,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/22/?format=api",
                    "name": "Crew Capsule 1",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 141,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                        "name": "Blue Origin",
                        "type": "Commercial"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25201_image_20190309100308.jpg"
                }
            },
            "launch": {
                "id": "eb3e1460-55a3-4de0-bf3f-34eb302684d3",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/eb3e1460-55a3-4de0-bf3f-34eb302684d3/?format=api",
                "slug": "new-shepard-ns-4",
                "name": "New Shepard | NS-4",
                "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-14T09:48:15Z",
                "net": "2016-04-02T16:18:00Z",
                "window_end": "2016-04-02T16:18:00Z",
                "window_start": "2016-04-02T16:18:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": "NS4",
                "launch_service_provider": {
                    "id": 141,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                    "name": "Blue Origin",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 2183,
                    "configuration": {
                        "id": 137,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
                        "name": "New Shepard",
                        "family": "",
                        "full_name": "New Shepard",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 946,
                    "name": "NS-4",
                    "description": "The fourth flight for Blue Origin. The capsule reached an apogee of 103.8 kilometers.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
                    "agency_id": 141,
                    "name": "West Texas Suborbital Launch Site/ Corn Ranch",
                    "description": null,
                    "info_url": "http://www.blueorigin.com",
                    "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
                    "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
                    "latitude": "31.422878",
                    "longitude": "-104.757121",
                    "location": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                        "name": "Corn Ranch, Van Horn, TX, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_29_20200803142436.jpg",
                        "timezone_name": "America/Chicago",
                        "total_launch_count": 24,
                        "total_landing_count": 24
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_90_20200803143233.jpg",
                    "total_launch_count": 24,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 4,
                "pad_launch_attempt_count": 4,
                "agency_launch_attempt_count": 4,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 2,
                "pad_launch_attempt_count_year": 2,
                "agency_launch_attempt_count_year": 2,
                "type": "normal"
            },
            "landing": {
                "id": 697,
                "attempt": true,
                "success": true,
                "description": "The RSS Jules Verne capsule successfully touched down at Blue Origin's Corn Ranch facility",
                "downrange_distance": null,
                "location": {
                    "id": 28,
                    "name": "Corn Ranch, West Texas",
                    "abbrev": "CR",
                    "description": "Blue Origin launch and landing facility located in West Texas",
                    "location": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                        "name": "Corn Ranch, Van Horn, TX, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_29_20200803142436.jpg",
                        "timezone_name": "America/Chicago",
                        "total_launch_count": 24,
                        "total_landing_count": 24
                    },
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        },
        {
            "id": 376,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/376/?format=api",
            "destination": "Suborbital",
            "mission_end": "2016-01-22T16:11:00Z",
            "spacecraft": {
                "id": 278,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/278/?format=api",
                "name": "RSS Jules Verne",
                "serial_number": "1",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT1H6M",
                "time_docked": "P0D",
                "flights_count": 6,
                "mission_ends_count": 6,
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "description": "First Blue Origin New Shepard Crew Capsule.",
                "spacecraft_config": {
                    "id": 22,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/22/?format=api",
                    "name": "Crew Capsule 1",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 141,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                        "name": "Blue Origin",
                        "type": "Commercial"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25201_image_20190309100308.jpg"
                }
            },
            "launch": {
                "id": "5abbd675-424b-4caf-ace5-8ba448a6a81f",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/5abbd675-424b-4caf-ace5-8ba448a6a81f/?format=api",
                "slug": "new-shepard-ns-3",
                "name": "New Shepard | NS-3",
                "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-14T09:48:15Z",
                "net": "2016-01-22T16:00:00Z",
                "window_end": "2016-01-22T16:00:00Z",
                "window_start": "2016-01-22T16:00:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": "NS3",
                "launch_service_provider": {
                    "id": 141,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                    "name": "Blue Origin",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 2182,
                    "configuration": {
                        "id": 137,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
                        "name": "New Shepard",
                        "family": "",
                        "full_name": "New Shepard",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 945,
                    "name": "NS-3",
                    "description": "The third test flight of the New Shepard vehicle. It is the first re-use for Blue Origin.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
                    "agency_id": 141,
                    "name": "West Texas Suborbital Launch Site/ Corn Ranch",
                    "description": null,
                    "info_url": "http://www.blueorigin.com",
                    "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
                    "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
                    "latitude": "31.422878",
                    "longitude": "-104.757121",
                    "location": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                        "name": "Corn Ranch, Van Horn, TX, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_29_20200803142436.jpg",
                        "timezone_name": "America/Chicago",
                        "total_launch_count": 24,
                        "total_landing_count": 24
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_90_20200803143233.jpg",
                    "total_launch_count": 24,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 3,
                "pad_launch_attempt_count": 3,
                "agency_launch_attempt_count": 3,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 1,
                "pad_launch_attempt_count_year": 1,
                "agency_launch_attempt_count_year": 1,
                "type": "normal"
            },
            "landing": {
                "id": 696,
                "attempt": true,
                "success": true,
                "description": "The RSS Jules Verne capsule successfully touched down at Blue Origin's Corn Ranch facility",
                "downrange_distance": null,
                "location": {
                    "id": 28,
                    "name": "Corn Ranch, West Texas",
                    "abbrev": "CR",
                    "description": "Blue Origin launch and landing facility located in West Texas",
                    "location": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                        "name": "Corn Ranch, Van Horn, TX, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_29_20200803142436.jpg",
                        "timezone_name": "America/Chicago",
                        "total_launch_count": 24,
                        "total_landing_count": 24
                    },
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        },
        {
            "id": 377,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/377/?format=api",
            "destination": "Suborbital",
            "mission_end": "2015-04-29T17:17:00Z",
            "spacecraft": {
                "id": 278,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/278/?format=api",
                "name": "RSS Jules Verne",
                "serial_number": "1",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT1H6M",
                "time_docked": "P0D",
                "flights_count": 6,
                "mission_ends_count": 6,
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "description": "First Blue Origin New Shepard Crew Capsule.",
                "spacecraft_config": {
                    "id": 22,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/22/?format=api",
                    "name": "Crew Capsule 1",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 141,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                        "name": "Blue Origin",
                        "type": "Commercial"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25201_image_20190309100308.jpg"
                }
            },
            "launch": {
                "id": "18dc3dc8-9151-4566-99b0-56fdaeb45067",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/18dc3dc8-9151-4566-99b0-56fdaeb45067/?format=api",
                "slug": "new-shepard-ns-1",
                "name": "New Shepard | NS-1",
                "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-14T09:48:11Z",
                "net": "2015-04-29T17:06:00Z",
                "window_end": "2015-04-29T17:06:00Z",
                "window_start": "2015-04-29T17:06:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 141,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                    "name": "Blue Origin",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 2169,
                    "configuration": {
                        "id": 137,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
                        "name": "New Shepard",
                        "family": "",
                        "full_name": "New Shepard",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 939,
                    "name": "NS-1",
                    "description": "The first flight of the New Shepard 1 booster. The capsule reached an apogee of 93.5 kilometers.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
                    "agency_id": 141,
                    "name": "West Texas Suborbital Launch Site/ Corn Ranch",
                    "description": null,
                    "info_url": "http://www.blueorigin.com",
                    "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
                    "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
                    "latitude": "31.422878",
                    "longitude": "-104.757121",
                    "location": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                        "name": "Corn Ranch, Van Horn, TX, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_29_20200803142436.jpg",
                        "timezone_name": "America/Chicago",
                        "total_launch_count": 24,
                        "total_landing_count": 24
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_90_20200803143233.jpg",
                    "total_launch_count": 24,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 1,
                "pad_launch_attempt_count": 1,
                "agency_launch_attempt_count": 1,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 1,
                "pad_launch_attempt_count_year": 1,
                "agency_launch_attempt_count_year": 1,
                "type": "normal"
            },
            "landing": {
                "id": 694,
                "attempt": true,
                "success": true,
                "description": "The RSS Jules Verne capsule successfully touched down at Blue Origin's Corn Ranch facility",
                "downrange_distance": null,
                "location": {
                    "id": 28,
                    "name": "Corn Ranch, West Texas",
                    "abbrev": "CR",
                    "description": "Blue Origin launch and landing facility located in West Texas",
                    "location": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                        "name": "Corn Ranch, Van Horn, TX, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_29_20200803142436.jpg",
                        "timezone_name": "America/Chicago",
                        "total_launch_count": 24,
                        "total_landing_count": 24
                    },
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        },
        {
            "id": 815,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/815/?format=api",
            "destination": "Suborbital",
            "mission_end": "2023-09-08T15:36:00Z",
            "spacecraft": {
                "id": 473,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/473/?format=api",
                "name": "VSS Unity",
                "serial_number": "N202VG",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT3H48M43S",
                "time_docked": "P0D",
                "flights_count": 29,
                "mission_ends_count": 29,
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "description": "VSS Unity, previously referred to as VSS Voyager, is a SpaceShipTwo-class suborbital rocket-powered crewed spaceplane. It is the second SpaceShipTwo to be built and will be used as part of the Virgin Galactic fleet.",
                "spacecraft_config": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "3a26da85-1135-4784-b55a-6c5185e0aab6",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/3a26da85-1135-4784-b55a-6c5185e0aab6/?format=api",
                "slug": "spaceshiptwo-galactic-03",
                "name": "SpaceShipTwo | Galactic 03",
                "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-09-09T06:40:08Z",
                "net": "2023-09-08T15:22:00Z",
                "window_end": "2023-09-08T23:00:00Z",
                "window_start": "2023-09-08T14:00:00Z",
                "net_precision": {
                    "id": 1,
                    "name": "Minute",
                    "abbrev": "MIN",
                    "description": "The T-0 is accurate to the minute."
                },
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 7997,
                    "configuration": {
                        "id": 465,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 6526,
                    "name": "Galactic 03",
                    "description": "Third commercial Virgin Galactic mission.",
                    "launch_designator": null,
                    "type": "Tourism",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [
                        {
                            "id": 1024,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                            "name": "Virgin Galactic",
                            "featured": false,
                            "type": "Private",
                            "country_code": "USA",
                            "abbrev": "VG",
                            "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
                            "administrator": "Founder: Richard Branson",
                            "founding_year": "2004",
                            "launchers": "VMS Eve",
                            "spacecraft": "VSS Enterprise | VSS Unity",
                            "launch_library_url": null,
                            "total_launch_count": 66,
                            "consecutive_successful_launches": 10,
                            "successful_launches": 61,
                            "failed_launches": 5,
                            "pending_launches": 1,
                            "consecutive_successful_landings": 0,
                            "successful_landings": 0,
                            "failed_landings": 0,
                            "attempted_landings": 0,
                            "info_url": "https://www.virgingalactic.com/",
                            "wiki_url": "https://en.wikipedia.org/wiki/Virgin_Galactic",
                            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                            "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg"
                        }
                    ],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 191,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/191/?format=api",
                    "agency_id": 1024,
                    "name": "Spaceport America",
                    "description": null,
                    "info_url": "https://www.spaceportamerica.com/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_America",
                    "map_url": "https://www.google.com/maps?q=32.9902778,-106.9719162",
                    "latitude": "32.9902778",
                    "longitude": "-106.9719162",
                    "location": {
                        "id": 144,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "???",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_144_20200803142439.jpg",
                        "timezone_name": "",
                        "total_launch_count": 85,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_spaceport_america_20210522162030.jpg",
                    "total_launch_count": 13,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": null,
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 82,
                "pad_launch_attempt_count": 10,
                "agency_launch_attempt_count": 63,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 5,
                "pad_launch_attempt_count_year": 5,
                "agency_launch_attempt_count_year": 5,
                "type": "normal"
            },
            "landing": {
                "id": 1239,
                "attempt": true,
                "success": true,
                "description": "VSS Unity has successfully landed back at Spaceport America after its suborbital flight.",
                "downrange_distance": 0.0,
                "location": {
                    "id": 13,
                    "name": "Spaceport America",
                    "abbrev": "SA",
                    "description": "FAA-licensed spaceport  in New Mexico.",
                    "location": {
                        "id": 31,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/31/?format=api",
                        "name": "Spaceport America, NM, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_31_20200803142505.jpg",
                        "timezone_name": "America/Denver",
                        "total_launch_count": 4,
                        "total_landing_count": 4
                    },
                    "successful_landings": 3
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        },
        {
            "id": 817,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/817/?format=api",
            "destination": "International Space Station",
            "mission_end": null,
            "spacecraft": {
                "id": 574,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/574/?format=api",
                "name": "Soyuz MS-25",
                "serial_number": "11F732A48 #754",
                "is_placeholder": false,
                "in_space": true,
                "time_in_space": "P55DT14H7M58S",
                "time_docked": "P53DT11H41M8S",
                "flights_count": 1,
                "mission_ends_count": 0,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Scheduled to launch to the ISS in spring 2024",
                "spacecraft_config": {
                    "id": 38,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
                    "name": "Soyuz MS",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "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": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
                }
            },
            "launch": {
                "id": "96ac7396-cba9-4548-b574-3a65fd6aa4ac",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/96ac7396-cba9-4548-b574-3a65fd6aa4ac/?format=api",
                "slug": "soyuz-21a-soyuz-ms-25",
                "name": "Soyuz 2.1a | Soyuz MS-25",
                "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-03-24T08:47:29Z",
                "net": "2024-03-23T12:36:10Z",
                "window_end": "2024-03-23T12:36:10Z",
                "window_start": "2024-03-23T12:36:10Z",
                "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": 8027,
                    "configuration": {
                        "id": 24,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/24/?format=api",
                        "name": "Soyuz 2.1a",
                        "family": "Soyuz",
                        "full_name": "Soyuz 2.1a",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 6558,
                    "name": "Soyuz MS-25",
                    "description": "Soyuz MS-25 will carry two cosmonauts and one astronaut to the International Space Station aboard the Soyuz spacecraft from the Baikonur Cosmodrome in Kazakhstan.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "featured": true,
                            "type": "Government",
                            "country_code": "USA",
                            "abbrev": "NASA",
                            "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                            "administrator": "Administrator: Bill Nelson",
                            "founding_year": "1958",
                            "launchers": "Space Shuttle | SLS",
                            "spacecraft": "Orion",
                            "launch_library_url": null,
                            "total_launch_count": 135,
                            "consecutive_successful_launches": 11,
                            "successful_launches": 115,
                            "failed_launches": 20,
                            "pending_launches": 6,
                            "consecutive_successful_landings": 0,
                            "successful_landings": 0,
                            "failed_landings": 0,
                            "attempted_landings": 0,
                            "info_url": "http://www.nasa.gov",
                            "wiki_url": "http://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                            "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "featured": true,
                            "type": "Government",
                            "country_code": "RUS",
                            "abbrev": "RFSA",
                            "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                            "administrator": "Administrator: Yuri Borisov",
                            "founding_year": "1992",
                            "launchers": "Soyuz",
                            "spacecraft": "Soyuz",
                            "launch_library_url": null,
                            "total_launch_count": 322,
                            "consecutive_successful_launches": 46,
                            "successful_launches": 311,
                            "failed_launches": 11,
                            "pending_launches": 10,
                            "consecutive_successful_landings": 0,
                            "successful_landings": 0,
                            "failed_landings": 0,
                            "attempted_landings": 0,
                            "info_url": "http://en.roscosmos.ru/",
                            "wiki_url": "http://en.wikipedia.org/wiki/Russian_Federal_Space_Agency",
                            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                            "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg"
                        }
                    ],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
                    "agency_id": null,
                    "name": "31/6",
                    "description": null,
                    "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": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1548,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_20_20200803143516.jpg",
                    "total_launch_count": 415,
                    "orbital_launch_attempt_count": 415
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_lift_image_20240323132147.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://spacelaunchnow-prod-east.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"
                        }
                    },
                    {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
                        "name": "Soyuz",
                        "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                        "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                        "start_date": "1966-11-28T11:02:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 6634,
                "location_launch_attempt_count": 1547,
                "pad_launch_attempt_count": 414,
                "agency_launch_attempt_count": 321,
                "orbital_launch_attempt_count_year": 56,
                "location_launch_attempt_count_year": 2,
                "pad_launch_attempt_count_year": 2,
                "agency_launch_attempt_count_year": 3,
                "type": "normal"
            },
            "landing": {
                "id": 1243,
                "attempt": true,
                "success": null,
                "description": "The Soyuz spacecraft will land in Kazakhstan.",
                "downrange_distance": null,
                "location": {
                    "id": 19,
                    "name": "Kazakhstan",
                    "abbrev": "KAZ",
                    "description": "Deserts of Kazakhstan in Central Asia",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        },
        {
            "id": 818,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/818/?format=api",
            "destination": "International Space Station",
            "mission_end": null,
            "spacecraft": {
                "id": 452,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/452/?format=api",
                "name": "Crew Dragon",
                "serial_number": "TBD",
                "is_placeholder": true,
                "in_space": false,
                "time_in_space": "P0D",
                "time_docked": "P0D",
                "flights_count": 0,
                "mission_ends_count": 0,
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "description": "The specific spacecraft for this launch is currently unknown.",
                "spacecraft_config": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/6/?format=api",
                    "name": "Crew Dragon 2",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg"
                }
            },
            "launch": {
                "id": "de3d5d91-f115-4a86-b923-203a91a08735",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/de3d5d91-f115-4a86-b923-203a91a08735/?format=api",
                "slug": "falcon-9-block-5-axiom-space-mission-5",
                "name": "Falcon 9 Block 5 | Axiom Space Mission 5",
                "status": {
                    "id": 2,
                    "name": "To Be Determined",
                    "abbrev": "TBD",
                    "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
                },
                "last_updated": "2024-04-18T08:18:40Z",
                "net": "2024-12-31T00:00:00Z",
                "window_end": "2024-12-31T00:00:00Z",
                "window_start": "2024-12-31T00:00:00Z",
                "net_precision": {
                    "id": 13,
                    "name": "Year Half 2",
                    "abbrev": "H2",
                    "description": "The T-0 is expected in the second half of the given year."
                },
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 121,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 8033,
                    "configuration": {
                        "id": 164,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                        "name": "Falcon 9",
                        "family": "Falcon",
                        "full_name": "Falcon 9 Block 5",
                        "variant": "Block 5"
                    }
                },
                "mission": {
                    "id": 6565,
                    "name": "Axiom Space Mission 5",
                    "description": "This is a Crew Dragon flight for a private company Axiom Space. The mission will carry a professionally trained commander alongside three private astronauts to and from the International Space Station for a month.",
                    "launch_designator": null,
                    "type": "Tourism",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 72,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/72/?format=api",
                    "agency_id": null,
                    "name": "Unknown Pad",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=28.458,-80.528",
                    "latitude": "28.458",
                    "longitude": "-80.528",
                    "location": {
                        "id": 12,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                        "name": "Cape Canaveral, FL, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 953,
                        "total_landing_count": 51
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_72_20200803143403.jpg",
                    "total_launch_count": 0,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20210525170218.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 32,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/32/?format=api",
                        "name": "Axiom Private Spaceflight",
                        "description": "Axiom Space provides human spaceflight missions to the International Space Station. \r\nThe company sent its first commercial astronauts into orbit in 2022. It also plans human spaceflight for government-funded and commercial astronauts engaging in in-space research, in-space manufacturing, and space exploration.",
                        "agencies": [
                            {
                                "id": 1022,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                                "name": "Axiom Space",
                                "type": "Private"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/axiom2520priva_program_20231231100427.jpeg",
                        "start_date": "2022-04-08T00:00:00Z",
                        "end_date": null,
                        "info_url": "https://www.axiomspace.com/missions/",
                        "wiki_url": "https://en.wikipedia.org/wiki/Axiom_Space#Missions",
                        "mission_patches": [
                            {
                                "id": 901,
                                "name": "Ax-3 Patch",
                                "priority": 10,
                                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-32520patch_mission_patch_20231019065301.png",
                                "agency": {
                                    "id": 1022,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                                    "name": "Axiom Space",
                                    "type": "Private"
                                }
                            },
                            {
                                "id": 605,
                                "name": "Ax-1 Patch",
                                "priority": 10,
                                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-12520patch_mission_patch_20220401172359.png",
                                "agency": {
                                    "id": 1022,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                                    "name": "Axiom Space",
                                    "type": "Private"
                                }
                            },
                            {
                                "id": 778,
                                "name": "Axiom Mission 2 Patch",
                                "priority": 10,
                                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/axiom2520missi_mission_patch_20230522161438.png",
                                "agency": {
                                    "id": 1022,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                                    "name": "Axiom Space",
                                    "type": "Private"
                                }
                            }
                        ],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 6817,
                "location_launch_attempt_count": 1008,
                "pad_launch_attempt_count": 31,
                "agency_launch_attempt_count": 419,
                "orbital_launch_attempt_count_year": 239,
                "location_launch_attempt_count_year": 81,
                "pad_launch_attempt_count_year": 31,
                "agency_launch_attempt_count_year": 108,
                "type": "normal"
            },
            "landing": {
                "id": 1246,
                "attempt": true,
                "success": null,
                "description": "The Crew Dragon capsule will splash down in the Atlantic Ocean.",
                "downrange_distance": null,
                "location": {
                    "id": 6,
                    "name": "Atlantic Ocean",
                    "abbrev": "ATL",
                    "description": "Atlantic Ocean",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        }
    ]
}