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

{
  "count": 7843,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1460&ordering=-id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1440&ordering=-id",
  "results": [
    {
      "id": "d00376ea-01ca-44c7-be30-1db7b599abc5",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/d00376ea-01ca-44c7-be30-1db7b599abc5/?format=api",
      "launch_library_id": null,
      "slug": "trailblazer-2-trailblazer-pellet",
      "name": "Trailblazer 2 | Trailblazer Pellet",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1966-03-18T01:15:00Z",
      "window_end": "1966-03-18T01:15:00Z",
      "window_start": "1966-03-18T01:15:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 3502,
        "configuration": {
          "id": 442,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/442/?format=api",
          "name": "Trailblazer 2",
          "family": "Trailblazer",
          "full_name": "Trailblazer 2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 1922,
        "launch_library_id": null,
        "name": "Trailblazer Pellet",
        "description": "Suborbital launch to test re-entry systems. Reached an apogee of 280 km.",
        "launch_designator": null,
        "type": "Materials Science",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 177,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/177/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
        "map_url": "https://www.google.com/maps?q=37.9386111,-75.4594162",
        "latitude": "37.9386111",
        "longitude": "-75.4594162",
        "location": {
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/21/?format=api",
          "name": "Wallops Flight Facility, Virginia, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
          "total_launch_count": 85,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_177_20200803143406.jpg",
        "total_launch_count": 8
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "d0019b28-4d6b-4d84-9b99-ef55c98bbc1e",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/d0019b28-4d6b-4d84-9b99-ef55c98bbc1e/?format=api",
      "launch_library_id": null,
      "slug": "soyuz-u-zenit-2m-69",
      "name": "Soyuz U | Zenit-2M 69",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1976-07-14T09:00:00Z",
      "window_end": "1976-07-14T09:00:00Z",
      "window_start": "1976-07-14T09:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 4731,
        "configuration": {
          "id": 37,
          "launch_library_id": 35,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 3149,
        "launch_library_id": null,
        "name": "Zenit-2M 69",
        "description": "The soviet Zenit-2M (Gektor, 11F690) was an improved version of the Zenit-2 area surveillance reconnaissance satellite. It was part of the Vostok-based Zenit-family.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 85,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/85/?format=api",
        "agency_id": 163,
        "name": "43/4 (43R)",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
        "latitude": "62.92883",
        "longitude": "40.457098",
        "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": 1683,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
        "total_launch_count": 327
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "cfe2177c-6ff0-4ccb-95d5-c8be3510ea65",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/cfe2177c-6ff0-4ccb-95d5-c8be3510ea65/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-starlink-group-12-17",
      "name": "Falcon 9 Block 5 | Starlink Group 12-17",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-04-13T00:53:30Z",
      "window_end": "2025-04-13T04:42:00Z",
      "window_start": "2025-04-13T00:53:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 99,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8568,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 7159,
        "launch_library_id": null,
        "name": "Starlink Group 12-17",
        "description": "A batch of 21 satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 87,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/87/?format=api",
        "agency_id": 121,
        "name": "Launch Complex 39A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
        "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
        "latitude": "28.60822681",
        "longitude": "-80.60428186",
        "location": {
          "id": 27,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/27/?format=api",
          "name": "Kennedy Space Center, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
          "total_launch_count": 280,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
        "total_launch_count": 221
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
      "infographic": null,
      "program": [
        {
          "id": 25,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/25/?format=api",
          "name": "Starlink",
          "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
          "start_date": "2018-02-22T14:17:00Z",
          "end_date": null,
          "info_url": "https://starlink.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Starlink"
        }
      ]
    },
    {
      "id": "cfdebc9e-cd5a-41e5-8e96-58b91899d29f",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/cfdebc9e-cd5a-41e5-8e96-58b91899d29f/?format=api",
      "launch_library_id": null,
      "slug": "molniya-8k78-molniya-1-6",
      "name": "Molniya 8K78 | Molniya-1 6",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1967-10-03T05:00:01Z",
      "window_end": "1967-10-03T05:00:01Z",
      "window_start": "1967-10-03T05:00:01Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3712,
        "configuration": {
          "id": 184,
          "launch_library_id": 207,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/184/?format=api",
          "name": "Molniya 8K78",
          "family": "R-7",
          "full_name": "Molniya 8K78",
          "variant": "8K78"
        }
      },
      "mission": {
        "id": 2130,
        "launch_library_id": null,
        "name": "Molniya-1 6",
        "description": "The Molniya were Soviet communication satellites operating from an inclined highly elliptical earth orbit of 500 km × 40000 km with 12 hour period for coverage of high northern latitudes.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        }
      },
      "pad": {
        "id": 32,
        "url": "https://lldev.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://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": 1561,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/molniya25208k78_image_20191201210000.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "cfd2352f-d86a-4614-86f8-0a66716868c4",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/cfd2352f-d86a-4614-86f8-0a66716868c4/?format=api",
      "launch_library_id": null,
      "slug": "delta-ii-palapa-b4",
      "name": "Delta II | Palapa B4",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1992-05-14T00:40:00Z",
      "window_end": "1992-05-14T00:40:00Z",
      "window_start": "1992-05-14T00:40:00Z",
      "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": 6437,
        "configuration": {
          "id": 159,
          "launch_library_id": 179,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/159/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925",
          "variant": "7925"
        }
      },
      "mission": {
        "id": 4827,
        "launch_library_id": null,
        "name": "Palapa B4",
        "description": "Indonesian geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "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": 1101,
          "total_landing_count": 72
        },
        "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_20190222030440.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "cfa9226d-2431-4074-baa5-fc10d429e345",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/cfa9226d-2431-4074-baa5-fc10d429e345/?format=api",
      "launch_library_id": null,
      "slug": "thor-dm-21-agena-b-kh-5-6",
      "name": "Thor DM-21 Agena-B | KH-5 6",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-09-01T20:39:09Z",
      "window_end": "1962-09-01T20:39:09Z",
      "window_start": "1962-09-01T20:39:09Z",
      "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": 3151,
        "configuration": {
          "id": 186,
          "launch_library_id": 201,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/186/?format=api",
          "name": "Thor DM-21 Agena-B",
          "family": "Thor",
          "full_name": "Thor DM-21 Agena-B",
          "variant": ""
        }
      },
      "mission": {
        "id": 1573,
        "launch_library_id": null,
        "name": "KH-5 6",
        "description": "KH-5 (Keyhole 5, codenamed Argon) was the area survey component of the Corona program.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 96,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 875,
          "total_landing_count": 33
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_96_20200803143221.jpg",
        "total_launch_count": 45
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/thor-dm21_agena_image_20251112153059.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "cfa2a664-e4a3-4b44-93f3-509ef5f39987",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/cfa2a664-e4a3-4b44-93f3-509ef5f39987/?format=api",
      "launch_library_id": null,
      "slug": "titan-ivb-milstar-3",
      "name": "Titan IVB | Milstar 3",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1999-04-30T16:30:00Z",
      "window_end": "1999-04-30T16:30:00Z",
      "window_start": "1999-04-30T16:30:00Z",
      "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": 6917,
        "configuration": {
          "id": 130,
          "launch_library_id": 162,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/130/?format=api",
          "name": "Titan IVB",
          "family": "Titan",
          "full_name": "Titan IVB/Centaur",
          "variant": "Centaur"
        }
      },
      "mission": {
        "id": 5307,
        "launch_library_id": null,
        "name": "Milstar 3",
        "description": "Milstar (Military Strategic & Tactical Relay) is the tactical and strategic multiservice satellite system designed to provide survivable communications for U.S. forces worldwide.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 3,
          "name": "Geosynchronous Orbit",
          "abbrev": "GSO"
        }
      },
      "pad": {
        "id": 80,
        "url": "https://lldev.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://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": 1101,
          "total_landing_count": 72
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 377
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/titan2520ivb_image_20190222030244.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "cf94e217-5960-4549-9eb3-83ea85a28b43",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/cf94e217-5960-4549-9eb3-83ea85a28b43/?format=api",
      "launch_library_id": 1541,
      "slug": "delta-ii-7925-95-gps-iir-m-5-usa-199",
      "name": "Delta II 7925-9.5 | GPS IIR-M-5 (USA-199)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2007-12-20T20:04:00Z",
      "window_end": "2007-12-20T20:04:00Z",
      "window_start": "2007-12-20T20:04:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "launch_service_provider": {
        "id": 124,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1387,
        "configuration": {
          "id": 140,
          "launch_library_id": 181,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/140/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925-9.5",
          "variant": "7925-9.5"
        }
      },
      "mission": {
        "id": 531,
        "launch_library_id": 698,
        "name": "GPS IIR-M-5 (USA-199)",
        "description": "A satellite forming part of the Global Positioning System.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        }
      },
      "pad": {
        "id": 14,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "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.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "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": 1101,
          "total_landing_count": 72
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/delta_ii_7925-9_image_20240312090356.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "cf8cf401-49d3-41ac-903b-f05bccbc8caf",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/cf8cf401-49d3-41ac-903b-f05bccbc8caf/?format=api",
      "launch_library_id": null,
      "slug": "proton-tks-va-3-4",
      "name": "Proton | TKS-VA 3 & 4",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1977-08-04T22:00:00Z",
      "window_end": "1977-08-04T22:00:00Z",
      "window_start": "1977-08-04T22:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 4865,
        "configuration": {
          "id": 95,
          "launch_library_id": 131,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/95/?format=api",
          "name": "Proton",
          "family": "Proton / UR-500",
          "full_name": "Proton-K",
          "variant": "K"
        }
      },
      "mission": {
        "id": 3282,
        "launch_library_id": null,
        "name": "TKS-VA 3 & 4",
        "description": "Reentry capsule of the TKS spacecraft",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 7,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/7/?format=api",
        "agency_id": null,
        "name": "81/24 (81P)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
        "latitude": "46.071001",
        "longitude": "62.984999",
        "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": 1561,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_7_20200803143454.jpg",
        "total_launch_count": 93
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/proton_image_20190207032625.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "cf87eb87-1235-4c25-99d7-2896cc8e1dbf",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/cf87eb87-1235-4c25-99d7-2896cc8e1dbf/?format=api",
      "launch_library_id": 1838,
      "slug": "vostok-k-sputnik-10",
      "name": "Vostok-K | Sputnik 10",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1961-03-25T05:54:00Z",
      "window_end": "1961-03-25T05:54:00Z",
      "window_start": "1961-03-25T05:54:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 2371,
        "configuration": {
          "id": 103,
          "launch_library_id": 139,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/103/?format=api",
          "name": "Vostok",
          "family": "R-7",
          "full_name": "Vostok-K",
          "variant": "K"
        }
      },
      "mission": null,
      "pad": {
        "id": 32,
        "url": "https://lldev.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://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": 1561,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vostok_image_20191104130128.jpg",
      "infographic": null,
      "program": [
        {
          "id": 9,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/9/?format=api",
          "name": "Vostok",
          "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
          "agencies": [
            {
              "id": 66,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vostok_program_20210417063956.png",
          "start_date": "1961-04-12T06:07:00Z",
          "end_date": "1963-06-19T08:20:00Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme"
        }
      ]
    }
  ]
}