Modes

Levels of detail in the response - list, normal, detailed

Example - /landings/?mode=list

Filters

Parameters - attempt, firststage_launch__ids, landing_location__ids, landing_type__ids, launcher__ids, launcher_config__ids, launcher_serial_numbers, spacecraft__ids, spacecraft_config__ids, spacecraft_launch__ids, success

Example - /landings/?spacecraft__ids=39,37

Fields searched - firststage__launcher__launcher_config__name, firststage__launcher__serial_number, firststage__rocket__launch__name, landing_location__abbrev, landing_location__name, spacecraftflight__rocket__launch__name, spacecraftflight__spacecraft__name, spacecraftflight__spacecraft__serial_number, spacecraftflight__spacecraft__spacecraft_config__name

Example - /landings/?search=B1059

Ordering

Fields - downrange_distance, id

Example - /landings/?ordering=downrange_distance

Number of results

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

Example - /landings/?limit=2

Format

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

Help

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

GET /2.3.0/landings/?format=api&ordering=downrange_distance
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 1491,
    "next": "https://ll.thespacedevs.com/2.3.0/landings/?format=api&limit=10&offset=10&ordering=downrange_distance",
    "previous": null,
    "results": [
        {
            "id": 1242,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/1242/?format=api",
            "attempt": true,
            "success": true,
            "description": "VSS Unity landed back at Spaceport America after this flight.",
            "downrange_distance": 0.0,
            "landing_location": {
                "id": 13,
                "name": "Spaceport America",
                "active": true,
                "abbrev": "SA",
                "description": "FAA-licensed spaceport  in New Mexico.",
                "location": {
                    "response_mode": "normal",
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/31/?format=api",
                    "name": "Spaceport America, NM, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Spaceport America is an FAA-licensed spaceport located in the Jornada del Muerto desert basin north of Las Cruces, New Mexico, and southeast of Truth or Consequences. With Virgin Galactic's launch of the VSS Unity, with three people aboard, on May 22, 2021, New Mexico became the third US state to launch humans into space after California and Florida.",
                    "image": {
                        "id": 2217,
                        "name": "Spaceport America",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
                        "credit": "Land Rover MENA",
                        "license": {
                            "id": 28,
                            "name": "CC BY 2.0",
                            "priority": 6,
                            "link": "https://creativecommons.org/licenses/by/2.0/"
                        },
                        "single_use": false,
                        "variants": []
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg",
                    "longitude": -106.969722,
                    "latitude": 32.990278,
                    "timezone_name": "America/Denver",
                    "total_launch_count": 4,
                    "total_landing_count": 4
                },
                "longitude": -106.969722,
                "latitude": 32.990278,
                "image": {
                    "id": 2217,
                    "name": "Spaceport America",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
                    "credit": "Land Rover MENA",
                    "license": {
                        "id": 28,
                        "name": "CC BY 2.0",
                        "priority": 6,
                        "link": "https://creativecommons.org/licenses/by/2.0/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "successful_landings": 17,
                "attempted_landings": 18,
                "failed_landings": 1,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 1,
                    "name": "Earth",
                    "type": {
                        "id": 1,
                        "name": "Planet"
                    },
                    "diameter": 12742000.0,
                    "mass": 5.972168e+24,
                    "gravity": 9.80655,
                    "length_of_day": "1 00:00:00",
                    "atmosphere": true,
                    "image": {
                        "id": 2040,
                        "name": "Earth (Apollo 17)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                }
            },
            "type": {
                "id": 6,
                "name": "Horizontal Landing",
                "abbrev": "HL",
                "description": "Horizontal landing on a runway or flat surface."
            },
            "response_mode": "normal",
            "firststage": null,
            "spacecraftflight": {
                "id": 816,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/816/?format=api",
                "destination": "Suborbital",
                "mission_end": "2023-10-06T16:24:53Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 473,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/473/?format=api",
                    "name": "VSS Unity",
                    "serial_number": "N202VG",
                    "is_placeholder": false,
                    "image": {
                        "id": 2149,
                        "name": "SpaceShipTwo Unity at rollout event",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_20240812142943.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_thumbnail_20240812142943.jpeg",
                        "credit": "Ronrosano",
                        "license": {
                            "id": 21,
                            "name": "CC BY-SA 3.0",
                            "priority": 4,
                            "link": "https://creativecommons.org/licenses/by-sa/3.0/deed.en"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "PT4H3M43S",
                    "time_docked": "P0D",
                    "flights_count": 30,
                    "mission_ends_count": 30,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "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": {
                        "response_mode": "normal",
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/27/?format=api",
                        "name": "SpaceShipTwo",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 1024,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                            "name": "Virgin Galactic",
                            "abbrev": "VG",
                            "type": {
                                "id": 5,
                                "name": "Private"
                            }
                        },
                        "family": [],
                        "in_use": true,
                        "image": {
                            "id": 1933,
                            "name": "[AUTO] SpaceShipTwo - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194156.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "P2D"
                },
                "launch": {
                    "id": "b17abaa1-ef18-4c29-9ed9-a02eb4967bfa",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/b17abaa1-ef18-4c29-9ed9-a02eb4967bfa/?format=api",
                    "name": "SpaceShipTwo | Galactic 04",
                    "response_mode": "normal",
                    "slug": "spaceshiptwo-galactic-04",
                    "launch_designator": null,
                    "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-10-08T04:25:47Z",
                    "net": "2023-10-06T16:10:30Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "window_end": "2023-10-06T23:00:00Z",
                    "window_start": "2023-10-06T14:30:00Z",
                    "image": {
                        "id": 1839,
                        "name": "[AUTO] SpaceShipTwo - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193914.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "infographic": null,
                    "probability": null,
                    "weather_concerns": null,
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "response_mode": "list",
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "abbrev": "VG",
                        "type": {
                            "id": 5,
                            "name": "Private"
                        }
                    },
                    "rocket": {
                        "id": 8026,
                        "configuration": {
                            "response_mode": "list",
                            "id": 465,
                            "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/465/?format=api",
                            "name": "SpaceShipTwo",
                            "families": [],
                            "full_name": "SpaceShipTwo",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 6557,
                        "name": "Galactic 04",
                        "type": "Tourism",
                        "description": "Fourth commercial Virgin Galactic mission.",
                        "image": null,
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub",
                            "celestial_body": {
                                "response_mode": "list",
                                "id": 1,
                                "name": "Earth"
                            }
                        },
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "abbrev": "VG",
                                "type": {
                                    "id": 5,
                                    "name": "Private"
                                },
                                "featured": false,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "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",
                                "parent": null,
                                "image": {
                                    "id": 32,
                                    "name": "[AUTO] Virgin Galactic - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 196,
                                    "name": "[AUTO] Virgin Galactic - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 101,
                                    "name": "[AUTO] Virgin Galactic - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "total_launch_count": 67,
                                "consecutive_successful_launches": 11,
                                "successful_launches": 62,
                                "failed_launches": 5,
                                "pending_launches": 0,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "successful_landings_spacecraft": 66,
                                "failed_landings_spacecraft": 0,
                                "attempted_landings_spacecraft": 66,
                                "successful_landings_payload": 0,
                                "failed_landings_payload": 0,
                                "attempted_landings_payload": 0,
                                "info_url": "https://www.virgingalactic.com/",
                                "wiki_url": "https://en.wikipedia.org/wiki/Virgin_Galactic",
                                "social_media_links": []
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 191,
                        "url": "https://ll.thespacedevs.com/2.3.0/pads/191/?format=api",
                        "active": true,
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "abbrev": "VG",
                                "type": {
                                    "id": 5,
                                    "name": "Private"
                                },
                                "featured": false,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "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",
                                "parent": null,
                                "image": {
                                    "id": 32,
                                    "name": "[AUTO] Virgin Galactic - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 196,
                                    "name": "[AUTO] Virgin Galactic - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 101,
                                    "name": "[AUTO] Virgin Galactic - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                }
                            }
                        ],
                        "name": "Spaceport America",
                        "image": null,
                        "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,
                        "country": {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        },
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
                        "total_launch_count": 14,
                        "orbital_launch_attempt_count": 0,
                        "fastest_turnaround": "P26DT23H33M30S",
                        "location": {
                            "response_mode": "normal",
                            "id": 144,
                            "url": "https://ll.thespacedevs.com/2.3.0/locations/144/?format=api",
                            "name": "Air launch to Suborbital flight",
                            "celestial_body": {
                                "response_mode": "normal",
                                "id": 1,
                                "name": "Earth",
                                "type": {
                                    "id": 1,
                                    "name": "Planet"
                                },
                                "diameter": 12742000.0,
                                "mass": 5.972168e+24,
                                "gravity": 9.80655,
                                "length_of_day": "1 00:00:00",
                                "atmosphere": true,
                                "image": {
                                    "id": 2040,
                                    "name": "Earth (Apollo 17)",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                    "credit": "NASA",
                                    "license": {
                                        "id": 4,
                                        "name": "NASA Image and Media Guidelines",
                                        "priority": 0,
                                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                "total_attempted_launches": 7144,
                                "successful_launches": 6601,
                                "failed_launches": 543,
                                "total_attempted_landings": 1100,
                                "successful_landings": 1057,
                                "failed_landings": 43
                            },
                            "active": true,
                            "country": {
                                "id": 17,
                                "name": "Unknown",
                                "alpha_2_code": "??",
                                "alpha_3_code": "???",
                                "nationality_name": "Earthling",
                                "nationality_name_composed": "Earthling"
                            },
                            "description": "",
                            "image": {
                                "id": 32,
                                "name": "[AUTO] Virgin Galactic - image",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                            "longitude": null,
                            "latitude": null,
                            "timezone_name": "",
                            "total_launch_count": 86,
                            "total_landing_count": 0
                        }
                    },
                    "webcast_live": false,
                    "program": [],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 83,
                    "pad_launch_attempt_count": 11,
                    "agency_launch_attempt_count": 64,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 6,
                    "pad_launch_attempt_count_year": 6,
                    "agency_launch_attempt_count_year": 6
                },
                "duration": "PT14M23S",
                "turn_around_time": "P28DT34M30S",
                "response_mode": "normal"
            },
            "payloadflight": null
        },
        {
            "id": 1270,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/1270/?format=api",
            "attempt": true,
            "success": true,
            "description": "VSS Unity has successfully landed at Spaceport America after this flight",
            "downrange_distance": 0.0,
            "landing_location": {
                "id": 13,
                "name": "Spaceport America",
                "active": true,
                "abbrev": "SA",
                "description": "FAA-licensed spaceport  in New Mexico.",
                "location": {
                    "response_mode": "normal",
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/31/?format=api",
                    "name": "Spaceport America, NM, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Spaceport America is an FAA-licensed spaceport located in the Jornada del Muerto desert basin north of Las Cruces, New Mexico, and southeast of Truth or Consequences. With Virgin Galactic's launch of the VSS Unity, with three people aboard, on May 22, 2021, New Mexico became the third US state to launch humans into space after California and Florida.",
                    "image": {
                        "id": 2217,
                        "name": "Spaceport America",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
                        "credit": "Land Rover MENA",
                        "license": {
                            "id": 28,
                            "name": "CC BY 2.0",
                            "priority": 6,
                            "link": "https://creativecommons.org/licenses/by/2.0/"
                        },
                        "single_use": false,
                        "variants": []
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg",
                    "longitude": -106.969722,
                    "latitude": 32.990278,
                    "timezone_name": "America/Denver",
                    "total_launch_count": 4,
                    "total_landing_count": 4
                },
                "longitude": -106.969722,
                "latitude": 32.990278,
                "image": {
                    "id": 2217,
                    "name": "Spaceport America",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
                    "credit": "Land Rover MENA",
                    "license": {
                        "id": 28,
                        "name": "CC BY 2.0",
                        "priority": 6,
                        "link": "https://creativecommons.org/licenses/by/2.0/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "successful_landings": 17,
                "attempted_landings": 18,
                "failed_landings": 1,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 1,
                    "name": "Earth",
                    "type": {
                        "id": 1,
                        "name": "Planet"
                    },
                    "diameter": 12742000.0,
                    "mass": 5.972168e+24,
                    "gravity": 9.80655,
                    "length_of_day": "1 00:00:00",
                    "atmosphere": true,
                    "image": {
                        "id": 2040,
                        "name": "Earth (Apollo 17)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                }
            },
            "type": {
                "id": 6,
                "name": "Horizontal Landing",
                "abbrev": "HL",
                "description": "Horizontal landing on a runway or flat surface."
            },
            "response_mode": "normal",
            "firststage": null,
            "spacecraftflight": {
                "id": 820,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/820/?format=api",
                "destination": "Suborbital",
                "mission_end": "2024-01-26T17:56:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 473,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/473/?format=api",
                    "name": "VSS Unity",
                    "serial_number": "N202VG",
                    "is_placeholder": false,
                    "image": {
                        "id": 2149,
                        "name": "SpaceShipTwo Unity at rollout event",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_20240812142943.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_thumbnail_20240812142943.jpeg",
                        "credit": "Ronrosano",
                        "license": {
                            "id": 21,
                            "name": "CC BY-SA 3.0",
                            "priority": 4,
                            "link": "https://creativecommons.org/licenses/by-sa/3.0/deed.en"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "PT4H3M43S",
                    "time_docked": "P0D",
                    "flights_count": 30,
                    "mission_ends_count": 30,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "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": {
                        "response_mode": "normal",
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/27/?format=api",
                        "name": "SpaceShipTwo",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 1024,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                            "name": "Virgin Galactic",
                            "abbrev": "VG",
                            "type": {
                                "id": 5,
                                "name": "Private"
                            }
                        },
                        "family": [],
                        "in_use": true,
                        "image": {
                            "id": 1933,
                            "name": "[AUTO] SpaceShipTwo - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194156.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "P2D"
                },
                "launch": {
                    "id": "206ec3ec-d265-4f74-b7c1-40ef231ef1d2",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/206ec3ec-d265-4f74-b7c1-40ef231ef1d2/?format=api",
                    "name": "SpaceShipTwo | Galactic 06",
                    "response_mode": "normal",
                    "slug": "spaceshiptwo-galactic-06",
                    "launch_designator": null,
                    "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-02-26T16:22:26Z",
                    "net": "2024-01-26T17:42:05Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "window_end": "2024-01-26T23:00:00Z",
                    "window_start": "2024-01-26T15:00:00Z",
                    "image": {
                        "id": 1839,
                        "name": "[AUTO] SpaceShipTwo - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193914.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "infographic": null,
                    "probability": null,
                    "weather_concerns": null,
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "response_mode": "list",
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "abbrev": "VG",
                        "type": {
                            "id": 5,
                            "name": "Private"
                        }
                    },
                    "rocket": {
                        "id": 8052,
                        "configuration": {
                            "response_mode": "list",
                            "id": 465,
                            "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/465/?format=api",
                            "name": "SpaceShipTwo",
                            "families": [],
                            "full_name": "SpaceShipTwo",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 6600,
                        "name": "Galactic 06",
                        "type": "Tourism",
                        "description": "Sixth commercial Virgin Galactic mission.",
                        "image": null,
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub",
                            "celestial_body": {
                                "response_mode": "list",
                                "id": 1,
                                "name": "Earth"
                            }
                        },
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "abbrev": "VG",
                                "type": {
                                    "id": 5,
                                    "name": "Private"
                                },
                                "featured": false,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "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",
                                "parent": null,
                                "image": {
                                    "id": 32,
                                    "name": "[AUTO] Virgin Galactic - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 196,
                                    "name": "[AUTO] Virgin Galactic - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 101,
                                    "name": "[AUTO] Virgin Galactic - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "total_launch_count": 67,
                                "consecutive_successful_launches": 11,
                                "successful_launches": 62,
                                "failed_launches": 5,
                                "pending_launches": 0,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "successful_landings_spacecraft": 66,
                                "failed_landings_spacecraft": 0,
                                "attempted_landings_spacecraft": 66,
                                "successful_landings_payload": 0,
                                "failed_landings_payload": 0,
                                "attempted_landings_payload": 0,
                                "info_url": "https://www.virgingalactic.com/",
                                "wiki_url": "https://en.wikipedia.org/wiki/Virgin_Galactic",
                                "social_media_links": []
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 191,
                        "url": "https://ll.thespacedevs.com/2.3.0/pads/191/?format=api",
                        "active": true,
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "abbrev": "VG",
                                "type": {
                                    "id": 5,
                                    "name": "Private"
                                },
                                "featured": false,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "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",
                                "parent": null,
                                "image": {
                                    "id": 32,
                                    "name": "[AUTO] Virgin Galactic - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 196,
                                    "name": "[AUTO] Virgin Galactic - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 101,
                                    "name": "[AUTO] Virgin Galactic - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                }
                            }
                        ],
                        "name": "Spaceport America",
                        "image": null,
                        "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,
                        "country": {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        },
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
                        "total_launch_count": 14,
                        "orbital_launch_attempt_count": 0,
                        "fastest_turnaround": "P26DT23H33M30S",
                        "location": {
                            "response_mode": "normal",
                            "id": 144,
                            "url": "https://ll.thespacedevs.com/2.3.0/locations/144/?format=api",
                            "name": "Air launch to Suborbital flight",
                            "celestial_body": {
                                "response_mode": "normal",
                                "id": 1,
                                "name": "Earth",
                                "type": {
                                    "id": 1,
                                    "name": "Planet"
                                },
                                "diameter": 12742000.0,
                                "mass": 5.972168e+24,
                                "gravity": 9.80655,
                                "length_of_day": "1 00:00:00",
                                "atmosphere": true,
                                "image": {
                                    "id": 2040,
                                    "name": "Earth (Apollo 17)",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                    "credit": "NASA",
                                    "license": {
                                        "id": 4,
                                        "name": "NASA Image and Media Guidelines",
                                        "priority": 0,
                                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                "total_attempted_launches": 7144,
                                "successful_launches": 6601,
                                "failed_launches": 543,
                                "total_attempted_landings": 1100,
                                "successful_landings": 1057,
                                "failed_landings": 43
                            },
                            "active": true,
                            "country": {
                                "id": 17,
                                "name": "Unknown",
                                "alpha_2_code": "??",
                                "alpha_3_code": "???",
                                "nationality_name": "Earthling",
                                "nationality_name_composed": "Earthling"
                            },
                            "description": "",
                            "image": {
                                "id": 32,
                                "name": "[AUTO] Virgin Galactic - image",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                            "longitude": null,
                            "latitude": null,
                            "timezone_name": "",
                            "total_launch_count": 86,
                            "total_landing_count": 0
                        }
                    },
                    "webcast_live": false,
                    "program": [],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 85,
                    "pad_launch_attempt_count": 13,
                    "agency_launch_attempt_count": 66,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 1,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 1
                },
                "duration": "PT13M55S",
                "turn_around_time": "P85DT1H42M5S",
                "response_mode": "normal"
            },
            "payloadflight": null
        },
        {
            "id": 1160,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/1160/?format=api",
            "attempt": true,
            "success": true,
            "description": "VSS Unity landed back at Spaceport America after this flight.",
            "downrange_distance": 0.0,
            "landing_location": {
                "id": 13,
                "name": "Spaceport America",
                "active": true,
                "abbrev": "SA",
                "description": "FAA-licensed spaceport  in New Mexico.",
                "location": {
                    "response_mode": "normal",
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/31/?format=api",
                    "name": "Spaceport America, NM, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Spaceport America is an FAA-licensed spaceport located in the Jornada del Muerto desert basin north of Las Cruces, New Mexico, and southeast of Truth or Consequences. With Virgin Galactic's launch of the VSS Unity, with three people aboard, on May 22, 2021, New Mexico became the third US state to launch humans into space after California and Florida.",
                    "image": {
                        "id": 2217,
                        "name": "Spaceport America",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
                        "credit": "Land Rover MENA",
                        "license": {
                            "id": 28,
                            "name": "CC BY 2.0",
                            "priority": 6,
                            "link": "https://creativecommons.org/licenses/by/2.0/"
                        },
                        "single_use": false,
                        "variants": []
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg",
                    "longitude": -106.969722,
                    "latitude": 32.990278,
                    "timezone_name": "America/Denver",
                    "total_launch_count": 4,
                    "total_landing_count": 4
                },
                "longitude": -106.969722,
                "latitude": 32.990278,
                "image": {
                    "id": 2217,
                    "name": "Spaceport America",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
                    "credit": "Land Rover MENA",
                    "license": {
                        "id": 28,
                        "name": "CC BY 2.0",
                        "priority": 6,
                        "link": "https://creativecommons.org/licenses/by/2.0/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "successful_landings": 17,
                "attempted_landings": 18,
                "failed_landings": 1,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 1,
                    "name": "Earth",
                    "type": {
                        "id": 1,
                        "name": "Planet"
                    },
                    "diameter": 12742000.0,
                    "mass": 5.972168e+24,
                    "gravity": 9.80655,
                    "length_of_day": "1 00:00:00",
                    "atmosphere": true,
                    "image": {
                        "id": 2040,
                        "name": "Earth (Apollo 17)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                }
            },
            "type": {
                "id": 6,
                "name": "Horizontal Landing",
                "abbrev": "HL",
                "description": "Horizontal landing on a runway or flat surface."
            },
            "response_mode": "normal",
            "firststage": null,
            "spacecraftflight": {
                "id": 805,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/805/?format=api",
                "destination": "Suborbital",
                "mission_end": "2023-06-29T15:42:31Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 473,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/473/?format=api",
                    "name": "VSS Unity",
                    "serial_number": "N202VG",
                    "is_placeholder": false,
                    "image": {
                        "id": 2149,
                        "name": "SpaceShipTwo Unity at rollout event",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_20240812142943.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_thumbnail_20240812142943.jpeg",
                        "credit": "Ronrosano",
                        "license": {
                            "id": 21,
                            "name": "CC BY-SA 3.0",
                            "priority": 4,
                            "link": "https://creativecommons.org/licenses/by-sa/3.0/deed.en"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "PT4H3M43S",
                    "time_docked": "P0D",
                    "flights_count": 30,
                    "mission_ends_count": 30,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "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": {
                        "response_mode": "normal",
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/27/?format=api",
                        "name": "SpaceShipTwo",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 1024,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                            "name": "Virgin Galactic",
                            "abbrev": "VG",
                            "type": {
                                "id": 5,
                                "name": "Private"
                            }
                        },
                        "family": [],
                        "in_use": true,
                        "image": {
                            "id": 1933,
                            "name": "[AUTO] SpaceShipTwo - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194156.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "P2D"
                },
                "launch": {
                    "id": "6109337b-0ac2-4a89-a5fe-dba37cb107fe",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/6109337b-0ac2-4a89-a5fe-dba37cb107fe/?format=api",
                    "name": "SpaceShipTwo | Galactic 01",
                    "response_mode": "normal",
                    "slug": "spaceshiptwo-galactic-01",
                    "launch_designator": null,
                    "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-12-27T13:36:01Z",
                    "net": "2023-06-29T15:28:38Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "window_end": "2023-06-29T15:28:38Z",
                    "window_start": "2023-06-29T15:28:38Z",
                    "image": {
                        "id": 1839,
                        "name": "[AUTO] SpaceShipTwo - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193914.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "infographic": null,
                    "probability": null,
                    "weather_concerns": null,
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "response_mode": "list",
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "abbrev": "VG",
                        "type": {
                            "id": 5,
                            "name": "Private"
                        }
                    },
                    "rocket": {
                        "id": 7848,
                        "configuration": {
                            "response_mode": "list",
                            "id": 465,
                            "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/465/?format=api",
                            "name": "SpaceShipTwo",
                            "families": [],
                            "full_name": "SpaceShipTwo",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 6355,
                        "name": "Galactic 01",
                        "type": "Biology",
                        "description": "Research mission for the Italian Air Force, first commercial Virgin Galactic mission.",
                        "image": null,
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub",
                            "celestial_body": {
                                "response_mode": "list",
                                "id": 1,
                                "name": "Earth"
                            }
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 191,
                        "url": "https://ll.thespacedevs.com/2.3.0/pads/191/?format=api",
                        "active": true,
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "abbrev": "VG",
                                "type": {
                                    "id": 5,
                                    "name": "Private"
                                },
                                "featured": false,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "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",
                                "parent": null,
                                "image": {
                                    "id": 32,
                                    "name": "[AUTO] Virgin Galactic - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 196,
                                    "name": "[AUTO] Virgin Galactic - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 101,
                                    "name": "[AUTO] Virgin Galactic - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                }
                            }
                        ],
                        "name": "Spaceport America",
                        "image": null,
                        "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,
                        "country": {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        },
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
                        "total_launch_count": 14,
                        "orbital_launch_attempt_count": 0,
                        "fastest_turnaround": "P26DT23H33M30S",
                        "location": {
                            "response_mode": "normal",
                            "id": 144,
                            "url": "https://ll.thespacedevs.com/2.3.0/locations/144/?format=api",
                            "name": "Air launch to Suborbital flight",
                            "celestial_body": {
                                "response_mode": "normal",
                                "id": 1,
                                "name": "Earth",
                                "type": {
                                    "id": 1,
                                    "name": "Planet"
                                },
                                "diameter": 12742000.0,
                                "mass": 5.972168e+24,
                                "gravity": 9.80655,
                                "length_of_day": "1 00:00:00",
                                "atmosphere": true,
                                "image": {
                                    "id": 2040,
                                    "name": "Earth (Apollo 17)",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                    "credit": "NASA",
                                    "license": {
                                        "id": 4,
                                        "name": "NASA Image and Media Guidelines",
                                        "priority": 0,
                                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                "total_attempted_launches": 7144,
                                "successful_launches": 6601,
                                "failed_launches": 543,
                                "total_attempted_landings": 1100,
                                "successful_landings": 1057,
                                "failed_landings": 43
                            },
                            "active": true,
                            "country": {
                                "id": 17,
                                "name": "Unknown",
                                "alpha_2_code": "??",
                                "alpha_3_code": "???",
                                "nationality_name": "Earthling",
                                "nationality_name_composed": "Earthling"
                            },
                            "description": "",
                            "image": {
                                "id": 32,
                                "name": "[AUTO] Virgin Galactic - image",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                            "longitude": null,
                            "latitude": null,
                            "timezone_name": "",
                            "total_launch_count": 86,
                            "total_landing_count": 0
                        }
                    },
                    "webcast_live": false,
                    "program": [],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 80,
                    "pad_launch_attempt_count": 8,
                    "agency_launch_attempt_count": 61,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 3,
                    "pad_launch_attempt_count_year": 3,
                    "agency_launch_attempt_count_year": 3
                },
                "duration": "PT13M53S",
                "turn_around_time": "P34DT22H51M38S",
                "response_mode": "normal"
            },
            "payloadflight": null
        },
        {
            "id": 1239,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/1239/?format=api",
            "attempt": true,
            "success": true,
            "description": "VSS Unity has successfully landed back at Spaceport America after its suborbital flight.",
            "downrange_distance": 0.0,
            "landing_location": {
                "id": 13,
                "name": "Spaceport America",
                "active": true,
                "abbrev": "SA",
                "description": "FAA-licensed spaceport  in New Mexico.",
                "location": {
                    "response_mode": "normal",
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/31/?format=api",
                    "name": "Spaceport America, NM, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Spaceport America is an FAA-licensed spaceport located in the Jornada del Muerto desert basin north of Las Cruces, New Mexico, and southeast of Truth or Consequences. With Virgin Galactic's launch of the VSS Unity, with three people aboard, on May 22, 2021, New Mexico became the third US state to launch humans into space after California and Florida.",
                    "image": {
                        "id": 2217,
                        "name": "Spaceport America",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
                        "credit": "Land Rover MENA",
                        "license": {
                            "id": 28,
                            "name": "CC BY 2.0",
                            "priority": 6,
                            "link": "https://creativecommons.org/licenses/by/2.0/"
                        },
                        "single_use": false,
                        "variants": []
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg",
                    "longitude": -106.969722,
                    "latitude": 32.990278,
                    "timezone_name": "America/Denver",
                    "total_launch_count": 4,
                    "total_landing_count": 4
                },
                "longitude": -106.969722,
                "latitude": 32.990278,
                "image": {
                    "id": 2217,
                    "name": "Spaceport America",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
                    "credit": "Land Rover MENA",
                    "license": {
                        "id": 28,
                        "name": "CC BY 2.0",
                        "priority": 6,
                        "link": "https://creativecommons.org/licenses/by/2.0/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "successful_landings": 17,
                "attempted_landings": 18,
                "failed_landings": 1,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 1,
                    "name": "Earth",
                    "type": {
                        "id": 1,
                        "name": "Planet"
                    },
                    "diameter": 12742000.0,
                    "mass": 5.972168e+24,
                    "gravity": 9.80655,
                    "length_of_day": "1 00:00:00",
                    "atmosphere": true,
                    "image": {
                        "id": 2040,
                        "name": "Earth (Apollo 17)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                }
            },
            "type": {
                "id": 6,
                "name": "Horizontal Landing",
                "abbrev": "HL",
                "description": "Horizontal landing on a runway or flat surface."
            },
            "response_mode": "normal",
            "firststage": null,
            "spacecraftflight": {
                "id": 815,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/815/?format=api",
                "destination": "Suborbital",
                "mission_end": "2023-09-08T15:36:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 473,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/473/?format=api",
                    "name": "VSS Unity",
                    "serial_number": "N202VG",
                    "is_placeholder": false,
                    "image": {
                        "id": 2149,
                        "name": "SpaceShipTwo Unity at rollout event",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_20240812142943.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_thumbnail_20240812142943.jpeg",
                        "credit": "Ronrosano",
                        "license": {
                            "id": 21,
                            "name": "CC BY-SA 3.0",
                            "priority": 4,
                            "link": "https://creativecommons.org/licenses/by-sa/3.0/deed.en"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "PT4H3M43S",
                    "time_docked": "P0D",
                    "flights_count": 30,
                    "mission_ends_count": 30,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "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": {
                        "response_mode": "normal",
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/27/?format=api",
                        "name": "SpaceShipTwo",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 1024,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                            "name": "Virgin Galactic",
                            "abbrev": "VG",
                            "type": {
                                "id": 5,
                                "name": "Private"
                            }
                        },
                        "family": [],
                        "in_use": true,
                        "image": {
                            "id": 1933,
                            "name": "[AUTO] SpaceShipTwo - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194156.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "P2D"
                },
                "launch": {
                    "id": "3a26da85-1135-4784-b55a-6c5185e0aab6",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/3a26da85-1135-4784-b55a-6c5185e0aab6/?format=api",
                    "name": "SpaceShipTwo | Galactic 03",
                    "response_mode": "normal",
                    "slug": "spaceshiptwo-galactic-03",
                    "launch_designator": null,
                    "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",
                    "net_precision": {
                        "id": 1,
                        "name": "Minute",
                        "abbrev": "MIN",
                        "description": "The T-0 is accurate to the minute."
                    },
                    "window_end": "2023-09-08T23:00:00Z",
                    "window_start": "2023-09-08T14:00:00Z",
                    "image": {
                        "id": 1839,
                        "name": "[AUTO] SpaceShipTwo - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193914.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "infographic": null,
                    "probability": null,
                    "weather_concerns": null,
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "response_mode": "list",
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "abbrev": "VG",
                        "type": {
                            "id": 5,
                            "name": "Private"
                        }
                    },
                    "rocket": {
                        "id": 7997,
                        "configuration": {
                            "response_mode": "list",
                            "id": 465,
                            "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/465/?format=api",
                            "name": "SpaceShipTwo",
                            "families": [],
                            "full_name": "SpaceShipTwo",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 6526,
                        "name": "Galactic 03",
                        "type": "Tourism",
                        "description": "Third commercial Virgin Galactic mission.",
                        "image": null,
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub",
                            "celestial_body": {
                                "response_mode": "list",
                                "id": 1,
                                "name": "Earth"
                            }
                        },
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "abbrev": "VG",
                                "type": {
                                    "id": 5,
                                    "name": "Private"
                                },
                                "featured": false,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "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",
                                "parent": null,
                                "image": {
                                    "id": 32,
                                    "name": "[AUTO] Virgin Galactic - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 196,
                                    "name": "[AUTO] Virgin Galactic - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 101,
                                    "name": "[AUTO] Virgin Galactic - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "total_launch_count": 67,
                                "consecutive_successful_launches": 11,
                                "successful_launches": 62,
                                "failed_launches": 5,
                                "pending_launches": 0,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "successful_landings_spacecraft": 66,
                                "failed_landings_spacecraft": 0,
                                "attempted_landings_spacecraft": 66,
                                "successful_landings_payload": 0,
                                "failed_landings_payload": 0,
                                "attempted_landings_payload": 0,
                                "info_url": "https://www.virgingalactic.com/",
                                "wiki_url": "https://en.wikipedia.org/wiki/Virgin_Galactic",
                                "social_media_links": []
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 191,
                        "url": "https://ll.thespacedevs.com/2.3.0/pads/191/?format=api",
                        "active": true,
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "abbrev": "VG",
                                "type": {
                                    "id": 5,
                                    "name": "Private"
                                },
                                "featured": false,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "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",
                                "parent": null,
                                "image": {
                                    "id": 32,
                                    "name": "[AUTO] Virgin Galactic - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 196,
                                    "name": "[AUTO] Virgin Galactic - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 101,
                                    "name": "[AUTO] Virgin Galactic - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                }
                            }
                        ],
                        "name": "Spaceport America",
                        "image": null,
                        "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,
                        "country": {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        },
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
                        "total_launch_count": 14,
                        "orbital_launch_attempt_count": 0,
                        "fastest_turnaround": "P26DT23H33M30S",
                        "location": {
                            "response_mode": "normal",
                            "id": 144,
                            "url": "https://ll.thespacedevs.com/2.3.0/locations/144/?format=api",
                            "name": "Air launch to Suborbital flight",
                            "celestial_body": {
                                "response_mode": "normal",
                                "id": 1,
                                "name": "Earth",
                                "type": {
                                    "id": 1,
                                    "name": "Planet"
                                },
                                "diameter": 12742000.0,
                                "mass": 5.972168e+24,
                                "gravity": 9.80655,
                                "length_of_day": "1 00:00:00",
                                "atmosphere": true,
                                "image": {
                                    "id": 2040,
                                    "name": "Earth (Apollo 17)",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                    "credit": "NASA",
                                    "license": {
                                        "id": 4,
                                        "name": "NASA Image and Media Guidelines",
                                        "priority": 0,
                                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                "total_attempted_launches": 7144,
                                "successful_launches": 6601,
                                "failed_launches": 543,
                                "total_attempted_landings": 1100,
                                "successful_landings": 1057,
                                "failed_landings": 43
                            },
                            "active": true,
                            "country": {
                                "id": 17,
                                "name": "Unknown",
                                "alpha_2_code": "??",
                                "alpha_3_code": "???",
                                "nationality_name": "Earthling",
                                "nationality_name_composed": "Earthling"
                            },
                            "description": "",
                            "image": {
                                "id": 32,
                                "name": "[AUTO] Virgin Galactic - image",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                            "longitude": null,
                            "latitude": null,
                            "timezone_name": "",
                            "total_launch_count": 86,
                            "total_landing_count": 0
                        }
                    },
                    "webcast_live": false,
                    "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
                },
                "duration": "PT14M",
                "turn_around_time": "P28DT23H48M58S",
                "response_mode": "normal"
            },
            "payloadflight": null
        },
        {
            "id": 373,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/373/?format=api",
            "attempt": false,
            "success": null,
            "description": "The Apollo 1 spacecraft was destroyed in a cabin on the ground fire during a launch dress rehearsal.",
            "downrange_distance": 0.0,
            "landing_location": {
                "id": 50,
                "name": "Launch Complex 34",
                "active": false,
                "abbrev": "LC-34",
                "description": "",
                "location": {
                    "response_mode": "normal",
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "image": {
                        "id": 2200,
                        "name": "Cape Canaveral & KSC seen from orbit (STS-43)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_20240918151615.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_thumbnail_20240918151616.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "longitude": -80.577778,
                    "latitude": 28.488889,
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1019,
                    "total_landing_count": 64
                },
                "longitude": -80.561389,
                "latitude": 28.521944,
                "image": {
                    "id": 2236,
                    "name": "LC-34 in 1963",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lc-34_in_1963_image_20240920091635.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lc-34_in_1963_image_thumbnail_20240920091635.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 0,
                "attempted_landings": 0,
                "failed_landings": 0,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 1,
                    "name": "Earth",
                    "type": {
                        "id": 1,
                        "name": "Planet"
                    },
                    "diameter": 12742000.0,
                    "mass": 5.972168e+24,
                    "gravity": 9.80655,
                    "length_of_day": "1 00:00:00",
                    "atmosphere": true,
                    "image": {
                        "id": 2040,
                        "name": "Earth (Apollo 17)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                }
            },
            "type": null,
            "response_mode": "normal",
            "firststage": null,
            "spacecraftflight": {
                "id": 598,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/598/?format=api",
                "destination": "Low Earth Orbit",
                "mission_end": "1967-01-27T23:31:19Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 460,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/460/?format=api",
                    "name": "Apollo CSM-012",
                    "serial_number": "CSM-012",
                    "is_placeholder": false,
                    "image": {
                        "id": 1902,
                        "name": "[AUTO] Apollo Command/Service Module - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "P0D",
                    "time_docked": "P0D",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 3,
                        "name": "Destroyed"
                    },
                    "description": "CSM-012 was an Apollo Command & Service Module that was planned to be used in the Apollo 1 mission. It was destroyed by a fatal cabin fire during a launch rehearsal on January 27, 1967.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 10,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
                        "name": "Apollo Command/Service Module",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 999,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/999/?format=api",
                            "name": "North American Aviation",
                            "abbrev": "",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "family": [],
                        "in_use": false,
                        "image": {
                            "id": 1902,
                            "name": "[AUTO] Apollo Command/Service Module - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "a49d791b-3c7f-4ee9-8917-14596a2a1a25",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/a49d791b-3c7f-4ee9-8917-14596a2a1a25/?format=api",
                    "name": "Saturn IB | Apollo 1 (Failure before launch)",
                    "response_mode": "normal",
                    "slug": "saturn-ib-apollo-1-failure-before-launch",
                    "launch_designator": null,
                    "status": {
                        "id": 4,
                        "name": "Launch Failure",
                        "abbrev": "Failure",
                        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
                    },
                    "last_updated": "2023-06-14T17:42:44Z",
                    "net": "1967-01-27T23:31:19Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "window_end": "1967-01-27T23:31:19Z",
                    "window_start": "1967-01-27T23:31:19Z",
                    "image": {
                        "id": 1819,
                        "name": "[AUTO] Saturn IB - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/saturn2520ib_image_20190222030046.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193844.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "infographic": null,
                    "probability": null,
                    "weather_concerns": null,
                    "failreason": "Crew and spacecraft lost due to a cabin fire that occurred during a launch rehearsal at Cape Kennedy Air Force Station Launch Complex 34 on January 27, 1967.",
                    "hashtag": null,
                    "launch_service_provider": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "rocket": {
                        "id": 2880,
                        "configuration": {
                            "response_mode": "list",
                            "id": 163,
                            "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/163/?format=api",
                            "name": "Saturn IB",
                            "families": [
                                {
                                    "response_mode": "list",
                                    "id": 138,
                                    "name": "Saturn"
                                }
                            ],
                            "full_name": "Saturn IB",
                            "variant": "IB"
                        }
                    },
                    "mission": {
                        "id": 1296,
                        "name": "Apollo 1",
                        "type": "Human Exploration",
                        "description": "Apollo 1, initially designated AS-204, was the first crewed mission of the United States Apollo program, the undertaking to land the first man on the Moon. It was planned to launch on February 21, 1967, as the first low Earth orbital test of the Apollo command and service module. The mission never flew; a cabin fire during a launch rehearsal test at Cape Kennedy Air Force Station Launch Complex 34 on January 27 killed all three crew members—Command Pilot Gus Grissom, Senior Pilot Ed White, and Pilot Roger B. Chaffee—and destroyed the command module (CM). The name Apollo 1, chosen by the crew, was made official by NASA in their honor after the fire.",
                        "image": null,
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO",
                            "celestial_body": {
                                "response_mode": "list",
                                "id": 1,
                                "name": "Earth"
                            }
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 19,
                        "url": "https://ll.thespacedevs.com/2.3.0/pads/19/?format=api",
                        "active": true,
                        "agencies": [],
                        "name": "Launch Complex 34",
                        "image": null,
                        "description": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_34",
                        "map_url": "https://www.google.com/maps?q=28.521811,-80.56113",
                        "latitude": 28.521811,
                        "longitude": -80.56113,
                        "country": {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        },
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_19_20200803143428.jpg",
                        "total_launch_count": 9,
                        "orbital_launch_attempt_count": 3,
                        "fastest_turnaround": "P132DT2H26M53S",
                        "location": {
                            "response_mode": "normal",
                            "id": 12,
                            "url": "https://ll.thespacedevs.com/2.3.0/locations/12/?format=api",
                            "name": "Cape Canaveral SFS, FL, USA",
                            "celestial_body": {
                                "response_mode": "normal",
                                "id": 1,
                                "name": "Earth",
                                "type": {
                                    "id": 1,
                                    "name": "Planet"
                                },
                                "diameter": 12742000.0,
                                "mass": 5.972168e+24,
                                "gravity": 9.80655,
                                "length_of_day": "1 00:00:00",
                                "atmosphere": true,
                                "image": {
                                    "id": 2040,
                                    "name": "Earth (Apollo 17)",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                    "credit": "NASA",
                                    "license": {
                                        "id": 4,
                                        "name": "NASA Image and Media Guidelines",
                                        "priority": 0,
                                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                "total_attempted_launches": 7144,
                                "successful_launches": 6601,
                                "failed_launches": 543,
                                "total_attempted_landings": 1100,
                                "successful_landings": 1057,
                                "failed_landings": 43
                            },
                            "active": true,
                            "country": {
                                "id": 2,
                                "name": "United States of America",
                                "alpha_2_code": "US",
                                "alpha_3_code": "USA",
                                "nationality_name": "American",
                                "nationality_name_composed": "Americano"
                            },
                            "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                            "image": {
                                "id": 2200,
                                "name": "Cape Canaveral & KSC seen from orbit (STS-43)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_20240918151615.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_thumbnail_20240918151616.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                            "longitude": -80.577778,
                            "latitude": 28.488889,
                            "timezone_name": "America/New_York",
                            "total_launch_count": 1019,
                            "total_landing_count": 64
                        }
                    },
                    "webcast_live": false,
                    "program": [
                        {
                            "response_mode": "normal",
                            "id": 4,
                            "url": "https://ll.thespacedevs.com/2.3.0/programs/4/?format=api",
                            "name": "Apollo",
                            "image": {
                                "id": 1877,
                                "name": "[AUTO] Apollo - image",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_program_20200820200202.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194019.png",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "info_url": "https://www.nasa.gov/mission_pages/apollo/index.html",
                            "wiki_url": "https://en.wikipedia.org/wiki/Apollo_program",
                            "description": "The Apollo program was the third United States human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which succeeded in landing the first humans on the Moon from 1969 to 1972.",
                            "agencies": [
                                {
                                    "response_mode": "list",
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "abbrev": "NASA",
                                    "type": {
                                        "id": 1,
                                        "name": "Government"
                                    }
                                }
                            ],
                            "start_date": "1966-11-16T00:00:00Z",
                            "end_date": "1972-12-19T19:24:59Z",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 655,
                    "location_launch_attempt_count": 195,
                    "pad_launch_attempt_count": 7,
                    "agency_launch_attempt_count": 87,
                    "orbital_launch_attempt_count_year": 7,
                    "location_launch_attempt_count_year": 3,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 1
                },
                "duration": "P0D",
                "turn_around_time": null,
                "response_mode": "normal"
            },
            "payloadflight": null
        },
        {
            "id": 1269,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/1269/?format=api",
            "attempt": true,
            "success": true,
            "description": "VSS Unity has landed back at Spaceport America after this flight.",
            "downrange_distance": 0.0,
            "landing_location": {
                "id": 13,
                "name": "Spaceport America",
                "active": true,
                "abbrev": "SA",
                "description": "FAA-licensed spaceport  in New Mexico.",
                "location": {
                    "response_mode": "normal",
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/31/?format=api",
                    "name": "Spaceport America, NM, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Spaceport America is an FAA-licensed spaceport located in the Jornada del Muerto desert basin north of Las Cruces, New Mexico, and southeast of Truth or Consequences. With Virgin Galactic's launch of the VSS Unity, with three people aboard, on May 22, 2021, New Mexico became the third US state to launch humans into space after California and Florida.",
                    "image": {
                        "id": 2217,
                        "name": "Spaceport America",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
                        "credit": "Land Rover MENA",
                        "license": {
                            "id": 28,
                            "name": "CC BY 2.0",
                            "priority": 6,
                            "link": "https://creativecommons.org/licenses/by/2.0/"
                        },
                        "single_use": false,
                        "variants": []
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg",
                    "longitude": -106.969722,
                    "latitude": 32.990278,
                    "timezone_name": "America/Denver",
                    "total_launch_count": 4,
                    "total_landing_count": 4
                },
                "longitude": -106.969722,
                "latitude": 32.990278,
                "image": {
                    "id": 2217,
                    "name": "Spaceport America",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
                    "credit": "Land Rover MENA",
                    "license": {
                        "id": 28,
                        "name": "CC BY 2.0",
                        "priority": 6,
                        "link": "https://creativecommons.org/licenses/by/2.0/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "successful_landings": 17,
                "attempted_landings": 18,
                "failed_landings": 1,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 1,
                    "name": "Earth",
                    "type": {
                        "id": 1,
                        "name": "Planet"
                    },
                    "diameter": 12742000.0,
                    "mass": 5.972168e+24,
                    "gravity": 9.80655,
                    "length_of_day": "1 00:00:00",
                    "atmosphere": true,
                    "image": {
                        "id": 2040,
                        "name": "Earth (Apollo 17)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                }
            },
            "type": {
                "id": 6,
                "name": "Horizontal Landing",
                "abbrev": "HL",
                "description": "Horizontal landing on a runway or flat surface."
            },
            "response_mode": "normal",
            "firststage": null,
            "spacecraftflight": {
                "id": 821,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/821/?format=api",
                "destination": "Suborbital",
                "mission_end": "2023-11-02T16:00:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 473,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/473/?format=api",
                    "name": "VSS Unity",
                    "serial_number": "N202VG",
                    "is_placeholder": false,
                    "image": {
                        "id": 2149,
                        "name": "SpaceShipTwo Unity at rollout event",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_20240812142943.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_thumbnail_20240812142943.jpeg",
                        "credit": "Ronrosano",
                        "license": {
                            "id": 21,
                            "name": "CC BY-SA 3.0",
                            "priority": 4,
                            "link": "https://creativecommons.org/licenses/by-sa/3.0/deed.en"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "PT4H3M43S",
                    "time_docked": "P0D",
                    "flights_count": 30,
                    "mission_ends_count": 30,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "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": {
                        "response_mode": "normal",
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/27/?format=api",
                        "name": "SpaceShipTwo",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 1024,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                            "name": "Virgin Galactic",
                            "abbrev": "VG",
                            "type": {
                                "id": 5,
                                "name": "Private"
                            }
                        },
                        "family": [],
                        "in_use": true,
                        "image": {
                            "id": 1933,
                            "name": "[AUTO] SpaceShipTwo - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194156.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "P2D"
                },
                "launch": {
                    "id": "577b4557-1291-4f26-8642-2f075490d580",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/577b4557-1291-4f26-8642-2f075490d580/?format=api",
                    "name": "SpaceShipTwo | Galactic 05",
                    "response_mode": "normal",
                    "slug": "spaceshiptwo-galactic-05",
                    "launch_designator": null,
                    "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-11-02T16:39:29Z",
                    "net": "2023-11-02T15:44:00Z",
                    "net_precision": {
                        "id": 1,
                        "name": "Minute",
                        "abbrev": "MIN",
                        "description": "The T-0 is accurate to the minute."
                    },
                    "window_end": "2023-11-02T23:00:00Z",
                    "window_start": "2023-11-02T14:30:00Z",
                    "image": {
                        "id": 1839,
                        "name": "[AUTO] SpaceShipTwo - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193914.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "infographic": null,
                    "probability": null,
                    "weather_concerns": null,
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "response_mode": "list",
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "abbrev": "VG",
                        "type": {
                            "id": 5,
                            "name": "Private"
                        }
                    },
                    "rocket": {
                        "id": 8051,
                        "configuration": {
                            "response_mode": "list",
                            "id": 465,
                            "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/465/?format=api",
                            "name": "SpaceShipTwo",
                            "families": [],
                            "full_name": "SpaceShipTwo",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 6599,
                        "name": "Galactic 05",
                        "type": "Tourism",
                        "description": "Fifth commercial Virgin Galactic mission.",
                        "image": null,
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub",
                            "celestial_body": {
                                "response_mode": "list",
                                "id": 1,
                                "name": "Earth"
                            }
                        },
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "abbrev": "VG",
                                "type": {
                                    "id": 5,
                                    "name": "Private"
                                },
                                "featured": false,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "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",
                                "parent": null,
                                "image": {
                                    "id": 32,
                                    "name": "[AUTO] Virgin Galactic - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 196,
                                    "name": "[AUTO] Virgin Galactic - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 101,
                                    "name": "[AUTO] Virgin Galactic - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "total_launch_count": 67,
                                "consecutive_successful_launches": 11,
                                "successful_launches": 62,
                                "failed_launches": 5,
                                "pending_launches": 0,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "successful_landings_spacecraft": 66,
                                "failed_landings_spacecraft": 0,
                                "attempted_landings_spacecraft": 66,
                                "successful_landings_payload": 0,
                                "failed_landings_payload": 0,
                                "attempted_landings_payload": 0,
                                "info_url": "https://www.virgingalactic.com/",
                                "wiki_url": "https://en.wikipedia.org/wiki/Virgin_Galactic",
                                "social_media_links": []
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 191,
                        "url": "https://ll.thespacedevs.com/2.3.0/pads/191/?format=api",
                        "active": true,
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "abbrev": "VG",
                                "type": {
                                    "id": 5,
                                    "name": "Private"
                                },
                                "featured": false,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "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",
                                "parent": null,
                                "image": {
                                    "id": 32,
                                    "name": "[AUTO] Virgin Galactic - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 196,
                                    "name": "[AUTO] Virgin Galactic - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 101,
                                    "name": "[AUTO] Virgin Galactic - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                }
                            }
                        ],
                        "name": "Spaceport America",
                        "image": null,
                        "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,
                        "country": {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        },
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
                        "total_launch_count": 14,
                        "orbital_launch_attempt_count": 0,
                        "fastest_turnaround": "P26DT23H33M30S",
                        "location": {
                            "response_mode": "normal",
                            "id": 144,
                            "url": "https://ll.thespacedevs.com/2.3.0/locations/144/?format=api",
                            "name": "Air launch to Suborbital flight",
                            "celestial_body": {
                                "response_mode": "normal",
                                "id": 1,
                                "name": "Earth",
                                "type": {
                                    "id": 1,
                                    "name": "Planet"
                                },
                                "diameter": 12742000.0,
                                "mass": 5.972168e+24,
                                "gravity": 9.80655,
                                "length_of_day": "1 00:00:00",
                                "atmosphere": true,
                                "image": {
                                    "id": 2040,
                                    "name": "Earth (Apollo 17)",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                    "credit": "NASA",
                                    "license": {
                                        "id": 4,
                                        "name": "NASA Image and Media Guidelines",
                                        "priority": 0,
                                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                "total_attempted_launches": 7144,
                                "successful_launches": 6601,
                                "failed_launches": 543,
                                "total_attempted_landings": 1100,
                                "successful_landings": 1057,
                                "failed_landings": 43
                            },
                            "active": true,
                            "country": {
                                "id": 17,
                                "name": "Unknown",
                                "alpha_2_code": "??",
                                "alpha_3_code": "???",
                                "nationality_name": "Earthling",
                                "nationality_name_composed": "Earthling"
                            },
                            "description": "",
                            "image": {
                                "id": 32,
                                "name": "[AUTO] Virgin Galactic - image",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                            "longitude": null,
                            "latitude": null,
                            "timezone_name": "",
                            "total_launch_count": 86,
                            "total_landing_count": 0
                        }
                    },
                    "webcast_live": false,
                    "program": [],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 84,
                    "pad_launch_attempt_count": 12,
                    "agency_launch_attempt_count": 65,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 7,
                    "pad_launch_attempt_count_year": 7,
                    "agency_launch_attempt_count_year": 7
                },
                "duration": "PT16M",
                "turn_around_time": "P26DT23H19M7S",
                "response_mode": "normal"
            },
            "payloadflight": null
        },
        {
            "id": 166,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/166/?format=api",
            "attempt": true,
            "success": true,
            "description": "Starhopper successfully landed after its first untethered hop.",
            "downrange_distance": 0.0,
            "landing_location": {
                "id": 14,
                "name": "SpaceX Starship Landing Pad",
                "active": false,
                "abbrev": "LZ",
                "description": "This is the landing pad used for early Starship development flights.",
                "location": {
                    "response_mode": "normal",
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                    "image": {
                        "id": 2219,
                        "name": "SpaceX Starbase in March 2022",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_starbase_image_20240919170357.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_starbase_image_thumbnail_20240919170357.jpeg",
                        "credit": "SpaceX",
                        "license": {
                            "id": 5,
                            "name": "CC BY-NC 2.0",
                            "priority": 1,
                            "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "longitude": -97.157,
                    "latitude": 25.997,
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 17,
                    "total_landing_count": 13
                },
                "longitude": -97.15645,
                "latitude": 25.997209,
                "image": {
                    "id": 1975,
                    "name": "Starship landing pad with SN-15",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_landin_image_20240310171604.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_landin_image_thumbnail_20240310171604.png",
                    "credit": "SpaceX",
                    "license": {
                        "id": 5,
                        "name": "CC BY-NC 2.0",
                        "priority": 1,
                        "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 5,
                "attempted_landings": 9,
                "failed_landings": 4,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 1,
                    "name": "Earth",
                    "type": {
                        "id": 1,
                        "name": "Planet"
                    },
                    "diameter": 12742000.0,
                    "mass": 5.972168e+24,
                    "gravity": 9.80655,
                    "length_of_day": "1 00:00:00",
                    "atmosphere": true,
                    "image": {
                        "id": 2040,
                        "name": "Earth (Apollo 17)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                }
            },
            "type": {
                "id": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 134,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "response_mode": "normal",
                    "id": 74,
                    "url": "https://ll.thespacedevs.com/2.3.0/launchers/74/?format=api",
                    "flight_proven": true,
                    "serial_number": "Starhopper",
                    "is_placeholder": false,
                    "status": {
                        "id": 1,
                        "name": "retired"
                    },
                    "image": {
                        "id": 1673,
                        "name": "[AUTO] Starhopper - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20200820190716.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193442.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "First prototype of the Starship vehicle. Starhopper was a short test article that flew once to a height of 150m before landing safely.",
                    "successful_landings": 2,
                    "attempted_landings": 2,
                    "flights": 2,
                    "last_launch_date": "2019-08-27T22:02:00Z",
                    "first_launch_date": "2019-07-26T03:45:00Z",
                    "fastest_turnaround": "P32DT18H17M"
                },
                "previous_flight_date": null,
                "turn_around_time": null,
                "previous_flight": null
            },
            "spacecraftflight": null,
            "payloadflight": null
        },
        {
            "id": 167,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/167/?format=api",
            "attempt": true,
            "success": true,
            "description": "Starhopper successfully landed after its 150m hop.",
            "downrange_distance": 0.0,
            "landing_location": {
                "id": 14,
                "name": "SpaceX Starship Landing Pad",
                "active": false,
                "abbrev": "LZ",
                "description": "This is the landing pad used for early Starship development flights.",
                "location": {
                    "response_mode": "normal",
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                    "image": {
                        "id": 2219,
                        "name": "SpaceX Starbase in March 2022",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_starbase_image_20240919170357.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_starbase_image_thumbnail_20240919170357.jpeg",
                        "credit": "SpaceX",
                        "license": {
                            "id": 5,
                            "name": "CC BY-NC 2.0",
                            "priority": 1,
                            "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "longitude": -97.157,
                    "latitude": 25.997,
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 17,
                    "total_landing_count": 13
                },
                "longitude": -97.15645,
                "latitude": 25.997209,
                "image": {
                    "id": 1975,
                    "name": "Starship landing pad with SN-15",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_landin_image_20240310171604.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_landin_image_thumbnail_20240310171604.png",
                    "credit": "SpaceX",
                    "license": {
                        "id": 5,
                        "name": "CC BY-NC 2.0",
                        "priority": 1,
                        "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 5,
                "attempted_landings": 9,
                "failed_landings": 4,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 1,
                    "name": "Earth",
                    "type": {
                        "id": 1,
                        "name": "Planet"
                    },
                    "diameter": 12742000.0,
                    "mass": 5.972168e+24,
                    "gravity": 9.80655,
                    "length_of_day": "1 00:00:00",
                    "atmosphere": true,
                    "image": {
                        "id": 2040,
                        "name": "Earth (Apollo 17)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                }
            },
            "type": {
                "id": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "response_mode": "normal",
            "firststage": {
                "id": 135,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "response_mode": "normal",
                    "id": 74,
                    "url": "https://ll.thespacedevs.com/2.3.0/launchers/74/?format=api",
                    "flight_proven": true,
                    "serial_number": "Starhopper",
                    "is_placeholder": false,
                    "status": {
                        "id": 1,
                        "name": "retired"
                    },
                    "image": {
                        "id": 1673,
                        "name": "[AUTO] Starhopper - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20200820190716.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193442.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "details": "First prototype of the Starship vehicle. Starhopper was a short test article that flew once to a height of 150m before landing safely.",
                    "successful_landings": 2,
                    "attempted_landings": 2,
                    "flights": 2,
                    "last_launch_date": "2019-08-27T22:02:00Z",
                    "first_launch_date": "2019-07-26T03:45:00Z",
                    "fastest_turnaround": "P32DT18H17M"
                },
                "previous_flight_date": "2019-07-26T03:45:00Z",
                "turn_around_time": "P32DT18H17M",
                "previous_flight": {
                    "id": "eae177d1-3de8-4a21-ad79-fe21afac4f04",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/eae177d1-3de8-4a21-ad79-fe21afac4f04/?format=api",
                    "name": "Starship Hopper | 20m Hop"
                }
            },
            "spacecraftflight": null,
            "payloadflight": null
        },
        {
            "id": 1174,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/1174/?format=api",
            "attempt": true,
            "success": true,
            "description": "VSS Unity landed back at Spaceport America after this flight.",
            "downrange_distance": 0.0,
            "landing_location": {
                "id": 13,
                "name": "Spaceport America",
                "active": true,
                "abbrev": "SA",
                "description": "FAA-licensed spaceport  in New Mexico.",
                "location": {
                    "response_mode": "normal",
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/31/?format=api",
                    "name": "Spaceport America, NM, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Spaceport America is an FAA-licensed spaceport located in the Jornada del Muerto desert basin north of Las Cruces, New Mexico, and southeast of Truth or Consequences. With Virgin Galactic's launch of the VSS Unity, with three people aboard, on May 22, 2021, New Mexico became the third US state to launch humans into space after California and Florida.",
                    "image": {
                        "id": 2217,
                        "name": "Spaceport America",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
                        "credit": "Land Rover MENA",
                        "license": {
                            "id": 28,
                            "name": "CC BY 2.0",
                            "priority": 6,
                            "link": "https://creativecommons.org/licenses/by/2.0/"
                        },
                        "single_use": false,
                        "variants": []
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg",
                    "longitude": -106.969722,
                    "latitude": 32.990278,
                    "timezone_name": "America/Denver",
                    "total_launch_count": 4,
                    "total_landing_count": 4
                },
                "longitude": -106.969722,
                "latitude": 32.990278,
                "image": {
                    "id": 2217,
                    "name": "Spaceport America",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
                    "credit": "Land Rover MENA",
                    "license": {
                        "id": 28,
                        "name": "CC BY 2.0",
                        "priority": 6,
                        "link": "https://creativecommons.org/licenses/by/2.0/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "successful_landings": 17,
                "attempted_landings": 18,
                "failed_landings": 1,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 1,
                    "name": "Earth",
                    "type": {
                        "id": 1,
                        "name": "Planet"
                    },
                    "diameter": 12742000.0,
                    "mass": 5.972168e+24,
                    "gravity": 9.80655,
                    "length_of_day": "1 00:00:00",
                    "atmosphere": true,
                    "image": {
                        "id": 2040,
                        "name": "Earth (Apollo 17)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                }
            },
            "type": {
                "id": 6,
                "name": "Horizontal Landing",
                "abbrev": "HL",
                "description": "Horizontal landing on a runway or flat surface."
            },
            "response_mode": "normal",
            "firststage": null,
            "spacecraftflight": {
                "id": 810,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/810/?format=api",
                "destination": "Suborbital",
                "mission_end": "2023-08-10T15:33:02Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 473,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/473/?format=api",
                    "name": "VSS Unity",
                    "serial_number": "N202VG",
                    "is_placeholder": false,
                    "image": {
                        "id": 2149,
                        "name": "SpaceShipTwo Unity at rollout event",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_20240812142943.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_thumbnail_20240812142943.jpeg",
                        "credit": "Ronrosano",
                        "license": {
                            "id": 21,
                            "name": "CC BY-SA 3.0",
                            "priority": 4,
                            "link": "https://creativecommons.org/licenses/by-sa/3.0/deed.en"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "PT4H3M43S",
                    "time_docked": "P0D",
                    "flights_count": 30,
                    "mission_ends_count": 30,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "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": {
                        "response_mode": "normal",
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/27/?format=api",
                        "name": "SpaceShipTwo",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 1024,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                            "name": "Virgin Galactic",
                            "abbrev": "VG",
                            "type": {
                                "id": 5,
                                "name": "Private"
                            }
                        },
                        "family": [],
                        "in_use": true,
                        "image": {
                            "id": 1933,
                            "name": "[AUTO] SpaceShipTwo - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194156.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "P2D"
                },
                "launch": {
                    "id": "6229654f-e7ea-4d97-80f7-0195161e8645",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/6229654f-e7ea-4d97-80f7-0195161e8645/?format=api",
                    "name": "SpaceShipTwo | Galactic 02",
                    "response_mode": "normal",
                    "slug": "spaceshiptwo-galactic-02",
                    "launch_designator": null,
                    "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-12-27T13:40:09Z",
                    "net": "2023-08-10T15:17:00Z",
                    "net_precision": {
                        "id": 1,
                        "name": "Minute",
                        "abbrev": "MIN",
                        "description": "The T-0 is accurate to the minute."
                    },
                    "window_end": "2023-08-10T22:00:00Z",
                    "window_start": "2023-08-10T14:00:00Z",
                    "image": {
                        "id": 1839,
                        "name": "[AUTO] SpaceShipTwo - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193914.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "infographic": null,
                    "probability": null,
                    "weather_concerns": null,
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "response_mode": "list",
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "abbrev": "VG",
                        "type": {
                            "id": 5,
                            "name": "Private"
                        }
                    },
                    "rocket": {
                        "id": 7906,
                        "configuration": {
                            "response_mode": "list",
                            "id": 465,
                            "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/465/?format=api",
                            "name": "SpaceShipTwo",
                            "families": [],
                            "full_name": "SpaceShipTwo",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 6413,
                        "name": "Galactic 02",
                        "type": "Tourism",
                        "description": "Second commercial Virgin Galactic mission.",
                        "image": null,
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub",
                            "celestial_body": {
                                "response_mode": "list",
                                "id": 1,
                                "name": "Earth"
                            }
                        },
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "abbrev": "VG",
                                "type": {
                                    "id": 5,
                                    "name": "Private"
                                },
                                "featured": false,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "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",
                                "parent": null,
                                "image": {
                                    "id": 32,
                                    "name": "[AUTO] Virgin Galactic - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 196,
                                    "name": "[AUTO] Virgin Galactic - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 101,
                                    "name": "[AUTO] Virgin Galactic - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "total_launch_count": 67,
                                "consecutive_successful_launches": 11,
                                "successful_launches": 62,
                                "failed_launches": 5,
                                "pending_launches": 0,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "successful_landings_spacecraft": 66,
                                "failed_landings_spacecraft": 0,
                                "attempted_landings_spacecraft": 66,
                                "successful_landings_payload": 0,
                                "failed_landings_payload": 0,
                                "attempted_landings_payload": 0,
                                "info_url": "https://www.virgingalactic.com/",
                                "wiki_url": "https://en.wikipedia.org/wiki/Virgin_Galactic",
                                "social_media_links": []
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 191,
                        "url": "https://ll.thespacedevs.com/2.3.0/pads/191/?format=api",
                        "active": true,
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "abbrev": "VG",
                                "type": {
                                    "id": 5,
                                    "name": "Private"
                                },
                                "featured": false,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "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",
                                "parent": null,
                                "image": {
                                    "id": 32,
                                    "name": "[AUTO] Virgin Galactic - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 196,
                                    "name": "[AUTO] Virgin Galactic - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 101,
                                    "name": "[AUTO] Virgin Galactic - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                }
                            }
                        ],
                        "name": "Spaceport America",
                        "image": null,
                        "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,
                        "country": {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        },
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
                        "total_launch_count": 14,
                        "orbital_launch_attempt_count": 0,
                        "fastest_turnaround": "P26DT23H33M30S",
                        "location": {
                            "response_mode": "normal",
                            "id": 144,
                            "url": "https://ll.thespacedevs.com/2.3.0/locations/144/?format=api",
                            "name": "Air launch to Suborbital flight",
                            "celestial_body": {
                                "response_mode": "normal",
                                "id": 1,
                                "name": "Earth",
                                "type": {
                                    "id": 1,
                                    "name": "Planet"
                                },
                                "diameter": 12742000.0,
                                "mass": 5.972168e+24,
                                "gravity": 9.80655,
                                "length_of_day": "1 00:00:00",
                                "atmosphere": true,
                                "image": {
                                    "id": 2040,
                                    "name": "Earth (Apollo 17)",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                    "credit": "NASA",
                                    "license": {
                                        "id": 4,
                                        "name": "NASA Image and Media Guidelines",
                                        "priority": 0,
                                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                "total_attempted_launches": 7144,
                                "successful_launches": 6601,
                                "failed_launches": 543,
                                "total_attempted_landings": 1100,
                                "successful_landings": 1057,
                                "failed_landings": 43
                            },
                            "active": true,
                            "country": {
                                "id": 17,
                                "name": "Unknown",
                                "alpha_2_code": "??",
                                "alpha_3_code": "???",
                                "nationality_name": "Earthling",
                                "nationality_name_composed": "Earthling"
                            },
                            "description": "",
                            "image": {
                                "id": 32,
                                "name": "[AUTO] Virgin Galactic - image",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                            "longitude": null,
                            "latitude": null,
                            "timezone_name": "",
                            "total_launch_count": 86,
                            "total_landing_count": 0
                        }
                    },
                    "webcast_live": false,
                    "program": [],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 81,
                    "pad_launch_attempt_count": 9,
                    "agency_launch_attempt_count": 62,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 4,
                    "pad_launch_attempt_count_year": 4,
                    "agency_launch_attempt_count_year": 4
                },
                "duration": "PT16M2S",
                "turn_around_time": "P41DT23H34M29S",
                "response_mode": "normal"
            },
            "payloadflight": null
        },
        {
            "id": 1274,
            "url": "https://ll.thespacedevs.com/2.3.0/landings/1274/?format=api",
            "attempt": true,
            "success": true,
            "description": "VSS Unity has landed back at Spaceport America after this flight.",
            "downrange_distance": 0.0,
            "landing_location": {
                "id": 13,
                "name": "Spaceport America",
                "active": true,
                "abbrev": "SA",
                "description": "FAA-licensed spaceport  in New Mexico.",
                "location": {
                    "response_mode": "normal",
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.3.0/locations/31/?format=api",
                    "name": "Spaceport America, NM, USA",
                    "active": true,
                    "country": {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    },
                    "description": "Spaceport America is an FAA-licensed spaceport located in the Jornada del Muerto desert basin north of Las Cruces, New Mexico, and southeast of Truth or Consequences. With Virgin Galactic's launch of the VSS Unity, with three people aboard, on May 22, 2021, New Mexico became the third US state to launch humans into space after California and Florida.",
                    "image": {
                        "id": 2217,
                        "name": "Spaceport America",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
                        "credit": "Land Rover MENA",
                        "license": {
                            "id": 28,
                            "name": "CC BY 2.0",
                            "priority": 6,
                            "link": "https://creativecommons.org/licenses/by/2.0/"
                        },
                        "single_use": false,
                        "variants": []
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg",
                    "longitude": -106.969722,
                    "latitude": 32.990278,
                    "timezone_name": "America/Denver",
                    "total_launch_count": 4,
                    "total_landing_count": 4
                },
                "longitude": -106.969722,
                "latitude": 32.990278,
                "image": {
                    "id": 2217,
                    "name": "Spaceport America",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_20240919165536.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceport_ameri_image_thumbnail_20240919165536.jpeg",
                    "credit": "Land Rover MENA",
                    "license": {
                        "id": 28,
                        "name": "CC BY 2.0",
                        "priority": 6,
                        "link": "https://creativecommons.org/licenses/by/2.0/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "successful_landings": 17,
                "attempted_landings": 18,
                "failed_landings": 1,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 1,
                    "name": "Earth",
                    "type": {
                        "id": 1,
                        "name": "Planet"
                    },
                    "diameter": 12742000.0,
                    "mass": 5.972168e+24,
                    "gravity": 9.80655,
                    "length_of_day": "1 00:00:00",
                    "atmosphere": true,
                    "image": {
                        "id": 2040,
                        "name": "Earth (Apollo 17)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Earth"
                }
            },
            "type": {
                "id": 6,
                "name": "Horizontal Landing",
                "abbrev": "HL",
                "description": "Horizontal landing on a runway or flat surface."
            },
            "response_mode": "normal",
            "firststage": null,
            "spacecraftflight": {
                "id": 823,
                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/823/?format=api",
                "destination": "Suborbital",
                "mission_end": "2024-06-08T15:41:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 473,
                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/473/?format=api",
                    "name": "VSS Unity",
                    "serial_number": "N202VG",
                    "is_placeholder": false,
                    "image": {
                        "id": 2149,
                        "name": "SpaceShipTwo Unity at rollout event",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_20240812142943.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_un_image_thumbnail_20240812142943.jpeg",
                        "credit": "Ronrosano",
                        "license": {
                            "id": 21,
                            "name": "CC BY-SA 3.0",
                            "priority": 4,
                            "link": "https://creativecommons.org/licenses/by-sa/3.0/deed.en"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "in_space": false,
                    "time_in_space": "PT4H3M43S",
                    "time_docked": "P0D",
                    "flights_count": 30,
                    "mission_ends_count": 30,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "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": {
                        "response_mode": "normal",
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/27/?format=api",
                        "name": "SpaceShipTwo",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 1024,
                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                            "name": "Virgin Galactic",
                            "abbrev": "VG",
                            "type": {
                                "id": 5,
                                "name": "Private"
                            }
                        },
                        "family": [],
                        "in_use": true,
                        "image": {
                            "id": 1933,
                            "name": "[AUTO] SpaceShipTwo - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194156.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": "P2D"
                },
                "launch": {
                    "id": "c4a4f111-dd24-491a-bc44-8bcaf2e08351",
                    "url": "https://ll.thespacedevs.com/2.3.0/launches/c4a4f111-dd24-491a-bc44-8bcaf2e08351/?format=api",
                    "name": "SpaceShipTwo | Galactic 07",
                    "response_mode": "normal",
                    "slug": "spaceshiptwo-galactic-07",
                    "launch_designator": null,
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2024-06-08T16:36:26Z",
                    "net": "2024-06-08T15:26:00Z",
                    "net_precision": {
                        "id": 1,
                        "name": "Minute",
                        "abbrev": "MIN",
                        "description": "The T-0 is accurate to the minute."
                    },
                    "window_end": "2024-06-08T22:00:00Z",
                    "window_start": "2024-06-08T13:30:00Z",
                    "image": {
                        "id": 1839,
                        "name": "[AUTO] SpaceShipTwo - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193914.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "infographic": null,
                    "probability": null,
                    "weather_concerns": null,
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "response_mode": "list",
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "abbrev": "VG",
                        "type": {
                            "id": 5,
                            "name": "Private"
                        }
                    },
                    "rocket": {
                        "id": 8092,
                        "configuration": {
                            "response_mode": "list",
                            "id": 465,
                            "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/465/?format=api",
                            "name": "SpaceShipTwo",
                            "families": [],
                            "full_name": "SpaceShipTwo",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 6646,
                        "name": "Galactic 07",
                        "type": "Tourism",
                        "description": "Seventh commercial Virgin Galactic mission.",
                        "image": null,
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub",
                            "celestial_body": {
                                "response_mode": "list",
                                "id": 1,
                                "name": "Earth"
                            }
                        },
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "abbrev": "VG",
                                "type": {
                                    "id": 5,
                                    "name": "Private"
                                },
                                "featured": false,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "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",
                                "parent": null,
                                "image": {
                                    "id": 32,
                                    "name": "[AUTO] Virgin Galactic - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 196,
                                    "name": "[AUTO] Virgin Galactic - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 101,
                                    "name": "[AUTO] Virgin Galactic - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "total_launch_count": 67,
                                "consecutive_successful_launches": 11,
                                "successful_launches": 62,
                                "failed_launches": 5,
                                "pending_launches": 0,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "successful_landings_spacecraft": 66,
                                "failed_landings_spacecraft": 0,
                                "attempted_landings_spacecraft": 66,
                                "successful_landings_payload": 0,
                                "failed_landings_payload": 0,
                                "attempted_landings_payload": 0,
                                "info_url": "https://www.virgingalactic.com/",
                                "wiki_url": "https://en.wikipedia.org/wiki/Virgin_Galactic",
                                "social_media_links": []
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 191,
                        "url": "https://ll.thespacedevs.com/2.3.0/pads/191/?format=api",
                        "active": true,
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "abbrev": "VG",
                                "type": {
                                    "id": 5,
                                    "name": "Private"
                                },
                                "featured": false,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "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",
                                "parent": null,
                                "image": {
                                    "id": 32,
                                    "name": "[AUTO] Virgin Galactic - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 196,
                                    "name": "[AUTO] Virgin Galactic - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185159.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 101,
                                    "name": "[AUTO] Virgin Galactic - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_nation_20230617045127.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184858.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                }
                            }
                        ],
                        "name": "Spaceport America",
                        "image": null,
                        "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,
                        "country": {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        },
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
                        "total_launch_count": 14,
                        "orbital_launch_attempt_count": 0,
                        "fastest_turnaround": "P26DT23H33M30S",
                        "location": {
                            "response_mode": "normal",
                            "id": 144,
                            "url": "https://ll.thespacedevs.com/2.3.0/locations/144/?format=api",
                            "name": "Air launch to Suborbital flight",
                            "celestial_body": {
                                "response_mode": "normal",
                                "id": 1,
                                "name": "Earth",
                                "type": {
                                    "id": 1,
                                    "name": "Planet"
                                },
                                "diameter": 12742000.0,
                                "mass": 5.972168e+24,
                                "gravity": 9.80655,
                                "length_of_day": "1 00:00:00",
                                "atmosphere": true,
                                "image": {
                                    "id": 2040,
                                    "name": "Earth (Apollo 17)",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                    "credit": "NASA",
                                    "license": {
                                        "id": 4,
                                        "name": "NASA Image and Media Guidelines",
                                        "priority": 0,
                                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                "total_attempted_launches": 7144,
                                "successful_launches": 6601,
                                "failed_launches": 543,
                                "total_attempted_landings": 1100,
                                "successful_landings": 1057,
                                "failed_landings": 43
                            },
                            "active": true,
                            "country": {
                                "id": 17,
                                "name": "Unknown",
                                "alpha_2_code": "??",
                                "alpha_3_code": "???",
                                "nationality_name": "Earthling",
                                "nationality_name_composed": "Earthling"
                            },
                            "description": "",
                            "image": {
                                "id": 32,
                                "name": "[AUTO] Virgin Galactic - image",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184711.jpeg",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                            "longitude": null,
                            "latitude": null,
                            "timezone_name": "",
                            "total_launch_count": 86,
                            "total_landing_count": 0
                        }
                    },
                    "webcast_live": false,
                    "program": [],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 86,
                    "pad_launch_attempt_count": 14,
                    "agency_launch_attempt_count": 67,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 2,
                    "pad_launch_attempt_count_year": 2,
                    "agency_launch_attempt_count_year": 2
                },
                "duration": "PT15M",
                "turn_around_time": "P133DT21H30M",
                "response_mode": "normal"
            },
            "payloadflight": null
        }
    ]
}