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/055fa36b-74c4-4fc5-809e-d123f7781df8/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "055fa36b-74c4-4fc5-809e-d123f7781df8",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/055fa36b-74c4-4fc5-809e-d123f7781df8/?format=api",
    "launch_library_id": null,
    "slug": "black-brant-ix-sistine",
    "name": "Black Brant IX | SISTINE",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "2022-07-06T13:54:00Z",
    "window_end": "2022-07-06T13:54:00Z",
    "window_start": "2022-07-06T13:54:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 1038,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1038/?format=api",
        "name": "Equatorial Launch Australia",
        "featured": false,
        "type": "Commercial",
        "country_code": "AUS",
        "abbrev": "ELA",
        "description": "Equatorial Launch Australia (ELA) is an Australian startup founded in 2015 to provide commercial space launches from the Arnhem Land spaceport.",
        "administrator": "CEO: Michael Jones",
        "founding_year": "2015",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 3,
        "consecutive_successful_launches": 3,
        "successful_launches": 3,
        "failed_launches": 0,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://ela.space/",
        "wiki_url": null,
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/equatorial2520launch2520australia_logo_20220912001304.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/equatorial2520launch2520australia_nation_20220622154855.png"
    },
    "rocket": {
        "id": 7611,
        "configuration": {
            "id": 481,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/481/?format=api",
            "name": "Black Brant IX",
            "description": "The Black Brant IX is a Canadian-designed sounding rocket used by the CSA and NASA.",
            "family": "",
            "full_name": "Black Brant IX",
            "manufacturer": {
                "id": 1039,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1039/?format=api",
                "name": "Magellan Aerospace Corporation",
                "featured": false,
                "type": "Commercial",
                "country_code": "CAN",
                "abbrev": "MAC",
                "description": "Magellan Aerospace Corporation is a Canadian manufacturer of aerospace systems and components.",
                "administrator": "CEO: Phillip Underwood",
                "founding_year": "1996",
                "launchers": "Black Brant",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 0,
                "consecutive_successful_launches": 0,
                "successful_launches": 0,
                "failed_launches": 0,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://magellan.aero/",
                "wiki_url": "https://en.wikipedia.org/wiki/Magellan_Aerospace",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/magellan2520aerospace2520corporation_logo_20220622160105.png",
                "image_url": null,
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/magellan2520aerospace2520corporation_nation_20220622160105.png"
            },
            "program": [],
            "variant": "IX",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 12.2,
            "diameter": 0.46,
            "maiden_flight": "1982-03-16",
            "launch_mass": 2,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": 300,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/black_brant_ix_image_20220625190201.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Black_Brant_(rocket)#Black_Brant_IX",
            "total_launch_count": 3,
            "consecutive_successful_launches": 3,
            "successful_launches": 3,
            "failed_launches": 0,
            "pending_launches": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 6097,
        "launch_library_id": null,
        "name": "SISTINE",
        "description": "The Suborbital Imaging Spectrograph for Transition region Irradiance from Nearby Exoplanet host stars (SISTINE) is a payload from the University of Colorado. Its objective is to study how light from stars affects the atmospheres of the planets around them, including the gases thought to be signs of life. For this flight, it will measure the ultraviolet light output from α Centauri A and B, two stars of the three-star α Centauri system that are the closest stars to our Sun.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
        }
    },
    "pad": {
        "id": 202,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/202/?format=api",
        "agency_id": 1038,
        "name": "Suborbital Launch Ramp",
        "info_url": "https://ela.space/arnhem-space-centre/",
        "wiki_url": "https://en.wikipedia.org/wiki/Arnhem_Land#Economy",
        "map_url": "https://www.google.com/maps?q=-12.3892948,136.7903215",
        "latitude": "-12.3892948",
        "longitude": "136.7903215",
        "location": {
            "id": 160,
            "url": "https://ll.thespacedevs.com/2.0.0/location/160/?format=api",
            "name": "Arnhem Space Centre",
            "country_code": "AUS",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_arnhem_space_centre_20220622160552.jpg",
            "total_launch_count": 3,
            "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_suborbital_launch_ramp_20220625184504.jpg",
        "total_launch_count": 3
    },
    "infoURLs": [
        {
            "priority": 10,
            "title": "NASA Wallops Flight Facility - Sounding Rockets Program Office Code 810",
            "description": "SISTINE will study how light from stars affects the atmospheres of the planets around them, including the gases thought to be signs of life. For the upcoming flight, SISTINE will measure the ultraviolet light output from α Centauri A and B, two stars of the three-star α Centauri system that are the ...",
            "feature_image": null,
            "url": "https://sites.wff.nasa.gov/code810/news/story253-36.339%20SISTINE.html"
        }
    ],
    "vidURLs": [],
    "webcast_live": false,
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/black_brant_ix_image_20220625190201.jpg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": null,
    "location_launch_attempt_count": 2,
    "pad_launch_attempt_count": 2,
    "agency_launch_attempt_count": 2,
    "orbital_launch_attempt_count_year": 0,
    "location_launch_attempt_count_year": 2,
    "pad_launch_attempt_count_year": 2,
    "agency_launch_attempt_count_year": 2
}