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

{
  "count": 7916,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=6660&ordering=name",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=6640&ordering=name",
  "results": [
    {
      "id": "6ff06bb3-077f-4741-87b0-01e07f3d6d29",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/6ff06bb3-077f-4741-87b0-01e07f3d6d29/?format=api",
      "slug": "thor-dm-21-ablestar-transit-o-1",
      "name": "Thor DM-21 Ablestar | Transit-O 1",
      "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:52:49Z",
      "net": "1964-10-06T17:04:21Z",
      "window_end": "1964-10-06T17:04:21Z",
      "window_start": "1964-10-06T17:04:21Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3323,
        "configuration": {
          "id": 187,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/187/?format=api",
          "name": "Thor DM-21 Ablestar",
          "family": "Thor",
          "full_name": "Thor DM-21 Ablestar",
          "variant": "DM-21"
        }
      },
      "mission": {
        "id": 1745,
        "name": "Transit-O 1",
        "description": "The Transit-O series of satellites that closely followed the design of Transit 5C-1 were also called “Oscars” (Oscar is the phonetic alphabet for “O”, i. e., operational). They were also called NNS (Navy Navigation Satellite) or shortened NavSat.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 893,
          "total_landing_count": 35
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99,
        "orbital_launch_attempt_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520ablestar_image_20191201205131.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 366,
      "location_launch_attempt_count": 147,
      "pad_launch_attempt_count": 13,
      "agency_launch_attempt_count": 216,
      "orbital_launch_attempt_count_year": 73,
      "location_launch_attempt_count_year": 30,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 41,
      "type": "normal"
    },
    {
      "id": "a3e028c0-0873-4343-942b-e3d4887edaf1",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a3e028c0-0873-4343-942b-e3d4887edaf1/?format=api",
      "slug": "thor-dm-21-ablestar-transit-o-2-5e-5",
      "name": "Thor DM-21 Ablestar | Transit-O 2 & 5E-5",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T03:52:44Z",
      "net": "1964-12-13T00:08:10Z",
      "window_end": "1964-12-13T00:08:10Z",
      "window_start": "1964-12-13T00:08:10Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3346,
        "configuration": {
          "id": 187,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/187/?format=api",
          "name": "Thor DM-21 Ablestar",
          "family": "Thor",
          "full_name": "Thor DM-21 Ablestar",
          "variant": "DM-21"
        }
      },
      "mission": {
        "id": 1767,
        "name": "Transit-O 2 & 5E-5",
        "description": "The Transit-O series of satellites that closely followed the design of Transit 5C-1 were also called “Oscars” (Oscar is the phonetic alphabet for “O”, i. e., operational). They were also called NNS (Navy Navigation Satellite) or shortened NavSat.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 893,
          "total_landing_count": 35
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99,
        "orbital_launch_attempt_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520ablestar_image_20191201205131.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 389,
      "location_launch_attempt_count": 157,
      "pad_launch_attempt_count": 14,
      "agency_launch_attempt_count": 228,
      "orbital_launch_attempt_count_year": 96,
      "location_launch_attempt_count_year": 40,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 53,
      "type": "normal"
    },
    {
      "id": "0f8c0bf8-00e3-4419-a78d-d9d0727c2d97",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0f8c0bf8-00e3-4419-a78d-d9d0727c2d97/?format=api",
      "slug": "thor-dm-21-ablestar-transit-o-3",
      "name": "Thor DM-21 Ablestar | Transit-O 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-14T04:18:56Z",
      "net": "1965-03-11T13:39:59Z",
      "window_end": "1965-03-11T13:39:59Z",
      "window_start": "1965-03-11T13:39:59Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3372,
        "configuration": {
          "id": 187,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/187/?format=api",
          "name": "Thor DM-21 Ablestar",
          "family": "Thor",
          "full_name": "Thor DM-21 Ablestar",
          "variant": "DM-21"
        }
      },
      "mission": {
        "id": 1793,
        "name": "Transit-O 3",
        "description": "The Transit-O series of satellites that closely followed the design of Transit 5C-1 were also called “Oscars” (Oscar is the phonetic alphabet for “O”, i. e., operational). They were also called NNS (Navy Navigation Satellite) or shortened NavSat.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 98,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/98/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 2E",
        "description": "SLC-2E,  was used for Delta, Thor-Agena and Thorad launches between 1966 and 1972 and has been demolished",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7516,-120.6192",
        "latitude": "34.7516",
        "longitude": "-120.6192",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 893,
          "total_landing_count": 35
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_98_20200803143228.jpg",
        "total_launch_count": 47,
        "orbital_launch_attempt_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520ablestar_image_20191201205131.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 414,
      "location_launch_attempt_count": 166,
      "pad_launch_attempt_count": 21,
      "agency_launch_attempt_count": 244,
      "orbital_launch_attempt_count_year": 21,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 13,
      "type": "normal"
    },
    {
      "id": "0cdee9db-74a4-480a-8161-3b65b03e676f",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0cdee9db-74a4-480a-8161-3b65b03e676f/?format=api",
      "slug": "thor-dm-21-ablestar-transit-o-4",
      "name": "Thor DM-21 Ablestar | Transit-O 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-14T04:18:59Z",
      "net": "1965-06-24T22:35:29Z",
      "window_end": "1965-06-24T22:35:29Z",
      "window_start": "1965-06-24T22:35:29Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3408,
        "configuration": {
          "id": 187,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/187/?format=api",
          "name": "Thor DM-21 Ablestar",
          "family": "Thor",
          "full_name": "Thor DM-21 Ablestar",
          "variant": "DM-21"
        }
      },
      "mission": {
        "id": 1828,
        "name": "Transit-O 4",
        "description": "The Transit-O series of satellites that closely followed the design of Transit 5C-1 were also called “Oscars” (Oscar is the phonetic alphabet for “O”, i. e., operational). They were also called NNS (Navy Navigation Satellite) or shortened NavSat.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 98,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/98/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 2E",
        "description": "SLC-2E,  was used for Delta, Thor-Agena and Thorad launches between 1966 and 1972 and has been demolished",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7516,-120.6192",
        "latitude": "34.7516",
        "longitude": "-120.6192",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 893,
          "total_landing_count": 35
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_98_20200803143228.jpg",
        "total_launch_count": 47,
        "orbital_launch_attempt_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520ablestar_image_20191201205131.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 447,
      "location_launch_attempt_count": 178,
      "pad_launch_attempt_count": 22,
      "agency_launch_attempt_count": 266,
      "orbital_launch_attempt_count_year": 54,
      "location_launch_attempt_count_year": 19,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 35,
      "type": "normal"
    },
    {
      "id": "45cd7514-b82e-47b9-9875-4fc3738e8182",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/45cd7514-b82e-47b9-9875-4fc3738e8182/?format=api",
      "slug": "thor-dm-21-ablestar-transit-o-5",
      "name": "Thor DM-21 Ablestar | Transit-O 5",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T04:18:57Z",
      "net": "1965-08-13T22:11:24Z",
      "window_end": "1965-08-13T22:11:24Z",
      "window_start": "1965-08-13T22:11:24Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3427,
        "configuration": {
          "id": 187,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/187/?format=api",
          "name": "Thor DM-21 Ablestar",
          "family": "Thor",
          "full_name": "Thor DM-21 Ablestar",
          "variant": "DM-21"
        }
      },
      "mission": {
        "id": 1847,
        "name": "Transit-O 5",
        "description": "The Transit-O series of satellites that closely followed the design of Transit 5C-1 were also called “Oscars” (Oscar is the phonetic alphabet for “O”, i. e., operational). They were also called NNS (Navy Navigation Satellite) or shortened NavSat.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 98,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/98/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 2E",
        "description": "SLC-2E,  was used for Delta, Thor-Agena and Thorad launches between 1966 and 1972 and has been demolished",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7516,-120.6192",
        "latitude": "34.7516",
        "longitude": "-120.6192",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 893,
          "total_landing_count": 35
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_98_20200803143228.jpg",
        "total_launch_count": 47,
        "orbital_launch_attempt_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520ablestar_image_20191201205131.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 466,
      "location_launch_attempt_count": 184,
      "pad_launch_attempt_count": 23,
      "agency_launch_attempt_count": 277,
      "orbital_launch_attempt_count_year": 73,
      "location_launch_attempt_count_year": 25,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 46,
      "type": "normal"
    },
    {
      "id": "dd16cfb3-41cd-46f8-85e9-ff12c0bda66c",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/dd16cfb3-41cd-46f8-85e9-ff12c0bda66c/?format=api",
      "slug": "thor-dm-21-agena-b-alouette-1",
      "name": "Thor DM-21 Agena-B | Alouette 1",
      "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:18:59Z",
      "net": "1962-09-29T06:05:00Z",
      "window_end": "1962-09-29T06:05:00Z",
      "window_start": "1962-09-29T06:05:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3156,
        "configuration": {
          "id": 186,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/186/?format=api",
          "name": "Thor DM-21 Agena-B",
          "family": "Thor",
          "full_name": "Thor DM-21 Agena-B",
          "variant": ""
        }
      },
      "mission": {
        "id": 1578,
        "name": "Alouette 1",
        "description": "Canadian small ionospheric observatory instrumented with an ionospheric sounder, a VLF receiver, an energetic particle detector, and a cosmic noise experiment.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 98,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/98/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 2E",
        "description": "SLC-2E,  was used for Delta, Thor-Agena and Thorad launches between 1966 and 1972 and has been demolished",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7516,-120.6192",
        "latitude": "34.7516",
        "longitude": "-120.6192",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 893,
          "total_landing_count": 35
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_98_20200803143228.jpg",
        "total_launch_count": 47,
        "orbital_launch_attempt_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor-dm21_agena_image_20251112153059.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 199,
      "location_launch_attempt_count": 71,
      "pad_launch_attempt_count": 7,
      "agency_launch_attempt_count": 110,
      "orbital_launch_attempt_count_year": 57,
      "location_launch_attempt_count_year": 27,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 39,
      "type": "normal"
    },
    {
      "id": "adca914e-1d47-47fd-a8d8-71b90dd9cbe1",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/adca914e-1d47-47fd-a8d8-71b90dd9cbe1/?format=api",
      "slug": "thor-dm-21-agena-b-discoverer-16",
      "name": "Thor DM-21 Agena-B | Discoverer 16",
      "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:18:26Z",
      "net": "1960-10-26T20:26:09Z",
      "window_end": "1960-10-26T20:26:09Z",
      "window_start": "1960-10-26T20:26:09Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3086,
        "configuration": {
          "id": 186,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/186/?format=api",
          "name": "Thor DM-21 Agena-B",
          "family": "Thor",
          "full_name": "Thor DM-21 Agena-B",
          "variant": ""
        }
      },
      "mission": {
        "id": 1508,
        "name": "Discoverer 16",
        "description": "Discoverer 16 was an American optical reconnaissance satellite. The launch failed when the Agena stage failed to seperate from Thor.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 95,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/95/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 1W",
        "description": "Space Launch Complex 1 West (SLC-1W) was a launch pad at Vandenberg Space Force Base in California, United States. It was built in 1958 for the never activated 75th Strategic Missile Squadron for Thor Agena A launches.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
        "map_url": "https://www.google.com/maps?q=34.7572,-120.6303",
        "latitude": "34.7572",
        "longitude": "-120.6303",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 893,
          "total_landing_count": 35
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_95_20200803143209.jpg",
        "total_launch_count": 56,
        "orbital_launch_attempt_count": 56
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor-dm21_agena_image_20251112153059.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 83,
      "location_launch_attempt_count": 17,
      "pad_launch_attempt_count": 9,
      "agency_launch_attempt_count": 32,
      "orbital_launch_attempt_count_year": 29,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 21,
      "type": "normal"
    },
    {
      "id": "ab21d17c-aa7d-46f5-9d39-601a4793f279",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ab21d17c-aa7d-46f5-9d39-601a4793f279/?format=api",
      "slug": "thor-dm-21-agena-b-discoverer-17",
      "name": "Thor DM-21 Agena-B | Discoverer 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-14T04:18:43Z",
      "net": "1960-11-12T20:42:32Z",
      "window_end": "1960-11-12T20:42:32Z",
      "window_start": "1960-11-12T20:42:32Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3088,
        "configuration": {
          "id": 186,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/186/?format=api",
          "name": "Thor DM-21 Agena-B",
          "family": "Thor",
          "full_name": "Thor DM-21 Agena-B",
          "variant": ""
        }
      },
      "mission": {
        "id": 1510,
        "name": "Discoverer 17",
        "description": "Discoverer 17 was an American optical reconnaissance satellite. The mission was classed as a failure. Orbit was entered successfully however the film was separated before any camera operation leaving only 0.5m of film in the capsule.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 96,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/96/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 1E",
        "description": "Space Launch Complex 1 East (SLC-1E) was a launch pad at Vandenberg Space Force Base in California, United States. It was built in 1958 for the never activated 75th Strategic Missile Squadron for Thor Agena A launches.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
        "map_url": "https://www.google.com/maps?q=34.756,-120.6263",
        "latitude": "34.756",
        "longitude": "-120.6263",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 893,
          "total_landing_count": 35
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_96_20200803143221.jpg",
        "total_launch_count": 45,
        "orbital_launch_attempt_count": 45
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor-dm21_agena_image_20251112153059.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 85,
      "location_launch_attempt_count": 18,
      "pad_launch_attempt_count": 8,
      "agency_launch_attempt_count": 33,
      "orbital_launch_attempt_count_year": 31,
      "location_launch_attempt_count_year": 10,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 22,
      "type": "normal"
    },
    {
      "id": "ba9b77a7-5d1b-47e9-89fc-2fc0050186df",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ba9b77a7-5d1b-47e9-89fc-2fc0050186df/?format=api",
      "slug": "thor-dm-21-agena-b-discoverer-18",
      "name": "Thor DM-21 Agena-B | Discoverer 18",
      "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:18:27Z",
      "net": "1960-12-07T20:20:58Z",
      "window_end": "1960-12-07T20:20:58Z",
      "window_start": "1960-12-07T20:20:58Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3093,
        "configuration": {
          "id": 186,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/186/?format=api",
          "name": "Thor DM-21 Agena-B",
          "family": "Thor",
          "full_name": "Thor DM-21 Agena-B",
          "variant": ""
        }
      },
      "mission": {
        "id": 1515,
        "name": "Discoverer 18",
        "description": "Discoverer 18 was an American optical reconnaissance satellite. This was the first successful mission employing the KH-2 camera system",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 95,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/95/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 1W",
        "description": "Space Launch Complex 1 West (SLC-1W) was a launch pad at Vandenberg Space Force Base in California, United States. It was built in 1958 for the never activated 75th Strategic Missile Squadron for Thor Agena A launches.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
        "map_url": "https://www.google.com/maps?q=34.7572,-120.6303",
        "latitude": "34.7572",
        "longitude": "-120.6303",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 893,
          "total_landing_count": 35
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_95_20200803143209.jpg",
        "total_launch_count": 56,
        "orbital_launch_attempt_count": 56
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor-dm21_agena_image_20251112153059.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 90,
      "location_launch_attempt_count": 19,
      "pad_launch_attempt_count": 10,
      "agency_launch_attempt_count": 36,
      "orbital_launch_attempt_count_year": 36,
      "location_launch_attempt_count_year": 11,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 25,
      "type": "normal"
    },
    {
      "id": "5930bee2-7e3b-4792-a04b-4b3da52821c1",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/5930bee2-7e3b-4792-a04b-4b3da52821c1/?format=api",
      "slug": "thor-dm-21-agena-b-discoverer-19",
      "name": "Thor DM-21 Agena-B | Discoverer 19",
      "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:18:41Z",
      "net": "1960-12-20T20:32:00Z",
      "window_end": "1960-12-20T20:32:00Z",
      "window_start": "1960-12-20T20:32:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3095,
        "configuration": {
          "id": 186,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/186/?format=api",
          "name": "Thor DM-21 Agena-B",
          "family": "Thor",
          "full_name": "Thor DM-21 Agena-B",
          "variant": ""
        }
      },
      "mission": {
        "id": 1517,
        "name": "Discoverer 19",
        "description": "Discoverer 19 was an American optical reconnaissance satellite. It was part of the Missile Defence Alarm System.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 96,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/96/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 1E",
        "description": "Space Launch Complex 1 East (SLC-1E) was a launch pad at Vandenberg Space Force Base in California, United States. It was built in 1958 for the never activated 75th Strategic Missile Squadron for Thor Agena A launches.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
        "map_url": "https://www.google.com/maps?q=34.756,-120.6263",
        "latitude": "34.756",
        "longitude": "-120.6263",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 893,
          "total_landing_count": 35
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_96_20200803143221.jpg",
        "total_launch_count": 45,
        "orbital_launch_attempt_count": 45
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor-dm21_agena_image_20251112153059.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 92,
      "location_launch_attempt_count": 20,
      "pad_launch_attempt_count": 9,
      "agency_launch_attempt_count": 38,
      "orbital_launch_attempt_count_year": 38,
      "location_launch_attempt_count_year": 12,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 27,
      "type": "normal"
    }
  ]
}