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/7c891a0b-7194-4425-8cfd-2e8c75af2924/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": "7c891a0b-7194-4425-8cfd-2e8c75af2924",
  "url": "https://lldev.thespacedevs.com/2.0.0/launch/7c891a0b-7194-4425-8cfd-2e8c75af2924/?format=api",
  "launch_library_id": null,
  "slug": "hanbit-nano-flight-2",
  "name": "HANBIT-Nano | Flight 2",
  "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": 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": 2,
    "consecutive_successful_launches": 0,
    "successful_launches": 1,
    "failed_launches": 1,
    "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": 8862,
    "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": 2,
        "consecutive_successful_launches": 0,
        "successful_launches": 1,
        "failed_launches": 1,
        "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": "2025-12-23",
      "launch_mass": 18,
      "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_spa_image_20251224011159.jpg",
      "info_url": "https://www.innospc.com/page/sub01_01_1",
      "wiki_url": "https://en.wikipedia.org/wiki/Innospace_HANBIT-NANO",
      "total_launch_count": 1,
      "consecutive_successful_launches": 0,
      "successful_launches": 0,
      "failed_launches": 1,
      "pending_launches": 1
    },
    "launcher_stage": [],
    "spacecraft_stage": null
  },
  "mission": {
    "id": 7453,
    "launch_library_id": null,
    "name": "Flight 2",
    "description": "Second orbital launch attempt for the South Korean start-up Innospace and its HANBIT-Nano small launch vehicle.",
    "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": 4,
      "total_landing_count": 0
    },
    "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_hanbit_pad_20251021114902.jpg",
    "total_launch_count": 2
  },
  "infoURLs": [],
  "vidURLs": [],
  "webcast_live": false,
  "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hanbit-nano_spa_image_20251224011159.jpg",
  "infographic": null,
  "program": [],
  "orbital_launch_attempt_count": 7339,
  "location_launch_attempt_count": 5,
  "pad_launch_attempt_count": 3,
  "agency_launch_attempt_count": 3,
  "orbital_launch_attempt_count_year": 166,
  "location_launch_attempt_count_year": 1,
  "pad_launch_attempt_count_year": 1,
  "agency_launch_attempt_count_year": 1
}