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/a81fcb21-ed57-47ef-ab57-33ddd9c6ffcd/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "a81fcb21-ed57-47ef-ab57-33ddd9c6ffcd",
    "url": "https://lldev.thespacedevs.com/2.0.0/launch/a81fcb21-ed57-47ef-ab57-33ddd9c6ffcd/?format=api",
    "launch_library_id": null,
    "slug": "hanbit-nano-spaceward",
    "name": "HANBIT-Nano | Spaceward",
    "status": {
        "id": 2,
        "name": "TBD"
    },
    "net": "2025-10-28T00:00:00Z",
    "window_end": "2025-10-28T00:00:00Z",
    "window_start": "2025-10-28T00:00:00Z",
    "inhold": false,
    "tbdtime": true,
    "tbddate": false,
    "probability": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 1098,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1098/?format=api",
        "name": "Innospace",
        "featured": false,
        "type": "Private",
        "country_code": "KOR",
        "abbrev": "IS",
        "description": "Innospace is a South Korean startup company specializing in developing hybrid space rocket.",
        "administrator": "CEO: Kim Soo-jong",
        "founding_year": "2017",
        "launchers": "HANBIT",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 1,
        "consecutive_successful_launches": 1,
        "successful_launches": 1,
        "failed_launches": 0,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.innospc.com/main",
        "wiki_url": "https://en.wikipedia.org/wiki/Innospace",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/innospace_socia_image_20251021112531.png",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hanbit-tlv_laun_image_20251021112914.jpg",
        "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/innospace_socia_image_20251021112531.png"
    },
    "rocket": {
        "id": 8777,
        "configuration": {
            "id": 530,
            "launch_library_id": null,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/530/?format=api",
            "name": "HANBIT-Nano",
            "description": "Two-stage launch vehicle developed by South Korean space startup Innospace.",
            "family": "HANBIT",
            "full_name": "HANBIT-Nano",
            "manufacturer": {
                "id": 1098,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1098/?format=api",
                "name": "Innospace",
                "featured": false,
                "type": "Private",
                "country_code": "KOR",
                "abbrev": "IS",
                "description": "Innospace is a South Korean startup company specializing in developing hybrid space rocket.",
                "administrator": "CEO: Kim Soo-jong",
                "founding_year": "2017",
                "launchers": "HANBIT",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 1,
                "consecutive_successful_launches": 1,
                "successful_launches": 1,
                "failed_launches": 0,
                "pending_launches": 1,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.innospc.com/main",
                "wiki_url": "https://en.wikipedia.org/wiki/Innospace",
                "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/innospace_socia_image_20251021112531.png",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hanbit-tlv_laun_image_20251021112914.jpg",
                "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/innospace_socia_image_20251021112531.png"
            },
            "program": [],
            "variant": "Nano",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 21.8,
            "diameter": 1.4,
            "maiden_flight": null,
            "launch_mass": null,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": 245,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hanbit-nano_gro_image_20251021114236.jpg",
            "info_url": "https://www.innospc.com/page/sub01_01_1",
            "wiki_url": "https://en.wikipedia.org/wiki/Innospace_HANBIT-NANO",
            "total_launch_count": 0,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 0,
            "pending_launches": 1
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 7368,
        "launch_library_id": null,
        "name": "Spaceward",
        "description": "Maiden orbital launch attempt for the South Korean stratup Innospace and its HANBIT-Nano small launch vehicle. Onboard this flight are five small satellites from the Brazilian space agency AEB, Brazilian university Universidade Federal do Maranhão and Indian startup Grahaa Space, as well as three payloads from AEB and Brazilian company Castro Leite Consultoria that will remain attached to the rocket, and an empty aluminium can from the South Korean beverage company Brewguru.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO"
        }
    },
    "pad": {
        "id": 240,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/240/?format=api",
        "agency_id": 1098,
        "name": "HANBIT Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Alc%C3%A2ntara_Space_Center",
        "map_url": "https://www.google.com/maps?q=-2.31698,-44.36873",
        "latitude": "-2.31698",
        "longitude": "-44.36873",
        "location": {
            "id": 150,
            "url": "https://lldev.thespacedevs.com/2.0.0/location/150/?format=api",
            "name": "Alcântara Space Center, Federative Republic of Brazil",
            "country_code": "BRA",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_150_20200803142405.jpg",
            "total_launch_count": 3,
            "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_hanbit_pad_20251021114902.jpg",
        "total_launch_count": 1
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hanbit-nano_gro_image_20251021114236.jpg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 7100,
    "location_launch_attempt_count": 4,
    "pad_launch_attempt_count": 2,
    "agency_launch_attempt_count": 2,
    "orbital_launch_attempt_count_year": 251,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1
}