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

{
  "count": 7859,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3700&ordering=-name",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3680&ordering=-name",
  "results": [
    {
      "id": "46580acb-1299-4a54-bdf0-884029a83a84",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/46580acb-1299-4a54-bdf0-884029a83a84/?format=api",
      "slug": "project-pilot-nots-5",
      "name": "Project Pilot | NOTS 5",
      "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:25:21Z",
      "net": "1958-08-26T00:00:00Z",
      "window_end": "1958-08-26T00:00:00Z",
      "window_start": "1958-08-26T00:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
        "name": "US Navy",
        "type": "Government"
      },
      "rocket": {
        "id": 3023,
        "configuration": {
          "id": 344,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/344/?format=api",
          "name": "Project Pilot",
          "family": "",
          "full_name": "Project Pilot",
          "variant": ""
        }
      },
      "mission": {
        "id": 1445,
        "name": "NOTS 5",
        "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 145,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/145/?format=api",
        "agency_id": null,
        "name": "Naval Air Weapons Station China Lake",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
        "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
        "latitude": "35.6855556",
        "longitude": "-117.6941384",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
        "total_launch_count": 6,
        "orbital_launch_attempt_count": 6
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 21,
      "location_launch_attempt_count": 5,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 11,
      "orbital_launch_attempt_count_year": 18,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 10,
      "type": "normal"
    },
    {
      "id": "31bcb852-0c9f-4f1f-a201-a108c88e77f8",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/31bcb852-0c9f-4f1f-a201-a108c88e77f8/?format=api",
      "slug": "project-pilot-nots-4",
      "name": "Project Pilot | NOTS 4",
      "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:25:21Z",
      "net": "1958-08-25T00:00:00Z",
      "window_end": "1958-08-25T00:00:00Z",
      "window_start": "1958-08-25T00:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
        "name": "US Navy",
        "type": "Government"
      },
      "rocket": {
        "id": 3022,
        "configuration": {
          "id": 344,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/344/?format=api",
          "name": "Project Pilot",
          "family": "",
          "full_name": "Project Pilot",
          "variant": ""
        }
      },
      "mission": {
        "id": 1444,
        "name": "NOTS 4",
        "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 145,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/145/?format=api",
        "agency_id": null,
        "name": "Naval Air Weapons Station China Lake",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
        "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
        "latitude": "35.6855556",
        "longitude": "-117.6941384",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
        "total_launch_count": 6,
        "orbital_launch_attempt_count": 6
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 20,
      "location_launch_attempt_count": 4,
      "pad_launch_attempt_count": 4,
      "agency_launch_attempt_count": 10,
      "orbital_launch_attempt_count_year": 17,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 9,
      "type": "normal"
    },
    {
      "id": "ee6958bf-155d-4400-9d9a-9d3e27c56d6d",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ee6958bf-155d-4400-9d9a-9d3e27c56d6d/?format=api",
      "slug": "project-pilot-nots-3",
      "name": "Project Pilot | NOTS 3",
      "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:25:21Z",
      "net": "1958-08-22T00:00:00Z",
      "window_end": "1958-08-22T00:00:00Z",
      "window_start": "1958-08-22T00:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
        "name": "US Navy",
        "type": "Government"
      },
      "rocket": {
        "id": 3020,
        "configuration": {
          "id": 344,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/344/?format=api",
          "name": "Project Pilot",
          "family": "",
          "full_name": "Project Pilot",
          "variant": ""
        }
      },
      "mission": {
        "id": 1442,
        "name": "NOTS 3",
        "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 145,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/145/?format=api",
        "agency_id": null,
        "name": "Naval Air Weapons Station China Lake",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
        "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
        "latitude": "35.6855556",
        "longitude": "-117.6941384",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
        "total_launch_count": 6,
        "orbital_launch_attempt_count": 6
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 18,
      "location_launch_attempt_count": 3,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 9,
      "orbital_launch_attempt_count_year": 15,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 8,
      "type": "normal"
    },
    {
      "id": "ac4c0c44-1925-4636-99b5-8c3b33d6c62a",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ac4c0c44-1925-4636-99b5-8c3b33d6c62a/?format=api",
      "slug": "project-pilot-nots-2",
      "name": "Project Pilot | NOTS 2",
      "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:25:21Z",
      "net": "1958-08-12T00:00:00Z",
      "window_end": "1958-08-12T00:00:00Z",
      "window_start": "1958-08-12T00:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
        "name": "US Navy",
        "type": "Government"
      },
      "rocket": {
        "id": 3018,
        "configuration": {
          "id": 344,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/344/?format=api",
          "name": "Project Pilot",
          "family": "",
          "full_name": "Project Pilot",
          "variant": ""
        }
      },
      "mission": {
        "id": 1440,
        "name": "NOTS 2",
        "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 145,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/145/?format=api",
        "agency_id": null,
        "name": "Naval Air Weapons Station China Lake",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
        "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
        "latitude": "35.6855556",
        "longitude": "-117.6941384",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
        "total_launch_count": 6,
        "orbital_launch_attempt_count": 6
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 16,
      "location_launch_attempt_count": 2,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 8,
      "orbital_launch_attempt_count_year": 13,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    },
    {
      "id": "64da1836-0c00-4074-ab0a-f9d0ee6b1221",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/64da1836-0c00-4074-ab0a-f9d0ee6b1221/?format=api",
      "slug": "project-pilot-nots-1",
      "name": "Project Pilot | NOTS 1",
      "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:25:21Z",
      "net": "1958-07-25T00:00:00Z",
      "window_end": "1958-07-25T00:00:00Z",
      "window_start": "1958-07-25T00:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
        "name": "US Navy",
        "type": "Government"
      },
      "rocket": {
        "id": 3016,
        "configuration": {
          "id": 344,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/344/?format=api",
          "name": "Project Pilot",
          "family": "",
          "full_name": "Project Pilot",
          "variant": ""
        }
      },
      "mission": {
        "id": 1438,
        "name": "NOTS 1",
        "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 145,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/145/?format=api",
        "agency_id": null,
        "name": "Naval Air Weapons Station China Lake",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
        "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
        "latitude": "35.6855556",
        "longitude": "-117.6941384",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
        "total_launch_count": 6,
        "orbital_launch_attempt_count": 6
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 14,
      "location_launch_attempt_count": 1,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 7,
      "orbital_launch_attempt_count_year": 11,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 6,
      "type": "normal"
    },
    {
      "id": "6b418693-abef-4e97-ab49-8ee56f4edba2",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/6b418693-abef-4e97-ab49-8ee56f4edba2/?format=api",
      "slug": "pegasus-xl-wide-field-infrared-explorer-wire",
      "name": "Pegasus XL | Wide Field Infrared Explorer (WIRE)",
      "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:55:14Z",
      "net": "1999-03-05T02:56:00Z",
      "window_end": "1999-03-05T02:56:00Z",
      "window_start": "1999-03-05T02:56:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 100,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
        "name": "Orbital Sciences Corporation",
        "type": "Commercial"
      },
      "rocket": {
        "id": 442,
        "configuration": {
          "id": 173,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
          "name": "Pegasus XL",
          "family": "Pegasus",
          "full_name": "Pegasus XL",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 62,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/62/?format=api",
        "agency_id": null,
        "name": "Vandenberg Space Force Base",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
        "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
        "latitude": "34.732778",
        "longitude": "-120.568056",
        "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": 51,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
        "total_launch_count": 22,
        "orbital_launch_attempt_count": 22
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4300,
      "location_launch_attempt_count": 25,
      "pad_launch_attempt_count": 12,
      "agency_launch_attempt_count": 29,
      "orbital_launch_attempt_count_year": 11,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "97020d28-3c14-4a39-bdcf-dfb968607e6b",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/97020d28-3c14-4a39-bdcf-dfb968607e6b/?format=api",
      "slug": "pegasus-xl-tri-services-experiments-platform-5-tsx",
      "name": "Pegasus XL | Tri-Services Experiments Platform-5 (TSX-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": "2024-06-15T13:30:35Z",
      "net": "2000-06-07T13:19:30Z",
      "window_end": "2000-06-07T13:19:30Z",
      "window_start": "2000-06-07T13:19:30Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 100,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
        "name": "Orbital Sciences Corporation",
        "type": "Commercial"
      },
      "rocket": {
        "id": 454,
        "configuration": {
          "id": 173,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
          "name": "Pegasus XL",
          "family": "Pegasus",
          "full_name": "Pegasus XL",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 62,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/62/?format=api",
        "agency_id": null,
        "name": "Vandenberg Space Force Base",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
        "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
        "latitude": "34.732778",
        "longitude": "-120.568056",
        "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": 51,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
        "total_launch_count": 22,
        "orbital_launch_attempt_count": 22
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4399,
      "location_launch_attempt_count": 28,
      "pad_launch_attempt_count": 14,
      "agency_launch_attempt_count": 35,
      "orbital_launch_attempt_count_year": 32,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "35bd562a-a26e-4502-b5c4-6ac75c26c682",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/35bd562a-a26e-4502-b5c4-6ac75c26c682/?format=api",
      "slug": "pegasus-xl-transition-region-and-coronal-explorer",
      "name": "Pegasus XL | Transition Region and Coronal Explorer (TRACE)",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2024-06-15T13:23:59Z",
      "net": "1998-04-02T02:42:39Z",
      "window_end": "1998-04-02T02:42:39Z",
      "window_start": "1998-04-02T02:42:39Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 100,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
        "name": "Orbital Sciences Corporation",
        "type": "Commercial"
      },
      "rocket": {
        "id": 429,
        "configuration": {
          "id": 173,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
          "name": "Pegasus XL",
          "family": "Pegasus",
          "full_name": "Pegasus XL",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 62,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/62/?format=api",
        "agency_id": null,
        "name": "Vandenberg Space Force Base",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
        "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
        "latitude": "34.732778",
        "longitude": "-120.568056",
        "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": 51,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
        "total_launch_count": 22,
        "orbital_launch_attempt_count": 22
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4228,
      "location_launch_attempt_count": 20,
      "pad_launch_attempt_count": 10,
      "agency_launch_attempt_count": 23,
      "orbital_launch_attempt_count_year": 21,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "bbcbbcb6-bc79-4dcc-b1e8-23c6ddfe6f6e",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/bbcbbcb6-bc79-4dcc-b1e8-23c6ddfe6f6e/?format=api",
      "slug": "pegasus-xl-total-ozone-mapping-spectrometer-toms",
      "name": "Pegasus XL | Total Ozone Mapping Spectrometer (TOMS)",
      "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:55:13Z",
      "net": "1996-07-02T07:48:00Z",
      "window_end": "1996-07-02T07:48:00Z",
      "window_start": "1996-07-02T07:48:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 100,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
        "name": "Orbital Sciences Corporation",
        "type": "Commercial"
      },
      "rocket": {
        "id": 404,
        "configuration": {
          "id": 173,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
          "name": "Pegasus XL",
          "family": "Pegasus",
          "full_name": "Pegasus XL",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 62,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/62/?format=api",
        "agency_id": null,
        "name": "Vandenberg Space Force Base",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
        "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
        "latitude": "34.732778",
        "longitude": "-120.568056",
        "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": 51,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
        "total_launch_count": 22,
        "orbital_launch_attempt_count": 22
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4082,
      "location_launch_attempt_count": 12,
      "pad_launch_attempt_count": 6,
      "agency_launch_attempt_count": 13,
      "orbital_launch_attempt_count_year": 41,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "f596ad48-881e-47d6-806d-113c6dd97427",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/f596ad48-881e-47d6-806d-113c6dd97427/?format=api",
      "slug": "pegasus-xl-swift-rescue-mission",
      "name": "Pegasus XL | Swift Rescue Mission",
      "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
      },
      "last_updated": "2026-05-08T18:21:27Z",
      "net": "2026-06-30T00:00:00Z",
      "window_end": "2026-06-30T00:00:00Z",
      "window_start": "2026-06-30T00:00:00Z",
      "net_precision": {
        "id": 7,
        "name": "Month",
        "abbrev": "M",
        "description": "The T-0 is expected in the given month."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 257,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
        "name": "Northrop Grumman Space Systems",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8811,
        "configuration": {
          "id": 173,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
          "name": "Pegasus XL",
          "family": "Pegasus",
          "full_name": "Pegasus XL",
          "variant": ""
        }
      },
      "mission": {
        "id": 7402,
        "name": "Swift Rescue Mission",
        "description": "Contracted by NASA under the Small Business Innovation Research Phase 3 contract, Katalyst Space Technologies' LINK servicing spacecraft will rendezvous and attach to NASA’s Neil Gehrels Swift Observatory to re-boost its orbit. This aims to demonstrate a key capability for the future of space exploration and extending the Swift mission’s science lifetime in gamma ray astronomy.",
        "launch_designator": null,
        "type": "Mission Extension",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 59,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/59/?format=api",
        "agency_id": null,
        "name": "Kwajalein Atoll",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kwajalein_Atoll",
        "map_url": "https://www.google.com/maps?q=8.716667,167.733333",
        "latitude": "8.716667",
        "longitude": "167.733333",
        "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": 51,
          "total_landing_count": 0
        },
        "country_code": "MHL",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_59_20200803143427.jpg",
        "total_launch_count": 4,
        "orbital_launch_attempt_count": 4
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7317,
      "location_launch_attempt_count": 52,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 17,
      "orbital_launch_attempt_count_year": 144,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    }
  ]
}