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/25d652f7-7e20-42d5-967e-b8e01305746c/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "25d652f7-7e20-42d5-967e-b8e01305746c",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/25d652f7-7e20-42d5-967e-b8e01305746c/?format=api",
    "launch_library_id": 1685,
    "slug": "terran-1-good-luck-have-fun-maiden-flight",
    "name": "Terran 1 | Good Luck, Have Fun (Maiden Flight)",
    "status": {
        "id": 4,
        "name": "Failure"
    },
    "net": "2023-03-23T03:25:00Z",
    "window_end": "2023-03-23T05:00:00Z",
    "window_start": "2023-03-23T02:00:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": 95,
    "holdreason": "",
    "failreason": "2nd stage engine failed to reach full thrust after slow response of main valves and failure in pressure increase of the liquid oxygen turbopump. Presence of vapor bubble at the LOX pump inlet is suspected.",
    "hashtag": "#GLHF",
    "launch_service_provider": {
        "id": 266,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/266/?format=api",
        "name": "Relativity Space",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "RS",
        "description": "Relativity Space is an American aerospace manufacturing company headquartered in Los Angeles, California. It was founded in 2015 by Tim Ellis and Jordan Noone. Relativity Space is developing manufacturing technologies, launch vehicles and rocket engines for commercial orbital launch services.",
        "administrator": "CEO: Tim Ellis",
        "founding_year": "2015",
        "launchers": "Terran",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 1,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 1,
        "pending_launches": 2,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.relativityspace.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Relativity_Space",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/relativity_spac_image_20240325080842.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/relativity_spac_image_20240325081000.jpg"
    },
    "rocket": {
        "id": 2212,
        "configuration": {
            "id": 180,
            "launch_library_id": 217,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/180/?format=api",
            "name": "Terran 1",
            "description": "The Terran 1 is an expendable launch vehicle under development that will consist of two stages. The first stage will use 9 Aeon 1 engines, while the second stage will use a single Aeon 1 engine.",
            "family": "Terran",
            "full_name": "Terran 1",
            "manufacturer": {
                "id": 266,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/266/?format=api",
                "name": "Relativity Space",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "RS",
                "description": "Relativity Space is an American aerospace manufacturing company headquartered in Los Angeles, California. It was founded in 2015 by Tim Ellis and Jordan Noone. Relativity Space is developing manufacturing technologies, launch vehicles and rocket engines for commercial orbital launch services.",
                "administrator": "CEO: Tim Ellis",
                "founding_year": "2015",
                "launchers": "Terran",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 1,
                "consecutive_successful_launches": 0,
                "successful_launches": 0,
                "failed_launches": 1,
                "pending_launches": 2,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.relativityspace.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Relativity_Space",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/relativity_spac_image_20240325080842.png",
                "image_url": null,
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/relativity_spac_image_20240325081000.jpg"
            },
            "program": [],
            "variant": "1",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 35.0,
            "diameter": 2.3,
            "maiden_flight": "2023-03-23",
            "launch_mass": null,
            "leo_capacity": 1479,
            "gto_capacity": null,
            "to_thrust": 920,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/terran_1_image_20220129191632.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Terran_1",
            "total_launch_count": 1,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 1,
            "pending_launches": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 969,
        "launch_library_id": 1181,
        "name": "Good Luck, Have Fun (Maiden Flight)",
        "description": "Maiden launch of the Terran 1 rocket developed by Relativity Space.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
        }
    },
    "pad": {
        "id": 92,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/92/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 16",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_16",
        "map_url": "https://www.google.com/maps?q=28.501626,-80.5518",
        "latitude": "28.501626",
        "longitude": "-80.5518",
        "location": {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
            "name": "Cape Canaveral SFS, FL, USA",
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
            "total_launch_count": 1024,
            "total_landing_count": 64
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_92_20200803143523.jpg",
        "total_launch_count": 1
    },
    "infoURLs": [
        {
            "priority": 10,
            "title": "GLHF",
            "description": "On March 22, 2023, Terran 1 became the first 3D printed rocket to reach space. This maiden voyage, dubbed our ‘Good Luck, Have Fun’ (GLHF) campaign, proved that 3D printed rockets are structurally viable – ushering in a new era of aerospace manufacturing.\n\nMeasuring in at 110 feet tall and 7.5 feet ...",
            "feature_image": null,
            "url": "https://www.relativityspace.com/glhf"
        }
    ],
    "vidURLs": [
        {
            "priority": 8,
            "title": "Terran 1: Launching The World’s First 3D Printed Rocket (Pt. 3)",
            "description": "Relativity is scheduled for its third launch attempt of Terran 1, called \"GLHF\" (Good Luck, Have Fun), from Launch Complex 16 in Cape Canaveral, Florida. Our...",
            "feature_image": "https://i.ytimg.com/vi/bzA0lIwh19c/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=bzA0lIwh19c"
        },
        {
            "priority": 9,
            "title": "Terran 1: Launching The World’s First 3D Printed Rocket (Pt. 2)",
            "description": "Relativity is scheduled for its second launch attempt of Terran 1, called \"GLHF\" (Good Luck, Have Fun), from Launch Complex 16 in Cape Canaveral, Florida. Ou...",
            "feature_image": "https://i.ytimg.com/vi/9Tv6pbDCmLk/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=9Tv6pbDCmLk"
        },
        {
            "priority": 10,
            "title": "Terran 1: Launching The World’s First 3D Printed Rocket",
            "description": "Relativity is scheduled for its first launch of Terran 1, called \"GLHF\" (Good Luck, Have Fun), from Launch Complex 16 in Cape Canaveral, Florida. Our launch ...",
            "feature_image": "https://i.ytimg.com/vi/_YAlOGZM32U/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=_YAlOGZM32U"
        }
    ],
    "webcast_live": false,
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/terran2520125_image_20240101100320.JPG",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6412,
    "location_launch_attempt_count": 879,
    "pad_launch_attempt_count": 1,
    "agency_launch_attempt_count": 1,
    "orbital_launch_attempt_count_year": 44,
    "location_launch_attempt_count_year": 11,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1
}