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

{
  "count": 7865,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=370&ordering=-id",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=350&ordering=-id",
  "results": [
    {
      "id": "f3a8b0e3-6cbc-4aed-900e-790cb6a5a11d",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f3a8b0e3-6cbc-4aed-900e-790cb6a5a11d/?format=api",
      "launch_library_id": null,
      "slug": "long-march-4b-zi-yuan-2-3",
      "name": "Long March 4B | Zi Yuan 2-3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2004-11-06T03:10:00Z",
      "window_end": "2004-11-06T03:10:00Z",
      "window_start": "2004-11-06T03:10:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 7204,
        "configuration": {
          "id": 10,
          "launch_library_id": 16,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/10/?format=api",
          "name": "Long March 4B",
          "family": "Long March",
          "full_name": "Long March 4B",
          "variant": "B"
        }
      },
      "mission": {
        "id": 5593,
        "launch_library_id": null,
        "name": "Zi Yuan 2-3",
        "description": "Zi Yuan 2-3 was a low earth orbit digital imaging spacecraft used by the Chinese government, probably for both civilian and military reconnaissance purposes..",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 33,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/33/?format=api",
        "agency_id": null,
        "name": "Launch Complex 7",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=38.8489311,111.6079339",
        "latitude": "38.8489311",
        "longitude": "111.6079339",
        "location": {
          "id": 19,
          "url": "https://ll.thespacedevs.com/2.0.0/location/19/?format=api",
          "name": "Taiyuan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
          "total_launch_count": 155,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_33_20200803143335.jpg",
        "total_launch_count": 32
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_4b_l_image_20251209044050.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "f3a51bce-e58a-4033-b6ea-7f4615c7a66c",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f3a51bce-e58a-4033-b6ea-7f4615c7a66c/?format=api",
      "launch_library_id": null,
      "slug": "titan-34b-jumpseat-6",
      "name": "Titan 34B | Jumpseat 6",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1981-04-24T21:32:00Z",
      "window_end": "1981-04-24T21:32:00Z",
      "window_start": "1981-04-24T21:32: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": 5270,
        "configuration": {
          "id": 423,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/423/?format=api",
          "name": "Titan 34B",
          "family": "Titan",
          "full_name": "Titan 34B",
          "variant": "34B"
        }
      },
      "mission": {
        "id": 3679,
        "launch_library_id": null,
        "name": "Jumpseat 6",
        "description": "Signal intelligence satellite operating from highly elliptic Molniya-type orbits.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        }
      },
      "pad": {
        "id": 156,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4W",
        "info_url": "https://www.astronautix.com/v/vandenbergslc4w.html",
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
        "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
        "latitude": "34.63312",
        "longitude": "-120.61584",
        "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": 884,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
        "total_launch_count": 93
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "f3a1a032-5cca-4733-9ca8-04a5a1dba222",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f3a1a032-5cca-4733-9ca8-04a5a1dba222/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-vast-iss-mission-1",
      "name": "Falcon 9 Block 5 | Vast ISS Mission 1",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2027-09-30T00:00:00Z",
      "window_end": "2027-09-30T00:00:00Z",
      "window_start": "2027-09-30T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": true,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8916,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://ll.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": 7508,
        "launch_library_id": null,
        "name": "Vast ISS Mission 1",
        "description": "This is a Crew Dragon flight for private company Vast. The mission will carry 4 astronauts to and from the International Space Station for up to 2 weeks.\r\n\r\nNote: Official mission name to be confirmed.",
        "launch_designator": null,
        "type": "Tourism",
        "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": 1108,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 382
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.0.0/program/17/?format=api",
          "name": "International Space Station",
          "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
          "agencies": [
            {
              "id": 16,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
          "start_date": "1998-11-20T06:40:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
        }
      ]
    },
    {
      "id": "f38f0321-080b-4313-843b-2b8c140b0669",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f38f0321-080b-4313-843b-2b8c140b0669/?format=api",
      "launch_library_id": null,
      "slug": "smart-dragon-3-10-x-centispace-1",
      "name": "Smart Dragon 3 | 10 x CentiSpace-1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-01-13T03:00:00Z",
      "window_end": "2025-01-13T03:17:00Z",
      "window_start": "2025-01-13T02:51:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 272,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/272/?format=api",
        "name": "China Rocket Co. Ltd.",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8459,
        "configuration": {
          "id": 484,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/484/?format=api",
          "name": "Smart Dragon 3",
          "family": "Smart Dragon",
          "full_name": "Smart Dragon 3",
          "variant": ""
        }
      },
      "mission": {
        "id": 7048,
        "launch_library_id": null,
        "name": "10 x CentiSpace-1",
        "description": "Chinese commercial small satellites by Beijing-based company Future Navigation for providing GNSS augmentation signals services from LEO. They are part of a planned 160 satellites constellation.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 89,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/89/?format=api",
        "agency_id": 88,
        "name": "Haiyang offshore launch location",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=36.631333,121.198361",
        "latitude": "36.631333",
        "longitude": "121.198361",
        "location": {
          "id": 185,
          "url": "https://ll.thespacedevs.com/2.0.0/location/185/?format=api",
          "name": "Haiyang Oriental Spaceport",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
          "total_launch_count": 25,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_89_20200803143242.jpg",
        "total_launch_count": 9
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/smart_dragon_3__image_20240925074606.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "f38a3f48-173e-4305-9583-ac51ba6cb882",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f38a3f48-173e-4305-9583-ac51ba6cb882/?format=api",
      "launch_library_id": 1776,
      "slug": "soyuz-u-progress-m-35",
      "name": "Soyuz U | Progress M-35",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1997-07-05T04:11:54Z",
      "window_end": "1997-07-05T04:11:54Z",
      "window_start": "1997-07-05T04:11:54Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "launch_service_provider": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
      },
      "rocket": {
        "id": 2308,
        "configuration": {
          "id": 37,
          "launch_library_id": 35,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": null,
      "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/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.0.0/program/16/?format=api",
          "name": "Mir",
          "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
          "agencies": [
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "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/mir_program_20200821092345.jpeg",
          "start_date": "1986-02-20T21:28:23Z",
          "end_date": "2001-03-23T05:59:00Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Mir"
        }
      ]
    },
    {
      "id": "f3855eeb-9eda-4ddd-bb4d-c2acbad0a0e2",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f3855eeb-9eda-4ddd-bb4d-c2acbad0a0e2/?format=api",
      "launch_library_id": 980,
      "slug": "saturn-ib-skylab-4",
      "name": "Saturn IB | Skylab 4",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1973-11-16T14:01:23Z",
      "window_end": "1973-11-16T14:01:23Z",
      "window_start": "1973-11-16T14:01:23Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 241,
        "configuration": {
          "id": 163,
          "launch_library_id": 135,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/163/?format=api",
          "name": "Saturn IB",
          "family": "Saturn",
          "full_name": "Saturn IB",
          "variant": "IB"
        }
      },
      "mission": {
        "id": 268,
        "launch_library_id": 380,
        "name": "Skylab 4",
        "description": "Skylab 4 (also known as SL-4 or SLM-3) was the third and the last crewed mission to the first US orbital space station Skylab. The mission began on November 16, 1973, 14:01:23 UTC with the launch of a three-person crew. Crew members were the Commander Gerald P. Carr, Science Pilot Edward G. Gibson and William R. Pogue. During their 83-day stay on the station, crew performed Earth and solar observations. The mission ended successfully with the splashdown in the Pacific Ocean on February 8, 1974, 15:16:53 UTC.",
        "launch_designator": null,
        "type": "Human Exploration",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 4,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/4/?format=api",
        "agency_id": 44,
        "name": "Launch Complex 39B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
        "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
        "latitude": "28.62711233",
        "longitude": "-80.62101503",
        "location": {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
          "name": "Kennedy Space Center, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
          "total_launch_count": 281,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_4_20200803143518.jpg",
        "total_launch_count": 59
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/saturn2520ib_image_20190222030046.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 13,
          "url": "https://ll.thespacedevs.com/2.0.0/program/13/?format=api",
          "name": "Skylab",
          "description": "Skylab was the first United States space station, launched by NASA, occupied for about 24 weeks between May 1973 and February 1974. It was operated by three separate three-astronaut crews: SL-2, SL-3 and SL-4. Major operations included an orbital workshop, a solar observatory, Earth observation, and hundreds of experiments.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skylab_program_20240305184407.png",
          "start_date": "1973-05-14T17:30:00Z",
          "end_date": "1979-07-11T16:37:00Z",
          "info_url": "https://www.nasa.gov/mission_pages/skylab/",
          "wiki_url": "https://en.wikipedia.org/wiki/Skylab"
        }
      ]
    },
    {
      "id": "f382ec3b-cfb5-41c4-b5f6-fa85506ccdef",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f382ec3b-cfb5-41c4-b5f6-fa85506ccdef/?format=api",
      "launch_library_id": null,
      "slug": "voskhod-zenit-4m-2",
      "name": "Voskhod | Zenit-4M 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1969-01-23T09:15:00Z",
      "window_end": "1969-01-23T09:15:00Z",
      "window_start": "1969-01-23T09:15: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": 3866,
        "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": 2284,
        "launch_library_id": null,
        "name": "Zenit-4M 2",
        "description": "The soviet Zenit-4M (Rotor, 11F691) was an improved version of the Zenit-4 high resolution reconnaissance satellite and 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": 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": "f37df6d0-2bc4-4e13-a159-7187a28a8e60",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f37df6d0-2bc4-4e13-a159-7187a28a8e60/?format=api",
      "launch_library_id": null,
      "slug": "atlas-h-parcae-6abc-msd-6",
      "name": "Atlas H | Parcae 6A,B,C & MSD 6",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1983-06-09T23:23:00Z",
      "window_end": "1983-06-09T23:23:00Z",
      "window_start": "1983-06-09T23:23: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": 5528,
        "configuration": {
          "id": 251,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/251/?format=api",
          "name": "Atlas H",
          "family": "Atlas",
          "full_name": "Atlas H",
          "variant": "H"
        }
      },
      "mission": {
        "id": 3932,
        "launch_library_id": null,
        "name": "Parcae 6A,B,C & MSD 6",
        "description": "The Parcae satellites were passive ELINT satellites. MSD satellites were dispensers of triplets of ocean surveillance satellites.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 24,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/24/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 3E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3E",
        "map_url": "https://www.google.com/maps?q=34.64,-120.5895",
        "latitude": "34.64",
        "longitude": "-120.5895",
        "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": 884,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_24_20200803143552.jpg",
        "total_launch_count": 48
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "f3763818-4d71-403d-a10d-aa549c859b5d",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f3763818-4d71-403d-a10d-aa549c859b5d/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-sda-tranche-2-transport-layer-j",
      "name": "Falcon 9 Block 5 | SDA Tranche 2 Transport Layer J",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2027-06-30T00:00:00Z",
      "window_end": "2027-06-30T00:00:00Z",
      "window_start": "2027-06-30T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": true,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8588,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://ll.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": 7180,
        "launch_library_id": null,
        "name": "SDA Tranche 2 Transport Layer J",
        "description": "Classified mission launched by the Space Development Agency (SDA) for Tranche 2 Transport Layer.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        }
      },
      "pad": {
        "id": 72,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/72/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=28.458,-80.528",
        "latitude": "28.458",
        "longitude": "-80.528",
        "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": 1108,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
        "total_launch_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "f35e01c9-5c7e-43de-b41f-7233c53b609a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f35e01c9-5c7e-43de-b41f-7233c53b609a/?format=api",
      "launch_library_id": null,
      "slug": "ariane-44lp-brasilsat-b1-turksat-1b",
      "name": "Ariane 44LP | Brasilsat B1 & Türksat 1B",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1994-08-10T23:05:24Z",
      "window_end": "1994-08-10T23:05:24Z",
      "window_start": "1994-08-10T23:05:24Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 115,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
        "name": "Arianespace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 6605,
        "configuration": {
          "id": 226,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/226/?format=api",
          "name": "Ariane 44LP",
          "family": "Ariane",
          "full_name": "Ariane 44LP",
          "variant": "44LP"
        }
      },
      "mission": {
        "id": 4995,
        "launch_library_id": null,
        "name": "Brasilsat B1 & Türksat 1B",
        "description": "Brasilsat B1 is a second generation Brazilian communications satellite. Türksat B1 is a Turkish communications satellite.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 2",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
        "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
        "latitude": "5.232",
        "longitude": "-52.778194",
        "location": {
          "id": 13,
          "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
          "name": "Guiana Space Centre, French Guiana",
          "country_code": "GUF",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
          "total_launch_count": 333,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
        "total_launch_count": 119
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44lp_at__image_20240401083402.png",
      "infographic": null,
      "program": []
    }
  ]
}