AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ or /launch/?mode=list&search=SpaceX

GET Return a list of all Launch objects.

FILTERS Fields - 'name', 'id(s)', 'lsp__id', 'lsp__name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

MODE 'normal', 'list', 'detailed'

EXAMPLE ?mode=list

SEARCH Searches through the launch name, rocket name, launch agency, mission name & spacecraft name.

EXAMPLE - ?search=SpaceX

GET /2.2.0/launch/?format=api&offset=3000&ordering=name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 7921,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3010&ordering=name",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2990&ordering=name",
  "results": [
    {
      "id": "964f7115-1b72-48c6-8946-7af119d0f544",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/964f7115-1b72-48c6-8946-7af119d0f544/?format=api",
      "slug": "lambda-4s-ohsumi-5",
      "name": "Lambda 4S | Ohsumi 5",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-07-07T13:27:04Z",
      "net": "1970-02-11T04:25:00Z",
      "window_end": "1970-02-11T04:25:00Z",
      "window_start": "1970-02-11T04:25:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1009,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1009/?format=api",
        "name": "Institute of Space and Astronautical Science",
        "type": "Government"
      },
      "rocket": {
        "id": 3984,
        "configuration": {
          "id": 333,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/333/?format=api",
          "name": "Lambda 4S",
          "family": "",
          "full_name": "Lambda 4S",
          "variant": "4S"
        }
      },
      "mission": {
        "id": 2402,
        "name": "Ohsumi 5",
        "description": "Ohsumi was a series of five small satellites built to become the first Japanese satellite on orbit.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 43,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/43/?format=api",
        "agency_id": null,
        "name": "KS Center",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Uchinoura_Space_Center",
        "map_url": "https://www.google.com/maps?q=31.2519752,131.0791609",
        "latitude": "31.2519752",
        "longitude": "131.0791609",
        "location": {
          "id": 24,
          "url": "https://ll.thespacedevs.com/2.2.0/location/24/?format=api",
          "name": "Uchinoura Space Center, Japan",
          "country_code": "JPN",
          "description": "The Uchinoura Space Center is a space launch facility in the Japanese town of Kimotsuki, Kagoshima Prefecture. All of Japan's scientific satellites were launched from Uchinoura prior to the M-V launch vehicles being decommissioned in 2006. It continues to be used for suborbital launches, stratospheric balloons and has also been used for the Epsilon orbital launch vehicle. Additionally, the center has antennas for communication with interplanetary space probes.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_24_20200803142411.jpg",
          "timezone_name": "Asia/Tokyo",
          "total_launch_count": 43,
          "total_landing_count": 0
        },
        "country_code": "JPN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_43_20200803143309.jpg",
        "total_launch_count": 7,
        "orbital_launch_attempt_count": 7
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1059,
      "location_launch_attempt_count": 5,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 5,
      "orbital_launch_attempt_count_year": 13,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "0914dabd-ac92-444b-bf9f-7a6b08bb06e1",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0914dabd-ac92-444b-bf9f-7a6b08bb06e1/?format=api",
      "slug": "launcherone-above-the-clouds",
      "name": "LauncherOne | Above the Clouds",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T03:54:38Z",
      "net": "2022-01-13T22:52:00Z",
      "window_end": "2022-01-14T00:50:00Z",
      "window_start": "2022-01-13T22:20:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 199,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/199/?format=api",
        "name": "Virgin Orbit",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2464,
        "configuration": {
          "id": 141,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/141/?format=api",
          "name": "LauncherOne",
          "family": "",
          "full_name": "LauncherOne",
          "variant": "One"
        }
      },
      "mission": {
        "id": 5884,
        "name": "Above the Clouds",
        "description": "Mission to a 500 km circular orbit inclined at 45 degrees carrying eight R&D satellites from US government agencies with communications and navigation experiments as well as two Earth-observation nanosatellites from Polish company SatRevolution.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 53,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/53/?format=api",
        "agency_id": null,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.059444,-118.151667",
        "latitude": "35.059444",
        "longitude": "-118.151667",
        "location": {
          "id": 20,
          "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
          "name": "Air launch to orbit",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
          "timezone_name": "",
          "total_launch_count": 52,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_53_20200803143612.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/launcherone_image_20200101110016.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 6185,
      "location_launch_attempt_count": 49,
      "pad_launch_attempt_count": 4,
      "agency_launch_attempt_count": 4,
      "orbital_launch_attempt_count_year": 3,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "4a47e6e2-5545-4bac-ad84-21c8e73940b2",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/4a47e6e2-5545-4bac-ad84-21c8e73940b2/?format=api",
      "slug": "launcherone-launch-demo",
      "name": "LauncherOne | Launch Demo",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2024-10-13T06:59:12Z",
      "net": "2020-05-25T19:50:00Z",
      "window_end": "2020-05-25T21:00:00Z",
      "window_start": "2020-05-25T17:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "Shortly after release from the carrier plane and several seconds after first stage engine startup, the high-pressure LOX feeding line broke. This resulted in engine shutdown and subsequent flight termination.",
      "hashtag": null,
      "launch_service_provider": {
        "id": 199,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/199/?format=api",
        "name": "Virgin Orbit",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8,
        "configuration": {
          "id": 141,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/141/?format=api",
          "name": "LauncherOne",
          "family": "",
          "full_name": "LauncherOne",
          "variant": "One"
        }
      },
      "mission": {
        "id": 679,
        "name": "Launch Demo",
        "description": "Payload-free test flight of the LauncherOne vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 53,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/53/?format=api",
        "agency_id": null,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.059444,-118.151667",
        "latitude": "35.059444",
        "longitude": "-118.151667",
        "location": {
          "id": 20,
          "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
          "name": "Air launch to orbit",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
          "timezone_name": "",
          "total_launch_count": 52,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_53_20200803143612.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/launcherone_image_20200101110016.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5957,
      "location_launch_attempt_count": 45,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 1,
      "orbital_launch_attempt_count_year": 35,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "20d9789c-dfdf-46b5-a964-de5f031615a5",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/20d9789c-dfdf-46b5-a964-de5f031615a5/?format=api",
      "slug": "launcherone-launch-demo-2",
      "name": "LauncherOne | Launch Demo 2",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T03:54:38Z",
      "net": "2021-01-17T19:38:51Z",
      "window_end": "2021-01-17T22:00:00Z",
      "window_start": "2021-01-17T18:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 199,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/199/?format=api",
        "name": "Virgin Orbit",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2736,
        "configuration": {
          "id": 141,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/141/?format=api",
          "name": "LauncherOne",
          "family": "",
          "full_name": "LauncherOne",
          "variant": "One"
        }
      },
      "mission": {
        "id": 496,
        "name": "Launch Demo 2 (VCLS ELaNa XX)",
        "description": "This is Virgin Orbit's second attempt to launch the LauncherOne rocket. It also carries cubesats which were contracted by NASA through Venture Class Launch Services contract.",
        "launch_designator": null,
        "type": "Dedicated Rideshare",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 53,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/53/?format=api",
        "agency_id": null,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.059444,-118.151667",
        "latitude": "35.059444",
        "longitude": "-118.151667",
        "location": {
          "id": 20,
          "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
          "name": "Air launch to orbit",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
          "timezone_name": "",
          "total_launch_count": 52,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_53_20200803143612.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/launcherone_image_20200101110016.jpeg",
      "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/launcherone252_infographic_20210114193003.png",
      "program": [],
      "orbital_launch_attempt_count": 6039,
      "location_launch_attempt_count": 46,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 2,
      "orbital_launch_attempt_count_year": 2,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "b0fbc1b8-f822-4345-95af-85782e2669d3",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b0fbc1b8-f822-4345-95af-85782e2669d3/?format=api",
      "slug": "launcherone-start-me-up",
      "name": "LauncherOne | Start Me Up",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2023-09-19T10:46:09Z",
      "net": "2023-01-09T23:08:00Z",
      "window_end": "2023-01-10T00:16:00Z",
      "window_start": "2023-01-09T22:16:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "2nd stage engine failure at ~17000 km/h after 2nd stage fuel filter within the fuel feedline was dislodged from its normal position, causing lower than usual fuel flow and subsequent rise in engine combustion chamber temperature.",
      "hashtag": null,
      "launch_service_provider": {
        "id": 199,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/199/?format=api",
        "name": "Virgin Orbit",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7572,
        "configuration": {
          "id": 141,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/141/?format=api",
          "name": "LauncherOne",
          "family": "",
          "full_name": "LauncherOne",
          "variant": "One"
        }
      },
      "mission": {
        "id": 6012,
        "name": "Start Me Up",
        "description": "7 payloads for government and private customers. This mission is the first launch from the United Kingdom.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 189,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/189/?format=api",
        "agency_id": 199,
        "name": "Spaceport Cornwall",
        "description": null,
        "info_url": "https://spaceportcornwall.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Newquay_Airport",
        "map_url": "https://www.google.com/maps?q=50.4408333,-4.9974718",
        "latitude": "50.4408333",
        "longitude": "-4.9974718",
        "location": {
          "id": 20,
          "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
          "name": "Air launch to orbit",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
          "timezone_name": "",
          "total_launch_count": 52,
          "total_landing_count": 0
        },
        "country_code": "GBR",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_cornwall_20210514102058.jpg",
        "total_launch_count": 1,
        "orbital_launch_attempt_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/launcherone_image_20200101110016.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 6372,
      "location_launch_attempt_count": 51,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 6,
      "orbital_launch_attempt_count_year": 4,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "e521d1a4-7f67-4a13-aaaa-c8faec0e824c",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/e521d1a4-7f67-4a13-aaaa-c8faec0e824c/?format=api",
      "slug": "launcherone-straight-up",
      "name": "LauncherOne | Straight Up",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T03:54:37Z",
      "net": "2022-07-02T06:53:00Z",
      "window_end": "2022-07-02T09:00:00Z",
      "window_start": "2022-07-02T05:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 199,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/199/?format=api",
        "name": "Virgin Orbit",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7574,
        "configuration": {
          "id": 141,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/141/?format=api",
          "name": "LauncherOne",
          "family": "",
          "full_name": "LauncherOne",
          "variant": "One"
        }
      },
      "mission": {
        "id": 6017,
        "name": "Straight Up",
        "description": "Launch contracted by the U.S. Space Force for the Rocket Systems Launch Program (RSLP), with payloads provided by the DoD Space Test Program (STP) as part of the Space Force’s STP-28A mission.\r\nIt will carry seven satellites from multiple government agencies that are experiments intended to demonstrate novel modular satellite bus, space domain awareness, and adaptive radio frequency technologies. The target orbit is approximately 500 km above the Earth’s surface at 45 degrees inclination.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 53,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/53/?format=api",
        "agency_id": null,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.059444,-118.151667",
        "latitude": "35.059444",
        "longitude": "-118.151667",
        "location": {
          "id": 20,
          "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
          "name": "Air launch to orbit",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
          "timezone_name": "",
          "total_launch_count": 52,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_53_20200803143612.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/launcherone_image_20200101110016.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 6259,
      "location_launch_attempt_count": 50,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 5,
      "orbital_launch_attempt_count_year": 77,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "1c9140f6-b771-4312-882b-950ff427f36a",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/1c9140f6-b771-4312-882b-950ff427f36a/?format=api",
      "slug": "launcherone-tubular-bells-part-one",
      "name": "LauncherOne | Tubular Bells, Part One",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T03:54:37Z",
      "net": "2021-06-30T14:47:00Z",
      "window_end": "2021-06-30T16:00:00Z",
      "window_start": "2021-06-30T14:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 199,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/199/?format=api",
        "name": "Virgin Orbit",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2421,
        "configuration": {
          "id": 141,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/141/?format=api",
          "name": "LauncherOne",
          "family": "",
          "full_name": "LauncherOne",
          "variant": "One"
        }
      },
      "mission": {
        "id": 1294,
        "name": "Tubular Bells, Part One",
        "description": "The mission includes three cubesats for US Department of Defense which are launched as a part of the DoS Space Test Program (STP); the Netherland's first military satellite, a cubesat called BRIK II; and two optical satellites, STORK-4 and STORK-5, for SatRevolution's STORK constellation.\r\nThe mission name, \"Tubular Bells, Part One\", references the first music album released by Virgin Records label in the 1970s. The label was established by Virgin Orbit CEO Richard Branson.",
        "launch_designator": null,
        "type": "Dedicated Rideshare",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 53,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/53/?format=api",
        "agency_id": null,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.059444,-118.151667",
        "latitude": "35.059444",
        "longitude": "-118.151667",
        "location": {
          "id": 20,
          "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
          "name": "Air launch to orbit",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
          "timezone_name": "",
          "total_launch_count": 52,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_53_20200803143612.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/launcherone_image_20200101110016.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 6098,
      "location_launch_attempt_count": 48,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": 61,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "22e0b528-dff5-4cc8-a4ed-6111096a5859",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/22e0b528-dff5-4cc8-a4ed-6111096a5859/?format=api",
      "slug": "little-joe-ii-a-001",
      "name": "Little Joe II | A-001",
      "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-14T04:30:58Z",
      "net": "1964-05-13T12:59:59Z",
      "window_end": "1964-05-13T12:59:59Z",
      "window_start": "1964-05-13T12:59:59Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 7424,
        "configuration": {
          "id": 470,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/470/?format=api",
          "name": "Little Joe II",
          "family": "Little Joe",
          "full_name": "Little Joe II",
          "variant": "II"
        }
      },
      "mission": {
        "id": 5813,
        "name": "A-001",
        "description": "Second abort test of the Apollo spacecraft.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 194,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/194/?format=api",
        "agency_id": 165,
        "name": "Launch Complex 36",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/White_Sands_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=32.416944,-106.321944",
        "latitude": "32.416944",
        "longitude": "-106.321944",
        "location": {
          "id": 155,
          "url": "https://ll.thespacedevs.com/2.2.0/location/155/?format=api",
          "name": "White Sands Missile Range",
          "country_code": "USA",
          "description": "White Sands Missile Range is a United States Army military testing area and firing range located in the US state of New Mexico. The range was originally established in 1941 as the Alamogordo Bombing and Gunnery Range, where the Trinity test site lay at the northern end of the Range, in Socorro County near the towns of Carrizozo and San Antonio. It then became the White Sands Proving Ground on 9 July 1945.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_white_sands_missile_range_20210901072636.jpg",
          "timezone_name": "America/Denver",
          "total_launch_count": 5,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_complex_36_20210901072730.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/little_joe_ii_image_20210901072351.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/program/4/?format=api",
          "name": "Apollo",
          "description": "The Apollo program was the third United States human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which succeeded in landing the first humans on the Moon from 1969 to 1972.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_program_20200820200202.png",
          "start_date": "1966-11-16T00:00:00Z",
          "end_date": "1972-12-19T19:24:59Z",
          "info_url": "https://www.nasa.gov/mission_pages/apollo/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Apollo_program",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 2,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 52,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "8de57083-d99e-4a6f-bc6a-191b9b4a50d9",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/8de57083-d99e-4a6f-bc6a-191b9b4a50d9/?format=api",
      "slug": "little-joe-ii-a-002",
      "name": "Little Joe II | A-002",
      "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-14T04:30:58Z",
      "net": "1964-12-08T15:00:00Z",
      "window_end": "1964-12-08T15:00:00Z",
      "window_start": "1964-12-08T15:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 7425,
        "configuration": {
          "id": 470,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/470/?format=api",
          "name": "Little Joe II",
          "family": "Little Joe",
          "full_name": "Little Joe II",
          "variant": "II"
        }
      },
      "mission": {
        "id": 5814,
        "name": "A-002",
        "description": "A-002 was the third abort test of the Apollo spacecraft.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 194,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/194/?format=api",
        "agency_id": 165,
        "name": "Launch Complex 36",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/White_Sands_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=32.416944,-106.321944",
        "latitude": "32.416944",
        "longitude": "-106.321944",
        "location": {
          "id": 155,
          "url": "https://ll.thespacedevs.com/2.2.0/location/155/?format=api",
          "name": "White Sands Missile Range",
          "country_code": "USA",
          "description": "White Sands Missile Range is a United States Army military testing area and firing range located in the US state of New Mexico. The range was originally established in 1941 as the Alamogordo Bombing and Gunnery Range, where the Trinity test site lay at the northern end of the Range, in Socorro County near the towns of Carrizozo and San Antonio. It then became the White Sands Proving Ground on 9 July 1945.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_white_sands_missile_range_20210901072636.jpg",
          "timezone_name": "America/Denver",
          "total_launch_count": 5,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_complex_36_20210901072730.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/little_joe_ii_image_20210901072351.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/program/4/?format=api",
          "name": "Apollo",
          "description": "The Apollo program was the third United States human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which succeeded in landing the first humans on the Moon from 1969 to 1972.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_program_20200820200202.png",
          "start_date": "1966-11-16T00:00:00Z",
          "end_date": "1972-12-19T19:24:59Z",
          "info_url": "https://www.nasa.gov/mission_pages/apollo/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Apollo_program",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 3,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 61,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 12,
      "type": "normal"
    },
    {
      "id": "80ae0917-1291-4128-9ed8-c5d4c24a0392",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/80ae0917-1291-4128-9ed8-c5d4c24a0392/?format=api",
      "slug": "little-joe-ii-a-003",
      "name": "Little Joe II | A-003",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2023-06-14T04:30:58Z",
      "net": "1965-05-19T13:01:04Z",
      "window_end": "1965-05-19T13:01:04Z",
      "window_start": "1965-05-19T13:01:04Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 7426,
        "configuration": {
          "id": 470,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/470/?format=api",
          "name": "Little Joe II",
          "family": "Little Joe",
          "full_name": "Little Joe II",
          "variant": "II"
        }
      },
      "mission": {
        "id": 5815,
        "name": "A-003",
        "description": "A-003 was the fourth abort test of the Apollo spacecraft. This particular flight is notable because during the abort test flight, an actual abort situation occurred, and further proved the Apollo launch escape system (LES). The CM was successfully pulled away from the malfunctioning Little Joe booster and it landed safely under parachutes.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 194,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/194/?format=api",
        "agency_id": 165,
        "name": "Launch Complex 36",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/White_Sands_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=32.416944,-106.321944",
        "latitude": "32.416944",
        "longitude": "-106.321944",
        "location": {
          "id": 155,
          "url": "https://ll.thespacedevs.com/2.2.0/location/155/?format=api",
          "name": "White Sands Missile Range",
          "country_code": "USA",
          "description": "White Sands Missile Range is a United States Army military testing area and firing range located in the US state of New Mexico. The range was originally established in 1941 as the Alamogordo Bombing and Gunnery Range, where the Trinity test site lay at the northern end of the Range, in Socorro County near the towns of Carrizozo and San Antonio. It then became the White Sands Proving Ground on 9 July 1945.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_white_sands_missile_range_20210901072636.jpg",
          "timezone_name": "America/Denver",
          "total_launch_count": 5,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_complex_36_20210901072730.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/little_joe_ii_image_20210901072351.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/program/4/?format=api",
          "name": "Apollo",
          "description": "The Apollo program was the third United States human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which succeeded in landing the first humans on the Moon from 1969 to 1972.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_program_20200820200202.png",
          "start_date": "1966-11-16T00:00:00Z",
          "end_date": "1972-12-19T19:24:59Z",
          "info_url": "https://www.nasa.gov/mission_pages/apollo/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Apollo_program",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 4,
      "pad_launch_attempt_count": 4,
      "agency_launch_attempt_count": 66,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 5,
      "type": "normal"
    }
  ]
}