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/b9d13dc2-3e87-4fa7-be01-32b2cb546595/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "b9d13dc2-3e87-4fa7-be01-32b2cb546595",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/b9d13dc2-3e87-4fa7-be01-32b2cb546595/?format=api",
    "launch_library_id": null,
    "slug": "zhuque-2e-guangchuan-01-02",
    "name": "Zhuque-2E | Guangchuan-01 & 02",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "2024-11-27T02:00:00Z",
    "window_end": "2024-11-27T03:09:00Z",
    "window_start": "2024-11-27T01:51:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 259,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/259/?format=api",
        "name": "LandSpace",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "LS",
        "description": "LandSpace is a Chinese private space launch company based in Beijing. It was founded in 2015 by Tsinghua University alumni Zhang Changwu.",
        "administrator": "Founder: Zhang Changwu",
        "founding_year": "2015",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 5,
        "consecutive_successful_launches": 3,
        "successful_launches": 3,
        "failed_launches": 2,
        "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/LandSpace",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_logo_20220822100731.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_nation_20230702184353.png"
    },
    "rocket": {
        "id": 8419,
        "configuration": {
            "id": 519,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/519/?format=api",
            "name": "Zhuque-2E",
            "description": "Zhuque-2E (E stands for “enhanced”) is a medium-sized rocket powered by liquid oxygen and methane capable of lifting 6,000 kg of payload into a 200 km low Earth orbit, or 4,000 kg of payload into a 500 km Sun-synchronous orbit. It differs from the baseline Zhuque-2 in using enhanced TQ-12A engines on the 1st stage with higher thrust and specific impulse than the original TQ-12, and a new TQ-15A engine on the 2nd stage that has a moveable nozzle.",
            "family": "Zhuque",
            "full_name": "Zhuque-2E",
            "manufacturer": {
                "id": 259,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/259/?format=api",
                "name": "LandSpace",
                "featured": false,
                "type": "Commercial",
                "country_code": "CHN",
                "abbrev": "LS",
                "description": "LandSpace is a Chinese private space launch company based in Beijing. It was founded in 2015 by Tsinghua University alumni Zhang Changwu.",
                "administrator": "Founder: Zhang Changwu",
                "founding_year": "2015",
                "launchers": "",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 5,
                "consecutive_successful_launches": 3,
                "successful_launches": 3,
                "failed_launches": 2,
                "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/LandSpace",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_logo_20220822100731.png",
                "image_url": null,
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_nation_20230702184353.png"
            },
            "program": [],
            "variant": "2E",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 49.5,
            "diameter": 3.35,
            "maiden_flight": "2024-11-27",
            "launch_mass": 229,
            "leo_capacity": 6000,
            "gto_capacity": null,
            "to_thrust": 2880,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhunque_2e_on_t_image_20241216101643.jpg",
            "info_url": "https://www.landspace.com/en/product.html",
            "wiki_url": "https://en.wikipedia.org/wiki/Zhuque-2",
            "total_launch_count": 1,
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 0,
            "pending_launches": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 7008,
        "launch_library_id": null,
        "name": "Guangchuan-01 & 02",
        "description": "2 satellites for testing and demonstrating LEO communication satellite constellation technologies.\r\n\r\nFirst flight of the enhanced Zhuque-2.",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
        }
    },
    "pad": {
        "id": 9,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/9/?format=api",
        "agency_id": 259,
        "name": "Launch Area 96",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/LandSpace",
        "map_url": "https://www.google.com/maps?q=40.91491,100.245488",
        "latitude": "40.91491",
        "longitude": "100.245488",
        "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": 248,
            "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_9_20200803143341.jpg",
        "total_launch_count": 4
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhuque-2e_lifto_image_20241209143716.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6814,
    "location_launch_attempt_count": 237,
    "pad_launch_attempt_count": 4,
    "agency_launch_attempt_count": 5,
    "orbital_launch_attempt_count_year": 225,
    "location_launch_attempt_count_year": 19,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1
}