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/5b40e5a7-bb9a-475d-a6a6-f80df686e746/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": "5b40e5a7-bb9a-475d-a6a6-f80df686e746",
  "url": "https://ll.thespacedevs.com/2.2.0/launch/5b40e5a7-bb9a-475d-a6a6-f80df686e746/?format=api",
  "slug": "sparta-wresat",
  "flightclub_url": null,
  "r_spacex_api_id": null,
  "name": "SPARTA | WRESAT",
  "status": {
    "id": 3,
    "name": "Launch Successful",
    "abbrev": "Success",
    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
  },
  "last_updated": "2023-06-14T04:29:59Z",
  "updates": [],
  "net": "1967-11-29T04:49:00Z",
  "net_precision": null,
  "window_end": "1967-11-29T04:49:00Z",
  "window_start": "1967-11-29T04:49:00Z",
  "probability": null,
  "weather_concerns": null,
  "holdreason": "",
  "failreason": null,
  "hashtag": null,
  "launch_service_provider": {
    "id": 1016,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1016/?format=api",
    "name": "Weapons Research Establishment",
    "featured": false,
    "type": "Government",
    "country_code": "AUS",
    "abbrev": "WRE",
    "description": "The Weapons Research Establishment was an Australian government entity dedicated to providing science and technology support for Australia's defence and national security needs.",
    "administrator": null,
    "founding_year": "1955",
    "launchers": "",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 1,
    "consecutive_successful_launches": 1,
    "successful_launches": 1,
    "failed_launches": 0,
    "pending_launches": 0,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Defence_Science_and_Technology_Group",
    "logo_url": null,
    "image_url": null,
    "nation_url": null
  },
  "rocket": {
    "id": 3733,
    "configuration": {
      "id": 354,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/354/?format=api",
      "name": "SPARTA",
      "active": false,
      "reusable": false,
      "description": "The Sparta was a three-stage rocket that launched Australia's first Earth satellite, WRESAT, on 29 November 1967.",
      "family": "",
      "full_name": "SPARTA",
      "manufacturer": {
        "id": 158,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/158/?format=api",
        "name": "Chrysler",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "CHR",
        "description": "In July 1959, NASA chose the Redstone missile as the basis for the Mercury-Redstone Launch Vehicle to be used for suborbital test flights of the Project Mercury spacecraft. Three unmanned MRLV launch attempts were made between November 1960 and March 1961, two of which were successful. The MRLV successfully launched the chimpanzee Ham, and astronauts Alan Shepard and Gus Grissom on three suborbital flights in January, May and July 1961, respectively.",
        "administrator": null,
        "founding_year": "1950",
        "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": "https://www.chryslergroupllc.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Chrysler_Corporation#Space_boosters",
        "logo_url": null,
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chrysler_nation_20190701071744.png"
      },
      "program": [],
      "variant": "",
      "alias": "",
      "min_stage": 3,
      "max_stage": 3,
      "length": 21.8,
      "diameter": 1.78,
      "maiden_flight": "1966-11-28",
      "launch_cost": null,
      "launch_mass": 30,
      "leo_capacity": 45,
      "gto_capacity": null,
      "to_thrust": 416,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sparta_rocket_o_image_20240411095008.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Sparta_(rocket)",
      "total_launch_count": 1,
      "consecutive_successful_launches": 1,
      "successful_launches": 1,
      "failed_launches": 0,
      "pending_launches": 0,
      "attempted_landings": 0,
      "successful_landings": 0,
      "failed_landings": 0,
      "consecutive_successful_landings": 0
    },
    "launcher_stage": [],
    "spacecraft_stage": null
  },
  "mission": {
    "id": 2151,
    "name": "WRESAT",
    "description": "Australian satellite carrying four astrophysics experiments.",
    "launch_designator": null,
    "type": "Astrophysics",
    "orbit": {
      "id": 8,
      "name": "Low Earth Orbit",
      "abbrev": "LEO"
    },
    "agencies": [],
    "info_urls": [],
    "vid_urls": []
  },
  "pad": {
    "id": 181,
    "url": "https://ll.thespacedevs.com/2.2.0/pad/181/?format=api",
    "agency_id": null,
    "name": "Launch Area 8",
    "description": null,
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/RAAF_Woomera_Range_Complex",
    "map_url": "https://www.google.com/maps?q=-30.9552778,136.5300282",
    "latitude": "-30.9552778",
    "longitude": "136.5300282",
    "location": {
      "id": 152,
      "url": "https://ll.thespacedevs.com/2.2.0/location/152/?format=api",
      "name": "RAAF Woomera Range Complex",
      "country_code": "AUS",
      "description": "The RAAF Woomera Range Complex (WRC) is a major Australian military and civil aerospace facility and operation located in South Australia, approximately 450 km (280 mi) north-west of Adelaide. The WRC is operated by the Royal Australian Air Force (RAAF), a Service of the Australian Defence Force (ADF). The complex has a land area of 122,188 km2 (47,177 sq mi) or roughly the size of North Korea or Pennsylvania. The airspace above the area is restricted and controlled by the RAAF for safety and security. The WRC is a highly specialised ADF test and evaluation capability operated by the RAAF for the purposes of testing defence materiel.",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_152_20200803142502.jpg",
      "timezone_name": "Australia/Adelaide",
      "total_launch_count": 6,
      "total_landing_count": 0
    },
    "country_code": "AUS",
    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_181_20200803143447.jpg",
    "total_launch_count": 1,
    "orbital_launch_attempt_count": 1
  },
  "infoURLs": [],
  "vidURLs": [],
  "webcast_live": false,
  "timeline": [],
  "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sparta_rocket_o_image_20240411095008.jpeg",
  "infographic": null,
  "program": [],
  "orbital_launch_attempt_count": 779,
  "location_launch_attempt_count": 1,
  "pad_launch_attempt_count": 1,
  "agency_launch_attempt_count": 1,
  "orbital_launch_attempt_count_year": 131,
  "location_launch_attempt_count_year": 1,
  "pad_launch_attempt_count_year": 1,
  "agency_launch_attempt_count_year": 1,
  "pad_turnaround": "P0D",
  "mission_patches": [],
  "type": "detailed"
}