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/66cccc8f-ed96-4b28-888c-33124c4ea892/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "66cccc8f-ed96-4b28-888c-33124c4ea892",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/66cccc8f-ed96-4b28-888c-33124c4ea892/?format=api",
    "slug": "astra-rocket-3-spaceflight-astra-1",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Astra Rocket 3 | Spaceflight Astra-1",
    "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-03-05T18:22:37Z",
    "updates": [
        {
            "id": 1411,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "S/C separation confirmed and signals received by clients.",
            "info_url": "https://www.youtube.com/watch?v=8Zkzqx21h5s",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-03-15T17:28:32Z"
        },
        {
            "id": 1409,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Liftoff of LV0009 for the Astra Spaceflight-1 mission",
            "info_url": "https://www.youtube.com/watch?v=zYNXoC1qTLo",
            "created_by": "Nosu",
            "created_on": "2022-03-15T16:22:11Z"
        },
        {
            "id": 1407,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed due to weather violations.",
            "info_url": "https://twitter.com/Astra/status/1503410176182784003",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-03-14T16:38:10Z"
        },
        {
            "id": 1406,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Webcast live",
            "info_url": "https://www.youtube.com/watch?v=IQntGP-G2YU",
            "created_by": "Nosu",
            "created_on": "2022-03-14T15:38:42Z"
        },
        {
            "id": 1403,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch time.",
            "info_url": "https://twitter.com/Astra/status/1503355469229744140?s=20&t=shdGokNtDwk7FihSvTjVhw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-03-14T13:06:34Z"
        },
        {
            "id": 1401,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Moving to TBD March pending FAA license.",
            "info_url": "https://twitter.com/jeff_foust/status/1503070285595037697",
            "created_by": "Nosu",
            "created_on": "2022-03-13T20:09:45Z"
        },
        {
            "id": 1400,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 14",
            "info_url": "https://twitter.com/jeff_foust/status/1502618825661030403",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-03-12T14:58:35Z"
        },
        {
            "id": 1389,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET March 13 15:22 UTC",
            "info_url": "https://tfr.faa.gov/save_pages/detail_2_7363.html",
            "created_by": "Nosu",
            "created_on": "2022-03-07T14:11:10Z"
        },
        {
            "id": 1292,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Moving to March TBD pending news from Astra about the ELaNa 41 launch failure investigation.",
            "info_url": null,
            "created_by": "Nosu",
            "created_on": "2022-02-17T11:33:28Z"
        },
        {
            "id": 1274,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed by eight days per latest USCG Local Notice to Mariners.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=55685.0",
            "created_by": "Nosu",
            "created_on": "2022-02-10T15:08:37Z"
        },
        {
            "id": 1220,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET February 20, 14:30-15:30 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=55685.0",
            "created_by": "Nosu",
            "created_on": "2022-01-28T19:06:29Z"
        }
    ],
    "net": "2022-03-15T16:22:00Z",
    "net_precision": null,
    "window_end": "2022-03-15T16:51:00Z",
    "window_start": "2022-03-15T16:22:00Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 285,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/285/?format=api",
        "name": "Astra Space",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "AS",
        "description": "Astra Space is a launch vehicle company based in San Francisco, California, that develops pump-fed, liquid bipropellant propulsion engines for DARPA and NASA as well as their Astra Rocket launch vehicle.",
        "administrator": "CEO: Chris Kemp",
        "founding_year": "2005",
        "launchers": "Rocket 3.3",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 7,
        "consecutive_successful_launches": 0,
        "successful_launches": 2,
        "failed_launches": 5,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://astra.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Astra_Space",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520space_logo_20210828205410.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520space_image_20200216210038.jpg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520space_nation_20200216210039.jpg"
    },
    "rocket": {
        "id": 7520,
        "configuration": {
            "id": 213,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/213/?format=api",
            "name": "Astra Rocket 3",
            "active": false,
            "reusable": false,
            "description": "Astra Rocket 3.0 is the third version and first orbital version of Astra Space's small satellite launch vehicle. It is designed to carry 100kg in LEO.",
            "family": "Astra Rocket",
            "full_name": "Astra Rocket 3",
            "manufacturer": {
                "id": 285,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/285/?format=api",
                "name": "Astra Space",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "AS",
                "description": "Astra Space is a launch vehicle company based in San Francisco, California, that develops pump-fed, liquid bipropellant propulsion engines for DARPA and NASA as well as their Astra Rocket launch vehicle.",
                "administrator": "CEO: Chris Kemp",
                "founding_year": "2005",
                "launchers": "Rocket 3.3",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 7,
                "consecutive_successful_launches": 0,
                "successful_launches": 2,
                "failed_launches": 5,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://astra.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Astra_Space",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520space_logo_20210828205410.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520space_image_20200216210038.jpg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520space_nation_20200216210039.jpg"
            },
            "program": [],
            "variant": "3",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 11.6,
            "diameter": 1.32,
            "maiden_flight": "2020-09-12",
            "launch_cost": "2500000",
            "launch_mass": null,
            "leo_capacity": 100,
            "gto_capacity": null,
            "to_thrust": 140,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra_rocket_3_image_20211012141057.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Astra_Space",
            "total_launch_count": 7,
            "consecutive_successful_launches": 0,
            "successful_launches": 2,
            "failed_launches": 5,
            "pending_launches": 0,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 5938,
        "name": "Spaceflight Astra-1",
        "description": "S4 CROSSOVER is a technology demonstration mission to obtain flight heritage testing for a prototype payload host platform. It will test supporting future payloads, including a Globalstar transmitter and an Iridium transceiver, as well space environmental instruments to characterize the radiation and plasma densities to which the payloads will be exposed. S4 CROSSOVER is self powered and operates independently of the Astra second stage to which it is permanently attached.\r\n\r\nRe-manifested from SXRS-6 / Transporter-3, OreSat0 is a fully open source CubeSat satellite system built from scratch by students at Portland State University. Slated to be Oregon’s first satellite, the 1U CubeSat provides flight heritage for the modular, expandable, open source, and education-friendly OreSat bus. OreSat0 paves the way for OreSat, a NASA CSLI program 2U CubeSat with a global climate science and STEM outreach mission.",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 114,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/114/?format=api",
        "agency_id": null,
        "name": "Launch Pad 3B",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Pacific_Spaceport_Complex_%E2%80%93_Alaska",
        "map_url": "https://www.google.com/maps?q=57.430673,-152.353077",
        "latitude": "57.430673",
        "longitude": "-152.353077",
        "location": {
            "id": 25,
            "url": "https://ll.thespacedevs.com/2.2.0/location/25/?format=api",
            "name": "Pacific Spaceport Complex, Alaska, USA",
            "country_code": "USA",
            "description": "The Pacific Spaceport Complex – Alaska (PSCA), formerly known as the Kodiak Launch Complex (KLC), is a dual-use commercial and military spaceport for sub-orbital and orbital launch vehicles. The facility is owned and operated by the Alaska Aerospace Corporation, a corporation owned by the Government of Alaska, and is located on Kodiak Island in Alaska.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_25_20200803142500.jpg",
            "timezone_name": "America/Anchorage",
            "total_launch_count": 9,
            "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_114_20200803145248.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
    },
    "infoURLs": [
        {
            "priority": 10,
            "source": null,
            "title": "SPACEFLIGHT ASTRA-1",
            "description": "This mission includes a payload for NearSpace Launch, the S4 CROSSOVER, and Portland State Aerospace Society’s OreSat0.",
            "feature_image": null,
            "url": "https://astra.com/spaceflight-astra-1/",
            "type": null,
            "language": null
        }
    ],
    "vidURLs": [
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "Astra Rocket 3 Spaceflight Astra-1",
            "description": "Astra Rocket 3 Spaceflight Astra-1 with initial coverage and post coverage cutThumbnail Photo Credit: Astra / John KrausFootage provided by NASASpaceflight L...",
            "feature_image": "https://i.ytimg.com/vi/UqVEL2K3pHg/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=UqVEL2K3pHg",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 10,
            "source": null,
            "publisher": null,
            "title": "LIVE: Astra Launches Spaceflight Astra-1 Mission",
            "description": "Astra is covering some expenses associated with producing this broadcast.The livestream will begin at approximately T-30 minutes until liftoff. As usual, sch...",
            "feature_image": "https://i.ytimg.com/vi/zYNXoC1qTLo/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=zYNXoC1qTLo",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 15,
            "source": null,
            "publisher": null,
            "title": "SCRUB: Astra Scrubs Launch of Spaceflight Astra-1 Mission due to Weather",
            "description": "Astra is covering some expenses associated with producing this broadcast.The livestream will begin at approximately T-45 minutes until liftoff. As usual, sch...",
            "feature_image": "https://i.ytimg.com/vi/IQntGP-G2YU/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=IQntGP-G2YU",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520rocke_image_20220314155209.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6209,
    "location_launch_attempt_count": 8,
    "pad_launch_attempt_count": 5,
    "agency_launch_attempt_count": 6,
    "orbital_launch_attempt_count_year": 27,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 2,
    "pad_turnaround": "P115DT10H6M",
    "mission_patches": [
        {
            "id": 618,
            "name": "Spaceflight Astra-1 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/spaceflight252_mission_patch_20220314154851.png",
            "agency": {
                "id": 285,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/285/?format=api",
                "name": "Astra Space",
                "type": "Commercial"
            }
        }
    ],
    "type": "detailed"
}