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

EXAMPLE - /launch// 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'

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.0.0/launch/?format=api&offset=7360&ordering=-net
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 7861,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7370&ordering=-net",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7350&ordering=-net",
  "results": [
    {
      "id": "9b37a57a-12c7-4c53-96e2-0288e63305d9",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/9b37a57a-12c7-4c53-96e2-0288e63305d9/?format=api",
      "launch_library_id": null,
      "slug": "thor-delta-c-tiros-10",
      "name": "Thor Delta C | Tiros 10",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-07-02T04:07:00Z",
      "window_end": "1965-07-02T04:07:00Z",
      "window_start": "1965-07-02T04:07:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3411,
        "configuration": {
          "id": 401,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/401/?format=api",
          "name": "Thor Delta C",
          "family": "Thor",
          "full_name": "Thor Delta C",
          "variant": "Delta C"
        }
      },
      "mission": {
        "id": 1831,
        "launch_library_id": null,
        "name": "Tiros 10",
        "description": "NASA's TIROS (Television & Infra-Red Observation Satellite) program was the first experimental weathersatellite program.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 1,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1107,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/launch_of_thor__image_20251127091608.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "b92b4c7f-39fb-448a-a24a-5c370b95fe80",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/b92b4c7f-39fb-448a-a24a-5c370b95fe80/?format=api",
      "launch_library_id": null,
      "slug": "x-15-flight-138",
      "name": "X-15 | Flight 138",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-06-29T18:21:00Z",
      "window_end": "1965-06-29T18:32:00Z",
      "window_start": "1965-06-29T18:21:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 2985,
        "configuration": {
          "id": 209,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/209/?format=api",
          "name": "North American X-15",
          "family": "",
          "full_name": "North American X-15",
          "variant": ""
        }
      },
      "mission": {
        "id": 1410,
        "launch_library_id": null,
        "name": "Flight 138",
        "description": "Flight 138 of the North American X-15 was a test flight conducted by NASA and the US Air Force in 1965. Piloted by Joe H. Engle it reached an altitude of 85.5 km.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 112,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/112/?format=api",
        "agency_id": null,
        "name": "Edwards Air Force Base",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base",
        "map_url": "https://www.google.com/maps?q=34.905556,-117.883611",
        "latitude": "34.905556",
        "longitude": "-117.883611",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_112_20200803143214.jpg",
        "total_launch_count": 13
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/north_american__image_20210813101104.png",
      "infographic": null,
      "program": [
        {
          "id": 20,
          "url": "https://ll.thespacedevs.com/2.0.0/program/20/?format=api",
          "name": "X-15",
          "description": "Experimental hypersonic rocket-powered aircraft.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 161,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
              "name": "United States Air Force",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-15_program_20210809102752.jpeg",
          "start_date": "1959-03-10T00:00:00Z",
          "end_date": "1968-12-12T00:00:00Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/North_American_X-15"
        }
      ]
    },
    {
      "id": "05587685-6e0a-4ec3-b27d-e05796fdd66e",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/05587685-6e0a-4ec3-b27d-e05796fdd66e/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3-agena-d-kh-7-19",
      "name": "Atlas SLV-3 Agena D | KH-7 19",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-06-25T19:30:00Z",
      "window_end": "1965-06-25T19:30:00Z",
      "window_start": "1965-06-25T19:30:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3410,
        "configuration": {
          "id": 258,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/258/?format=api",
          "name": "Atlas SLV-3 Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3 Agena D",
          "variant": "SLV-3 Agena D"
        }
      },
      "mission": {
        "id": 1830,
        "launch_library_id": null,
        "name": "KH-7 19",
        "description": "The Program 206 satellite, carrying the KH-7 (Keyhole 7) camera system (codenamed Gambit-1), was the first successful high resolution space reconnaissance program. It was managed by NRO's Program A, the USAF-led segment of the National Reconnaissance Program managed from Los Angeles AFB in El Segundo, California.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 883,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 267
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3_agen_image_20251102060811.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "290630cd-c750-440d-bd78-a8c326a9009f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/290630cd-c750-440d-bd78-a8c326a9009f/?format=api",
      "launch_library_id": null,
      "slug": "voskhod-zenit-4-8",
      "name": "Voskhod | Zenit-4 8",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-06-25T09:45:00Z",
      "window_end": "1965-06-25T09:45:00Z",
      "window_start": "1965-06-25T09:45:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3409,
        "configuration": {
          "id": 104,
          "launch_library_id": 138,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/104/?format=api",
          "name": "Voskhod",
          "family": "R-7",
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 1829,
        "launch_library_id": null,
        "name": "Zenit-4 8",
        "description": "Zenit-4 film-return reconnaissance satellite.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 32,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
        "agency_id": null,
        "name": "1/5",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.92,63.342",
        "latitude": "45.92",
        "longitude": "63.342",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "0cdee9db-74a4-480a-8161-3b65b03e676f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0cdee9db-74a4-480a-8161-3b65b03e676f/?format=api",
      "launch_library_id": null,
      "slug": "thor-dm-21-ablestar-transit-o-4",
      "name": "Thor DM-21 Ablestar | Transit-O 4",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-06-24T22:35:29Z",
      "window_end": "1965-06-24T22:35:29Z",
      "window_start": "1965-06-24T22:35:29Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3408,
        "configuration": {
          "id": 187,
          "launch_library_id": 202,
          "url": "https://ll.thespacedevs.com/2.0.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,
        "launch_library_id": null,
        "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"
        }
      },
      "pad": {
        "id": 98,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/98/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 2E",
        "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.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 883,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_98_20200803143228.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520ablestar_image_20191201205131.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "244d7ce9-3958-4d51-affc-292c21a44f5c",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/244d7ce9-3958-4d51-affc-292c21a44f5c/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiic-transtage-5",
      "name": "Titan IIIC | Transtage 5",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-06-18T14:00:04Z",
      "window_end": "1965-06-18T14:00:04Z",
      "window_start": "1965-06-18T14:00:04Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3407,
        "configuration": {
          "id": 439,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/439/?format=api",
          "name": "Titan IIIC",
          "family": "Titan",
          "full_name": "Titan IIIC",
          "variant": "IIIC"
        }
      },
      "mission": {
        "id": 1827,
        "launch_library_id": null,
        "name": "Transtage 5",
        "description": "Test flights of the cryogenic Transtage stage.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 80,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/80/?format=api",
        "agency_id": 121,
        "name": "Space Launch Complex 40",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
        "latitude": "28.56194122",
        "longitude": "-80.57735736",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1107,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 381
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_iii-c_lau_image_20251103140641.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "20c69a11-3650-4c83-8c51-cc6ae1e1f69e",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/20c69a11-3650-4c83-8c51-cc6ae1e1f69e/?format=api",
      "launch_library_id": null,
      "slug": "vostok-8a92-zenit-2-28",
      "name": "Vostok 8A92 | Zenit-2 28",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-06-15T09:43:02Z",
      "window_end": "1965-06-15T09:43:02Z",
      "window_start": "1965-06-15T09:43:02Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3406,
        "configuration": {
          "id": 451,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/451/?format=api",
          "name": "Vostok 8A92",
          "family": "Vostok",
          "full_name": "Vostok 8A92",
          "variant": "8A92"
        }
      },
      "mission": {
        "id": 1826,
        "launch_library_id": null,
        "name": "Zenit-2 28",
        "description": "Zenit-2 film-return and ELINT reconnaissance satellite.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 20,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
        "agency_id": null,
        "name": "31/6",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
        "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
        "latitude": "45.996034",
        "longitude": "63.564003",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
        "total_launch_count": 428
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_launch_v_image_20251119053730.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "0cd8b0bb-20b5-4705-bf53-eda952238113",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0cd8b0bb-20b5-4705-bf53-eda952238113/?format=api",
      "launch_library_id": null,
      "slug": "thor-slv-2a-agena-d-kh-4a-21",
      "name": "Thor SLV-2A Agena D | KH-4A 21",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-06-09T21:58:16Z",
      "window_end": "1965-06-09T21:58:16Z",
      "window_start": "1965-06-09T21:58:16Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3405,
        "configuration": {
          "id": 417,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/417/?format=api",
          "name": "Thor SLV-2A Agena D",
          "family": "Thor",
          "full_name": "Thor SLV-2A Agena D",
          "variant": "SLV-2A Agena D"
        }
      },
      "mission": {
        "id": 1825,
        "launch_library_id": null,
        "name": "KH-4A 21",
        "description": "The KH-4A (Keyhole-4A) was the fifth optical reconnaissance satellite version in the Corona-program.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 96,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/96/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 1E",
        "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.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 883,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_96_20200803143221.jpg",
        "total_launch_count": 45
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor_slv-2a_age_image_20251102055131.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "1f869b6f-13b7-4efa-ab48-cb25b3a3f65e",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/1f869b6f-13b7-4efa-ab48-cb25b3a3f65e/?format=api",
      "launch_library_id": null,
      "slug": "blue-scout-jr-oar-22-5",
      "name": "Blue Scout Jr | OAR 22-5",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-06-09T16:26:15Z",
      "window_end": "1965-06-09T16:26:15Z",
      "window_start": "1965-06-09T16:26:15Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3404,
        "configuration": {
          "id": 265,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/265/?format=api",
          "name": "Blue Scout Jr",
          "family": "Blue Scout",
          "full_name": "Blue Scout Jr",
          "variant": "Jr"
        }
      },
      "mission": {
        "id": 1824,
        "launch_library_id": null,
        "name": "OAR 22-5",
        "description": "Mission to study the magnetosphere",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 118,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/118/?format=api",
        "agency_id": 166,
        "name": "Launch Complex 18A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_18",
        "map_url": "https://www.google.com/maps?q=28.4493,-80.564494",
        "latitude": "28.4493",
        "longitude": "-80.564494",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1107,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_118_20200803143338.jpg",
        "total_launch_count": 18
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue_scout_juni_image_20240411084702.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "05a27de1-2b16-4fba-a9a2-d2870db4ee9a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/05a27de1-2b16-4fba-a9a2-d2870db4ee9a/?format=api",
      "launch_library_id": null,
      "slug": "molniya-8k78-luna-6",
      "name": "Molniya 8K78 | Luna-6",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-06-08T07:40:23Z",
      "window_end": "1965-06-08T07:40:23Z",
      "window_start": "1965-06-08T07:40:23Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3403,
        "configuration": {
          "id": 184,
          "launch_library_id": 207,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/184/?format=api",
          "name": "Molniya 8K78",
          "family": "R-7",
          "full_name": "Molniya 8K78",
          "variant": "8K78"
        }
      },
      "mission": {
        "id": 1823,
        "launch_library_id": null,
        "name": "Luna-6",
        "description": "Ye-6 series probe designed to land on the Moon. Flew past the moon due to its main engine failing to cut-off during a mid-course correction.",
        "launch_designator": null,
        "type": "Lunar Exploration",
        "orbit": {
          "id": 11,
          "name": "Lunar Orbit",
          "abbrev": "LO"
        }
      },
      "pad": {
        "id": 32,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
        "agency_id": null,
        "name": "1/5",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.92,63.342",
        "latitude": "45.92",
        "longitude": "63.342",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya25208k78_image_20191201210000.jpg",
      "infographic": null,
      "program": [
        {
          "id": 38,
          "url": "https://ll.thespacedevs.com/2.0.0/program/38/?format=api",
          "name": "Luna",
          "description": "The Luna program was a series of robotic spacecraft missions sent to the Moon by the Soviet Union between 1959 and 1976. The program accomplished many firsts in space exploration, including first flyby of the Moon, first impact of the Moon and first photos of the far side of the Moon. Each mission was designed as either an orbiter or lander. They also performed many experiments, studying the Moon's chemical composition, gravity, temperature, and radiation.",
          "agencies": [
            {
              "id": 66,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/luna_1_impactor_image_20240813082956.jpg",
          "start_date": "1958-09-23T07:40:23Z",
          "end_date": "1976-08-22T17:55:00Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Luna_programme"
        }
      ]
    }
  ]
}