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/06066a71-c5fd-48d1-a7c9-13fe82ded736/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "06066a71-c5fd-48d1-a7c9-13fe82ded736",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/06066a71-c5fd-48d1-a7c9-13fe82ded736/?format=api",
    "slug": "rs1-maiden-flight",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "RS1 | Maiden Flight",
    "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
    },
    "last_updated": "2024-03-05T18:14:27Z",
    "updates": [
        {
            "id": 3142,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Launch failure: \"After liftoff, RS1 experienced an anomaly and shut down prematurely.\"",
            "info_url": "https://twitter.com/ablspacesystems/status/1612960044257247236",
            "created_by": "SwGustav",
            "created_on": "2023-01-10T23:52:37Z"
        },
        {
            "id": 3141,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Updating T-0",
            "info_url": "https://twitter.com/ablspacesystems/status/1612950926670852097",
            "created_by": "SwGustav",
            "created_on": "2023-01-10T23:15:20Z"
        },
        {
            "id": 3140,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Updating T-0 and weather",
            "info_url": "https://twitter.com/ablspacesystems/status/1612921208357687296",
            "created_by": "SwGustav",
            "created_on": "2023-01-10T21:17:28Z"
        },
        {
            "id": 3123,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed by a day due to high winds",
            "info_url": "https://twitter.com/ablspacesystems/status/1612481373838934023",
            "created_by": "Nosu",
            "created_on": "2023-01-09T16:27:45Z"
        },
        {
            "id": 3120,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Go for launch.",
            "info_url": "https://twitter.com/ablspacesystems/status/1612269218174754816",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-01-09T02:07:46Z"
        },
        {
            "id": 3011,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Delayed to NET January 9th",
            "info_url": "https://twitter.com/ablspacesystems/status/1602847069735358464",
            "created_by": "Jay",
            "created_on": "2022-12-14T02:19:08Z"
        },
        {
            "id": 3005,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 14",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=55274.msg2440261#msg2440261",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-12-12T22:07:52Z"
        },
        {
            "id": 2997,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 13",
            "info_url": "https://akaerospace.com/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-12-11T16:58:28Z"
        },
        {
            "id": 2991,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 12",
            "info_url": "https://akaerospace.com/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-12-11T02:00:13Z"
        },
        {
            "id": 2990,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 11 LT",
            "info_url": "https://tfr.faa.gov/save_pages/detail_2_2825.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-12-10T03:31:41Z"
        },
        {
            "id": 2986,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 10 LT",
            "info_url": "https://akaerospace.com/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-12-09T14:26:03Z"
        },
        {
            "id": 2982,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch scrubbed at T-6 minutes.",
            "info_url": "https://twitter.com/ablspacesystems/status/1601002438055456768?s=61&t=49RiRp8z_SdXnxfJ9EQjuQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-12-08T23:57:32Z"
        },
        {
            "id": 2981,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0",
            "info_url": "https://twitter.com/ablspacesystems/status/1600998075069132800?s=20&t=svVTFoaAAFCEwYHGNihzgA",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-12-08T23:38:24Z"
        },
        {
            "id": 2978,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating T-0",
            "info_url": "https://twitter.com/ablspacesystems/status/1600969315011858432",
            "created_by": "Nosu",
            "created_on": "2022-12-08T21:46:50Z"
        },
        {
            "id": 2976,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Upper level winds acceptable for an attempt today between 22:00 UTC (December 8) and 01:30 UTC (December 9).",
            "info_url": "https://twitter.com/ablspacesystems/status/1600947188363689984",
            "created_by": "Nosu",
            "created_on": "2022-12-08T20:29:32Z"
        },
        {
            "id": 2960,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "TBD due to weather",
            "info_url": "https://twitter.com/ablspacesystems/status/1600280274742673409",
            "created_by": "SwGustav",
            "created_on": "2022-12-07T00:18:34Z"
        },
        {
            "id": 2943,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Setting GO",
            "info_url": "https://twitter.com/ablspacesystems/status/1598725680476585986",
            "created_by": "Nosu",
            "created_on": "2022-12-02T17:17:35Z"
        },
        {
            "id": 2876,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Abort at T-1.75s. Next window opens on December 7th.",
            "info_url": "https://twitter.com/ablspacesystems/status/1594823515311677458",
            "created_by": "Nosu",
            "created_on": "2022-11-21T22:43:12Z"
        },
        {
            "id": 2875,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating T-0",
            "info_url": "https://twitter.com/ablspacesystems/status/1594817915567710209",
            "created_by": "Nosu",
            "created_on": "2022-11-21T22:21:45Z"
        },
        {
            "id": 2874,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating T-0, weather 60% GO",
            "info_url": "https://twitter.com/ablspacesystems/status/1594789897134657537",
            "created_by": "Nosu",
            "created_on": "2022-11-21T20:34:18Z"
        },
        {
            "id": 2856,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating for next target window and setting GO",
            "info_url": "https://twitter.com/ablspacesystems/status/1594075236806189058",
            "created_by": "Nosu",
            "created_on": "2022-11-19T21:12:40Z"
        },
        {
            "id": 2849,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 20",
            "info_url": "https://tfr.faa.gov/save_pages/detail_2_5107.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-11-19T05:36:09Z"
        },
        {
            "id": 2845,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 19",
            "info_url": "https://tfr.faa.gov/save_pages/detail_2_4547.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-11-18T18:11:07Z"
        },
        {
            "id": 2839,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Abort at ignition",
            "info_url": "https://twitter.com/ablspacesystems/status/1593379262639525889",
            "created_by": "SwGustav",
            "created_on": "2022-11-17T23:05:56Z"
        },
        {
            "id": 2838,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Delayed 55 minutes",
            "info_url": "https://twitter.com/ablspacesystems/status/1593352543283073024",
            "created_by": "Jay",
            "created_on": "2022-11-17T21:21:05Z"
        },
        {
            "id": 2820,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 17",
            "info_url": "https://twitter.com/ablspacesystems/status/1592665380304322560",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-11-15T23:51:15Z"
        },
        {
            "id": 2818,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late November 16 UTC.",
            "info_url": "https://tfr.faa.gov/save_pages/detail_2_1698.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-11-15T17:05:14Z"
        },
        {
            "id": 2815,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Scrub during propellant fill",
            "info_url": "https://twitter.com/ablspacesystems/status/1592285475188146176",
            "created_by": "SwGustav",
            "created_on": "2022-11-14T22:42:50Z"
        },
        {
            "id": 2814,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Updating T-0",
            "info_url": "https://twitter.com/ablspacesystems/status/1592260644107321344",
            "created_by": "SwGustav",
            "created_on": "2022-11-14T21:17:58Z"
        },
        {
            "id": 2812,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating window and setting GO",
            "info_url": "https://twitter.com/ablspacesystems/status/1591914254269304832",
            "created_by": "Nosu",
            "created_on": "2022-11-13T22:06:36Z"
        },
        {
            "id": 2810,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Revert back to NET November 14 per NOTAMs",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=55274.msg2429124#msg2429124",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-11-12T17:55:09Z"
        },
        {
            "id": 2798,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 15",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=55274.msg2429019#msg2429019",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-11-11T16:00:17Z"
        },
        {
            "id": 2599,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 14",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=55274.msg2419708#msg2419708",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-10-15T04:26:12Z"
        },
        {
            "id": 2544,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Previous air/marine space closure notices for NET October 10 removed pending FAA launch license",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=55274.msg2416360#msg2416360",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-10-07T07:09:01Z"
        },
        {
            "id": 2459,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 10 per air and marine space closure notices changes",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=55274.msg2411183#msg2411183",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-09-22T17:43:11Z"
        },
        {
            "id": 2391,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 26",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=55274.msg2407744#msg2407744",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-09-14T01:13:48Z"
        },
        {
            "id": 2358,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 19",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=55274.msg2406021#msg2406021",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-09-09T04:53:36Z"
        },
        {
            "id": 2347,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 12",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=55274.msg2405382#msg2405382",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-09-07T16:59:39Z"
        },
        {
            "id": 2334,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 10",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=55274.msg2403084#msg2403084",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-09-04T05:33:59Z"
        },
        {
            "id": 2297,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 8",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=55274.msg2401716#msg2401716",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-08-29T23:50:36Z"
        },
        {
            "id": 2242,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moved launch date and time per new airspace closure notices.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=55274.msg2397232#msg2397232",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-08-18T02:35:53Z"
        },
        {
            "id": 2218,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET August 29 per TFR FDC 2/6752",
            "info_url": "https://tfr.faa.gov/save_pages/detail_2_6752.html",
            "created_by": "Nosu",
            "created_on": "2022-08-10T09:07:12Z"
        },
        {
            "id": 2205,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September",
            "info_url": "https://twitter.com/jeff_foust/status/1557133493141774336?s=21&t=HkIY3DXdJ2Zq1Qo16_s6jg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-08-09T23:12:05Z"
        },
        {
            "id": 1214,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed by three months due to an upper stage test incident",
            "info_url": "https://spacenews.com/abl-space-systems-test-accident-to-delay-first-launch-by-three-months/",
            "created_by": "Nosu",
            "created_on": "2022-01-27T20:43:44Z"
        }
    ],
    "net": "2023-01-10T23:27:30Z",
    "net_precision": null,
    "window_end": "2023-01-11T01:30:00Z",
    "window_start": "2023-01-10T22:00:00Z",
    "probability": 70,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "RS1 successfully lifted off and flew nominally for 10.85 seconds until RS1's nine E2 engines as well as other systems on the vehicle shut down simultaneously and communications were lost. ABL believes the cause of failure was a fire in the engine bay of the first stage.",
    "hashtag": null,
    "launch_service_provider": {
        "id": 1030,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1030/?format=api",
        "name": "Long Wall",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "ABL",
        "description": "Long Wall, formerly known as ABL Space Systems is an American company based in El Segundo, California. It used to specialize in launch vehicle and launch systems technology manufacturing using CNC and 3D printing, before leaving the commercial space launch market and pivoting to military applications such as missile systems in November 2024.",
        "administrator": "CEO: Dan Piemont",
        "founding_year": "2017",
        "launchers": "RS1",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 1,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 1,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://ablspacesystems.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/ABL_Space_Systems",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/abl2520space2520systems_logo_20211102154855.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/abl_space_syste_image_20211102154855.jpg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/abl2520space2520systems_nation_20240216143912.jpg"
    },
    "rocket": {
        "id": 7478,
        "configuration": {
            "id": 475,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/475/?format=api",
            "name": "RS1",
            "active": false,
            "reusable": false,
            "description": "2 stage launch vehicle developed by ABL Space Systems using their E2 RP-1/LOX rocket engine. Nine engines are used in the first stage and one in the second stage. The RS1 is designed to be deployed and launched from any suitably flat site using a containerized launch system transported by trucks.",
            "family": "",
            "full_name": "RS1",
            "manufacturer": {
                "id": 1030,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1030/?format=api",
                "name": "Long Wall",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "ABL",
                "description": "Long Wall, formerly known as ABL Space Systems is an American company based in El Segundo, California. It used to specialize in launch vehicle and launch systems technology manufacturing using CNC and 3D printing, before leaving the commercial space launch market and pivoting to military applications such as missile systems in November 2024.",
                "administrator": "CEO: Dan Piemont",
                "founding_year": "2017",
                "launchers": "RS1",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 1,
                "consecutive_successful_launches": 0,
                "successful_launches": 0,
                "failed_launches": 1,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://ablspacesystems.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/ABL_Space_Systems",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/abl2520space2520systems_logo_20211102154855.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/abl_space_syste_image_20211102154855.jpg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/abl2520space2520systems_nation_20240216143912.jpg"
            },
            "program": [],
            "variant": "1",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 26.8,
            "diameter": 1.83,
            "maiden_flight": "2023-01-10",
            "launch_cost": "12000000",
            "launch_mass": null,
            "leo_capacity": 1350,
            "gto_capacity": 400,
            "to_thrust": 485,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rs1_on_the_pad__image_20240325094914.jpeg",
            "info_url": "https://ablspacesystems.com/rocket/",
            "wiki_url": "https://en.wikipedia.org/wiki/ABL_Space_Systems#RS1",
            "total_launch_count": 1,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 1,
            "pending_launches": 0,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 5878,
        "name": "Maiden Flight",
        "description": "This is the first launch of RS1 launch vehicle developed and built by ABL Space Systems. This launch carries two satellites for OmniTeq.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 199,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/199/?format=api",
        "agency_id": null,
        "name": "Launch Pad 3C",
        "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.431239,-152.350749",
        "latitude": "57.431239",
        "longitude": "-152.350749",
        "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_199_20220904142623.jpg",
        "total_launch_count": 1,
        "orbital_launch_attempt_count": 1
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rs12520257c2_image_20231227135638.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6374,
    "location_launch_attempt_count": 9,
    "pad_launch_attempt_count": 1,
    "agency_launch_attempt_count": 1,
    "orbital_launch_attempt_count_year": 6,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1,
    "pad_turnaround": "P0D",
    "mission_patches": [],
    "type": "detailed"
}