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

{
  "count": 549,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=420&ordering=name",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=400&ordering=name",
  "results": [
    {
      "id": "3840ded6-17a8-46f8-89dd-4cf0613726a5",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/3840ded6-17a8-46f8-89dd-4cf0613726a5/?format=api",
      "launch_library_id": null,
      "slug": "long-march-6a-yaogan-40-group-02",
      "name": "Long March 6A | Yaogan 40 Group 02",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-05-11T13:27:00Z",
      "window_end": "2025-05-11T13:43:00Z",
      "window_start": "2025-05-11T13:12:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8606,
        "configuration": {
          "id": 478,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/478/?format=api",
          "name": "Long March 6A",
          "family": "Long March",
          "full_name": "Long March 6A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7198,
        "launch_library_id": null,
        "name": "Yaogan 40 Group 02",
        "description": "3 Chinese reconnaissance satellites of unknown purposes, officially reported as for \"Electromagnetic environment probing\".",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        }
      },
      "pad": {
        "id": 200,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/200/?format=api",
        "agency_id": null,
        "name": "Launch Complex 9A",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=38.8583,111.5802",
        "latitude": "38.8583",
        "longitude": "111.5802",
        "location": {
          "id": 19,
          "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
          "total_launch_count": 154,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_complex_9a_20220330003717.jpg",
        "total_launch_count": 23
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_20251209050223.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "f57800ca-4125-419b-9913-27c961c24cc8",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/f57800ca-4125-419b-9913-27c961c24cc8/?format=api",
      "launch_library_id": null,
      "slug": "long-march-6a-yaogan-40-group-03",
      "name": "Long March 6A | Yaogan 40 Group 03",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-09-06T16:34:00Z",
      "window_end": "2025-09-06T16:52:00Z",
      "window_start": "2025-09-06T16:26:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8700,
        "configuration": {
          "id": 478,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/478/?format=api",
          "name": "Long March 6A",
          "family": "Long March",
          "full_name": "Long March 6A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7292,
        "launch_library_id": null,
        "name": "Yaogan 40 Group 03",
        "description": "3 Chinese reconnaissance satellites of unknown purposes, officially reported as for \"Electromagnetic environment probing\".",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        }
      },
      "pad": {
        "id": 200,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/200/?format=api",
        "agency_id": null,
        "name": "Launch Complex 9A",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=38.8583,111.5802",
        "latitude": "38.8583",
        "longitude": "111.5802",
        "location": {
          "id": 19,
          "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
          "total_launch_count": 154,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_complex_9a_20220330003717.jpg",
        "total_launch_count": 23
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_20251209050223.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "eac0eb9a-98c4-4660-a168-be5ec4e8ba4b",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/eac0eb9a-98c4-4660-a168-be5ec4e8ba4b/?format=api",
      "launch_library_id": null,
      "slug": "long-march-6a-yaogan-50-01",
      "name": "Long March 6A | Yaogan 50-01",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2026-01-13T14:16:00Z",
      "window_end": "2026-01-13T14:27:00Z",
      "window_start": "2026-01-13T14:06:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8887,
        "configuration": {
          "id": 478,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/478/?format=api",
          "name": "Long March 6A",
          "family": "Long March",
          "full_name": "Long March 6A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7478,
        "launch_library_id": null,
        "name": "Yaogan 50-01",
        "description": "The Yaogan 50-01 is a Chinese military “remote sensing” satellite of unknown purposes.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 200,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/200/?format=api",
        "agency_id": null,
        "name": "Launch Complex 9A",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=38.8583,111.5802",
        "latitude": "38.8583",
        "longitude": "111.5802",
        "location": {
          "id": 19,
          "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
          "total_launch_count": 154,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_complex_9a_20220330003717.jpg",
        "total_launch_count": 23
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_20251209050223.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "f8766455-2b03-4629-a36e-b931c8b4a6c5",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/f8766455-2b03-4629-a36e-b931c8b4a6c5/?format=api",
      "launch_library_id": null,
      "slug": "long-march-6a-yaogan-50-02",
      "name": "Long March 6A | Yaogan 50-02",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2026-03-15T13:22:00Z",
      "window_end": "2026-03-15T13:35:00Z",
      "window_start": "2026-03-15T13:14:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8935,
        "configuration": {
          "id": 478,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/478/?format=api",
          "name": "Long March 6A",
          "family": "Long March",
          "full_name": "Long March 6A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7530,
        "launch_library_id": null,
        "name": "Yaogan 50-02",
        "description": "The Yaogan 50-02 is a Chinese military “remote sensing” satellite of unknown purposes.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 200,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/200/?format=api",
        "agency_id": null,
        "name": "Launch Complex 9A",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=38.8583,111.5802",
        "latitude": "38.8583",
        "longitude": "111.5802",
        "location": {
          "id": 19,
          "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
          "total_launch_count": 154,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_complex_9a_20220330003717.jpg",
        "total_launch_count": 23
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_20251209050223.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "88ab98d8-44e9-4aae-ac0f-02006a1d7ce6",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/88ab98d8-44e9-4aae-ac0f-02006a1d7ce6/?format=api",
      "launch_library_id": null,
      "slug": "long-march-6-prsc-eo3",
      "name": "Long March 6 | PRSC-EO3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2026-04-25T12:15:00Z",
      "window_end": "2026-04-25T12:37:00Z",
      "window_start": "2026-04-25T12:08:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 9010,
        "configuration": {
          "id": 54,
          "launch_library_id": 72,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/54/?format=api",
          "name": "Long March 6",
          "family": "Long March",
          "full_name": "Long March 6",
          "variant": ""
        }
      },
      "mission": {
        "id": 7605,
        "launch_library_id": null,
        "name": "PRSC-EO3",
        "description": "Optical Earth observation satellite for the Pakistan government's SUPARCO.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 113,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/113/?format=api",
        "agency_id": null,
        "name": "Launch Complex 16",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=38.868222,111.58024",
        "latitude": "38.868222",
        "longitude": "111.58024",
        "location": {
          "id": 19,
          "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
          "total_launch_count": 154,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_113_20200803143556.jpg",
        "total_launch_count": 16
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6_image_20210709074933.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "59831598-6413-41fb-ae61-ad731c05dc4f",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/59831598-6413-41fb-ae61-ad731c05dc4f/?format=api",
      "launch_library_id": null,
      "slug": "long-march-7a-chinasat-3b",
      "name": "Long March 7A | ChinaSat 3B",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-05-20T11:50:00Z",
      "window_end": "2025-05-20T13:11:00Z",
      "window_start": "2025-05-20T11:42:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8616,
        "configuration": {
          "id": 216,
          "launch_library_id": 247,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/216/?format=api",
          "name": "Long March 7A",
          "family": "Long March",
          "full_name": "Long March 7A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7208,
        "launch_library_id": null,
        "name": "ChinaSat 3B",
        "description": "Chinese communication geostationary satellite for unknown purposes.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 176,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/176/?format=api",
        "agency_id": null,
        "name": "201",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
        "latitude": "19.618452",
        "longitude": "110.955356",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "total_launch_count": 59,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
        "total_launch_count": 28
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_20251206093324.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "c6ddf5f6-4d5a-4059-8254-6b9f14bf5b87",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/c6ddf5f6-4d5a-4059-8254-6b9f14bf5b87/?format=api",
      "launch_library_id": null,
      "slug": "long-march-7a-shijian-28",
      "name": "Long March 7A | Shijian 28",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-11-30T12:20:00Z",
      "window_end": "2025-11-30T13:30:00Z",
      "window_start": "2025-11-30T12:12:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8816,
        "configuration": {
          "id": 216,
          "launch_library_id": 247,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/216/?format=api",
          "name": "Long March 7A",
          "family": "Long March",
          "full_name": "Long March 7A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7407,
        "launch_library_id": null,
        "name": "Shijian 28",
        "description": "Classified experimental Chinese satellite of unknown purposes.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 176,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/176/?format=api",
        "agency_id": null,
        "name": "201",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
        "latitude": "19.618452",
        "longitude": "110.955356",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "total_launch_count": 59,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
        "total_launch_count": 28
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_20251206093324.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "fb6d9dd6-2087-40b7-b3ca-c807b5b2be43",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/fb6d9dd6-2087-40b7-b3ca-c807b5b2be43/?format=api",
      "launch_library_id": null,
      "slug": "long-march-7a-shijian-29-a-b",
      "name": "Long March 7A | Shijian 29 A-B",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-12-30T22:40:00Z",
      "window_end": "2025-12-30T23:10:00Z",
      "window_start": "2025-12-30T22:32:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8858,
        "configuration": {
          "id": 216,
          "launch_library_id": 247,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/216/?format=api",
          "name": "Long March 7A",
          "family": "Long March",
          "full_name": "Long March 7A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7449,
        "launch_library_id": null,
        "name": "Shijian 29 A-B",
        "description": "2 satellites officially described as for \"demonstration of new technologies for spatial targets detection\" purposes.",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 176,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/176/?format=api",
        "agency_id": null,
        "name": "201",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
        "latitude": "19.618452",
        "longitude": "110.955356",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "total_launch_count": 59,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
        "total_launch_count": 28
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_20251206093324.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "6d2beb1a-6869-4505-9fc1-a4aa224178e2",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6d2beb1a-6869-4505-9fc1-a4aa224178e2/?format=api",
      "launch_library_id": null,
      "slug": "long-march-7a-unknown-payload",
      "name": "Long March 7A | Unknown Payload",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2026-05-26T16:00:00Z",
      "window_end": "2026-05-26T22:00:00Z",
      "window_start": "2026-05-26T16:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8875,
        "configuration": {
          "id": 216,
          "launch_library_id": 247,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/216/?format=api",
          "name": "Long March 7A",
          "family": "Long March",
          "full_name": "Long March 7A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7466,
        "launch_library_id": null,
        "name": "Unknown Payload",
        "description": "Details TBD.",
        "launch_designator": null,
        "type": "Unknown",
        "orbit": {
          "id": 25,
          "name": "Unknown",
          "abbrev": "N/A"
        }
      },
      "pad": {
        "id": 176,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/176/?format=api",
        "agency_id": null,
        "name": "201",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
        "latitude": "19.618452",
        "longitude": "110.955356",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "total_launch_count": 59,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
        "total_launch_count": 28
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_20251206093324.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "5777db03-a5d2-4b4f-956a-d8a2830e8fc8",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/5777db03-a5d2-4b4f-956a-d8a2830e8fc8/?format=api",
      "launch_library_id": null,
      "slug": "long-march-7a-yaogan-45",
      "name": "Long March 7A | Yaogan 45",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-09-09T02:00:00Z",
      "window_end": "2025-09-09T04:10:00Z",
      "window_start": "2025-09-09T01:52:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8703,
        "configuration": {
          "id": 216,
          "launch_library_id": 247,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/216/?format=api",
          "name": "Long March 7A",
          "family": "Long March",
          "full_name": "Long March 7A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7296,
        "launch_library_id": null,
        "name": "Yaogan 45",
        "description": "A Chinese military “remote sensing” satellite of unknown purposes.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        }
      },
      "pad": {
        "id": 176,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/176/?format=api",
        "agency_id": null,
        "name": "201",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
        "latitude": "19.618452",
        "longitude": "110.955356",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "total_launch_count": 59,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
        "total_launch_count": 28
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_20251206093324.jpeg",
      "infographic": null,
      "program": []
    }
  ]
}