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

{
  "count": 7851,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3110&ordering=-last_updated",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3090&ordering=-last_updated",
  "results": [
    {
      "id": "96da664b-493b-4f82-8214-b6512f1957f1",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/96da664b-493b-4f82-8214-b6512f1957f1/?format=api",
      "slug": "new-shepard-ns-10",
      "name": "New Shepard | NS-10",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T09:48:34Z",
      "net": "2019-01-23T15:05:00Z",
      "window_end": "2019-01-23T15:05:00Z",
      "window_start": "2019-01-23T15:05:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": "NS10",
      "launch_service_provider": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2180,
        "configuration": {
          "id": 137,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
          "name": "New Shepard",
          "family": "",
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 943,
        "name": "NS-10",
        "description": "New Shepard flight 10 will feature 9 NASA-sponsored payloads via the NASA Flight opportunity program.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 90,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "description": null,
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
          "id": 29,
          "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "country_code": "USA",
          "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 10,
      "pad_launch_attempt_count": 10,
      "agency_launch_attempt_count": 10,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "63aac5af-4c4e-4819-aa85-98e85a689869",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/63aac5af-4c4e-4819-aa85-98e85a689869/?format=api",
      "slug": "new-shepard-ns-7",
      "name": "New Shepard | NS-7",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T09:48:34Z",
      "net": "2017-12-12T16:59:00Z",
      "window_end": "2017-12-12T16:59:00Z",
      "window_start": "2017-12-12T16:59:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2186,
        "configuration": {
          "id": 137,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
          "name": "New Shepard",
          "family": "",
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 949,
        "name": "NS-7",
        "description": "NS-7 is Blue Origins first commercial flight. The payloads included 12 experiments conducted in 3 minutes of microgravity dedicated to medical and earth science.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 90,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "description": null,
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
          "id": 29,
          "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "country_code": "USA",
          "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 7,
      "pad_launch_attempt_count": 7,
      "agency_launch_attempt_count": 7,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "6a6ec77c-7c34-4973-925e-1c248ed8e4cd",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/6a6ec77c-7c34-4973-925e-1c248ed8e4cd/?format=api",
      "slug": "new-shepard-ns-8",
      "name": "New Shepard | NS-8",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T09:48:33Z",
      "net": "2018-04-29T17:07:00Z",
      "window_end": "2018-04-29T17:07:00Z",
      "window_start": "2018-04-29T17:07:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2187,
        "configuration": {
          "id": 137,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
          "name": "New Shepard",
          "family": "",
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 950,
        "name": "NS-8",
        "description": "NS-8 is Blue Origin's second commercial flight. It carried payloads from various customers on a sub-orbital launch for 3 minutes of microgravity.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 90,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "description": null,
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
          "id": 29,
          "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "country_code": "USA",
          "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 8,
      "pad_launch_attempt_count": 8,
      "agency_launch_attempt_count": 8,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "184c775e-1acf-495c-a6b9-ab44d8e680a9",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/184c775e-1acf-495c-a6b9-ab44d8e680a9/?format=api",
      "slug": "new-shepard-ns-12",
      "name": "New Shepard | NS-12",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T09:48:33Z",
      "net": "2019-12-11T17:55:10Z",
      "window_end": "2019-12-11T17:55:10Z",
      "window_start": "2019-12-11T17:55:10Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": "#NewShepard",
      "launch_service_provider": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2594,
        "configuration": {
          "id": 137,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
          "name": "New Shepard",
          "family": "",
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 1066,
        "name": "NS-12",
        "description": "The 12th flight of New Shepard will contain commercial payloads and postcards from the nonprofit organisation 'Club for the Future'.",
        "launch_designator": null,
        "type": "Suborbital",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 90,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "description": null,
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
          "id": 29,
          "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "country_code": "USA",
          "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 12,
      "pad_launch_attempt_count": 12,
      "agency_launch_attempt_count": 12,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "639a1610-8b14-4e85-83be-499085c61034",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/639a1610-8b14-4e85-83be-499085c61034/?format=api",
      "slug": "new-shepard-ns-9",
      "name": "New Shepard | NS-9",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T09:48:33Z",
      "net": "2018-07-18T15:00:00Z",
      "window_end": "2018-07-18T15:00:00Z",
      "window_start": "2018-07-18T15:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": "NS9",
      "launch_service_provider": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2188,
        "configuration": {
          "id": 137,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
          "name": "New Shepard",
          "family": "",
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 951,
        "name": "NS-9",
        "description": "The third commercial flight for Blue Origin. NS-9 carried various payloads on a sub-orbital flight. It also tested the capsule escape rockets at high altitude.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 90,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "description": null,
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
          "id": 29,
          "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "country_code": "USA",
          "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 9,
      "pad_launch_attempt_count": 9,
      "agency_launch_attempt_count": 9,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "ff3ef28b-afd5-414f-aab4-040d5b74fdd6",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ff3ef28b-afd5-414f-aab4-040d5b74fdd6/?format=api",
      "slug": "new-shepard-ns-17",
      "name": "New Shepard | NS-17",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T09:48:33Z",
      "net": "2021-08-26T14:31:00Z",
      "window_end": "2021-08-26T14:31:00Z",
      "window_start": "2021-08-26T13:35:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2998,
        "configuration": {
          "id": 137,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
          "name": "New Shepard",
          "family": "",
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 1423,
        "name": "NS-17",
        "description": "Seventeenth flight of New Shepard. It will carry a second NASA lunar landing technology demonstration on the exterior of the booster, 18 commercial payloads inside the crew capsule, and an art installation on the exterior of the capsule.",
        "launch_designator": null,
        "type": "Suborbital",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 90,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "description": null,
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
          "id": 29,
          "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "country_code": "USA",
          "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
      "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/new2520shepard_infographic_20210826030422.jpeg",
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 17,
      "pad_launch_attempt_count": 17,
      "agency_launch_attempt_count": 17,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "5abbd675-424b-4caf-ace5-8ba448a6a81f",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/5abbd675-424b-4caf-ace5-8ba448a6a81f/?format=api",
      "slug": "new-shepard-ns-3",
      "name": "New Shepard | NS-3",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T09:48:15Z",
      "net": "2016-01-22T16:00:00Z",
      "window_end": "2016-01-22T16:00:00Z",
      "window_start": "2016-01-22T16:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": "NS3",
      "launch_service_provider": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2182,
        "configuration": {
          "id": 137,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
          "name": "New Shepard",
          "family": "",
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 945,
        "name": "NS-3",
        "description": "The third test flight of the New Shepard vehicle. It is the first re-use for Blue Origin.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 90,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "description": null,
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
          "id": 29,
          "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "country_code": "USA",
          "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 3,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "eb3e1460-55a3-4de0-bf3f-34eb302684d3",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/eb3e1460-55a3-4de0-bf3f-34eb302684d3/?format=api",
      "slug": "new-shepard-ns-4",
      "name": "New Shepard | NS-4",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T09:48:15Z",
      "net": "2016-04-02T16:18:00Z",
      "window_end": "2016-04-02T16:18:00Z",
      "window_start": "2016-04-02T16:18:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": "NS4",
      "launch_service_provider": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2183,
        "configuration": {
          "id": 137,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
          "name": "New Shepard",
          "family": "",
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 946,
        "name": "NS-4",
        "description": "The fourth flight for Blue Origin. The capsule reached an apogee of 103.8 kilometers.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 90,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "description": null,
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
          "id": 29,
          "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "country_code": "USA",
          "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 4,
      "pad_launch_attempt_count": 4,
      "agency_launch_attempt_count": 4,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "25748679-226b-4d5c-949e-f76e97caf6fe",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/25748679-226b-4d5c-949e-f76e97caf6fe/?format=api",
      "slug": "new-shepard-ns-6",
      "name": "New Shepard | NS-6",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T09:48:15Z",
      "net": "2016-10-05T16:36:00Z",
      "window_end": "2016-10-05T16:36:00Z",
      "window_start": "2016-10-05T16:36:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2185,
        "configuration": {
          "id": 137,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
          "name": "New Shepard",
          "family": "",
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 948,
        "name": "NS-6",
        "description": "The 6th flight for Blue Origin, NS-6 will test an in-flight abort scenario for the capsule.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 90,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "description": null,
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
          "id": 29,
          "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "country_code": "USA",
          "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 6,
      "pad_launch_attempt_count": 6,
      "agency_launch_attempt_count": 6,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "5acf58b8-f6cb-4f49-ae32-589f72a28948",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/5acf58b8-f6cb-4f49-ae32-589f72a28948/?format=api",
      "slug": "new-shepard-ns-2",
      "name": "New Shepard | NS-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-14T09:48:15Z",
      "net": "2015-11-23T17:21:00Z",
      "window_end": "2015-11-23T17:21:00Z",
      "window_start": "2015-11-23T17:21:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2179,
        "configuration": {
          "id": 137,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
          "name": "New Shepard",
          "family": "",
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 942,
        "name": "NS-2",
        "description": "The first flight of the New Shepard 2 booster. The capsule reached an apogee of 100.5 kilometers.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 90,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "description": null,
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
          "id": 29,
          "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "country_code": "USA",
          "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 2,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 2,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    }
  ]
}