AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ 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', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

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.2.0/launch/3631c659-b638-45bc-9115-a2cb7373b9d0/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": "3631c659-b638-45bc-9115-a2cb7373b9d0",
  "url": "https://lldev.thespacedevs.com/2.2.0/launch/3631c659-b638-45bc-9115-a2cb7373b9d0/?format=api",
  "slug": "spectrum-tom-jerry",
  "flightclub_url": null,
  "r_spacex_api_id": null,
  "name": "Spectrum | Tom & Jerry",
  "status": {
    "id": 2,
    "name": "To Be Determined",
    "abbrev": "TBD",
    "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
  },
  "last_updated": "2025-08-27T13:57:03Z",
  "updates": [
    {
      "id": 12010,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
      "comment": "Adding launch",
      "info_url": "https://www.esa.int/Enabling_Support/Space_Transportation/Boost/Flight_Ticket_Initiative_first_five_missions_secured_with_Avio_and_Isar_Aerospace",
      "created_by": "Nosu",
      "created_on": "2025-08-27T13:57:00Z"
    }
  ],
  "net": "2026-12-31T00:00:00Z",
  "net_precision": {
    "id": 14,
    "name": "Year",
    "abbrev": "Y",
    "description": "The T-0 is expected in the given year."
  },
  "window_end": "2026-12-31T00:00:00Z",
  "window_start": "2026-12-31T00:00:00Z",
  "probability": null,
  "weather_concerns": null,
  "holdreason": "",
  "failreason": "",
  "hashtag": null,
  "launch_service_provider": {
    "id": 1046,
    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1046/?format=api",
    "name": "Isar Aerospace",
    "featured": false,
    "type": "Private",
    "country_code": "DEU",
    "abbrev": "ISAR",
    "description": "Isar Aerospace is a German aerospace company based in Munich, Germany. The company was founded in 2018.",
    "administrator": "CEO: Daniel Metzler",
    "founding_year": "2018",
    "launchers": "Spectrum",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 1,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 1,
    "pending_launches": 7,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.isaraerospace.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/Isar_Aerospace",
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/isar2520aerospace_logo_20230125151814.jpeg",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/isar_aerospace__image_20241021093234.png"
  },
  "rocket": {
    "id": 8692,
    "configuration": {
      "id": 491,
      "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/491/?format=api",
      "name": "Spectrum",
      "active": false,
      "reusable": false,
      "description": "Spectrum is a small launch vehicle developed by German company Isar Aerospace.",
      "family": "",
      "full_name": "Spectrum",
      "manufacturer": {
        "id": 1046,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1046/?format=api",
        "name": "Isar Aerospace",
        "featured": false,
        "type": "Private",
        "country_code": "DEU",
        "abbrev": "ISAR",
        "description": "Isar Aerospace is a German aerospace company based in Munich, Germany. The company was founded in 2018.",
        "administrator": "CEO: Daniel Metzler",
        "founding_year": "2018",
        "launchers": "Spectrum",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 1,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 1,
        "pending_launches": 7,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.isaraerospace.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Isar_Aerospace",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/isar2520aerospace_logo_20230125151814.jpeg",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
        "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/isar_aerospace__image_20241021093234.png"
      },
      "program": [],
      "variant": "",
      "alias": "",
      "min_stage": 2,
      "max_stage": 2,
      "length": 28.0,
      "diameter": 2.0,
      "maiden_flight": "2025-03-30",
      "launch_cost": null,
      "launch_mass": null,
      "leo_capacity": 1000,
      "gto_capacity": null,
      "to_thrust": 675,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
      "info_url": "https://www.isaraerospace.com/spectrum",
      "wiki_url": null,
      "total_launch_count": 1,
      "consecutive_successful_launches": 0,
      "successful_launches": 0,
      "failed_launches": 1,
      "pending_launches": 7,
      "attempted_landings": 0,
      "successful_landings": 0,
      "failed_landings": 0,
      "consecutive_successful_landings": 0
    },
    "launcher_stage": [],
    "spacecraft_stage": null
  },
  "mission": {
    "id": 7284,
    "name": "Tom & Jerry",
    "description": "Two satellites designed to demonstrate rendezvous and capture operations essential for Infinite Orbits's in-orbit servicing capabilities.",
    "launch_designator": null,
    "type": "Technology",
    "orbit": {
      "id": 8,
      "name": "Low Earth Orbit",
      "abbrev": "LEO"
    },
    "agencies": [
      {
        "id": 1096,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1096/?format=api",
        "name": "Infinite Orbits",
        "featured": false,
        "type": "Commercial",
        "country_code": "FRA",
        "abbrev": "",
        "description": "Infinite Orbits is a NewSpace company providing in-orbit services.",
        "administrator": "CEO: Adel Haddoud",
        "founding_year": "2017",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 0,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 0,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": null,
        "wiki_url": null,
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/infinite_orbits_image_20250827135422.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/infinite_orbits_image_20250827135447.png"
      }
    ],
    "info_urls": [],
    "vid_urls": []
  },
  "pad": {
    "id": 51,
    "url": "https://lldev.thespacedevs.com/2.2.0/pad/51/?format=api",
    "agency_id": null,
    "name": "Orbital Launch Pad",
    "description": null,
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/And%C3%B8ya_Space",
    "map_url": "https://www.google.com/maps?q=69.1084,15.5895",
    "latitude": "69.1084",
    "longitude": "15.5895",
    "location": {
      "id": 161,
      "url": "https://lldev.thespacedevs.com/2.2.0/location/161/?format=api",
      "name": "Andøya Spaceport",
      "country_code": "NOR",
      "description": "Andøya Space, also named Andøya Space Center and formerly Andøya Rocket Range, is a rocket launch site, rocket range, and spaceport on Andøya island (the northernmost in the Vesterålen archipelago) in Andøy Municipality in Nordland county, Norway.",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_161_20240109072235.jpg",
      "timezone_name": "Europe/Oslo",
      "total_launch_count": 1,
      "total_landing_count": 0
    },
    "country_code": "NOR",
    "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_51_20200803143605.jpg",
    "total_launch_count": 1,
    "orbital_launch_attempt_count": 1
  },
  "infoURLs": [],
  "vidURLs": [],
  "webcast_live": false,
  "timeline": [],
  "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
  "infographic": null,
  "program": [],
  "orbital_launch_attempt_count": 7441,
  "location_launch_attempt_count": 5,
  "pad_launch_attempt_count": 5,
  "agency_launch_attempt_count": 5,
  "orbital_launch_attempt_count_year": 268,
  "location_launch_attempt_count_year": 4,
  "pad_launch_attempt_count_year": 4,
  "agency_launch_attempt_count_year": 4,
  "pad_turnaround": "P245D",
  "mission_patches": [],
  "type": "detailed"
}