Modes

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

Example - /astronauts/?mode=list

Filters

Parameters - age, age__gt, age__gte, age__lt, age__lte, agency_ids, date_of_birth, date_of_birth__gt, date_of_birth__gte, date_of_birth__lt, date_of_birth__lte, date_of_death, date_of_death__gt, date_of_death__gte, date_of_death__lt, date_of_death__lte, first_flight, first_flight__gt, first_flight__gte, first_flight__lt, first_flight__lte, flights_count, flights_count__gt, flights_count__gte, flights_count__lt, flights_count__lte, has_flown, in_space, is_human, landings_count, landings_count__gt, landings_count__gte, landings_count__lt, landings_count__lte, last_flight, last_flight__gt, last_flight__gte, last_flight__lt, last_flight__lte, nationality, status_ids, type__id

Example - /astronauts/?has_flown=true

Fields searched - agency__abbrev, agency__name, name, nationality__nationality_name

Example - /astronauts/?search=Pesquet

Ordering

Fields - age, date_of_birth, eva_time, flights_count, id, landings_count, last_flight, name, spacewalks_count, status, time_in_space

Example - /astronauts/?ordering=-time_in_space

Number of results

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

Example - /astronauts/?limit=2

Format

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

Help

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

GET /2.3.0/astronauts/679/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 679,
  "url": "https://ll.thespacedevs.com/2.3.0/astronauts/679/?format=api",
  "name": "Michael Masucci",
  "status": {
    "id": 1,
    "name": "Active"
  },
  "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"
    }
  },
  "image": {
    "id": 667,
    "name": "[AUTO] Michael Masucci - image",
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_masucci_image_20220911034628.jpeg",
    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190444.jpeg",
    "credit": null,
    "license": {
      "id": 1,
      "name": "Unknown",
      "priority": 9,
      "link": null
    },
    "single_use": true,
    "variants": []
  },
  "response_mode": "detailed",
  "type": {
    "id": 3,
    "name": "Private"
  },
  "in_space": false,
  "time_in_space": "PT1H39M23S",
  "eva_time": "P0D",
  "age": null,
  "date_of_birth": null,
  "date_of_death": null,
  "nationality": [
    {
      "id": 2,
      "name": "United States of America",
      "alpha_2_code": "US",
      "alpha_3_code": "USA",
      "nationality_name": "American",
      "nationality_name_composed": "Americano"
    }
  ],
  "bio": "Mike “Sooch” Masucci was a former U.S. Air Force lieutenant colonel and U2 test pilot.",
  "wiki": "https://en.wikipedia.org/wiki/Michael_Masucci",
  "last_flight": "2023-11-02T15:44:00Z",
  "first_flight": "2013-12-11T12:00:00Z",
  "social_media_links": [],
  "flights_count": 12,
  "landings_count": 12,
  "spacewalks_count": 0,
  "flights": [
    {
      "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": 1,
            "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": 7474,
            "successful_launches": 6919,
            "failed_launches": 555,
            "total_attempted_landings": 1290,
            "successful_landings": 1243,
            "failed_landings": 47
          },
          "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": null,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 7
    },
    {
      "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": 1,
            "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": 7474,
            "successful_launches": 6919,
            "failed_launches": 555,
            "total_attempted_landings": 1290,
            "successful_landings": 1243,
            "failed_landings": 47
          },
          "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": null,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 5
    },
    {
      "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": 7474,
            "successful_launches": 6919,
            "failed_launches": 555,
            "total_attempted_landings": 1290,
            "successful_landings": 1243,
            "failed_landings": 47
          },
          "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": null,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 3
    },
    {
      "id": "384ab3d5-6628-4e14-9f33-50212b52c539",
      "url": "https://ll.thespacedevs.com/2.3.0/launches/384ab3d5-6628-4e14-9f33-50212b52c539/?format=api",
      "name": "SpaceShipTwo | VSS Unity 25",
      "response_mode": "normal",
      "slug": "spaceshiptwo-vss-unity-25",
      "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-27T14:03:15Z",
      "net": "2023-05-25T16:23:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2023-05-25T22:00:00Z",
      "window_start": "2023-05-25T12: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": 7850,
        "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": 6357,
        "name": "VSS Unity 25",
        "type": "Test Flight",
        "description": "Virgin Galactic return to space mission ahead of the first commercial flight.",
        "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": 7474,
            "successful_launches": 6919,
            "failed_launches": 555,
            "total_attempted_landings": 1290,
            "successful_landings": 1243,
            "failed_landings": 47
          },
          "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": 79,
      "pad_launch_attempt_count": 7,
      "agency_launch_attempt_count": 60,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2
    },
    {
      "id": "ab54bd96-856f-4f6a-a231-4764744a7978",
      "url": "https://ll.thespacedevs.com/2.3.0/launches/ab54bd96-856f-4f6a-a231-4764744a7978/?format=api",
      "name": "SpaceShipTwo | VSS Unity GF04",
      "response_mode": "normal",
      "slug": "spaceshiptwo-vss-unity-gf04",
      "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-06-14T08:58:23Z",
      "net": "2017-05-01T12:00:00Z",
      "net_precision": null,
      "window_end": "2017-05-01T12:00:00Z",
      "window_start": "2017-05-01T12: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": 2938,
        "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": 1355,
        "name": "VSS Unity GF04",
        "type": "Test Flight",
        "description": "Free glide test flight of VSS Unity.",
        "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": 190,
        "url": "https://ll.thespacedevs.com/2.3.0/pads/190/?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": "Mojave Air and Space Port",
        "image": null,
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": 35.0594444,
        "longitude": -118.1538607,
        "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_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0,
        "fastest_turnaround": "P1D",
        "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": 7474,
            "successful_launches": 6919,
            "failed_launches": 555,
            "total_attempted_landings": 1290,
            "successful_landings": 1243,
            "failed_landings": 47
          },
          "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": 64,
      "pad_launch_attempt_count": 45,
      "agency_launch_attempt_count": 45,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2
    },
    {
      "id": "22fb6383-416d-498e-90c5-dfe3be1946d9",
      "url": "https://ll.thespacedevs.com/2.3.0/launches/22fb6383-416d-498e-90c5-dfe3be1946d9/?format=api",
      "name": "SpaceShipTwo | VSS Unity PF03",
      "response_mode": "normal",
      "slug": "spaceshiptwo-vss-unity-pf03",
      "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-06-14T08:58:22Z",
      "net": "2018-07-26T12:00:00Z",
      "net_precision": null,
      "window_end": "2018-07-26T12:00:00Z",
      "window_start": "2018-07-26T12: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": 2944,
        "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": 1361,
        "name": "VSS Unity PF03",
        "type": "Test Flight",
        "description": "Powered test flight of VSS Unity.",
        "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": 190,
        "url": "https://ll.thespacedevs.com/2.3.0/pads/190/?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": "Mojave Air and Space Port",
        "image": null,
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": 35.0594444,
        "longitude": -118.1538607,
        "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_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0,
        "fastest_turnaround": "P1D",
        "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": 7474,
            "successful_launches": 6919,
            "failed_launches": 555,
            "total_attempted_landings": 1290,
            "successful_landings": 1243,
            "failed_landings": 47
          },
          "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": 70,
      "pad_launch_attempt_count": 51,
      "agency_launch_attempt_count": 51,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 4
    },
    {
      "id": "f4cf548c-2b02-44b0-bdf7-5742772aabd0",
      "url": "https://ll.thespacedevs.com/2.3.0/launches/f4cf548c-2b02-44b0-bdf7-5742772aabd0/?format=api",
      "name": "SpaceShipTwo | VSS Enterprise GF29",
      "response_mode": "normal",
      "slug": "spaceshiptwo-vss-enterprise-gf29",
      "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-06-14T08:58:22Z",
      "net": "2014-07-29T12:00:00Z",
      "net_precision": null,
      "window_end": "2014-07-29T12:00:00Z",
      "window_start": "2014-07-29T12: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": 2927,
        "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": 1344,
        "name": "VSS Enterprise GF29",
        "type": "Test Flight",
        "description": "Free glide test flight of VSS Enterprise.",
        "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": 190,
        "url": "https://ll.thespacedevs.com/2.3.0/pads/190/?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": "Mojave Air and Space Port",
        "image": null,
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": 35.0594444,
        "longitude": -118.1538607,
        "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_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0,
        "fastest_turnaround": "P1D",
        "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": 7474,
            "successful_launches": 6919,
            "failed_launches": 555,
            "total_attempted_landings": 1290,
            "successful_landings": 1243,
            "failed_landings": 47
          },
          "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": 53,
      "pad_launch_attempt_count": 34,
      "agency_launch_attempt_count": 34,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 3
    },
    {
      "id": "535a360f-4ab7-4229-ab64-5051f00634ef",
      "url": "https://ll.thespacedevs.com/2.3.0/launches/535a360f-4ab7-4229-ab64-5051f00634ef/?format=api",
      "name": "SpaceShipTwo | VSS Unity GF07",
      "response_mode": "normal",
      "slug": "spaceshiptwo-vss-unity-gf07",
      "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-06-14T08:58:22Z",
      "net": "2018-01-11T12:00:00Z",
      "net_precision": null,
      "window_end": "2018-01-11T12:00:00Z",
      "window_start": "2018-01-11T12: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": 2941,
        "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": 1358,
        "name": "VSS Unity GF07",
        "type": "Test Flight",
        "description": "Free glide test flight of VSS Unity.",
        "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": 190,
        "url": "https://ll.thespacedevs.com/2.3.0/pads/190/?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": "Mojave Air and Space Port",
        "image": null,
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": 35.0594444,
        "longitude": -118.1538607,
        "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_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0,
        "fastest_turnaround": "P1D",
        "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": 7474,
            "successful_launches": 6919,
            "failed_launches": 555,
            "total_attempted_landings": 1290,
            "successful_landings": 1243,
            "failed_landings": 47
          },
          "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": 67,
      "pad_launch_attempt_count": 48,
      "agency_launch_attempt_count": 48,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1
    },
    {
      "id": "ef055ecc-14b7-4b17-acbf-663088c022cd",
      "url": "https://ll.thespacedevs.com/2.3.0/launches/ef055ecc-14b7-4b17-acbf-663088c022cd/?format=api",
      "name": "SpaceShipTwo | VSS Unity VF-01",
      "response_mode": "normal",
      "slug": "spaceshiptwo-vss-unity-vf-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-06-14T08:58:29Z",
      "net": "2019-02-22T16:57:00Z",
      "net_precision": null,
      "window_end": "2019-02-22T16:57:00Z",
      "window_start": "2019-02-22T16:57: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": 2946,
        "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": 1363,
        "name": "VSS Unity VF-01",
        "type": "Test Flight",
        "description": "Powered test flight of VSS Unity. Carried a third crew member in the passenger cabin for the first time.",
        "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": 190,
        "url": "https://ll.thespacedevs.com/2.3.0/pads/190/?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": "Mojave Air and Space Port",
        "image": null,
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": 35.0594444,
        "longitude": -118.1538607,
        "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_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0,
        "fastest_turnaround": "P1D",
        "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": 7474,
            "successful_launches": 6919,
            "failed_launches": 555,
            "total_attempted_landings": 1290,
            "successful_landings": 1243,
            "failed_landings": 47
          },
          "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": 72,
      "pad_launch_attempt_count": 53,
      "agency_launch_attempt_count": 53,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1
    },
    {
      "id": "bb176995-21cb-46d0-8127-87845311a3d4",
      "url": "https://ll.thespacedevs.com/2.3.0/launches/bb176995-21cb-46d0-8127-87845311a3d4/?format=api",
      "name": "SpaceShipTwo | VSS Enterprise GF27",
      "response_mode": "normal",
      "slug": "spaceshiptwo-vss-enterprise-gf27",
      "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-06-14T08:58:22Z",
      "net": "2013-12-11T12:00:00Z",
      "net_precision": null,
      "window_end": "2013-12-11T12:00:00Z",
      "window_start": "2013-12-11T12: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": 2923,
        "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": 1340,
        "name": "VSS Enterprise GF27",
        "type": "Test Flight",
        "description": "Free glide test flight of VSS Enterprise.",
        "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": 190,
        "url": "https://ll.thespacedevs.com/2.3.0/pads/190/?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": "Mojave Air and Space Port",
        "image": null,
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": 35.0594444,
        "longitude": -118.1538607,
        "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_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0,
        "fastest_turnaround": "P1D",
        "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": 7474,
            "successful_launches": 6919,
            "failed_launches": 555,
            "total_attempted_landings": 1290,
            "successful_landings": 1243,
            "failed_landings": 47
          },
          "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": 50,
      "pad_launch_attempt_count": 31,
      "agency_launch_attempt_count": 31,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 7
    },
    {
      "id": "3c0231ab-5764-4622-b4eb-50eff30ea8be",
      "url": "https://ll.thespacedevs.com/2.3.0/launches/3c0231ab-5764-4622-b4eb-50eff30ea8be/?format=api",
      "name": "SpaceShipTwo | VSS Unity 22",
      "response_mode": "normal",
      "slug": "spaceshiptwo-vss-unity-22",
      "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-06-14T08:59:01Z",
      "net": "2021-07-11T15:25:30Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "window_end": "2021-07-11T15:25:30Z",
      "window_start": "2021-07-11T15:25:30Z",
      "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/spaceshiptwo25_infographic_20210711033153.jpeg",
      "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": 2966,
        "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": 1389,
        "name": "VSS Unity 22",
        "type": "Tourism",
        "description": "Powered flight of VSS Unity on the first fully crewed flight. Including the founder Sir Richard Branson.",
        "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": 7474,
            "successful_launches": 6919,
            "failed_launches": 555,
            "total_attempted_landings": 1290,
            "successful_landings": 1243,
            "failed_landings": 47
          },
          "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": 77,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 58,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2
    },
    {
      "id": "a768fcdc-43de-4be0-bf0e-1d604b9ac292",
      "url": "https://ll.thespacedevs.com/2.3.0/launches/a768fcdc-43de-4be0-bf0e-1d604b9ac292/?format=api",
      "name": "SpaceShipTwo | VSS Unity GF09",
      "response_mode": "normal",
      "slug": "spaceshiptwo-vss-unity-gf09",
      "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-06-14T08:58:22Z",
      "net": "2020-06-25T12:00:00Z",
      "net_precision": null,
      "window_end": "2020-06-25T12:00:00Z",
      "window_start": "2020-06-25T12: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": 2948,
        "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": 1365,
        "name": "VSS Unity GF09",
        "type": "Test Flight",
        "description": "Free glide test flight of VSS Unity.",
        "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": 7474,
            "successful_launches": 6919,
            "failed_launches": 555,
            "total_attempted_landings": 1290,
            "successful_landings": 1243,
            "failed_landings": 47
          },
          "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": 74,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 55,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2
    }
  ],
  "landings": [
    {
      "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": 1,
              "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": 7474,
              "successful_launches": 6919,
              "failed_launches": 555,
              "total_attempted_landings": 1290,
              "successful_landings": 1243,
              "failed_landings": 47
            },
            "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": null,
        "location_launch_attempt_count_year": 7,
        "pad_launch_attempt_count_year": 7,
        "agency_launch_attempt_count_year": 7
      },
      "landing": {
        "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."
        }
      },
      "duration": "PT16M",
      "turn_around_time": "P26DT23H19M7S",
      "response_mode": "normal"
    },
    {
      "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": 1,
              "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": 7474,
              "successful_launches": 6919,
              "failed_launches": 555,
              "total_attempted_landings": 1290,
              "successful_landings": 1243,
              "failed_landings": 47
            },
            "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": null,
        "location_launch_attempt_count_year": 5,
        "pad_launch_attempt_count_year": 5,
        "agency_launch_attempt_count_year": 5
      },
      "landing": {
        "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."
        }
      },
      "duration": "PT14M",
      "turn_around_time": "P28DT23H48M58S",
      "response_mode": "normal"
    },
    {
      "id": 807,
      "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/807/?format=api",
      "destination": "Suborbital",
      "mission_end": "2023-05-25T16:37: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": "384ab3d5-6628-4e14-9f33-50212b52c539",
        "url": "https://ll.thespacedevs.com/2.3.0/launches/384ab3d5-6628-4e14-9f33-50212b52c539/?format=api",
        "name": "SpaceShipTwo | VSS Unity 25",
        "response_mode": "normal",
        "slug": "spaceshiptwo-vss-unity-25",
        "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-27T14:03:15Z",
        "net": "2023-05-25T16:23:00Z",
        "net_precision": {
          "id": 1,
          "name": "Minute",
          "abbrev": "MIN",
          "description": "The T-0 is accurate to the minute."
        },
        "window_end": "2023-05-25T22:00:00Z",
        "window_start": "2023-05-25T12: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": 7850,
          "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": 6357,
          "name": "VSS Unity 25",
          "type": "Test Flight",
          "description": "Virgin Galactic return to space mission ahead of the first commercial flight.",
          "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": 7474,
              "successful_launches": 6919,
              "failed_launches": 555,
              "total_attempted_landings": 1290,
              "successful_landings": 1243,
              "failed_landings": 47
            },
            "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": 79,
        "pad_launch_attempt_count": 7,
        "agency_launch_attempt_count": 60,
        "orbital_launch_attempt_count_year": null,
        "location_launch_attempt_count_year": 2,
        "pad_launch_attempt_count_year": 2,
        "agency_launch_attempt_count_year": 2
      },
      "landing": {
        "id": 1162,
        "url": "https://ll.thespacedevs.com/2.3.0/landings/1162/?format=api",
        "attempt": true,
        "success": true,
        "description": "VSS Unity landed back at Spaceport America after this flight.",
        "downrange_distance": null,
        "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."
        }
      },
      "duration": "PT14M",
      "turn_around_time": "P29DT2H27M",
      "response_mode": "normal"
    },
    {
      "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": 7474,
              "successful_launches": 6919,
              "failed_launches": 555,
              "total_attempted_landings": 1290,
              "successful_landings": 1243,
              "failed_landings": 47
            },
            "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": null,
        "location_launch_attempt_count_year": 3,
        "pad_launch_attempt_count_year": 3,
        "agency_launch_attempt_count_year": 3
      },
      "landing": {
        "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."
        }
      },
      "duration": "PT13M53S",
      "turn_around_time": "P34DT22H51M38S",
      "response_mode": "normal"
    },
    {
      "id": 666,
      "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/666/?format=api",
      "destination": "Suborbital",
      "mission_end": "2020-06-25T12: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": "a768fcdc-43de-4be0-bf0e-1d604b9ac292",
        "url": "https://ll.thespacedevs.com/2.3.0/launches/a768fcdc-43de-4be0-bf0e-1d604b9ac292/?format=api",
        "name": "SpaceShipTwo | VSS Unity GF09",
        "response_mode": "normal",
        "slug": "spaceshiptwo-vss-unity-gf09",
        "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-06-14T08:58:22Z",
        "net": "2020-06-25T12:00:00Z",
        "net_precision": null,
        "window_end": "2020-06-25T12:00:00Z",
        "window_start": "2020-06-25T12: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": 2948,
          "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": 1365,
          "name": "VSS Unity GF09",
          "type": "Test Flight",
          "description": "Free glide test flight of VSS Unity.",
          "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": 7474,
              "successful_launches": 6919,
              "failed_launches": 555,
              "total_attempted_landings": 1290,
              "successful_landings": 1243,
              "failed_landings": 47
            },
            "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": 74,
        "pad_launch_attempt_count": 2,
        "agency_launch_attempt_count": 55,
        "orbital_launch_attempt_count_year": null,
        "location_launch_attempt_count_year": 2,
        "pad_launch_attempt_count_year": 2,
        "agency_launch_attempt_count_year": 2
      },
      "landing": {
        "id": 1124,
        "url": "https://ll.thespacedevs.com/2.3.0/landings/1124/?format=api",
        "attempt": true,
        "success": true,
        "description": "VSS Unity successfully landed back at Spaceport America after this flight.",
        "downrange_distance": null,
        "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."
        }
      },
      "duration": "P0D",
      "turn_around_time": "P54DT19H46M",
      "response_mode": "normal"
    },
    {
      "id": 664,
      "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/664/?format=api",
      "destination": "Suborbital",
      "mission_end": "2019-02-22T17:23: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": "ef055ecc-14b7-4b17-acbf-663088c022cd",
        "url": "https://ll.thespacedevs.com/2.3.0/launches/ef055ecc-14b7-4b17-acbf-663088c022cd/?format=api",
        "name": "SpaceShipTwo | VSS Unity VF-01",
        "response_mode": "normal",
        "slug": "spaceshiptwo-vss-unity-vf-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-06-14T08:58:29Z",
        "net": "2019-02-22T16:57:00Z",
        "net_precision": null,
        "window_end": "2019-02-22T16:57:00Z",
        "window_start": "2019-02-22T16:57: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": 2946,
          "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": 1363,
          "name": "VSS Unity VF-01",
          "type": "Test Flight",
          "description": "Powered test flight of VSS Unity. Carried a third crew member in the passenger cabin for the first time.",
          "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": 190,
          "url": "https://ll.thespacedevs.com/2.3.0/pads/190/?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": "Mojave Air and Space Port",
          "image": null,
          "description": null,
          "info_url": "https://www.mojaveairport.com/",
          "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
          "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
          "latitude": 35.0594444,
          "longitude": -118.1538607,
          "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_190_20210522160913.jpg",
          "total_launch_count": 53,
          "orbital_launch_attempt_count": 0,
          "fastest_turnaround": "P1D",
          "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": 7474,
              "successful_launches": 6919,
              "failed_launches": 555,
              "total_attempted_landings": 1290,
              "successful_landings": 1243,
              "failed_landings": 47
            },
            "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": 72,
        "pad_launch_attempt_count": 53,
        "agency_launch_attempt_count": 53,
        "orbital_launch_attempt_count_year": null,
        "location_launch_attempt_count_year": 1,
        "pad_launch_attempt_count_year": 1,
        "agency_launch_attempt_count_year": 1
      },
      "landing": {
        "id": 1128,
        "url": "https://ll.thespacedevs.com/2.3.0/landings/1128/?format=api",
        "attempt": true,
        "success": true,
        "description": "VSS Unity successfully landed back at the Mojave Air and Space Port after this flight.",
        "downrange_distance": null,
        "landing_location": {
          "id": 25,
          "name": "Mojave Air and Space Port",
          "active": true,
          "abbrev": "KMHV",
          "description": "Mojave Air and Space Port",
          "location": null,
          "longitude": -118.151667,
          "latitude": 35.059444,
          "image": {
            "id": 2239,
            "name": "Mojave Air and Space Port",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mojave_air_and__image_20240920092609.jpg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mojave_air_and__image_thumbnail_20240920092609.jpeg",
            "credit": "Tedder",
            "license": {
              "id": 20,
              "name": "CC BY-SA 4.0",
              "priority": 6,
              "link": "https://creativecommons.org/licenses/by-sa/4.0/"
            },
            "single_use": true,
            "variants": []
          },
          "successful_landings": 52,
          "attempted_landings": 52,
          "failed_landings": 0,
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
          }
        },
        "type": {
          "id": 6,
          "name": "Horizontal Landing",
          "abbrev": "HL",
          "description": "Horizontal landing on a runway or flat surface."
        }
      },
      "duration": "PT26M",
      "turn_around_time": "P71DT4H57M",
      "response_mode": "normal"
    },
    {
      "id": 662,
      "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/662/?format=api",
      "destination": "Suborbital",
      "mission_end": "2018-07-26T12: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": "22fb6383-416d-498e-90c5-dfe3be1946d9",
        "url": "https://ll.thespacedevs.com/2.3.0/launches/22fb6383-416d-498e-90c5-dfe3be1946d9/?format=api",
        "name": "SpaceShipTwo | VSS Unity PF03",
        "response_mode": "normal",
        "slug": "spaceshiptwo-vss-unity-pf03",
        "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-06-14T08:58:22Z",
        "net": "2018-07-26T12:00:00Z",
        "net_precision": null,
        "window_end": "2018-07-26T12:00:00Z",
        "window_start": "2018-07-26T12: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": 2944,
          "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": 1361,
          "name": "VSS Unity PF03",
          "type": "Test Flight",
          "description": "Powered test flight of VSS Unity.",
          "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": 190,
          "url": "https://ll.thespacedevs.com/2.3.0/pads/190/?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": "Mojave Air and Space Port",
          "image": null,
          "description": null,
          "info_url": "https://www.mojaveairport.com/",
          "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
          "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
          "latitude": 35.0594444,
          "longitude": -118.1538607,
          "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_190_20210522160913.jpg",
          "total_launch_count": 53,
          "orbital_launch_attempt_count": 0,
          "fastest_turnaround": "P1D",
          "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": 7474,
              "successful_launches": 6919,
              "failed_launches": 555,
              "total_attempted_landings": 1290,
              "successful_landings": 1243,
              "failed_landings": 47
            },
            "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": 70,
        "pad_launch_attempt_count": 51,
        "agency_launch_attempt_count": 51,
        "orbital_launch_attempt_count_year": null,
        "location_launch_attempt_count_year": 4,
        "pad_launch_attempt_count_year": 4,
        "agency_launch_attempt_count_year": 4
      },
      "landing": {
        "id": 1127,
        "url": "https://ll.thespacedevs.com/2.3.0/landings/1127/?format=api",
        "attempt": true,
        "success": true,
        "description": "VSS Unity successfully landed back at the Mojave Air and Space Port after this flight.",
        "downrange_distance": null,
        "landing_location": {
          "id": 25,
          "name": "Mojave Air and Space Port",
          "active": true,
          "abbrev": "KMHV",
          "description": "Mojave Air and Space Port",
          "location": null,
          "longitude": -118.151667,
          "latitude": 35.059444,
          "image": {
            "id": 2239,
            "name": "Mojave Air and Space Port",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mojave_air_and__image_20240920092609.jpg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mojave_air_and__image_thumbnail_20240920092609.jpeg",
            "credit": "Tedder",
            "license": {
              "id": 20,
              "name": "CC BY-SA 4.0",
              "priority": 6,
              "link": "https://creativecommons.org/licenses/by-sa/4.0/"
            },
            "single_use": true,
            "variants": []
          },
          "successful_landings": 52,
          "attempted_landings": 52,
          "failed_landings": 0,
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
          }
        },
        "type": {
          "id": 6,
          "name": "Horizontal Landing",
          "abbrev": "HL",
          "description": "Horizontal landing on a runway or flat surface."
        }
      },
      "duration": "P0D",
      "turn_around_time": "P58D",
      "response_mode": "normal"
    },
    {
      "id": 659,
      "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/659/?format=api",
      "destination": "Suborbital",
      "mission_end": "2018-01-11T12: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": "535a360f-4ab7-4229-ab64-5051f00634ef",
        "url": "https://ll.thespacedevs.com/2.3.0/launches/535a360f-4ab7-4229-ab64-5051f00634ef/?format=api",
        "name": "SpaceShipTwo | VSS Unity GF07",
        "response_mode": "normal",
        "slug": "spaceshiptwo-vss-unity-gf07",
        "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-06-14T08:58:22Z",
        "net": "2018-01-11T12:00:00Z",
        "net_precision": null,
        "window_end": "2018-01-11T12:00:00Z",
        "window_start": "2018-01-11T12: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": 2941,
          "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": 1358,
          "name": "VSS Unity GF07",
          "type": "Test Flight",
          "description": "Free glide test flight of VSS Unity.",
          "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": 190,
          "url": "https://ll.thespacedevs.com/2.3.0/pads/190/?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": "Mojave Air and Space Port",
          "image": null,
          "description": null,
          "info_url": "https://www.mojaveairport.com/",
          "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
          "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
          "latitude": 35.0594444,
          "longitude": -118.1538607,
          "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_190_20210522160913.jpg",
          "total_launch_count": 53,
          "orbital_launch_attempt_count": 0,
          "fastest_turnaround": "P1D",
          "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": 7474,
              "successful_launches": 6919,
              "failed_launches": 555,
              "total_attempted_landings": 1290,
              "successful_landings": 1243,
              "failed_landings": 47
            },
            "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": 67,
        "pad_launch_attempt_count": 48,
        "agency_launch_attempt_count": 48,
        "orbital_launch_attempt_count_year": null,
        "location_launch_attempt_count_year": 1,
        "pad_launch_attempt_count_year": 1,
        "agency_launch_attempt_count_year": 1
      },
      "landing": {
        "id": 1122,
        "url": "https://ll.thespacedevs.com/2.3.0/landings/1122/?format=api",
        "attempt": true,
        "success": true,
        "description": "VSS Unity successfully landed back at the Mojave Air and Space Port after this flight.",
        "downrange_distance": null,
        "landing_location": {
          "id": 25,
          "name": "Mojave Air and Space Port",
          "active": true,
          "abbrev": "KMHV",
          "description": "Mojave Air and Space Port",
          "location": null,
          "longitude": -118.151667,
          "latitude": 35.059444,
          "image": {
            "id": 2239,
            "name": "Mojave Air and Space Port",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mojave_air_and__image_20240920092609.jpg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mojave_air_and__image_thumbnail_20240920092609.jpeg",
            "credit": "Tedder",
            "license": {
              "id": 20,
              "name": "CC BY-SA 4.0",
              "priority": 6,
              "link": "https://creativecommons.org/licenses/by-sa/4.0/"
            },
            "single_use": true,
            "variants": []
          },
          "successful_landings": 52,
          "attempted_landings": 52,
          "failed_landings": 0,
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
          }
        },
        "type": {
          "id": 6,
          "name": "Horizontal Landing",
          "abbrev": "HL",
          "description": "Horizontal landing on a runway or flat surface."
        }
      },
      "duration": "P0D",
      "turn_around_time": "P160D",
      "response_mode": "normal"
    },
    {
      "id": 656,
      "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/656/?format=api",
      "destination": "Suborbital",
      "mission_end": "2017-05-01T12: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": "ab54bd96-856f-4f6a-a231-4764744a7978",
        "url": "https://ll.thespacedevs.com/2.3.0/launches/ab54bd96-856f-4f6a-a231-4764744a7978/?format=api",
        "name": "SpaceShipTwo | VSS Unity GF04",
        "response_mode": "normal",
        "slug": "spaceshiptwo-vss-unity-gf04",
        "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-06-14T08:58:23Z",
        "net": "2017-05-01T12:00:00Z",
        "net_precision": null,
        "window_end": "2017-05-01T12:00:00Z",
        "window_start": "2017-05-01T12: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": 2938,
          "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": 1355,
          "name": "VSS Unity GF04",
          "type": "Test Flight",
          "description": "Free glide test flight of VSS Unity.",
          "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": 190,
          "url": "https://ll.thespacedevs.com/2.3.0/pads/190/?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": "Mojave Air and Space Port",
          "image": null,
          "description": null,
          "info_url": "https://www.mojaveairport.com/",
          "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
          "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
          "latitude": 35.0594444,
          "longitude": -118.1538607,
          "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_190_20210522160913.jpg",
          "total_launch_count": 53,
          "orbital_launch_attempt_count": 0,
          "fastest_turnaround": "P1D",
          "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": 7474,
              "successful_launches": 6919,
              "failed_launches": 555,
              "total_attempted_landings": 1290,
              "successful_landings": 1243,
              "failed_landings": 47
            },
            "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": 64,
        "pad_launch_attempt_count": 45,
        "agency_launch_attempt_count": 45,
        "orbital_launch_attempt_count_year": null,
        "location_launch_attempt_count_year": 2,
        "pad_launch_attempt_count_year": 2,
        "agency_launch_attempt_count_year": 2
      },
      "landing": {
        "id": 1120,
        "url": "https://ll.thespacedevs.com/2.3.0/landings/1120/?format=api",
        "attempt": true,
        "success": true,
        "description": "VSS Unity successfully landed back at the Mojave Air and Space Port after this flight.",
        "downrange_distance": null,
        "landing_location": {
          "id": 25,
          "name": "Mojave Air and Space Port",
          "active": true,
          "abbrev": "KMHV",
          "description": "Mojave Air and Space Port",
          "location": null,
          "longitude": -118.151667,
          "latitude": 35.059444,
          "image": {
            "id": 2239,
            "name": "Mojave Air and Space Port",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mojave_air_and__image_20240920092609.jpg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mojave_air_and__image_thumbnail_20240920092609.jpeg",
            "credit": "Tedder",
            "license": {
              "id": 20,
              "name": "CC BY-SA 4.0",
              "priority": 6,
              "link": "https://creativecommons.org/licenses/by-sa/4.0/"
            },
            "single_use": true,
            "variants": []
          },
          "successful_landings": 52,
          "attempted_landings": 52,
          "failed_landings": 0,
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
          }
        },
        "type": {
          "id": 6,
          "name": "Horizontal Landing",
          "abbrev": "HL",
          "description": "Horizontal landing on a runway or flat surface."
        }
      },
      "duration": "P0D",
      "turn_around_time": "P66D",
      "response_mode": "normal"
    },
    {
      "id": 645,
      "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/645/?format=api",
      "destination": "Suborbital",
      "mission_end": "2014-07-29T12:00:00Z",
      "spacecraft": {
        "response_mode": "normal",
        "id": 472,
        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/472/?format=api",
        "name": "VSS Enterprise",
        "serial_number": "N339SS",
        "is_placeholder": false,
        "image": {
          "id": 2148,
          "name": "SpaceShip Two mated to the Mother ship White Knight Two",
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceship_two_m_image_20240812142700.jpg",
          "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceship_two_m_image_thumbnail_20240812142701.jpeg",
          "credit": "Steve Jurvetson",
          "license": {
            "id": 28,
            "name": "CC BY 2.0",
            "priority": 6,
            "link": "https://creativecommons.org/licenses/by/2.0/"
          },
          "single_use": true,
          "variants": []
        },
        "in_space": false,
        "time_in_space": "PT12H",
        "time_docked": "P0D",
        "flights_count": 37,
        "mission_ends_count": 37,
        "status": {
          "id": 3,
          "name": "Destroyed"
        },
        "description": "VSS Enterprise was the first SpaceShipTwo (SS2) spaceplane, built by Scaled Composites for Virgin Galactic. As of 2004, it was planned to be the first of five commercial suborbital SS2 spacecraft planned by Virgin Galactic. Enterprise was destroyed during a powered test flight on 31 October 2014, killing one pilot, Michael Alsbury, and seriously injuring another, Peter Siebold. An investigation revealed the accident was caused by premature deployment of the \"feathering\" system, the ship's descent device; the NTSB also faulted the spacecraft's design for lacking fail-safe mechanisms that could have deterred or prevented early deployment.",
        "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": "P1D"
      },
      "launch": {
        "id": "f4cf548c-2b02-44b0-bdf7-5742772aabd0",
        "url": "https://ll.thespacedevs.com/2.3.0/launches/f4cf548c-2b02-44b0-bdf7-5742772aabd0/?format=api",
        "name": "SpaceShipTwo | VSS Enterprise GF29",
        "response_mode": "normal",
        "slug": "spaceshiptwo-vss-enterprise-gf29",
        "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-06-14T08:58:22Z",
        "net": "2014-07-29T12:00:00Z",
        "net_precision": null,
        "window_end": "2014-07-29T12:00:00Z",
        "window_start": "2014-07-29T12: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": 2927,
          "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": 1344,
          "name": "VSS Enterprise GF29",
          "type": "Test Flight",
          "description": "Free glide test flight of VSS Enterprise.",
          "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": 190,
          "url": "https://ll.thespacedevs.com/2.3.0/pads/190/?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": "Mojave Air and Space Port",
          "image": null,
          "description": null,
          "info_url": "https://www.mojaveairport.com/",
          "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
          "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
          "latitude": 35.0594444,
          "longitude": -118.1538607,
          "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_190_20210522160913.jpg",
          "total_launch_count": 53,
          "orbital_launch_attempt_count": 0,
          "fastest_turnaround": "P1D",
          "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": 7474,
              "successful_launches": 6919,
              "failed_launches": 555,
              "total_attempted_landings": 1290,
              "successful_landings": 1243,
              "failed_landings": 47
            },
            "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": 53,
        "pad_launch_attempt_count": 34,
        "agency_launch_attempt_count": 34,
        "orbital_launch_attempt_count_year": null,
        "location_launch_attempt_count_year": 3,
        "pad_launch_attempt_count_year": 3,
        "agency_launch_attempt_count_year": 3
      },
      "landing": {
        "id": 1105,
        "url": "https://ll.thespacedevs.com/2.3.0/landings/1105/?format=api",
        "attempt": true,
        "success": true,
        "description": "VSS Enterprise successfully landed back at the Mojave Air and Space Port after this flight.",
        "downrange_distance": null,
        "landing_location": {
          "id": 25,
          "name": "Mojave Air and Space Port",
          "active": true,
          "abbrev": "KMHV",
          "description": "Mojave Air and Space Port",
          "location": null,
          "longitude": -118.151667,
          "latitude": 35.059444,
          "image": {
            "id": 2239,
            "name": "Mojave Air and Space Port",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mojave_air_and__image_20240920092609.jpg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mojave_air_and__image_thumbnail_20240920092609.jpeg",
            "credit": "Tedder",
            "license": {
              "id": 20,
              "name": "CC BY-SA 4.0",
              "priority": 6,
              "link": "https://creativecommons.org/licenses/by-sa/4.0/"
            },
            "single_use": true,
            "variants": []
          },
          "successful_landings": 52,
          "attempted_landings": 52,
          "failed_landings": 0,
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
          }
        },
        "type": {
          "id": 6,
          "name": "Horizontal Landing",
          "abbrev": "HL",
          "description": "Horizontal landing on a runway or flat surface."
        }
      },
      "duration": "P0D",
      "turn_around_time": "P193D",
      "response_mode": "normal"
    },
    {
      "id": 675,
      "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/675/?format=api",
      "destination": "Suborbital",
      "mission_end": "2021-07-11T15: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": "3c0231ab-5764-4622-b4eb-50eff30ea8be",
        "url": "https://ll.thespacedevs.com/2.3.0/launches/3c0231ab-5764-4622-b4eb-50eff30ea8be/?format=api",
        "name": "SpaceShipTwo | VSS Unity 22",
        "response_mode": "normal",
        "slug": "spaceshiptwo-vss-unity-22",
        "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-06-14T08:59:01Z",
        "net": "2021-07-11T15:25:30Z",
        "net_precision": {
          "id": 0,
          "name": "Second",
          "abbrev": "SEC",
          "description": "The T-0 is accurate to the second."
        },
        "window_end": "2021-07-11T15:25:30Z",
        "window_start": "2021-07-11T15:25:30Z",
        "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/spaceshiptwo25_infographic_20210711033153.jpeg",
        "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": 2966,
          "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": 1389,
          "name": "VSS Unity 22",
          "type": "Tourism",
          "description": "Powered flight of VSS Unity on the first fully crewed flight. Including the founder Sir Richard Branson.",
          "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": 7474,
              "successful_launches": 6919,
              "failed_launches": 555,
              "total_attempted_landings": 1290,
              "successful_landings": 1243,
              "failed_landings": 47
            },
            "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": 77,
        "pad_launch_attempt_count": 5,
        "agency_launch_attempt_count": 58,
        "orbital_launch_attempt_count_year": null,
        "location_launch_attempt_count_year": 2,
        "pad_launch_attempt_count_year": 2,
        "agency_launch_attempt_count_year": 2
      },
      "landing": {
        "id": 1111,
        "url": "https://ll.thespacedevs.com/2.3.0/landings/1111/?format=api",
        "attempt": true,
        "success": true,
        "description": "VSS Unity successfully landed back at Spaceport America after this flight.",
        "downrange_distance": null,
        "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."
        }
      },
      "duration": "PT15M30S",
      "turn_around_time": "P49DT23H42M30S",
      "response_mode": "normal"
    },
    {
      "id": 641,
      "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/641/?format=api",
      "destination": "Suborbital",
      "mission_end": "2013-12-11T12:00:00Z",
      "spacecraft": {
        "response_mode": "normal",
        "id": 472,
        "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/472/?format=api",
        "name": "VSS Enterprise",
        "serial_number": "N339SS",
        "is_placeholder": false,
        "image": {
          "id": 2148,
          "name": "SpaceShip Two mated to the Mother ship White Knight Two",
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceship_two_m_image_20240812142700.jpg",
          "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceship_two_m_image_thumbnail_20240812142701.jpeg",
          "credit": "Steve Jurvetson",
          "license": {
            "id": 28,
            "name": "CC BY 2.0",
            "priority": 6,
            "link": "https://creativecommons.org/licenses/by/2.0/"
          },
          "single_use": true,
          "variants": []
        },
        "in_space": false,
        "time_in_space": "PT12H",
        "time_docked": "P0D",
        "flights_count": 37,
        "mission_ends_count": 37,
        "status": {
          "id": 3,
          "name": "Destroyed"
        },
        "description": "VSS Enterprise was the first SpaceShipTwo (SS2) spaceplane, built by Scaled Composites for Virgin Galactic. As of 2004, it was planned to be the first of five commercial suborbital SS2 spacecraft planned by Virgin Galactic. Enterprise was destroyed during a powered test flight on 31 October 2014, killing one pilot, Michael Alsbury, and seriously injuring another, Peter Siebold. An investigation revealed the accident was caused by premature deployment of the \"feathering\" system, the ship's descent device; the NTSB also faulted the spacecraft's design for lacking fail-safe mechanisms that could have deterred or prevented early deployment.",
        "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": "P1D"
      },
      "launch": {
        "id": "bb176995-21cb-46d0-8127-87845311a3d4",
        "url": "https://ll.thespacedevs.com/2.3.0/launches/bb176995-21cb-46d0-8127-87845311a3d4/?format=api",
        "name": "SpaceShipTwo | VSS Enterprise GF27",
        "response_mode": "normal",
        "slug": "spaceshiptwo-vss-enterprise-gf27",
        "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-06-14T08:58:22Z",
        "net": "2013-12-11T12:00:00Z",
        "net_precision": null,
        "window_end": "2013-12-11T12:00:00Z",
        "window_start": "2013-12-11T12: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": 2923,
          "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": 1340,
          "name": "VSS Enterprise GF27",
          "type": "Test Flight",
          "description": "Free glide test flight of VSS Enterprise.",
          "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": 190,
          "url": "https://ll.thespacedevs.com/2.3.0/pads/190/?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": "Mojave Air and Space Port",
          "image": null,
          "description": null,
          "info_url": "https://www.mojaveairport.com/",
          "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
          "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
          "latitude": 35.0594444,
          "longitude": -118.1538607,
          "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_190_20210522160913.jpg",
          "total_launch_count": 53,
          "orbital_launch_attempt_count": 0,
          "fastest_turnaround": "P1D",
          "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": 7474,
              "successful_launches": 6919,
              "failed_launches": 555,
              "total_attempted_landings": 1290,
              "successful_landings": 1243,
              "failed_landings": 47
            },
            "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": 50,
        "pad_launch_attempt_count": 31,
        "agency_launch_attempt_count": 31,
        "orbital_launch_attempt_count_year": null,
        "location_launch_attempt_count_year": 7,
        "pad_launch_attempt_count_year": 7,
        "agency_launch_attempt_count_year": 7
      },
      "landing": {
        "id": 1103,
        "url": "https://ll.thespacedevs.com/2.3.0/landings/1103/?format=api",
        "attempt": true,
        "success": true,
        "description": "VSS Enterprise successfully landed back at the Mojave Air and Space Port after this flight.",
        "downrange_distance": null,
        "landing_location": {
          "id": 25,
          "name": "Mojave Air and Space Port",
          "active": true,
          "abbrev": "KMHV",
          "description": "Mojave Air and Space Port",
          "location": null,
          "longitude": -118.151667,
          "latitude": 35.059444,
          "image": {
            "id": 2239,
            "name": "Mojave Air and Space Port",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mojave_air_and__image_20240920092609.jpg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mojave_air_and__image_thumbnail_20240920092609.jpeg",
            "credit": "Tedder",
            "license": {
              "id": 20,
              "name": "CC BY-SA 4.0",
              "priority": 6,
              "link": "https://creativecommons.org/licenses/by-sa/4.0/"
            },
            "single_use": true,
            "variants": []
          },
          "successful_landings": 52,
          "attempted_landings": 52,
          "failed_landings": 0,
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth"
          }
        },
        "type": {
          "id": 6,
          "name": "Horizontal Landing",
          "abbrev": "HL",
          "description": "Horizontal landing on a runway or flat surface."
        }
      },
      "duration": "P0D",
      "turn_around_time": "P97D",
      "response_mode": "normal"
    }
  ],
  "spacewalks": []
}