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

{
  "count": 7920,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=4680&ordering=net",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=4660&ordering=net",
  "results": [
    {
      "id": "995a278f-f85f-412f-8771-8ef21bc99814",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/995a278f-f85f-412f-8771-8ef21bc99814/?format=api",
      "launch_library_id": null,
      "slug": "molniya-m-molniya-3-65l",
      "name": "Molniya-M | Molniya-3 65L",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2003-06-19T20:00:35Z",
      "window_end": "2003-06-19T20:00:35Z",
      "window_start": "2003-06-19T20:00:35Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 111,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/111/?format=api",
        "name": "Progress Rocket Space Center",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7139,
        "configuration": {
          "id": 106,
          "launch_library_id": 126,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/106/?format=api",
          "name": "Molniya-M",
          "family": "R-7",
          "full_name": "Molniya-M 2BL",
          "variant": "2BL"
        }
      },
      "mission": {
        "id": 5528,
        "launch_library_id": null,
        "name": "Molniya-3 65L",
        "description": "Molniya communication satellites operating from a highly elliptical orbit",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        }
      },
      "pad": {
        "id": 35,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/35/?format=api",
        "agency_id": 163,
        "name": "16/2",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.960091,40.682983",
        "latitude": "62.960091",
        "longitude": "40.682983",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_35_20200803143306.jpg",
        "total_launch_count": 136
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_20251102061752.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "bbc56a97-b7e1-4fd8-8f6c-dd92e020b0d6",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/bbc56a97-b7e1-4fd8-8f6c-dd92e020b0d6/?format=api",
      "launch_library_id": 1176,
      "slug": "pegasus-xl-orbview-3",
      "name": "Pegasus XL | OrbView-3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2003-06-26T18:53:00Z",
      "window_end": "2003-06-26T18:53:00Z",
      "window_start": "2003-06-26T18:53:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 100,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/100/?format=api",
        "name": "Orbital Sciences Corporation",
        "type": "Commercial"
      },
      "rocket": {
        "id": 496,
        "configuration": {
          "id": 173,
          "launch_library_id": 8,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/173/?format=api",
          "name": "Pegasus XL",
          "family": "Pegasus",
          "full_name": "Pegasus XL",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 62,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/62/?format=api",
        "agency_id": null,
        "name": "Vandenberg Space Force Base",
        "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://lldev.thespacedevs.com/2.0.0/location/20/?format=api",
          "name": "Air launch to orbit",
          "country_code": "???",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
          "total_launch_count": 52,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
        "total_launch_count": 22
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b7e1cdd5-cc08-4e0c-890c-5065e7194c5d",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/b7e1cdd5-cc08-4e0c-890c-5065e7194c5d/?format=api",
      "launch_library_id": null,
      "slug": "rokot-briz-km-mimosa",
      "name": "Rokot / Briz-KM | Mimosa",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2003-06-30T14:15:26Z",
      "window_end": "2003-06-30T14:15:26Z",
      "window_start": "2003-06-30T14:15:26Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 117,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/117/?format=api",
        "name": "Eurockot Launch Services",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7140,
        "configuration": {
          "id": 40,
          "launch_library_id": 50,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/40/?format=api",
          "name": "Rokot/Briz-KM",
          "family": "Rokot",
          "full_name": "Rokot/Briz-KM",
          "variant": "Briz-KM"
        }
      },
      "mission": {
        "id": 5529,
        "launch_library_id": null,
        "name": "Mimosa",
        "description": "MIMOSA (Micro Measurements Of Satellite Acceleration) is a microsatellite to measure atmospheric drag.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 3,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/3/?format=api",
        "agency_id": 163,
        "name": "133/3 (133L)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
        "latitude": "62.886999",
        "longitude": "40.846984",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
        "total_launch_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rokot25202f2520briz-km_image_20190224012237.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "4360ffb4-efae-415b-bb0b-6abfc6c4c586",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/4360ffb4-efae-415b-bb0b-6abfc6c4c586/?format=api",
      "launch_library_id": null,
      "slug": "delta-ii-opportunity-rover",
      "name": "Delta II | Opportunity Rover",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2003-07-08T03:18:15Z",
      "window_end": "2003-07-08T03:18:15Z",
      "window_start": "2003-07-08T03:18:15Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 7141,
        "configuration": {
          "id": 155,
          "launch_library_id": 180,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/155/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925H-9.5",
          "variant": "7925H-9.5"
        }
      },
      "mission": {
        "id": 5530,
        "launch_library_id": null,
        "name": "Opportunity Rover",
        "description": "Opportunity, also known as MER-B or MER-1, and nicknamed \"Oppy\", is a robotic rover that was active on Mars from 2004 until the middle of 2018. Opportunity was able to stay operational for 5111 sols after landing, maintaining its power and key systems through continual recharging of its batteries using solar power, and hibernating during events such as dust storms to save power. Due to the planetary 2018 dust storm on Mars, Opportunity ceased communications on June 10 and entered hibernation on June 12, 2018. It was hoped it would reboot once the weather cleared, but it did not, suggesting either a catastrophic failure or that a layer of dust had covered its solar panels.",
        "launch_designator": null,
        "type": "Planetary Science",
        "orbit": {
          "id": 6,
          "name": "Heliocentric N/A",
          "abbrev": "Helio-N/A"
        }
      },
      "pad": {
        "id": 1,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1119,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030358.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "c8752d92-aecf-436b-8a19-8b5266c01e34",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/c8752d92-aecf-436b-8a19-8b5266c01e34/?format=api",
      "launch_library_id": null,
      "slug": "atlas-v-521-rainbow-1",
      "name": "Atlas V 521 | Rainbow 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2003-07-17T23:45:01Z",
      "window_end": "2003-07-17T23:45:01Z",
      "window_start": "2003-07-17T23:45:01Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 82,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/82/?format=api",
        "name": "Lockheed Martin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7142,
        "configuration": {
          "id": 262,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/262/?format=api",
          "name": "Atlas V 521",
          "family": "Atlas",
          "full_name": "Atlas V 521",
          "variant": "521"
        }
      },
      "mission": {
        "id": 5531,
        "launch_library_id": null,
        "name": "Rainbow 1",
        "description": "Rainbow 1 is a high power Ku-band direct broadcasting satellite providing direct broadcast services across the continental United States.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 3,
          "name": "Geosynchronous Orbit",
          "abbrev": "GSO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/29/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 41",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
        "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
        "latitude": "28.58341025",
        "longitude": "-80.58303644",
        "location": {
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1119,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 125
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/atlas_v_521_on__image_20240308092535.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "df05893f-b557-4923-b7ab-bf40dab88fea",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/df05893f-b557-4923-b7ab-bf40dab88fea/?format=api",
      "launch_library_id": null,
      "slug": "zenit-echostar-ix",
      "name": "Zenit | Echostar IX",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2003-08-08T03:30:55Z",
      "window_end": "2003-08-08T03:30:55Z",
      "window_start": "2003-08-08T03:30:55Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 122,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/122/?format=api",
        "name": "Sea Launch",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7143,
        "configuration": {
          "id": 11,
          "launch_library_id": 12,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/11/?format=api",
          "name": "Zenit",
          "family": "Zenith",
          "full_name": "Zenit 3SL",
          "variant": "3SL"
        }
      },
      "mission": {
        "id": 5532,
        "launch_library_id": null,
        "name": "Echostar IX",
        "description": "The EchoStar IX satellite is equipped with one of the first commercial Ka-band spot-beam payloads for use over the United States",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 3,
          "name": "Geosynchronous Orbit",
          "abbrev": "GSO"
        }
      },
      "pad": {
        "id": 13,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/13/?format=api",
        "agency_id": 80,
        "name": "Launch Platform Odyssey",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
        "map_url": "https://www.google.com/maps?q=0.0,-154",
        "latitude": "0.0",
        "longitude": "-154.0",
        "location": {
          "id": 3,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/3/?format=api",
          "name": "Sea Launch",
          "country_code": "???",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
          "total_launch_count": 40,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
        "total_launch_count": 36
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "952aab02-59ef-4474-a2b6-deaebf3c955e",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/952aab02-59ef-4474-a2b6-deaebf3c955e/?format=api",
      "launch_library_id": null,
      "slug": "soyuz-u-pvb-orlets-1-7",
      "name": "Soyuz-U-PVB | Orlets-1 7",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2003-08-12T14:20:00Z",
      "window_end": "2003-08-12T14:20:00Z",
      "window_start": "2003-08-12T14:20:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 63,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
      },
      "rocket": {
        "id": 7144,
        "configuration": {
          "id": 378,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/378/?format=api",
          "name": "Soyuz-U-PVB",
          "family": "Soyuz",
          "full_name": "Soyuz-U-PVB",
          "variant": "U-PVB"
        }
      },
      "mission": {
        "id": 5533,
        "launch_library_id": null,
        "name": "Orlets-1 7",
        "description": "Film-return reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 20,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
        "total_launch_count": 428
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "cf7e747b-ec32-4f96-a1ee-fbdf4fc15ac1",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/cf7e747b-ec32-4f96-a1ee-fbdf4fc15ac1/?format=api",
      "launch_library_id": 1177,
      "slug": "pegasus-xl-scisat-1",
      "name": "Pegasus XL | SCISAT-1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2003-08-13T02:09:33Z",
      "window_end": "2003-08-13T02:09:33Z",
      "window_start": "2003-08-13T02:09:33Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 100,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/100/?format=api",
        "name": "Orbital Sciences Corporation",
        "type": "Commercial"
      },
      "rocket": {
        "id": 497,
        "configuration": {
          "id": 173,
          "launch_library_id": 8,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/173/?format=api",
          "name": "Pegasus XL",
          "family": "Pegasus",
          "full_name": "Pegasus XL",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 62,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/62/?format=api",
        "agency_id": null,
        "name": "Vandenberg Space Force Base",
        "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://lldev.thespacedevs.com/2.0.0/location/20/?format=api",
          "name": "Air launch to orbit",
          "country_code": "???",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
          "total_launch_count": 52,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
        "total_launch_count": 22
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "37901946-ccc0-453b-a6c7-c7cddd657d48",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/37901946-ccc0-453b-a6c7-c7cddd657d48/?format=api",
      "launch_library_id": null,
      "slug": "kosmos-3m-strela-3-133-134",
      "name": "Kosmos-3M | Strela-3 133 & 134",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2003-08-19T10:50:45Z",
      "window_end": "2003-08-19T10:50:45Z",
      "window_start": "2003-08-19T10:50:45Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 154,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/154/?format=api",
        "name": "Production Corporation Polyot",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7145,
        "configuration": {
          "id": 102,
          "launch_library_id": 122,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/102/?format=api",
          "name": "Kosmos-3M",
          "family": "Kosmos",
          "full_name": "Kosmos-3M (11K65M)",
          "variant": "-3M"
        }
      },
      "mission": {
        "id": 5534,
        "launch_library_id": null,
        "name": "Strela-3 133 & 134",
        "description": "Second generation store-dump military communications satellites",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 28,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/28/?format=api",
        "agency_id": 163,
        "name": "132/1 (132L)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.883229,40.868549",
        "latitude": "62.883229",
        "longitude": "40.868549",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_28_20200803143254.jpg",
        "total_launch_count": 212
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "82e633a2-869d-46cf-ba29-28f111a991e3",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/82e633a2-869d-46cf-ba29-28f111a991e3/?format=api",
      "launch_library_id": null,
      "slug": "delta-ii-spitzer-space-telescope",
      "name": "Delta II | Spitzer Space Telescope",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2003-08-25T05:35:39Z",
      "window_end": "2003-08-25T05:35:39Z",
      "window_start": "2003-08-25T05:35:39Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 7146,
        "configuration": {
          "id": 81,
          "launch_library_id": 109,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/81/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7920H",
          "variant": "7920H"
        }
      },
      "mission": {
        "id": 5535,
        "launch_library_id": null,
        "name": "Spitzer Space Telescope",
        "description": "The Spitzer Space Telescope was an infared space telescope with a planned mission period of 2.5 years - which actually stayed fully operational until 2009.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 6,
          "name": "Heliocentric N/A",
          "abbrev": "Helio-N/A"
        }
      },
      "pad": {
        "id": 1,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1119,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    }
  ]
}