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/3b633f7e-fad9-480e-9011-f38d1bb2f932/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "3b633f7e-fad9-480e-9011-f38d1bb2f932",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/3b633f7e-fad9-480e-9011-f38d1bb2f932/?format=api",
    "slug": "atlas-v-401-insight-mars-cube-one-1-mars-cube-one",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Atlas V 401 | InSight, Mars Cube One 1 & Mars Cube One 2",
    "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
    },
    "last_updated": "2024-06-15T14:41:13Z",
    "updates": [],
    "net": "2018-05-05T11:05:01Z",
    "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
    },
    "window_end": "2018-05-05T11:05:01Z",
    "window_start": "2018-05-05T11:05:01Z",
    "probability": 100,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": "#InSight",
    "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "ULA",
        "description": "United Launch Alliance (ULA) is a joint venture of Lockheed Martin Space Systems and Boeing Defense, Space & Security. ULA was formed in December 2006 by combining the teams at these companies which provide spacecraft launch services to the government of the United States. ULA launches from both coasts of the US. They launch their Atlas V vehicle from LC-41 in Cape Canaveral and LC-3E at Vandeberg. Their Delta IV launches from LC-37 at Cape Canaveral and LC-6 at Vandenberg.",
        "administrator": "CEO: Tory Bruno",
        "founding_year": "2006",
        "launchers": "Atlas | Delta IV | Vulcan",
        "spacecraft": "CST-100 Starliner",
        "launch_library_url": null,
        "total_launch_count": 164,
        "consecutive_successful_launches": 164,
        "successful_launches": 164,
        "failed_launches": 0,
        "pending_launches": 43,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.ulalaunch.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/United_Launch_Alliance",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_logo_20210412195953.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united_launch_a_image_20210412201210.png",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_nation_20230531043703.jpg"
    },
    "rocket": {
        "id": 2100,
        "configuration": {
            "id": 16,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/16/?format=api",
            "name": "Atlas V 401",
            "active": true,
            "reusable": false,
            "description": "An Atlas V with a 4 meter diameter fairing, no boosters and a single centaur upper stage engine.",
            "family": "Atlas",
            "full_name": "Atlas V 401",
            "manufacturer": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "ULA",
                "description": "United Launch Alliance (ULA) is a joint venture of Lockheed Martin Space Systems and Boeing Defense, Space & Security. ULA was formed in December 2006 by combining the teams at these companies which provide spacecraft launch services to the government of the United States. ULA launches from both coasts of the US. They launch their Atlas V vehicle from LC-41 in Cape Canaveral and LC-3E at Vandeberg. Their Delta IV launches from LC-37 at Cape Canaveral and LC-6 at Vandenberg.",
                "administrator": "CEO: Tory Bruno",
                "founding_year": "2006",
                "launchers": "Atlas | Delta IV | Vulcan",
                "spacecraft": "CST-100 Starliner",
                "launch_library_url": null,
                "total_launch_count": 164,
                "consecutive_successful_launches": 164,
                "successful_launches": 164,
                "failed_launches": 0,
                "pending_launches": 43,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "http://www.ulalaunch.com/",
                "wiki_url": "http://en.wikipedia.org/wiki/United_Launch_Alliance",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_logo_20210412195953.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united_launch_a_image_20210412201210.png",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_nation_20230531043703.jpg"
            },
            "program": [],
            "variant": "401",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 58.3,
            "diameter": 3.8,
            "maiden_flight": "2002-08-21",
            "launch_cost": "115000000",
            "launch_mass": 590,
            "leo_capacity": 9050,
            "gto_capacity": 4950,
            "to_thrust": 3827,
            "apogee": 40000,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_image_20201212013334.jpeg",
            "info_url": "https://www.ulalaunch.com/rockets/atlas-v",
            "wiki_url": "https://en.wikipedia.org/wiki/Atlas_V",
            "total_launch_count": 41,
            "consecutive_successful_launches": 41,
            "successful_launches": 41,
            "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": 535,
        "name": "InSight, Mars Cube One 1 & Mars Cube One 2",
        "description": "InSight is a robotic Mars lander designed to study the interior and subsurface of Mars, which would in turn help scientists to understand the Earth and Solar System history. Two 6U CubeSats will piggyback with the InSight mission to help relay communications during the probe's entry, descent, and landing (EDL) phase.",
        "launch_designator": null,
        "type": "Planetary Science",
        "orbit": {
            "id": 6,
            "name": "Heliocentric N/A",
            "abbrev": "Helio-N/A"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 24,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/24/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 3E",
        "description": "SLC-3E is a launch pad at Vandenberg Space Force Base. It was originally built for the MIDAS program and later used for various other missions. After a period of inactivity, it was refurbished in the early 2000s to launch Atlas V rockets. The pad is now being upgraded to accommodate the new Vulcan Centaur rocket. The last Atlas V launch from SLC-3E happened in November 2022, with the first Vulcan launch expected in 2025.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3E",
        "map_url": "https://www.google.com/maps?q=34.64,-120.5895",
        "latitude": "34.64",
        "longitude": "-120.5895",
        "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": 797,
            "total_landing_count": 26
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_24_20200803143552.jpg",
        "total_launch_count": 48,
        "orbital_launch_attempt_count": 45
    },
    "infoURLs": [
        {
            "priority": 0,
            "source": null,
            "title": "Atlas V InSight",
            "description": "United Launch Alliance will launch NASA's InSight mission to Mars atop ULA's Atlas V rocket.",
            "feature_image": null,
            "url": "https://www.ulalaunch.com/missions/atlas-v-insight",
            "type": null,
            "language": null
        }
    ],
    "vidURLs": [
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "NASA Launches InSight to Mars (part 1)",
            "description": "InSight, the first planetary mission to take off from the West Coast, lifted off at 4:05 a.m. PDT (7:05 a.m. EDT, 1105 UTC) from Space Launch Complex-3 at Va...",
            "feature_image": "https://i.ytimg.com/vi/O4_JNAFClFk/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=O4_JNAFClFk",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "Liftoff of InSight",
            "description": "A United Launch Alliance Atlas V rocket lifts off at 4:05 a.m. PDT (7:05 a.m. EDT) from Space Launch Complex 3 at Vandenberg Air Force Base in California car...",
            "feature_image": "https://i.ytimg.com/vi/VKQ-6WCbHis/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=VKQ-6WCbHis",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "InSight Mission to Mars Launch",
            "description": "Go, Atlas. Go, Centaur. Go, InSight! NASA's InSight mission launched from Vandenberg Air Force Base for Mars on May 5, 2018—the first interplanetary launch f...",
            "feature_image": "https://i.ytimg.com/vi/mo6HnBZ7N-Q/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=mo6HnBZ7N-Q",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "Atlas V InSight Launch Highlights",
            "description": "A United Launch Alliance (ULA) Atlas V rocket carrying NASA’s InSight mission to Mars lifts off from Space Launch Complex-3 at Vandenberg Air Force Base, Cal...",
            "feature_image": "https://i.ytimg.com/vi/gfwEc6_Bv78/hqdefault.jpg",
            "url": "https://www.youtube.com/watch?v=gfwEc6_Bv78",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_image_20201212013334.jpeg",
    "infographic": null,
    "program": [
        {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.2.0/program/33/?format=api",
            "name": "Discovery Program",
            "description": "The Discovery Program is a series of Solar System exploration missions funded by the U.S. National Aeronautics and Space Administration (NASA) through its Planetary Missions Program Office. The cost of each mission is capped at a lower level than missions from NASA's New Frontiers or Flagship Programs. As a result, Discovery missions tend to be more focused on a specific scientific goal rather than serving a general purpose.",
            "agencies": [
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/discovery2520p_program_20231231122246.jpeg",
            "start_date": "1990-01-01T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/planetarymissions/discovery-program/",
            "wiki_url": "https://en.wikipedia.org/wiki/Discovery_Program",
            "mission_patches": [],
            "type": {
                "id": 5,
                "name": "Exploration"
            }
        }
    ],
    "orbital_launch_attempt_count": 5748,
    "location_launch_attempt_count": 678,
    "pad_launch_attempt_count": 46,
    "agency_launch_attempt_count": 129,
    "orbital_launch_attempt_count_year": 42,
    "location_launch_attempt_count_year": 4,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 5,
    "pad_turnaround": "P223DT5H15M14S",
    "mission_patches": [],
    "type": "detailed"
}