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/93bd93e5-4f5c-4730-b65e-11f9770168ca/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "93bd93e5-4f5c-4730-b65e-11f9770168ca",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/93bd93e5-4f5c-4730-b65e-11f9770168ca/?format=api",
    "slug": "ceres-1-tianqi-11",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Ceres-1 | Tianqi-11",
    "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-07-08T08:42:03Z",
    "updates": [],
    "net": "2020-11-07T07:12:00Z",
    "net_precision": null,
    "window_end": "2020-11-07T07:42:00Z",
    "window_start": "2020-11-07T07:06:00Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "GE",
        "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
        "administrator": null,
        "founding_year": "2018",
        "launchers": "Ceres-1 | Pallas-1",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 20,
        "consecutive_successful_launches": 10,
        "successful_launches": 19,
        "failed_launches": 1,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.galactic-energy.cn/index.php/En",
        "wiki_url": null,
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_nation_20230703094321.png"
    },
    "rocket": {
        "id": 2806,
        "configuration": {
            "id": 461,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/461/?format=api",
            "name": "Ceres-1",
            "active": true,
            "reusable": false,
            "description": "Ceres-1 is the first solid propellant launch vehicle of Galactic Energy.",
            "family": "Ceres-1",
            "full_name": "Ceres-1",
            "manufacturer": {
                "id": 1021,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1021/?format=api",
                "name": "Galactic Energy",
                "featured": false,
                "type": "Commercial",
                "country_code": "CHN",
                "abbrev": "GE",
                "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
                "administrator": null,
                "founding_year": "2018",
                "launchers": "Ceres-1 | Pallas-1",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 20,
                "consecutive_successful_launches": 10,
                "successful_launches": 19,
                "failed_launches": 1,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "http://www.galactic-energy.cn/index.php/En",
                "wiki_url": null,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_nation_20230703094321.png"
            },
            "program": [],
            "variant": "Ceres-1",
            "alias": "",
            "min_stage": 3,
            "max_stage": 4,
            "length": null,
            "diameter": null,
            "maiden_flight": "2020-11-07",
            "launch_cost": null,
            "launch_mass": null,
            "leo_capacity": 350,
            "gto_capacity": null,
            "to_thrust": 598,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1_image_20230722081939.jpeg",
            "info_url": "http://www.galactic-energy.cn/index.php/En/List/cid/14",
            "wiki_url": null,
            "total_launch_count": 15,
            "consecutive_successful_launches": 6,
            "successful_launches": 14,
            "failed_launches": 1,
            "pending_launches": 0,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 1206,
        "name": "Tianqi-11",
        "description": "Tianqi (also transcribed Tiange) is a series of small Chinese experimental LEO comsats by Guodian Gaoke for IoT (Internet of Things) communications, which are also carrying a camera for educational purposes.\r\n\r\nGuodian Gaoke plans to operate an IoT constellation. The \"Apocalypse Constellation\" provides users with much-needed data collection and transmission services for terrestrial network coverage blind areas, which are widely used in marine, environmental protection, meteorological, forestry, geological, emergency, rescue and smart city industries to enhance China's global data network coverage and application capabilities are of strategic importance.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 21,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
        "agency_id": null,
        "name": "Launch Area 95A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
        "latitude": "40.969117",
        "longitude": "100.343333",
        "location": {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
            "name": "Jiuquan Satellite Launch Center, People's Republic of China",
            "country_code": "CHN",
            "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
            "timezone_name": "Asia/Shanghai",
            "total_launch_count": 250,
            "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
        "total_launch_count": 59,
        "orbital_launch_attempt_count": 59
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1_image_20230722081939.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6010,
    "location_launch_attempt_count": 134,
    "pad_launch_attempt_count": 21,
    "agency_launch_attempt_count": 1,
    "orbital_launch_attempt_count_year": 88,
    "location_launch_attempt_count_year": 12,
    "pad_launch_attempt_count_year": 5,
    "agency_launch_attempt_count_year": 1,
    "pad_turnaround": "P56DT2H10M",
    "mission_patches": [],
    "type": "detailed"
}