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/7a643c1d-09be-4599-9926-00b99016a5ac/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "7a643c1d-09be-4599-9926-00b99016a5ac",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/7a643c1d-09be-4599-9926-00b99016a5ac/?format=api",
    "slug": "kuaizhou-1a-shiyan-14-shiyan-15",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Kuaizhou-1A | Shiyan 14 & Shiyan 15",
    "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-12-25T03:46:26Z",
    "updates": [
        {
            "id": 2474,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success",
            "info_url": "https://m.weibo.cn/detail/4817487924037531",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-09-24T23:37:50Z"
        },
        {
            "id": 2455,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; launch vehicle and payload very uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57128.msg2410708#msg2410708",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-09-22T01:20:13Z"
        }
    ],
    "net": "2022-09-24T22:55:00Z",
    "net_precision": null,
    "window_end": "2022-09-24T23:04:00Z",
    "window_start": "2022-09-24T22:42:00Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 184,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/184/?format=api",
        "name": "China Aerospace Science and Industry Corporation",
        "featured": false,
        "type": "Government",
        "country_code": "CHN",
        "abbrev": "CASIC",
        "description": "The China Aerospace Science & Industry Corporation Limited (CASIC) is a Chinese state-owned corporation that designs, develops and manufactures a range of spacecrafts, launch vehicles, strategic and tactical missile systems, and ground equipment.",
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 5,
        "consecutive_successful_launches": 5,
        "successful_launches": 5,
        "failed_launches": 0,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://english.casic.cn/",
        "wiki_url": "https://en.wikipedia.org/wiki/China_Aerospace_Science_and_Industry_Corporation",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520industry2520corporation_logo_20201111180047.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china_aerospace_image_20201111143053.png",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520industry2520corporation_nation_20200912142919.jpg"
    },
    "rocket": {
        "id": 7643,
        "configuration": {
            "id": 135,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
            "name": "Kuaizhou",
            "active": true,
            "reusable": false,
            "description": "Kuaizhou is a family of Chinese \"quick-reaction\" orbital launch vehicles. Flying since 2013, Kuaizhou 1 and 1A consist of three solid-fueled rocket stages, with a liquid-fueled fourth stage as part of the satellite system.",
            "family": "Kuaizhou",
            "full_name": "Kuaizhou-1A",
            "manufacturer": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
                "name": "ExPace",
                "featured": false,
                "type": "Commercial",
                "country_code": "CHN",
                "abbrev": "EP",
                "description": "ExPace is a Chinese space rocket company based in Wuhan, Hubei, China. It is a wholly owned subsidiary of missileer China Aerospace Science and Industry Corporation (CASIC), a Chinese state-owned company, and serves as its commercial rocket division. ExPace is focused on small satellite launchers to low Earth orbit.",
                "administrator": "CEO: Zhang Di",
                "founding_year": "2016",
                "launchers": "",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 29,
                "consecutive_successful_launches": 0,
                "successful_launches": 25,
                "failed_launches": 4,
                "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/ExPace",
                "logo_url": null,
                "image_url": null,
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/expace_nation_20230608044150.png"
            },
            "program": [],
            "variant": "1A",
            "alias": "",
            "min_stage": 4,
            "max_stage": 4,
            "length": 19.4,
            "diameter": 1.4,
            "maiden_flight": "2017-01-09",
            "launch_cost": null,
            "launch_mass": 30,
            "leo_capacity": 300,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_image_20191027094423.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kuaizhou",
            "total_launch_count": 29,
            "consecutive_successful_launches": 0,
            "successful_launches": 26,
            "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": 6146,
        "name": "Shiyan 14 & Shiyan 15",
        "description": "2 Chinese classified satellites.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 158,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/158/?format=api",
        "agency_id": null,
        "name": "Mobile Launcher Pad",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Taiyuan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=38.890002,111.608129",
        "latitude": "38.890002",
        "longitude": "111.608129",
        "location": {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.2.0/location/19/?format=api",
            "name": "Taiyuan Satellite Launch Center, People's Republic of China",
            "country_code": "CHN",
            "description": "The Taiyuan Satellite Launch Center is a People's Republic of China space and defense launch facility. It is situated in Kelan County, Xinzhou, Shanxi Province and is the second of four launch sites having been founded in March 1966 and coming into full operation in 1968.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
            "timezone_name": "Asia/Shanghai",
            "total_launch_count": 141,
            "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_158_20200803143440.jpg",
        "total_launch_count": 2,
        "orbital_launch_attempt_count": 2
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_image_20191027094423.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6304,
    "location_launch_attempt_count": 110,
    "pad_launch_attempt_count": 2,
    "agency_launch_attempt_count": 5,
    "orbital_launch_attempt_count_year": 122,
    "location_launch_attempt_count_year": 9,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 2,
    "pad_turnaround": "P1022DT19H59M14S",
    "mission_patches": [],
    "type": "detailed"
}