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

{
  "count": 7960,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7140&ordering=-name",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7120&ordering=-name",
  "results": [
    {
      "id": "2f255496-16b0-4ae6-ac9e-8e24f5deae7a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/2f255496-16b0-4ae6-ac9e-8e24f5deae7a/?format=api",
      "launch_library_id": null,
      "slug": "ceres-1s-tianqi-21-24",
      "name": "Ceres-1S | Tianqi 21-24",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2023-09-05T09:34:46Z",
      "window_end": "2023-09-05T10:02:00Z",
      "window_start": "2023-09-05T09:25:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7995,
        "configuration": {
          "id": 500,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/500/?format=api",
          "name": "Ceres-1S",
          "family": "Ceres-1",
          "full_name": "Ceres-1S",
          "variant": "Ceres-1S"
        }
      },
      "mission": {
        "id": 6528,
        "launch_library_id": null,
        "name": "Tianqi 21-24",
        "description": "4 small satellites for LEO Internet of Things (IoT) communication purposes.",
        "launch_designator": null,
        "type": "Communications",
        "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": 27,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_89_20200803143242.jpg",
        "total_launch_count": 10
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1s25202_image_20230905114300.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "0a8bf8c3-9f75-4fe9-a13d-9419eb09f432",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0a8bf8c3-9f75-4fe9-a13d-9419eb09f432/?format=api",
      "launch_library_id": null,
      "slug": "ceres-1s-tianqi-16-18-20",
      "name": "Ceres-1S | Tianqi 16-18 & 20",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-05-19T07:38:00Z",
      "window_end": "2025-05-19T07:57:00Z",
      "window_start": "2025-05-19T07:29:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8613,
        "configuration": {
          "id": 500,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/500/?format=api",
          "name": "Ceres-1S",
          "family": "Ceres-1",
          "full_name": "Ceres-1S",
          "variant": "Ceres-1S"
        }
      },
      "mission": {
        "id": 7205,
        "launch_library_id": null,
        "name": "Tianqi 16-18 & 20",
        "description": "4 small satellites for LEO Internet of Things (IoT) communication purposes.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 221,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/221/?format=api",
        "agency_id": 88,
        "name": "Rizhao offshore launch location",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=35.391667,119.598667",
        "latitude": "35.391667",
        "longitude": "119.598667",
        "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": 27,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_oriental_spaceport_mobile_launch_ship_20240529085416.jpg",
        "total_launch_count": 7
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1s_image_20230905114324.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "9a5fe2ad-1089-4b16-bf94-273b0f426741",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/9a5fe2ad-1089-4b16-bf94-273b0f426741/?format=api",
      "launch_library_id": null,
      "slug": "ceres-1s-6-satellites",
      "name": "Ceres-1S | 6 satellites",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2024-08-29T05:22:00Z",
      "window_end": "2024-08-29T05:35:00Z",
      "window_start": "2024-08-29T05:10:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8273,
        "configuration": {
          "id": 500,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/500/?format=api",
          "name": "Ceres-1S",
          "family": "Ceres-1",
          "full_name": "Ceres-1S",
          "variant": "Ceres-1S"
        }
      },
      "mission": {
        "id": 6854,
        "launch_library_id": null,
        "name": "6 satellites",
        "description": "Carried 6 satellites to sun synchronous orbit:\r\n\r\n* Yunyao-1 15 to 17\r\n\r\n* Jitianxing A-03\r\n\r\n* Suxing 1-01\r\n\r\n* Tianfu Gaofen 2",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "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": 27,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_89_20200803143242.jpg",
        "total_launch_count": 10
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1s_image_20230905114324.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "160d6bd1-4ac6-43bd-8284-12e457cde9d7",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/160d6bd1-4ac6-43bd-8284-12e457cde9d7/?format=api",
      "launch_library_id": null,
      "slug": "ceres-1-qiankun-1-xingshidai16",
      "name": "Ceres-1 | Qiankun-1 & Xingshidai‐16",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2023-07-22T05:07:00Z",
      "window_end": "2023-07-22T06:06:00Z",
      "window_start": "2023-07-22T05:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7958,
        "configuration": {
          "id": 461,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/461/?format=api",
          "name": "Ceres-1",
          "family": "Ceres-1",
          "full_name": "Ceres-1",
          "variant": "Ceres-1"
        }
      },
      "mission": {
        "id": 6474,
        "launch_library_id": null,
        "name": "Qiankun-1 & Xingshidai‐16",
        "description": "Share ride launch of 2 satellites to SSO:\r\n\r\n* Qiankun-1 Very Low Earth Orbit (VLEO) technology demonstration satellite for CSpace\r\n* Xingshidai‐16 Earth observation satellite for ADASpace",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 21,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/21/?format=api",
        "agency_id": null,
        "name": "Launch Area 95A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
        "latitude": "40.969117",
        "longitude": "100.343333",
        "location": {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "total_launch_count": 293,
          "total_landing_count": 3
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
        "total_launch_count": 67
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1252025_image_20230722055539.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "01d8012e-0b59-4b75-8875-b9e44b673078",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/01d8012e-0b59-4b75-8875-b9e44b673078/?format=api",
      "launch_library_id": null,
      "slug": "ceres-1-jilin-1-wideband-02a",
      "name": "Ceres-1 | Jilin-1 Wideband-02A",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2023-08-25T04:59:00Z",
      "window_end": "2023-08-25T08:00:00Z",
      "window_start": "2023-08-25T02:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7994,
        "configuration": {
          "id": 461,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/461/?format=api",
          "name": "Ceres-1",
          "family": "Ceres-1",
          "full_name": "Ceres-1",
          "variant": "Ceres-1"
        }
      },
      "mission": {
        "id": 6525,
        "launch_library_id": null,
        "name": "Jilin-1 Wideband-02A",
        "description": "Earth observation satellite for the Jilin-1 commercial Earth observation satellites constellation.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 21,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/21/?format=api",
        "agency_id": null,
        "name": "Launch Area 95A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
        "latitude": "40.969117",
        "longitude": "100.343333",
        "location": {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "total_launch_count": 293,
          "total_landing_count": 3
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
        "total_launch_count": 67
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1252025_image_20230825071155.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "e208fa2b-169d-4d2d-97fa-8fafbfa09a1e",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e208fa2b-169d-4d2d-97fa-8fafbfa09a1e/?format=api",
      "launch_library_id": null,
      "slug": "ceres-1-jilin-1-high-resolution-04c-and-others",
      "name": "Ceres-1 | Jilin-1 High Resolution-04C and others",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "2025-11-10T04:02:53Z",
      "window_end": "2025-11-10T04:33:00Z",
      "window_start": "2025-11-10T03:56:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "4th stage shut down prematurely 510 seconds into the burn after engine valve control cable suffered burn through during the engine burn.",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8792,
        "configuration": {
          "id": 461,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/461/?format=api",
          "name": "Ceres-1",
          "family": "Ceres-1",
          "full_name": "Ceres-1",
          "variant": "Ceres-1"
        }
      },
      "mission": {
        "id": 7383,
        "launch_library_id": null,
        "name": "Jilin-1 High Resolution-04C and others",
        "description": "Earth Observation satellite for the Jilin-1 commercial constellation.\r\n\r\nOther payloads:\r\n\r\n* Jilin-1 Platform-02A-04\r\n* Zhongbei University-1",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 21,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/21/?format=api",
        "agency_id": null,
        "name": "Launch Area 95A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
        "latitude": "40.969117",
        "longitude": "100.343333",
        "location": {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "total_launch_count": 293,
          "total_landing_count": 3
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
        "total_launch_count": 67
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1_image_20230722081939.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "6eef3c8d-90a9-499c-96cd-e42326722d12",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/6eef3c8d-90a9-499c-96cd-e42326722d12/?format=api",
      "launch_library_id": null,
      "slug": "ceres-1-jilin-1-high-resolution-04b",
      "name": "Ceres-1 | Jilin-1 High Resolution 04B",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "2023-09-21T04:59:10Z",
      "window_end": "2023-09-21T09:00:00Z",
      "window_start": "2023-09-21T04:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "Vehicle lost attitude control at T+67.5 s after suffering 1st stage motor nozzle expansion burn-through. Failure was traced to improper drilling of screw holes that caused damage in the inner carbon fiber layers.",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8028,
        "configuration": {
          "id": 461,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/461/?format=api",
          "name": "Ceres-1",
          "family": "Ceres-1",
          "full_name": "Ceres-1",
          "variant": "Ceres-1"
        }
      },
      "mission": {
        "id": 6566,
        "launch_library_id": null,
        "name": "Jilin-1 High Resolution 04B",
        "description": "New high resolution Earth observation satellite for the Jilin-1 commercial Earth observation satellites constellation.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 21,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/21/?format=api",
        "agency_id": null,
        "name": "Launch Area 95A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
        "latitude": "40.969117",
        "longitude": "100.343333",
        "location": {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "total_launch_count": 293,
          "total_landing_count": 3
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
        "total_launch_count": 67
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1_image_20230722081939.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "c938b990-9ff5-4b3b-8a09-c9c269e1f7e4",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/c938b990-9ff5-4b3b-8a09-c9c269e1f7e4/?format=api",
      "launch_library_id": null,
      "slug": "ceres-1-jilin-1-high-resolution-03d-08-51-to-54",
      "name": "Ceres-1 | Jilin-1 High Resolution 03D-08, 51 to 54",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2022-11-16T06:20:00Z",
      "window_end": "2022-11-16T06:58:00Z",
      "window_start": "2022-11-16T06:11:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7701,
        "configuration": {
          "id": 461,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/461/?format=api",
          "name": "Ceres-1",
          "family": "Ceres-1",
          "full_name": "Ceres-1",
          "variant": "Ceres-1"
        }
      },
      "mission": {
        "id": 6216,
        "launch_library_id": null,
        "name": "Jilin-1 High Resolution 03D-08, 51 to 54",
        "description": "5 new Earth observation satellites for the Jilin-1 commercial Earth observation satellites constellation.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 21,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/21/?format=api",
        "agency_id": null,
        "name": "Launch Area 95A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
        "latitude": "40.969117",
        "longitude": "100.343333",
        "location": {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "total_launch_count": 293,
          "total_landing_count": 3
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
        "total_launch_count": 67
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1252025_image_20230703100031.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "7ccf6526-6c1f-42f6-99d6-83a429249cef",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/7ccf6526-6c1f-42f6-99d6-83a429249cef/?format=api",
      "launch_library_id": null,
      "slug": "ceres-1-golden-bauhinia-1-03-others",
      "name": "Ceres-1 | Golden Bauhinia 1-03 & others",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2021-12-07T04:12:30Z",
      "window_end": "2021-12-07T04:12:30Z",
      "window_start": "2021-12-07T04:12:30Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2714,
        "configuration": {
          "id": 461,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/461/?format=api",
          "name": "Ceres-1",
          "family": "Ceres-1",
          "full_name": "Ceres-1",
          "variant": "Ceres-1"
        }
      },
      "mission": {
        "id": 5902,
        "launch_library_id": null,
        "name": "Golden Bauhinia 1-03 & others",
        "description": "This mission carried five commercial small satellites into orbit. These include: a remote sensing satellite Tianjin University-1, two remote sensing satellites for Golden Bauhinia 1 (also known as Jinzijing 1) constellation; and experimental satellites Lize-1 and Baoyun.",
        "launch_designator": null,
        "type": "Dedicated Rideshare",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 21,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/21/?format=api",
        "agency_id": null,
        "name": "Launch Area 95A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
        "latitude": "40.969117",
        "longitude": "100.343333",
        "location": {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "total_launch_count": 293,
          "total_landing_count": 3
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
        "total_launch_count": 67
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1_image_20230722081939.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b9fac3ef-050f-4e6d-9688-f493dbe07815",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/b9fac3ef-050f-4e6d-9688-f493dbe07815/?format=api",
      "launch_library_id": null,
      "slug": "ceres-1-8-satellites",
      "name": "Ceres-1 | 8 satellites",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-03-17T08:07:00Z",
      "window_end": "2025-03-17T08:46:00Z",
      "window_start": "2025-03-17T07:59:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8535,
        "configuration": {
          "id": 461,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/461/?format=api",
          "name": "Ceres-1",
          "family": "Ceres-1",
          "full_name": "Ceres-1",
          "variant": "Ceres-1"
        }
      },
      "mission": {
        "id": 7126,
        "launch_library_id": null,
        "name": "8 satellites",
        "description": "Carried 8 satellites to 535 km high SSO:\r\n\r\n* Yunyao-1 #55-60\r\n\r\n* AIRSAT-06 & 07",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 21,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/21/?format=api",
        "agency_id": null,
        "name": "Launch Area 95A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
        "latitude": "40.969117",
        "longitude": "100.343333",
        "location": {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "total_launch_count": 293,
          "total_landing_count": 3
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
        "total_launch_count": 67
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1_image_20230722081939.jpeg",
      "infographic": null,
      "program": []
    }
  ]
}