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/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.0.0/launch/06066a71-c5fd-48d1-a7c9-13fe82ded736/?format=api",
    "launch_library_id": null,
    "slug": "rs1-maiden-flight",
    "name": "RS1 | Maiden Flight",
    "status": {
        "id": 4,
        "name": "Failure"
    },
    "net": "2023-01-10T23:27:30Z",
    "window_end": "2023-01-11T01:30:00Z",
    "window_start": "2023-01-10T22:00:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": 70,
    "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.0.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,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/475/?format=api",
            "name": "RS1",
            "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.0.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_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
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 5878,
        "launch_library_id": null,
        "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"
        }
    },
    "pad": {
        "id": 199,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/199/?format=api",
        "agency_id": null,
        "name": "Launch Pad 3C",
        "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.0.0/location/25/?format=api",
            "name": "Pacific Spaceport Complex, Alaska, USA",
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_25_20200803142500.jpg",
            "total_launch_count": 9,
            "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_199_20220904142623.jpg",
        "total_launch_count": 1
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "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
}