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/91b13c6c-4525-496d-997b-3521bb6a4cd8/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": "91b13c6c-4525-496d-997b-3521bb6a4cd8",
  "url": "https://lldev.thespacedevs.com/2.0.0/launch/91b13c6c-4525-496d-997b-3521bb6a4cd8/?format=api",
  "launch_library_id": null,
  "slug": "rfa-one-maiden-flight",
  "name": "RFA One | Maiden Flight",
  "status": {
    "id": 2,
    "name": "TBD"
  },
  "net": "2026-06-30T00:00:00Z",
  "window_end": "2026-06-30T00:00:00Z",
  "window_start": "2026-06-30T00:00:00Z",
  "inhold": false,
  "tbdtime": true,
  "tbddate": true,
  "probability": null,
  "holdreason": "",
  "failreason": "",
  "hashtag": null,
  "launch_service_provider": {
    "id": 1045,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1045/?format=api",
    "name": "Rocket Factory Augsburg",
    "featured": false,
    "type": "Private",
    "country_code": "DEU",
    "abbrev": "RFA",
    "description": "Rocket Factory Augsburg AG (RFA) is a German New Space start-up located in Augsburg. It was founded in 2018 with the mission to build rockets just like cars.",
    "administrator": "COO: Stefan Brieschenk",
    "founding_year": "2018",
    "launchers": "RFA One",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 0,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 1,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.rfa.space/",
    "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Factory_Augsburg",
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket_factory__image_20240325081246.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket2520factory2520augsburg_nation_20240216150224.png"
  },
  "rocket": {
    "id": 7762,
    "configuration": {
      "id": 488,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/488/?format=api",
      "name": "RFA One",
      "description": "RFA One is a three-stage rocket designed to launch small satellites and payloads of initially up to 1,350 kg into polar orbits.",
      "family": "",
      "full_name": "RFA One",
      "manufacturer": {
        "id": 1045,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1045/?format=api",
        "name": "Rocket Factory Augsburg",
        "featured": false,
        "type": "Private",
        "country_code": "DEU",
        "abbrev": "RFA",
        "description": "Rocket Factory Augsburg AG (RFA) is a German New Space start-up located in Augsburg. It was founded in 2018 with the mission to build rockets just like cars.",
        "administrator": "COO: Stefan Brieschenk",
        "founding_year": "2018",
        "launchers": "RFA One",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 0,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 0,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.rfa.space/",
        "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Factory_Augsburg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket_factory__image_20240325081246.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket2520factory2520augsburg_nation_20240216150224.png"
      },
      "program": [],
      "variant": "One",
      "alias": "",
      "min_stage": 3,
      "max_stage": 3,
      "length": 30.0,
      "diameter": 2.0,
      "maiden_flight": null,
      "launch_mass": null,
      "leo_capacity": 1600,
      "gto_capacity": 450,
      "to_thrust": 100,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rfa_one_image_20230117001619.png",
      "info_url": "https://www.rfa.space/launcher/",
      "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Factory_Augsburg#Launch_vehicle",
      "total_launch_count": 0,
      "consecutive_successful_launches": 0,
      "successful_launches": 0,
      "failed_launches": 0,
      "pending_launches": 1
    },
    "launcher_stage": [],
    "spacecraft_stage": null
  },
  "mission": {
    "id": 6276,
    "launch_library_id": null,
    "name": "Maiden Flight",
    "description": "First flight of the RFA One launch vehicle. Will carry 7 satellites for various companies and organizations coordinated by the German Aerospace Center (DLR).\r\n\r\n* AllBertEinStein\r\n* ARTICA\r\n* Curium Two\r\n* ERMINAZ\r\n* PCIOD\r\n* Separation Ring Mission\r\n* SpaceDREAM",
    "launch_designator": null,
    "type": "Test Flight",
    "orbit": {
      "id": 17,
      "name": "Sun-Synchronous Orbit",
      "abbrev": "SSO"
    }
  },
  "pad": {
    "id": 205,
    "url": "https://lldev.thespacedevs.com/2.0.0/pad/205/?format=api",
    "agency_id": 1045,
    "name": "Launch Pad Fredo",
    "info_url": "https://saxavord.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/SaxaVord_Spaceport",
    "map_url": "https://www.google.com/maps?q=60.81736038715111,-0.7626391593025057",
    "latitude": "60.81736038715111",
    "longitude": "-0.7626391593025057",
    "location": {
      "id": 157,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/157/?format=api",
      "name": "SaxaVord Spaceport",
      "country_code": "GBR",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_saxavord_spaceport_20211102161146.jpg",
      "total_launch_count": 0,
      "total_landing_count": 0
    },
    "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_pad_fredo_20230112225206.jpg",
    "total_launch_count": 0
  },
  "infoURLs": [],
  "vidURLs": [],
  "webcast_live": false,
  "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rfa_one_image_20230117001619.png",
  "infographic": null,
  "program": [],
  "orbital_launch_attempt_count": 7320,
  "location_launch_attempt_count": 1,
  "pad_launch_attempt_count": 1,
  "agency_launch_attempt_count": 1,
  "orbital_launch_attempt_count_year": 147,
  "location_launch_attempt_count_year": 1,
  "pad_launch_attempt_count_year": 1,
  "agency_launch_attempt_count_year": 1
}