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

{
  "count": 7851,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=10&ordering=net",
  "previous": null,
  "results": [
    {
      "id": "e3df2ecd-c239-472f-95e4-2b89b4f75800",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e3df2ecd-c239-472f-95e4-2b89b4f75800/?format=api",
      "launch_library_id": null,
      "slug": "sputnik-8k74ps-sputnik-1",
      "name": "Sputnik 8K74PS | Sputnik 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1957-10-04T19:28:34Z",
      "window_end": "1957-10-04T19:28:34Z",
      "window_start": "1957-10-04T19:28:34Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "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": 3003,
        "configuration": {
          "id": 468,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/468/?format=api",
          "name": "Sputnik 8K74PS",
          "family": "Sputnik",
          "full_name": "Sputnik 8K74PS",
          "variant": "8K74PS"
        }
      },
      "mission": {
        "id": 1430,
        "launch_library_id": null,
        "name": "Sputnik 1",
        "description": "First artificial satellite consisting of a 58 cm pressurized aluminium shell containing two 1 W transmitters for a total mass of 83.6 kg.",
        "launch_designator": null,
        "type": "Test Flight",
        "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": 1562,
          "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/sputnik_8k74ps_image_20210830185541.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "f8c9f344-a6df-4f30-873a-90fe3a7840b3",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f8c9f344-a6df-4f30-873a-90fe3a7840b3/?format=api",
      "launch_library_id": null,
      "slug": "sputnik-8k74ps-sputnik-2",
      "name": "Sputnik 8K74PS | Sputnik 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1957-11-03T02:30:00Z",
      "window_end": "1957-11-03T02:30:00Z",
      "window_start": "1957-11-03T02:30: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": 3004,
        "configuration": {
          "id": 468,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/468/?format=api",
          "name": "Sputnik 8K74PS",
          "family": "Sputnik",
          "full_name": "Sputnik 8K74PS",
          "variant": "8K74PS"
        }
      },
      "mission": {
        "id": 1431,
        "launch_library_id": null,
        "name": "Sputnik 2",
        "description": "Second artificial satellite and first to carry an animal into orbit.",
        "launch_designator": null,
        "type": "Test Flight",
        "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": 1562,
          "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/sputnik_8k74ps_image_20210830185541.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "535c1a09-97c8-4f96-bb64-6336d4bcb1fb",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/535c1a09-97c8-4f96-bb64-6336d4bcb1fb/?format=api",
      "launch_library_id": null,
      "slug": "vanguard-vanguard",
      "name": "Vanguard | Vanguard",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1957-12-06T16:44:35Z",
      "window_end": "1957-12-06T16:44:35Z",
      "window_start": "1957-12-06T16:44:35Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
        "name": "US Navy",
        "type": "Government"
      },
      "rocket": {
        "id": 3005,
        "configuration": {
          "id": 449,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/449/?format=api",
          "name": "Vanguard",
          "family": "",
          "full_name": "Vanguard",
          "variant": ""
        }
      },
      "mission": {
        "id": 1432,
        "launch_library_id": null,
        "name": "Vanguard",
        "description": "Small satellite used to test the Vanguard three-stage launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "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": 1104,
          "total_landing_count": 72
        },
        "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/vanguard_1_on_p_image_20240411114304.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "1b9e28d0-c531-44b0-9b37-244e62a6d3f4",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/1b9e28d0-c531-44b0-9b37-244e62a6d3f4/?format=api",
      "launch_library_id": null,
      "slug": "juno-i-explorer-1",
      "name": "Juno-I | Explorer 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1958-02-01T03:47:56Z",
      "window_end": "1958-02-01T03:47:56Z",
      "window_start": "1958-02-01T03:47:56Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 271,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/271/?format=api",
        "name": "Army Ballistic Missile Agency",
        "type": "Government"
      },
      "rocket": {
        "id": 3006,
        "configuration": {
          "id": 324,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/324/?format=api",
          "name": "Juno-I",
          "family": "Redstone",
          "full_name": "Juno-I",
          "variant": "Juno I"
        }
      },
      "mission": {
        "id": 1433,
        "launch_library_id": null,
        "name": "Explorer 1",
        "description": "First successfully launched American satellite. It was the first spacecraft to detect the Van Allen Radiation Belt.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 193,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/193/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 26A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_26",
        "map_url": "https://www.google.com/maps?q=28.4433,-80.5712",
        "latitude": "28.4433",
        "longitude": "-80.5712",
        "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": 1104,
          "total_landing_count": 72
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_space_launch_complex_26a_20210830170946.jpg",
        "total_launch_count": 3
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/juno_i_on_the_p_image_20240411120216.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "48bc7deb-b2e1-46c2-ab63-0ce00fbd192b",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/48bc7deb-b2e1-46c2-ab63-0ce00fbd192b/?format=api",
      "launch_library_id": null,
      "slug": "vanguard-vanguard-2",
      "name": "Vanguard | Vanguard",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1958-02-05T07:33:00Z",
      "window_end": "1958-02-05T07:33:00Z",
      "window_start": "1958-02-05T07:33:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
        "name": "US Navy",
        "type": "Government"
      },
      "rocket": {
        "id": 3007,
        "configuration": {
          "id": 449,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/449/?format=api",
          "name": "Vanguard",
          "family": "",
          "full_name": "Vanguard",
          "variant": ""
        }
      },
      "mission": {
        "id": 1432,
        "launch_library_id": null,
        "name": "Vanguard",
        "description": "Small satellite used to test the Vanguard three-stage launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "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": 1104,
          "total_landing_count": 72
        },
        "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/vanguard_1_on_p_image_20240411114304.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "896e8af6-d256-4a5b-ab15-2f25c84e90e3",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/896e8af6-d256-4a5b-ab15-2f25c84e90e3/?format=api",
      "launch_library_id": null,
      "slug": "juno-i-explorer-2",
      "name": "Juno-I | Explorer 2",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1958-03-05T18:27:57Z",
      "window_end": "1958-03-05T18:27:57Z",
      "window_start": "1958-03-05T18:27:57Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 271,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/271/?format=api",
        "name": "Army Ballistic Missile Agency",
        "type": "Government"
      },
      "rocket": {
        "id": 3008,
        "configuration": {
          "id": 324,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/324/?format=api",
          "name": "Juno-I",
          "family": "Redstone",
          "full_name": "Juno-I",
          "variant": "Juno I"
        }
      },
      "mission": {
        "id": 1434,
        "launch_library_id": null,
        "name": "Explorer 2",
        "description": "Small satellite similar to Explorer 1. It failed to reach orbit due to a fourth stage failure.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 193,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/193/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 26A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_26",
        "map_url": "https://www.google.com/maps?q=28.4433,-80.5712",
        "latitude": "28.4433",
        "longitude": "-80.5712",
        "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": 1104,
          "total_landing_count": 72
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_space_launch_complex_26a_20210830170946.jpg",
        "total_launch_count": 3
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/juno_i_on_the_p_image_20240411120216.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "74d39bb8-34a6-4a8b-8554-d2d3ec22aee6",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/74d39bb8-34a6-4a8b-8554-d2d3ec22aee6/?format=api",
      "launch_library_id": null,
      "slug": "vanguard-vanguard-3",
      "name": "Vanguard | Vanguard",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1958-03-17T12:15:41Z",
      "window_end": "1958-03-17T12:15:41Z",
      "window_start": "1958-03-17T12:15:41Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
        "name": "US Navy",
        "type": "Government"
      },
      "rocket": {
        "id": 3009,
        "configuration": {
          "id": 449,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/449/?format=api",
          "name": "Vanguard",
          "family": "",
          "full_name": "Vanguard",
          "variant": ""
        }
      },
      "mission": {
        "id": 1432,
        "launch_library_id": null,
        "name": "Vanguard",
        "description": "Small satellite used to test the Vanguard three-stage launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "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": 1104,
          "total_landing_count": 72
        },
        "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/vanguard_1_on_p_image_20240411114304.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b4e501ff-083c-47d6-9ff0-63ec1bf035c3",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/b4e501ff-083c-47d6-9ff0-63ec1bf035c3/?format=api",
      "launch_library_id": null,
      "slug": "juno-i-explorer-3",
      "name": "Juno-I | Explorer 3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1958-03-26T17:38:01Z",
      "window_end": "1958-03-26T17:38:01Z",
      "window_start": "1958-03-26T17:38:01Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 271,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/271/?format=api",
        "name": "Army Ballistic Missile Agency",
        "type": "Government"
      },
      "rocket": {
        "id": 3010,
        "configuration": {
          "id": 324,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/324/?format=api",
          "name": "Juno-I",
          "family": "Redstone",
          "full_name": "Juno-I",
          "variant": "Juno I"
        }
      },
      "mission": {
        "id": 1435,
        "launch_library_id": null,
        "name": "Explorer 3",
        "description": "Small satellite launched into an eccentric orbit with a cosmic ray counter and a micrometeorite detector.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        }
      },
      "pad": {
        "id": 193,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/193/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 26A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_26",
        "map_url": "https://www.google.com/maps?q=28.4433,-80.5712",
        "latitude": "28.4433",
        "longitude": "-80.5712",
        "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": 1104,
          "total_landing_count": 72
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_space_launch_complex_26a_20210830170946.jpg",
        "total_launch_count": 3
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/juno_i_on_the_p_image_20240411120216.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "59d2de37-4c22-495f-8718-4b22f5f34ab7",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/59d2de37-4c22-495f-8718-4b22f5f34ab7/?format=api",
      "launch_library_id": null,
      "slug": "sputnik-8a91-d-1-1",
      "name": "Sputnik 8A91 | D-1 1",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1958-04-27T07:00:35Z",
      "window_end": "1958-04-27T07:00:35Z",
      "window_start": "1958-04-27T07:00:35Z",
      "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": 3011,
        "configuration": {
          "id": 469,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/469/?format=api",
          "name": "Sputnik 8A91",
          "family": "Sputnik",
          "full_name": "Sputnik 8A91",
          "variant": "8A91"
        }
      },
      "mission": {
        "id": 1436,
        "launch_library_id": null,
        "name": "D-1 1",
        "description": "First complex scientific satellite with 12 experiments and a total mass of1327 kg. It failed to reach orbit due to a launch vehicle failure.",
        "launch_designator": null,
        "type": "Earth Science",
        "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": 1562,
          "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/sputnik_8a91_image_20210830171943.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "de282e74-e03b-411e-9633-2d1497629893",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/de282e74-e03b-411e-9633-2d1497629893/?format=api",
      "launch_library_id": null,
      "slug": "vanguard-vanguard-4",
      "name": "Vanguard | Vanguard",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1958-04-29T02:53:00Z",
      "window_end": "1958-04-29T02:53:00Z",
      "window_start": "1958-04-29T02:53:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
        "name": "US Navy",
        "type": "Government"
      },
      "rocket": {
        "id": 3012,
        "configuration": {
          "id": 449,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/449/?format=api",
          "name": "Vanguard",
          "family": "",
          "full_name": "Vanguard",
          "variant": ""
        }
      },
      "mission": {
        "id": 1432,
        "launch_library_id": null,
        "name": "Vanguard",
        "description": "Small satellite used to test the Vanguard three-stage launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "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": 1104,
          "total_landing_count": 72
        },
        "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/vanguard_1_on_p_image_20240411114304.jpeg",
      "infographic": null,
      "program": []
    }
  ]
}