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/b2a76073-05be-418a-a115-cebbeb53c231/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "b2a76073-05be-418a-a115-cebbeb53c231",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/b2a76073-05be-418a-a115-cebbeb53c231/?format=api",
    "slug": "kuaizhou-1a-head-2a-2b-tianyi-16-17-tianqi-4a-4b",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Kuaizhou-1A | HEAD-2A, 2B & Tianyi-16, 17 & Tianqi-4A, 4B",
    "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:20:12Z",
    "updates": [],
    "net": "2019-12-07T08:52:00Z",
    "net_precision": null,
    "window_end": "2019-12-07T09:04:00Z",
    "window_start": "2019-12-07T08:45:00Z",
    "probability": -1,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": null,
    "hashtag": null,
    "launch_service_provider": {
        "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"
    },
    "rocket": {
        "id": 2589,
        "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": null,
    "pad": {
        "id": 113,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/113/?format=api",
        "agency_id": null,
        "name": "Launch Complex 16",
        "description": null,
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=38.868222,111.58024",
        "latitude": "38.868222",
        "longitude": "111.58024",
        "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_113_20200803143556.jpg",
        "total_launch_count": 15,
        "orbital_launch_attempt_count": 15
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "Two Kuaizhou-1A launches in one day",
            "description": "Two Kuaizhou-1A rockets were launched within hours of each other: - a Kuaizhou-1A (KZ-1A) launch vehicle launched the Jilin-1 Gaofen 02B satellite from the T...",
            "feature_image": "https://i.ytimg.com/vi/o15cC5HrTQQ/maxresdefault.jpg",
            "url": "https://youtu.be/o15cC5HrTQQ?t=42s",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_image_20191027094423.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 5912,
    "location_launch_attempt_count": 81,
    "pad_launch_attempt_count": 4,
    "agency_launch_attempt_count": 7,
    "orbital_launch_attempt_count_year": 5912,
    "location_launch_attempt_count_year": 9,
    "pad_launch_attempt_count_year": 2,
    "agency_launch_attempt_count_year": 5,
    "pad_turnaround": "P24DT2H17M",
    "mission_patches": [],
    "type": "detailed"
}