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

{
  "count": 7859,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=720&ordering=-id",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=700&ordering=-id",
  "results": [
    {
      "id": "e7b50c0d-afd2-428c-86f2-32a7c19de9f2",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e7b50c0d-afd2-428c-86f2-32a7c19de9f2/?format=api",
      "launch_library_id": 1180,
      "slug": "pegasus-xl-aeronomy-of-ice-in-the-mesosphere-aim",
      "name": "Pegasus XL | Aeronomy of Ice in the Mesosphere (AIM)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2007-04-25T20:26:03Z",
      "window_end": "2007-04-25T20:26:03Z",
      "window_start": "2007-04-25T20:26:03Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 100,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/100/?format=api",
        "name": "Orbital Sciences Corporation",
        "type": "Commercial"
      },
      "rocket": {
        "id": 537,
        "configuration": {
          "id": 173,
          "launch_library_id": 8,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/173/?format=api",
          "name": "Pegasus XL",
          "family": "Pegasus",
          "full_name": "Pegasus XL",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 62,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/62/?format=api",
        "agency_id": null,
        "name": "Vandenberg Space Force Base",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
        "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
        "latitude": "34.732778",
        "longitude": "-120.568056",
        "location": {
          "id": 20,
          "url": "https://ll.thespacedevs.com/2.0.0/location/20/?format=api",
          "name": "Air launch to orbit",
          "country_code": "???",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
          "total_launch_count": 51,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
        "total_launch_count": 22
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e7b297d1-3312-4264-b802-f9d6ea11b3b2",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e7b297d1-3312-4264-b802-f9d6ea11b3b2/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-starlink-group-6-42",
      "name": "Falcon 9 Block 5 | Starlink Group 6-42",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2024-03-24T03:09:00Z",
      "window_end": "2024-03-24T03:29:00Z",
      "window_start": "2024-03-23T23:29:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 75,
      "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": 7946,
        "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": 6455,
        "launch_library_id": null,
        "name": "Starlink Group 6-42",
        "description": "A batch of 23 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://ll.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://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_87_20200803143537.jpg",
        "total_launch_count": 222
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
      "infographic": null,
      "program": [
        {
          "id": 25,
          "url": "https://ll.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://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-prod.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": "e7afcf1a-40bc-4711-b476-f487d360cb36",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e7afcf1a-40bc-4711-b476-f487d360cb36/?format=api",
      "launch_library_id": null,
      "slug": "thor-dm-21-agena-b-kh-4-5",
      "name": "Thor DM-21 Agena-B | KH-4 5",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-06-02T00:31:28Z",
      "window_end": "1962-06-02T00:31:28Z",
      "window_start": "1962-06-02T00:31:28Z",
      "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": 3129,
        "configuration": {
          "id": 186,
          "launch_library_id": 201,
          "url": "https://ll.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": 1551,
        "launch_library_id": null,
        "name": "KH-4 5",
        "description": "The KH-4 (Keyhole-4) was fourth version in the Corona-program to build an optical reconnaissance satellite.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 95,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/95/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 1W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
        "map_url": "https://www.google.com/maps?q=34.7572,-120.6303",
        "latitude": "34.7572",
        "longitude": "-120.6303",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 883,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_95_20200803143209.jpg",
        "total_launch_count": 56
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor-dm21_agena_image_20251112153059.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "e7af7507-2133-4996-8635-408904cdebdb",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e7af7507-2133-4996-8635-408904cdebdb/?format=api",
      "launch_library_id": null,
      "slug": "soyuz-u-yantar-4k2-57",
      "name": "Soyuz U | Yantar-4K2 57",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1991-02-07T18:15:00Z",
      "window_end": "1991-02-07T18:15:00Z",
      "window_start": "1991-02-07T18: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": 6345,
        "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": {
        "id": 4735,
        "launch_library_id": null,
        "name": "Yantar-4K2 57",
        "description": "Film-return reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 35,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/35/?format=api",
        "agency_id": 163,
        "name": "16/2",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.960091,40.682983",
        "latitude": "62.960091",
        "longitude": "40.682983",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_35_20200803143306.jpg",
        "total_launch_count": 136
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e7adbd43-2c8d-4361-8bb4-0e0cf82c7a0b",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e7adbd43-2c8d-4361-8bb4-0e0cf82c7a0b/?format=api",
      "launch_library_id": null,
      "slug": "molniya-m-molniya-2-2",
      "name": "Molniya-M | Molniya-2 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1972-05-19T14:30:03Z",
      "window_end": "1972-05-19T14:30:03Z",
      "window_start": "1972-05-19T14:30:03Z",
      "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": 4257,
        "configuration": {
          "id": 106,
          "launch_library_id": 126,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/106/?format=api",
          "name": "Molniya-M",
          "family": "R-7",
          "full_name": "Molniya-M 2BL",
          "variant": "2BL"
        }
      },
      "mission": {
        "id": 2675,
        "launch_library_id": null,
        "name": "Molniya-2 2",
        "description": "Government communications satellite.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        }
      },
      "pad": {
        "id": 85,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
        "total_launch_count": 328
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_20251102061752.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e7a1e5ba-62fd-4f4d-9343-fa2cc0141904",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e7a1e5ba-62fd-4f4d-9343-fa2cc0141904/?format=api",
      "launch_library_id": null,
      "slug": "zenit-2-gvm-tselina-2-7",
      "name": "Zenit-2 | GVM Tselina-2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-08-01T03:59:59Z",
      "window_end": "1987-08-01T03:59:59Z",
      "window_start": "1987-08-01T03:59:59Z",
      "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": 5988,
        "configuration": {
          "id": 455,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/455/?format=api",
          "name": "Zenit-2",
          "family": "Zenith",
          "full_name": "Zenit-2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 4136,
        "launch_library_id": null,
        "name": "GVM Tselina-2",
        "description": "Dynamic simulator of the Tselina-2 ELINT satellite",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 2,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/2/?format=api",
        "agency_id": null,
        "name": "45/1",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
        "latitude": "45.943492",
        "longitude": "63.653014",
        "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_2_20200803143256.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zenit-2_image_20251104090154.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e79629ef-8f06-4273-b15a-b66723c06fd7",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e79629ef-8f06-4273-b15a-b66723c06fd7/?format=api",
      "launch_library_id": null,
      "slug": "atlas-iia-uhf-fo-f10",
      "name": "Atlas IIA | UHF F/O F10",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1999-11-23T04:06:01Z",
      "window_end": "1999-11-23T04:06:01Z",
      "window_start": "1999-11-23T04:06:01Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 82,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
        "name": "Lockheed Martin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 6955,
        "configuration": {
          "id": 254,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/254/?format=api",
          "name": "Atlas IIA",
          "family": "Atlas",
          "full_name": "Atlas IIA",
          "variant": "IIA"
        }
      },
      "mission": {
        "id": 5344,
        "launch_library_id": null,
        "name": "UHF F/O F10",
        "description": "The U.S. Navy began replacing and upgrading its ultra-high frequency (UHF) satellite communications network during the 1990s with a constellation of customized satellites built by Hughes Space and Communications Company. Known as the UFO (Ultra High Frequency Follow On) series, these HS-601 model satellites support the Navy's global communications network, serving ships at sea and a variety of other U.S. military fixed and mobile terminals.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "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": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
        "total_launch_count": 76
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/launch_of_an_at_image_20251123092831.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e792b5fb-3b68-4726-956f-4a5e81b26b4f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e792b5fb-3b68-4726-956f-4a5e81b26b4f/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-2-us-a-31",
      "name": "Tsiklon-2 | US-A 31",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-12-12T05:40:00Z",
      "window_end": "1987-12-12T05:40:00Z",
      "window_start": "1987-12-12T05:40: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": 6021,
        "configuration": {
          "id": 443,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/443/?format=api",
          "name": "Tsiklon-2",
          "family": "Tsiklon",
          "full_name": "Tsiklon-2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 4412,
        "launch_library_id": null,
        "name": "US-A 31",
        "description": "Active radar satellite for ocean surveillance powered by a nuclear reactor.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 132,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/132/?format=api",
        "agency_id": null,
        "name": "90",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
        "map_url": "https://www.google.com/maps?q=46.081,62.929806",
        "latitude": "46.081",
        "longitude": "62.929806",
        "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_132_20200803143344.jpg",
        "total_launch_count": 74
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-2_lifto_image_20240411113159.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e7688e0c-c559-4ffd-a537-28c6d7277c41",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e7688e0c-c559-4ffd-a537-28c6d7277c41/?format=api",
      "launch_library_id": 753,
      "slug": "long-march-4b-zi-yuan-1-02c",
      "name": "Long March 4B | Zi Yuan 1-02C",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2011-12-22T03:26:14Z",
      "window_end": "2011-12-22T03:26:14Z",
      "window_start": "2011-12-22T03:26:14Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "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": 1582,
        "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": null,
      "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": "e75e61de-97f7-4364-9573-f8ba0051ebe4",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e75e61de-97f7-4364-9573-f8ba0051ebe4/?format=api",
      "launch_library_id": 340,
      "slug": "long-march-3ce-change-5-t1",
      "name": "Long March 3C/E | Chang'e 5-T1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2014-10-23T18:00:04Z",
      "window_end": "2014-10-23T18:00:04Z",
      "window_start": "2014-10-23T18:00:04Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "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": 1793,
        "configuration": {
          "id": 51,
          "launch_library_id": 81,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/51/?format=api",
          "name": "Long March 3C/E",
          "family": "Long March",
          "full_name": "Long March 3C/E",
          "variant": "C/E"
        }
      },
      "mission": null,
      "pad": {
        "id": 45,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/45/?format=api",
        "agency_id": null,
        "name": "Launch Complex 2 (LC-2)",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.245504,102.026768",
        "latitude": "28.245504",
        "longitude": "102.026768",
        "location": {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.0.0/location/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "total_launch_count": 239,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
        "total_launch_count": 124
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_3c2_image_20250906201328.jpg",
      "infographic": null,
      "program": [
        {
          "id": 18,
          "url": "https://ll.thespacedevs.com/2.0.0/program/18/?format=api",
          "name": "Chinese Lunar Exploration Program",
          "description": "The Chinese Lunar Exploration Program also known as the Chang'e Project after the Chinese moon goddess Chang'e, is an ongoing series of robotic Moon missions by the China National Space Administration (CNSA). The program incorporates lunar orbiters, landers, rovers and sample return spacecraft, launched using Long March rockets.",
          "agencies": [
            {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520lun_program_20201129190923.png",
          "start_date": "2003-01-01T00:00:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Chinese_Lunar_Exploration_Program"
        }
      ]
    }
  ]
}