API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch// 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'

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.0.0/launch/e4fc3a94-8772-4f1b-bac7-8355e188ee13/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "e4fc3a94-8772-4f1b-bac7-8355e188ee13",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/e4fc3a94-8772-4f1b-bac7-8355e188ee13/?format=api",
    "launch_library_id": null,
    "slug": "kuaizhou-11-wuhan-1-and-others",
    "name": "Kuaizhou-11 | Wuhan-1 and others",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "2024-05-21T04:15:00Z",
    "window_end": "2024-05-21T04:36:00Z",
    "window_start": "2024-05-21T04:02:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 194,
        "url": "https://ll.thespacedevs.com/2.0.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": 8247,
        "configuration": {
            "id": 194,
            "launch_library_id": 223,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/194/?format=api",
            "name": "Kuaizhou-11",
            "description": "The Kuaizhou-11 (KZ-11), is a planned Chinese commercial launch vehicle.\r\n\r\nReportedly, the payload is about 1000 kg for low earth orbit and 700 kg for a sun-synchronous orbit.\r\n\r\nThe three stage rocket is possibly based on the DF-31 missile. It consists of three solid-fueled stages. The principal diameter is 2.2 m and the launch weight is 78 tons. the first stage features four grid rudders. The vehicle is launched from a launch truck.",
            "family": "Kuaizhou",
            "full_name": "Kuaizhou-11",
            "manufacturer": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.0.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": "",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": null,
            "diameter": 2.2,
            "maiden_flight": "2020-07-10",
            "launch_mass": 78,
            "leo_capacity": 1000,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_11_lif_image_20240520155835.jpg",
            "info_url": null,
            "wiki_url": null,
            "total_launch_count": 3,
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 1,
            "pending_launches": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 6828,
        "launch_library_id": null,
        "name": "Wuhan-1 and others",
        "description": "Carried 4 satellites to SSO:\r\n* Wuhan-1\r\n* Chutian 001\r\n* Tianyan 22\r\n* Lingque-3 01",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO"
        }
    },
    "pad": {
        "id": 21,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/21/?format=api",
        "agency_id": null,
        "name": "Launch Area 95A",
        "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.0.0/location/17/?format=api",
            "name": "Jiuquan Satellite Launch Center, People's Republic of China",
            "country_code": "CHN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
            "total_launch_count": 250,
            "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
        "total_launch_count": 59
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 10,
            "title": "Kuaizhou-11 launches 4 satellites",
            "description": "A Kuaizhou-11 solid-propellant launch vehicle (快舟十一号固体运载火箭, KZ-11) launched Wuhan-1 (武汉一号) and three other small satellites (“Ultra-low orbit technology expe...",
            "feature_image": "https://i.ytimg.com/vi/NHF3CDUQc94/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGEMgWChyMA8=&rs=AOn4CLCwK0b8EY3HqkxJ-17eet1Hqhuelg",
            "url": "https://www.youtube.com/watch?v=NHF3CDUQc94"
        }
    ],
    "webcast_live": false,
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_11_lif_image_20240520155835.jpg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6685,
    "location_launch_attempt_count": 226,
    "pad_launch_attempt_count": 52,
    "agency_launch_attempt_count": 26,
    "orbital_launch_attempt_count_year": 96,
    "location_launch_attempt_count_year": 8,
    "pad_launch_attempt_count_year": 3,
    "agency_launch_attempt_count_year": 3
}