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/a927b2f9-f9a5-4196-9abb-2e275e4a6b96/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "a927b2f9-f9a5-4196-9abb-2e275e4a6b96",
    "url": "https://lldev.thespacedevs.com/2.0.0/launch/a927b2f9-f9a5-4196-9abb-2e275e4a6b96/?format=api",
    "launch_library_id": null,
    "slug": "pallas-1-demo-flight",
    "name": "Pallas-1 | Demo Flight",
    "status": {
        "id": 2,
        "name": "TBD"
    },
    "net": "2025-12-31T00:00:00Z",
    "window_end": "2025-12-31T00:00:00Z",
    "window_start": "2025-12-31T00:00:00Z",
    "inhold": false,
    "tbdtime": true,
    "tbddate": true,
    "probability": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 1021,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "GE",
        "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
        "administrator": null,
        "founding_year": "2018",
        "launchers": "Ceres-1 | Pallas-1",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 22,
        "consecutive_successful_launches": 0,
        "successful_launches": 20,
        "failed_launches": 2,
        "pending_launches": 2,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.galactic-energy.cn/index.php/En",
        "wiki_url": null,
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg",
        "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_nation_20230703094321.png"
    },
    "rocket": {
        "id": 8824,
        "configuration": {
            "id": 542,
            "launch_library_id": null,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/542/?format=api",
            "name": "Pallas-1",
            "description": "",
            "family": "",
            "full_name": "Pallas-1",
            "manufacturer": {
                "id": 1021,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1021/?format=api",
                "name": "Galactic Energy",
                "featured": false,
                "type": "Commercial",
                "country_code": "CHN",
                "abbrev": "GE",
                "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
                "administrator": null,
                "founding_year": "2018",
                "launchers": "Ceres-1 | Pallas-1",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 22,
                "consecutive_successful_launches": 0,
                "successful_launches": 20,
                "failed_launches": 2,
                "pending_launches": 2,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.galactic-energy.cn/index.php/En",
                "wiki_url": null,
                "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg",
                "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_nation_20230703094321.png"
            },
            "program": [],
            "variant": "",
            "alias": "",
            "min_stage": 2,
            "max_stage": 3,
            "length": 49.6,
            "diameter": 3.35,
            "maiden_flight": null,
            "launch_mass": 283,
            "leo_capacity": 7000,
            "gto_capacity": null,
            "to_thrust": 3435,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Pallas-1",
            "total_launch_count": 0,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 0,
            "pending_launches": 1
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 7415,
        "launch_library_id": null,
        "name": "Demo Flight",
        "description": "First test launch of Galactic Energy’s Pallas-1 rocket.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 25,
            "name": "Unknown",
            "abbrev": "N/A"
        }
    },
    "pad": {
        "id": 246,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/246/?format=api",
        "agency_id": 1021,
        "name": "Pallas-1 Launch Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Pallas-1",
        "map_url": "https://www.google.com/maps?q=40.77596,100.10733",
        "latitude": "40.77596",
        "longitude": "100.10733",
        "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": 268,
            "total_landing_count": 1
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_pallas-1_launch_pad_20251128223637.jpg",
        "total_launch_count": 0
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "image": null,
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 7187,
    "location_launch_attempt_count": 276,
    "pad_launch_attempt_count": 1,
    "agency_launch_attempt_count": 24,
    "orbital_launch_attempt_count_year": 338,
    "location_launch_attempt_count_year": 37,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 8
}