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/e2651bb4-c42c-4fd8-b11a-bf7df7036c89/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "e2651bb4-c42c-4fd8-b11a-bf7df7036c89",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/e2651bb4-c42c-4fd8-b11a-bf7df7036c89/?format=api",
    "launch_library_id": null,
    "slug": "electron-baby-come-back-rideshare",
    "name": "Electron | Baby Come Back (Rideshare)",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "2023-07-18T01:27:00Z",
    "window_end": "2023-07-18T01:30:00Z",
    "window_start": "2023-07-17T23:30:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 147,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "RL",
        "description": "Rocket Lab is an American aerospace manufacturer with a wholly owned New Zealand subsidiary. The company develops lightweight, cost-effective commercial rocket launch services. The Electron Program was founded on the premise that small payloads such as CubeSats require dedicated small launch vehicles and flexibility not currently offered by traditional rocket systems. Its rocket, the Electron, is a light-weight rocket and is now operating commercially. The company is also producing a variety of spacecrafts and spacecrafts components.",
        "administrator": "CEO: Peter Beck",
        "founding_year": "2006",
        "launchers": "Electron",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 64,
        "consecutive_successful_launches": 23,
        "successful_launches": 60,
        "failed_launches": 4,
        "pending_launches": 33,
        "consecutive_successful_landings": 4,
        "successful_landings": 7,
        "failed_landings": 2,
        "attempted_landings": 9,
        "info_url": "http://www.rocketlabusa.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/Rocket_Lab",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_logo_20220218075411.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_nation_20230531050352.jpg"
    },
    "rocket": {
        "id": 7883,
        "configuration": {
            "id": 26,
            "launch_library_id": 148,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
            "name": "Electron",
            "description": "Electron is a two-stage orbital expendable launch vehicle (with an optional third stage) developed by the American aerospace company Rocket Lab. Electron is a small-lift launch vehicle designed to launch small satellites and cubesats to sun-synchronous orbit and low earth orbit. The Electron is the first orbital class rocket to use electric-pump-fed engines, powered by the 9 Rutherford engines on the first stage. It is also used as a suborbital testbed (called HASTE) for hypersonics research.",
            "family": "",
            "full_name": "Electron",
            "manufacturer": {
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/147/?format=api",
                "name": "Rocket Lab",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "RL",
                "description": "Rocket Lab is an American aerospace manufacturer with a wholly owned New Zealand subsidiary. The company develops lightweight, cost-effective commercial rocket launch services. The Electron Program was founded on the premise that small payloads such as CubeSats require dedicated small launch vehicles and flexibility not currently offered by traditional rocket systems. Its rocket, the Electron, is a light-weight rocket and is now operating commercially. The company is also producing a variety of spacecrafts and spacecrafts components.",
                "administrator": "CEO: Peter Beck",
                "founding_year": "2006",
                "launchers": "Electron",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 64,
                "consecutive_successful_launches": 23,
                "successful_launches": 60,
                "failed_launches": 4,
                "pending_launches": 33,
                "consecutive_successful_landings": 4,
                "successful_landings": 7,
                "failed_landings": 2,
                "attempted_landings": 9,
                "info_url": "http://www.rocketlabusa.com/",
                "wiki_url": "http://en.wikipedia.org/wiki/Rocket_Lab",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_logo_20220218075411.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_nation_20230531050352.jpg"
            },
            "program": [],
            "variant": "",
            "alias": "",
            "min_stage": 2,
            "max_stage": 3,
            "length": 18.0,
            "diameter": 1.2,
            "maiden_flight": "2017-05-25",
            "launch_mass": 13,
            "leo_capacity": 300,
            "gto_capacity": null,
            "to_thrust": 162,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
            "info_url": "https://www.rocketlabusa.com/electron/",
            "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Electron",
            "total_launch_count": 64,
            "consecutive_successful_launches": 23,
            "successful_launches": 60,
            "failed_launches": 4,
            "pending_launches": 31
        },
        "launcher_stage": [
            {
                "id": 361,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 129,
                    "url": "https://ll.thespacedevs.com/2.0.0/launcher/129/?format=api",
                    "details": "39th Electron launch vehicle to be flown on 'Baby Come Back'.",
                    "flight_proven": true,
                    "serial_number": "39",
                    "status": "retired",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/129_image_20230717200823.jpeg",
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2023-07-18T01:27:00Z",
                    "first_launch_date": "2023-07-18T01:27:00Z"
                },
                "landing": {
                    "id": 1186,
                    "attempt": true,
                    "success": true,
                    "description": "Rocket Lab has successfully recovered the Electron booster after a soft parachute splashdown in the Pacific Ocean.",
                    "location": {
                        "id": 18,
                        "name": "Pacific Ocean",
                        "abbrev": "PAC",
                        "description": "Pacific Ocean",
                        "location": null,
                        "successful_landings": 46
                    },
                    "type": {
                        "id": 4,
                        "name": "Parachute Landing",
                        "abbrev": "PCL",
                        "description": "Unpowered landing using parachute(s)."
                    }
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            }
        ],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 6390,
        "launch_library_id": null,
        "name": "Baby Come Back (Rideshare)",
        "description": "The \"Baby Come Back\" mission includes NASA's Starling project, which consists of four CubeSats designed to test technologies for future swarm missions. Telesat contributes the LEO 3 demonstration satellite, ensuring continuity for customers and ecosystem vendor testing. Additionally, two 3U satellites carrying GNSS-RO payloads from SpinGlobal will replenish their constellation of over 100 multipurpose satellites.",
        "launch_designator": null,
        "type": "Dedicated Rideshare",
        "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
        }
    },
    "pad": {
        "id": 185,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/185/?format=api",
        "agency_id": 147,
        "name": "Rocket Lab Launch Complex 1B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Launch_Complex_1",
        "map_url": "https://www.google.com/maps?q=-39.262833,177.864469",
        "latitude": "-39.262833",
        "longitude": "177.864469",
        "location": {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.0.0/location/10/?format=api",
            "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
            "country_code": "NZL",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
            "total_launch_count": 58,
            "total_landing_count": 17
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_185_20200803143540.jpg",
        "total_launch_count": 28
    },
    "infoURLs": [
        {
            "priority": 10,
            "title": "",
            "description": "",
            "feature_image": null,
            "url": "https://www.rocketlabusa.com/assets/Uploads/Press-Kit-Rocket-Lab-Baby-Come-Back.pdf"
        }
    ],
    "vidURLs": [
        {
            "priority": 10,
            "title": "Rocket Lab 'Baby Come Back' Launch",
            "description": "",
            "feature_image": "https://i.ytimg.com/vi/AA6WI05yKHM/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=AA6WI05yKHM"
        }
    ],
    "webcast_live": false,
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/electron25202_image_20230719091624.jpg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6474,
    "location_launch_attempt_count": 36,
    "pad_launch_attempt_count": 10,
    "agency_launch_attempt_count": 39,
    "orbital_launch_attempt_count_year": 106,
    "location_launch_attempt_count_year": 4,
    "pad_launch_attempt_count_year": 4,
    "agency_launch_attempt_count_year": 7
}