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/f25d6bf3-4b3b-4045-8829-fb7c752bf0b0/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": "f25d6bf3-4b3b-4045-8829-fb7c752bf0b0",
  "url": "https://ll.thespacedevs.com/2.2.0/launch/f25d6bf3-4b3b-4045-8829-fb7c752bf0b0/?format=api",
  "slug": "rokot-briz-km-gonets-m-21-gonets-m-22-gonets-m-23",
  "flightclub_url": null,
  "r_spacex_api_id": null,
  "name": "Rokot / Briz-KM | Gonets M-21, Gonets M-22, Gonets M-23, Kosmos 2504",
  "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-14T03:31:49Z",
  "updates": [],
  "net": "2015-03-31T13:47:56Z",
  "net_precision": null,
  "window_end": "2015-03-31T13:47:56Z",
  "window_start": "2015-03-31T13:47:56Z",
  "probability": null,
  "weather_concerns": null,
  "holdreason": "",
  "failreason": null,
  "hashtag": null,
  "launch_service_provider": {
    "id": 163,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/163/?format=api",
    "name": "Russian Aerospace Defence Forces",
    "featured": false,
    "type": "Government",
    "country_code": "RUS",
    "abbrev": "VKO",
    "description": null,
    "administrator": null,
    "founding_year": null,
    "launchers": "",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 22,
    "consecutive_successful_launches": 17,
    "successful_launches": 20,
    "failed_launches": 2,
    "pending_launches": 0,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.eng.mil.ru/en/structure/forces/cosmic.htm",
    "wiki_url": "https://en.wikipedia.org/wiki/Russian_Aerospace_Defence_Forces",
    "logo_url": null,
    "image_url": null,
    "nation_url": null
  },
  "rocket": {
    "id": 1840,
    "configuration": {
      "id": 40,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/40/?format=api",
      "name": "Rokot/Briz-KM",
      "active": true,
      "reusable": false,
      "description": "",
      "family": "Rokot",
      "full_name": "Rokot/Briz-KM",
      "manufacturer": {
        "id": 163,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/163/?format=api",
        "name": "Russian Aerospace Defence Forces",
        "featured": false,
        "type": "Government",
        "country_code": "RUS",
        "abbrev": "VKO",
        "description": null,
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 22,
        "consecutive_successful_launches": 17,
        "successful_launches": 20,
        "failed_launches": 2,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.eng.mil.ru/en/structure/forces/cosmic.htm",
        "wiki_url": "https://en.wikipedia.org/wiki/Russian_Aerospace_Defence_Forces",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
      },
      "program": [],
      "variant": "Briz-KM",
      "alias": "",
      "min_stage": 1,
      "max_stage": 3,
      "length": 29.0,
      "diameter": 2.5,
      "maiden_flight": "2000-05-16",
      "launch_cost": null,
      "launch_mass": 107,
      "leo_capacity": 1850,
      "gto_capacity": 0,
      "to_thrust": 1870,
      "apogee": 1500,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rokot25202f2520briz-km_image_20190224012237.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Rokot",
      "total_launch_count": 31,
      "consecutive_successful_launches": 14,
      "successful_launches": 28,
      "failed_launches": 3,
      "pending_launches": 0,
      "attempted_landings": 0,
      "successful_landings": 0,
      "failed_landings": 0,
      "consecutive_successful_landings": 0
    },
    "launcher_stage": [],
    "spacecraft_stage": null
  },
  "mission": {
    "id": 252,
    "name": "Gonets M-21, Gonets M-22, Gonets M-23, Kosmos 2504",
    "description": "Gonets-M are an upgraded version of Gonets satellites, derived from military  communications system Strela-3. Gonets-M constellation is tasked with monitoring ecological and industrial objects, providing communication and data transmission services, covering also the remote areas like the Far North region.",
    "launch_designator": null,
    "type": "Communications",
    "orbit": {
      "id": 8,
      "name": "Low Earth Orbit",
      "abbrev": "LEO"
    },
    "agencies": [],
    "info_urls": [],
    "vid_urls": []
  },
  "pad": {
    "id": 3,
    "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
    "agency_id": 163,
    "name": "133/3 (133L)",
    "description": null,
    "info_url": null,
    "wiki_url": "",
    "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
    "latitude": "62.886999",
    "longitude": "40.846984",
    "location": {
      "id": 6,
      "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
      "name": "Plesetsk Cosmodrome, Russian Federation",
      "country_code": "RUS",
      "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
      "timezone_name": "Europe/Moscow",
      "total_launch_count": 1686,
      "total_landing_count": 0
    },
    "country_code": "RUS",
    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
    "total_launch_count": 159,
    "orbital_launch_attempt_count": 159
  },
  "infoURLs": [],
  "vidURLs": [
    {
      "priority": 0,
      "source": "youtube.com",
      "publisher": "Spaceflight101",
      "title": "Rockot - Gonets-M & Kosmos 2504 Launch - March 31, 2015",
      "description": "Video Credit: Russian Ministry of Defence\nMore Information: http://www.spaceflight101.com/rockot-launch-updates---3-gonets-2015.html\nTuesday's successful Rockot launch with three Gonets-M Communicatio...",
      "feature_image": "https://i.ytimg.com/vi/qMxQWjdRTIU/hqdefault.jpg",
      "url": "https://www.youtube.com/watch?v=qMxQWjdRTIU",
      "type": {
        "id": 6,
        "name": "Recap"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2015-04-01T21:42:47Z",
      "end_time": "2015-04-01T21:43:05Z"
    }
  ],
  "webcast_live": false,
  "timeline": [],
  "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rokot25202f2520briz-km_image_20190224012237.jpeg",
  "infographic": null,
  "program": [],
  "orbital_launch_attempt_count": 5463,
  "location_launch_attempt_count": 1605,
  "pad_launch_attempt_count": 151,
  "agency_launch_attempt_count": 20,
  "orbital_launch_attempt_count_year": 21,
  "location_launch_attempt_count_year": 2,
  "pad_launch_attempt_count_year": 1,
  "agency_launch_attempt_count_year": 2,
  "pad_turnaround": "P271DT1H4M4S",
  "mission_patches": [],
  "type": "detailed"
}