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

{
  "count": 7930,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=4210&ordering=name",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=4190&ordering=name",
  "results": [
    {
      "id": "9a6a183b-f416-417d-ad12-aef14af047ed",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/9a6a183b-f416-417d-ad12-aef14af047ed/?format=api",
      "slug": "pegasus-xl-galaxy-evolution-explorer-galex",
      "name": "Pegasus XL | Galaxy Evolution Explorer (GALEX)",
      "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-13T18:14:09Z",
      "net": "2003-04-28T11:59:57Z",
      "window_end": "2003-04-28T11:59:57Z",
      "window_start": "2003-04-28T11:59:57Z",
      "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": 493,
        "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": 84,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/84/?format=api",
        "agency_id": null,
        "name": "Cape Canaveral",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral",
        "map_url": "https://www.google.com/maps?q=28.455556,-80.527778",
        "latitude": "28.455556",
        "longitude": "-80.527778",
        "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_84_20200803143436.jpg",
        "total_launch_count": 7,
        "orbital_launch_attempt_count": 7
      },
      "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": 4593,
      "location_launch_attempt_count": 32,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 41,
      "orbital_launch_attempt_count_year": 17,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "baa4ec28-81b7-484f-8960-d618db808623",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/baa4ec28-81b7-484f-8960-d618db808623/?format=api",
      "slug": "pegasus-xl-haps-mublcom-terriers",
      "name": "Pegasus XL HAPS | MUBLCOM & TERRIERS",
      "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-08-02T16:27:30Z",
      "net": "1999-05-18T05:09:00Z",
      "window_end": "1999-05-18T05:09:00Z",
      "window_start": "1999-05-18T05:09:00Z",
      "net_precision": null,
      "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": 443,
        "configuration": {
          "id": 118,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/118/?format=api",
          "name": "Pegasus XL HAPS",
          "family": "Pegasus",
          "full_name": "Pegasus XL HAPS",
          "variant": "HAPS"
        }
      },
      "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": 52,
          "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": 4316,
      "location_launch_attempt_count": 26,
      "pad_launch_attempt_count": 13,
      "agency_launch_attempt_count": 30,
      "orbital_launch_attempt_count_year": 27,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "0acafdb8-f363-4caf-8fc2-572def9a33fc",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0acafdb8-f363-4caf-8fc2-572def9a33fc/?format=api",
      "slug": "pegasus-xl-haps-orbcomm-a1-a8",
      "name": "Pegasus XL HAPS | Orbcomm-A1 - A8",
      "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:21:09Z",
      "net": "1997-12-23T19:11:42Z",
      "window_end": "1997-12-23T19:11:42Z",
      "window_start": "1997-12-23T19:11:42Z",
      "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": 426,
        "configuration": {
          "id": 118,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/118/?format=api",
          "name": "Pegasus XL HAPS",
          "family": "Pegasus",
          "full_name": "Pegasus XL HAPS",
          "variant": "HAPS"
        }
      },
      "mission": null,
      "pad": {
        "id": 52,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/52/?format=api",
        "agency_id": null,
        "name": "Wallops Flight Facility",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
        "map_url": "https://www.google.com/maps?q=37.938611,-75.457222",
        "latitude": "37.938611",
        "longitude": "-75.457222",
        "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_52_20200803143305.jpg",
        "total_launch_count": 6,
        "orbital_launch_attempt_count": 6
      },
      "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": 4205,
      "location_launch_attempt_count": 18,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 20,
      "orbital_launch_attempt_count_year": 87,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 5,
      "type": "normal"
    },
    {
      "id": "3a4e30cd-d27c-4305-a6d9-e462172b1374",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/3a4e30cd-d27c-4305-a6d9-e462172b1374/?format=api",
      "slug": "pegasus-xl-haps-orbcomm-b1-b8",
      "name": "Pegasus XL HAPS | Orbcomm-B1 - B8",
      "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:33Z",
      "net": "1998-08-02T16:24:00Z",
      "window_end": "1998-08-02T16:24:00Z",
      "window_start": "1998-08-02T16:24: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": 432,
        "configuration": {
          "id": 118,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/118/?format=api",
          "name": "Pegasus XL HAPS",
          "family": "Pegasus",
          "full_name": "Pegasus XL HAPS",
          "variant": "HAPS"
        }
      },
      "mission": null,
      "pad": {
        "id": 52,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/52/?format=api",
        "agency_id": null,
        "name": "Wallops Flight Facility",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
        "map_url": "https://www.google.com/maps?q=37.938611,-75.457222",
        "latitude": "37.938611",
        "longitude": "-75.457222",
        "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_52_20200803143305.jpg",
        "total_launch_count": 6,
        "orbital_launch_attempt_count": 6
      },
      "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": 4254,
      "location_launch_attempt_count": 21,
      "pad_launch_attempt_count": 4,
      "agency_launch_attempt_count": 24,
      "orbital_launch_attempt_count_year": 47,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "ba620be4-b9ef-4774-aaa1-5fb97030e05c",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ba620be4-b9ef-4774-aaa1-5fb97030e05c/?format=api",
      "slug": "pegasus-xl-haps-orbcomm-c1-c8",
      "name": "Pegasus XL HAPS | Orbcomm-C1 - C8",
      "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:33Z",
      "net": "1998-09-23T05:06:00Z",
      "window_end": "1998-09-23T05:06:00Z",
      "window_start": "1998-09-23T05:06: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": 435,
        "configuration": {
          "id": 118,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/118/?format=api",
          "name": "Pegasus XL HAPS",
          "family": "Pegasus",
          "full_name": "Pegasus XL HAPS",
          "variant": "HAPS"
        }
      },
      "mission": null,
      "pad": {
        "id": 52,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/52/?format=api",
        "agency_id": null,
        "name": "Wallops Flight Facility",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
        "map_url": "https://www.google.com/maps?q=37.938611,-75.457222",
        "latitude": "37.938611",
        "longitude": "-75.457222",
        "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_52_20200803143305.jpg",
        "total_launch_count": 6,
        "orbital_launch_attempt_count": 6
      },
      "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": 4265,
      "location_launch_attempt_count": 22,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 25,
      "orbital_launch_attempt_count_year": 58,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 5,
      "type": "normal"
    },
    {
      "id": "6e83e29a-17c1-4e9d-990d-1c9269a0aeb5",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/6e83e29a-17c1-4e9d-990d-1c9269a0aeb5/?format=api",
      "slug": "pegasus-xl-haps-orbcomm-d2-d8",
      "name": "Pegasus XL HAPS | Orbcomm-D2 - D8",
      "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:33Z",
      "net": "1999-12-04T18:53:00Z",
      "window_end": "1999-12-04T18:53:00Z",
      "window_start": "1999-12-04T18:53: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": 447,
        "configuration": {
          "id": 118,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/118/?format=api",
          "name": "Pegasus XL HAPS",
          "family": "Pegasus",
          "full_name": "Pegasus XL HAPS",
          "variant": "HAPS"
        }
      },
      "mission": null,
      "pad": {
        "id": 52,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/52/?format=api",
        "agency_id": null,
        "name": "Wallops Flight Facility",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
        "map_url": "https://www.google.com/maps?q=37.938611,-75.457222",
        "latitude": "37.938611",
        "longitude": "-75.457222",
        "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_52_20200803143305.jpg",
        "total_launch_count": 6,
        "orbital_launch_attempt_count": 6
      },
      "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": 4358,
      "location_launch_attempt_count": 27,
      "pad_launch_attempt_count": 6,
      "agency_launch_attempt_count": 31,
      "orbital_launch_attempt_count_year": 69,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "1d9d2b69-e147-4068-b127-79e34e90601b",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/1d9d2b69-e147-4068-b127-79e34e90601b/?format=api",
      "slug": "pegasus-xl-high-energy-transient-explorer-hete-sat",
      "name": "Pegasus XL | High Energy Transient Explorer (HETE) & Satelite de Aplicaciones Cientificas-B (SAC-B)",
      "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-06-15T13:14:30Z",
      "net": "1996-11-04T17:08:56Z",
      "window_end": "1996-11-04T17:08:56Z",
      "window_start": "1996-11-04T17:08:56Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "Battery failure in the Pegasus XL rocket third stage, satellites did not separate from third stage.",
      "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": 408,
        "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": 52,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/52/?format=api",
        "agency_id": null,
        "name": "Wallops Flight Facility",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
        "map_url": "https://www.google.com/maps?q=37.938611,-75.457222",
        "latitude": "37.938611",
        "longitude": "-75.457222",
        "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_52_20200803143305.jpg",
        "total_launch_count": 6,
        "orbital_launch_attempt_count": 6
      },
      "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": 4106,
      "location_launch_attempt_count": 14,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 15,
      "orbital_launch_attempt_count_year": 65,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 5,
      "type": "normal"
    },
    {
      "id": "eb8315ed-6614-407e-a9de-9b28276932eb",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/eb8315ed-6614-407e-a9de-9b28276932eb/?format=api",
      "slug": "pegasus-xl-interface-region-imaging-spectrograph-i",
      "name": "Pegasus XL | Interface Region Imaging Spectrograph (IRIS)",
      "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": "2013-06-28T02:27:46Z",
      "window_end": "2013-06-28T02:27:46Z",
      "window_start": "2013-06-28T02:27:46Z",
      "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": 1686,
        "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": 22,
        "name": "Interface Region Imaging Spectrograph (IRIS)",
        "description": "The Interface Region Imaging Spectrograph (IRIS) is a NASA Small Explorer Mission to observe how solar material moves, gathers energy, and heats up as it travels through a little-understood region in the sun's lower atmosphere.",
        "launch_designator": null,
        "type": "Heliophysics",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "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": 52,
          "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": 5302,
      "location_launch_attempt_count": 42,
      "pad_launch_attempt_count": 21,
      "agency_launch_attempt_count": 66,
      "orbital_launch_attempt_count_year": 34,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "0b7d44c4-ac5e-4daa-bba4-a22a545351ca",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0b7d44c4-ac5e-4daa-bba4-a22a545351ca/?format=api",
      "slug": "pegasus-xl-interstellar-boundary-explorer-ibex",
      "name": "Pegasus XL | Interstellar Boundary Explorer (IBEX)",
      "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:55Z",
      "net": "2008-10-19T17:47:23Z",
      "window_end": "2008-10-19T17:47:23Z",
      "window_start": "2008-10-19T17:47:23Z",
      "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": 1403,
        "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": 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": 52,
          "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": 5,
        "orbital_launch_attempt_count": 5
      },
      "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": 4938,
      "location_launch_attempt_count": 40,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 55,
      "orbital_launch_attempt_count_year": 53,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "263e799b-e3a2-437b-9cb5-96d178645f61",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/263e799b-e3a2-437b-9cb5-96d178645f61/?format=api",
      "slug": "pegasus-xl-ionospheric-connection-explorer-icon",
      "name": "Pegasus XL | Ionospheric Connection Explorer (ICON)",
      "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:09:27Z",
      "net": "2019-10-11T02:00:30Z",
      "window_end": "2019-10-11T02:55:00Z",
      "window_start": "2019-10-11T01:30:00Z",
      "net_precision": null,
      "probability": 70,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": "#NASAICON",
      "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": 10,
        "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": 696,
        "name": "Ionospheric Connection Explorer (ICON)",
        "description": "Ionospheric Connection Explorer (ICON) is a NASA mission to study Earth's thermosphere and ionosphere and the connection between space weather and weather on our planet. Mission is planned to last for two years.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 84,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/84/?format=api",
        "agency_id": null,
        "name": "Cape Canaveral",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral",
        "map_url": "https://www.google.com/maps?q=28.455556,-80.527778",
        "latitude": "28.455556",
        "longitude": "-80.527778",
        "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_84_20200803143436.jpg",
        "total_launch_count": 7,
        "orbital_launch_attempt_count": 7
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
      "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/pegasus2520xl_infographic_20200806035709.png",
      "program": [],
      "orbital_launch_attempt_count": 5893,
      "location_launch_attempt_count": 44,
      "pad_launch_attempt_count": 7,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": 73,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    }
  ]
}