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

{
  "count": 550,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=500&ordering=id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=480&ordering=id",
  "results": [
    {
      "id": "dfac5ab7-7017-454f-b6cf-eeed277a97b5",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/dfac5ab7-7017-454f-b6cf-eeed277a97b5/?format=api",
      "launch_library_id": null,
      "slug": "lvm-3-gaganyaan-1",
      "name": "LVM-3 | Gaganyaan-1",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": true,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "type": "Government"
      },
      "rocket": {
        "id": 7522,
        "configuration": {
          "id": 172,
          "launch_library_id": 85,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/172/?format=api",
          "name": "LVM-3 (GSLV Mk III)",
          "family": "GSLV",
          "full_name": "Launch Vehicle Mark-3 (GSLV Mk III)",
          "variant": ""
        }
      },
      "mission": {
        "id": 5940,
        "launch_library_id": null,
        "name": "Gaganyaan-1",
        "description": "First uncrewed orbital test flight of the Gaganyaan capsule.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 82,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/82/?format=api",
        "agency_id": 31,
        "name": "Satish Dhawan Space Centre Second Launch Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
        "latitude": "13.7199",
        "longitude": "80.2304",
        "location": {
          "id": 14,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/14/?format=api",
          "name": "Satish Dhawan Space Centre, India",
          "country_code": "IND",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
          "total_launch_count": 103,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
        "total_launch_count": 32
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520iii_image_20190604000938.jpg",
      "infographic": null,
      "program": [
        {
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/21/?format=api",
          "name": "Gaganyaan",
          "description": "Gaganyaan is India's first human spaceflight program.",
          "agencies": [
            {
              "id": 31,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/31/?format=api",
              "name": "Indian Space Research Organization",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gaganyaan_program_20220120151540.jpg",
          "start_date": "2018-08-15T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.isro.gov.in/frequently-asked-questions/gaganyaan",
          "wiki_url": "https://en.wikipedia.org/wiki/Gaganyaan"
        }
      ]
    },
    {
      "id": "dfd444f9-ddda-4b35-8f51-cda7cd801809",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/dfd444f9-ddda-4b35-8f51-cda7cd801809/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-rivada-1",
      "name": "Falcon 9 Block 5 | Rivada 1",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": true,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7799,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 6567,
        "launch_library_id": null,
        "name": "Rivada 1",
        "description": "24 satellites for Rivada's internet constellation.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 881,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 265
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e0427db4-5314-4766-9471-0c70859beb7a",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/e0427db4-5314-4766-9471-0c70859beb7a/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-starlink-group-10-14",
      "name": "Falcon 9 Block 5 | Starlink Group 10-14",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-08-31T11:49:00Z",
      "window_end": "2025-08-31T15:15:00Z",
      "window_start": "2025-08-31T11:15:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 85,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8688,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 7280,
        "launch_library_id": null,
        "name": "Starlink Group 10-14",
        "description": "A batch of 28 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": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/80/?format=api",
        "agency_id": 121,
        "name": "Space Launch Complex 40",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
        "latitude": "28.56194122",
        "longitude": "-80.57735736",
        "location": {
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 380
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
      "infographic": null,
      "program": [
        {
          "id": 25,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/25/?format=api",
          "name": "Starlink",
          "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
          "start_date": "2018-02-22T14:17:00Z",
          "end_date": null,
          "info_url": "https://starlink.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Starlink"
        }
      ]
    },
    {
      "id": "e0741415-6c63-4236-9736-24a6c04485bc",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/e0741415-6c63-4236-9736-24a6c04485bc/?format=api",
      "launch_library_id": null,
      "slug": "nuri-neonsat-2-to-6",
      "name": "Nuri | NeonSat-2 to 6",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2026-09-30T00:00:00Z",
      "window_end": "2026-09-30T00:00:00Z",
      "window_start": "2026-09-30T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": true,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 41,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/41/?format=api",
        "name": "Korea Aerospace Research Institute",
        "type": "Government"
      },
      "rocket": {
        "id": 8848,
        "configuration": {
          "id": 117,
          "launch_library_id": 169,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/117/?format=api",
          "name": "Nuri",
          "family": "KSLV",
          "full_name": "KSLV-2 Nuri",
          "variant": "2"
        }
      },
      "mission": {
        "id": 7439,
        "launch_library_id": null,
        "name": "NeonSat-2 to 6",
        "description": "NeonSat-2 to 6 are part of the South Korean government's Earth observation micro-satellite constellation NeonSat (New-space Earth Observation Satellite). The NeonSat constellation is the first satellite system developed by the government using a mass-production approach for precise monitoring of the Korean Peninsula.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 192,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/192/?format=api",
        "agency_id": 41,
        "name": "LC-2",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Naro_Space_Center",
        "map_url": "https://www.google.com/maps?q=34.431867,127.535069",
        "latitude": "34.431867",
        "longitude": "127.535069",
        "location": {
          "id": 9,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/9/?format=api",
          "name": "Naro Space Center, South Korea",
          "country_code": "KOR",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_9_20200803142441.jpg",
          "total_launch_count": 8,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_lc-2_20210812070305.jpg",
        "total_launch_count": 5
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nuri_liftoff_2_image_20240820080542.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e084e9ae-5d37-4c4c-b6a9-1bc6047086f3",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/e084e9ae-5d37-4c4c-b6a9-1bc6047086f3/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-starlink-group-12-24",
      "name": "Falcon 9 Block 5 | Starlink Group 12-24",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-06-10T13:05:40Z",
      "window_end": "2025-06-10T17:02:59Z",
      "window_start": "2025-06-10T13:05:40Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 95,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8628,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 7220,
        "launch_library_id": null,
        "name": "Starlink Group 12-24",
        "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": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/80/?format=api",
        "agency_id": 121,
        "name": "Space Launch Complex 40",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
        "latitude": "28.56194122",
        "longitude": "-80.57735736",
        "location": {
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 380
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
      "infographic": null,
      "program": [
        {
          "id": 25,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/25/?format=api",
          "name": "Starlink",
          "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
          "start_date": "2018-02-22T14:17:00Z",
          "end_date": null,
          "info_url": "https://starlink.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Starlink"
        }
      ]
    },
    {
      "id": "e1a3b702-464f-435d-8c1f-ade9be196b77",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/e1a3b702-464f-435d-8c1f-ade9be196b77/?format=api",
      "launch_library_id": null,
      "slug": "h3-30-h3-30-test-flight",
      "name": "H3-30 | H3-30 Test Flight",
      "status": {
        "id": 1,
        "name": "Go"
      },
      "net": "2026-06-10T00:53:59Z",
      "window_end": "2026-06-10T02:52:46Z",
      "window_start": "2026-06-10T00:53:59Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 98,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/98/?format=api",
        "name": "Mitsubishi Heavy Industries",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8366,
        "configuration": {
          "id": 203,
          "launch_library_id": 231,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/203/?format=api",
          "name": "H3-30",
          "family": "H3",
          "full_name": "H3-30",
          "variant": "30"
        }
      },
      "mission": {
        "id": 6947,
        "launch_library_id": null,
        "name": "H3-30 Test Flight",
        "description": "Test flight of the H3-30 variant of the H3 launch vehicle with 3 LE-9 engines in the first stage and no SRBs. The flight will carry a dummy main payload (Vehicle Evaluation Payload 5, VEP-5) and several hitchhiking small satellites:\r\n\r\n* PETREL\r\n\r\n* STARS-X\r\n\r\n* BRO-22\r\n\r\n* VERTECS\r\n\r\n* HORN-L/R",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 209,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/209/?format=api",
        "agency_id": 37,
        "name": "Yoshinobu Launch Complex LP-2",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
        "map_url": "https://www.google.com/maps?q=30.400938,130.97564",
        "latitude": "30.400938",
        "longitude": "130.97564",
        "location": {
          "id": 26,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/26/?format=api",
          "name": "Tanegashima Space Center, Japan",
          "country_code": "JPN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
          "total_launch_count": 97,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_yoshinobu_launch_complex_lp-2_20230707124715.jpg",
        "total_launch_count": 16
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h3-30_f6_cft_image_20251028183426.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e208fa2b-169d-4d2d-97fa-8fafbfa09a1e",
      "url": "https://lldev.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://lldev.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://lldev.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://lldev.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://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "total_launch_count": 283,
          "total_landing_count": 2
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
        "total_launch_count": 66
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ceres-1_image_20230722081939.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e369a238-2746-4400-9396-62e8b7a660c5",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/e369a238-2746-4400-9396-62e8b7a660c5/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-starlink-group-10-20",
      "name": "Falcon 9 Block 5 | Starlink Group 10-20",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-08-14T12:29:30Z",
      "window_end": "2025-08-14T14:47:00Z",
      "window_start": "2025-08-14T10:47:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 90,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8672,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 7264,
        "launch_library_id": null,
        "name": "Starlink Group 10-20",
        "description": "A batch of 28 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": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/80/?format=api",
        "agency_id": 121,
        "name": "Space Launch Complex 40",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
        "latitude": "28.56194122",
        "longitude": "-80.57735736",
        "location": {
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 380
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
      "infographic": null,
      "program": [
        {
          "id": 25,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/25/?format=api",
          "name": "Starlink",
          "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
          "start_date": "2018-02-22T14:17:00Z",
          "end_date": null,
          "info_url": "https://starlink.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Starlink"
        }
      ]
    },
    {
      "id": "e3b45caa-2ccc-4937-931b-780edbe58db9",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/e3b45caa-2ccc-4937-931b-780edbe58db9/?format=api",
      "launch_library_id": null,
      "slug": "kinetica-2-demo-flight-qingzhou-prototype-spacecra",
      "name": "Kinetica 2 | Demo Flight (Qingzhou Prototype Spacecraft)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2026-03-30T11:00:00Z",
      "window_end": "2026-03-30T13:14:00Z",
      "window_start": "2026-03-30T10:52:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1040,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1040/?format=api",
        "name": "CAS Space",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8823,
        "configuration": {
          "id": 541,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/541/?format=api",
          "name": "Kinetica 2",
          "family": "",
          "full_name": "Kinetica 2",
          "variant": ""
        }
      },
      "mission": {
        "id": 7414,
        "launch_library_id": null,
        "name": "Demo Flight (Qingzhou Prototype Spacecraft)",
        "description": "First test launch and mission of CAS Space’s Kinetica-2 rocket, with 3 spacecraft on board:\r\n\r\n* New March 02 (Qingzhou space station cargo resupply vehicle Prototype Spacecraft)\r\n* New March 01 in-orbit experiments hosting satellite\r\n* TS-01",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        }
      },
      "pad": {
        "id": 244,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/244/?format=api",
        "agency_id": 1040,
        "name": "Launch Area 140",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/CAS_Space#Kinetica_2,_and_2H",
        "map_url": "https://www.google.com/maps?q=40.81748,100.21939",
        "latitude": "40.81748",
        "longitude": "100.21939",
        "location": {
          "id": 17,
          "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "total_launch_count": 283,
          "total_landing_count": 2
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_area_140_20251128222956.jpg",
        "total_launch_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kinetica_2_firs_image_20260330153456.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e5969a95-6498-42ff-835f-e685ec75791b",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/e5969a95-6498-42ff-835f-e685ec75791b/?format=api",
      "launch_library_id": null,
      "slug": "new-shepard-ns-32",
      "name": "New Shepard | NS-32",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-05-31T13:39:11Z",
      "window_end": "2025-05-31T20:30:00Z",
      "window_start": "2025-05-31T13:30:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8622,
        "configuration": {
          "id": 137,
          "launch_library_id": 9999,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
          "name": "New Shepard",
          "family": "",
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 7214,
        "launch_library_id": null,
        "name": "NS-32",
        "description": "NS-32 is the 12th crewed flight for the New Shepard program and the 32nd in its history.",
        "launch_designator": null,
        "type": "Tourism",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 90,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
          "id": 29,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
      "infographic": null,
      "program": []
    }
  ]
}