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/75828e1a-03b0-4ac0-947b-4e2690cc3b43/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "75828e1a-03b0-4ac0-947b-4e2690cc3b43",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/75828e1a-03b0-4ac0-947b-4e2690cc3b43/?format=api",
    "slug": "minotaur-i-xss-11",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Minotaur I | XSS-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-06-14T03:32:50Z",
    "updates": [],
    "net": "2005-04-11T13:35:00Z",
    "net_precision": null,
    "window_end": "2005-04-11T13:35:00Z",
    "window_start": "2005-04-11T13:35:00Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": null,
    "hashtag": null,
    "launch_service_provider": {
        "id": 100,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
        "name": "Orbital Sciences Corporation",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "OSC",
        "description": null,
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 72,
        "consecutive_successful_launches": 0,
        "successful_launches": 65,
        "failed_launches": 7,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.orbital.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/Orbital_Sciences_Corporation",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "rocket": {
        "id": 7220,
        "configuration": {
            "id": 175,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/175/?format=api",
            "name": "Minotaur I",
            "active": true,
            "reusable": false,
            "description": "The Minotaur I launch system is derived from converted Minuteman II ICBMs and is used to launch small satellites for the US Government. The first and second stages, taken directly from decommissioned Minuteman missiles, are mated to the Orion third and fourth stages taken from the Pegasus XL air-launched rocket family. An optional hydrazine-powered fifth stage called HAPS can be used.The Minotaur I launch system is derived from converted Minuteman II ICBMs and is used to launch small satellites for the US Government. An optional hydrazine-powered fifth stage called HAPS can be used.",
            "family": "Minotaur",
            "full_name": "Minotaur I",
            "manufacturer": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "OSC",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 72,
                "consecutive_successful_launches": 0,
                "successful_launches": 65,
                "failed_launches": 7,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "http://www.orbital.com/",
                "wiki_url": "http://en.wikipedia.org/wiki/Orbital_Sciences_Corporation",
                "logo_url": null,
                "image_url": null,
                "nation_url": null
            },
            "program": [],
            "variant": "",
            "alias": "Minotaur OSP-SLV",
            "min_stage": 4,
            "max_stage": 5,
            "length": 19.21,
            "diameter": 1.67,
            "maiden_flight": "2000-01-27",
            "launch_cost": null,
            "launch_mass": 36,
            "leo_capacity": 580,
            "gto_capacity": null,
            "to_thrust": 935,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
            "info_url": null,
            "wiki_url": "http://en.wikipedia.org/wiki/Minotaur_I",
            "total_launch_count": 12,
            "consecutive_successful_launches": 12,
            "successful_launches": 12,
            "failed_launches": 0,
            "pending_launches": 0,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 5609,
        "name": "XSS-11",
        "description": "USA-165 or XSS-11 (Experimental Satellite System-11) is a small, washing-machine-sized, low-cost spacecraft developed by the U.S. Air Force Research Laboratory's Space Vehicles Directorate to test technology for proximity operations.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 8,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/8/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 8",
        "description": "Space Launch Complex 8 (SLC-8), is a launch pad at Vandenberg Space Force Base in California, United States. It is used by Minotaur rockets. It was originally part of the California Spaceport, and was known as the Commercial Launch Facility (CLF) or Space Launch Facility (SLF).",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_8",
        "map_url": "https://www.google.com/maps?q=34.57635,-120.63245",
        "latitude": "34.57635",
        "longitude": "-120.63245",
        "location": {
            "id": 11,
            "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
            "name": "Vandenberg SFB, CA, USA",
            "country_code": "USA",
            "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
            "timezone_name": "America/Los_Angeles",
            "total_launch_count": 806,
            "total_landing_count": 26
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_8_20200803143300.jpg",
        "total_launch_count": 9,
        "orbital_launch_attempt_count": 9
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 4705,
    "location_launch_attempt_count": 620,
    "pad_launch_attempt_count": 3,
    "agency_launch_attempt_count": 45,
    "orbital_launch_attempt_count_year": 11,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1,
    "pad_turnaround": "P1726DT17H26M",
    "mission_patches": [],
    "type": "detailed"
}