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/23eb5281-999f-4571-b9be-82d0ed35af42/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "23eb5281-999f-4571-b9be-82d0ed35af42",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/23eb5281-999f-4571-b9be-82d0ed35af42/?format=api",
    "launch_library_id": 683,
    "slug": "minotaur-c-taurus-xl-glory",
    "name": "Minotaur-C (Taurus XL) | Glory",
    "status": {
        "id": 4,
        "name": "Failure"
    },
    "net": "2011-03-04T10:09:43Z",
    "window_end": "2011-03-04T10:09:43Z",
    "window_start": "2011-03-04T10:09:43Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": -1,
    "holdreason": "",
    "failreason": null,
    "hashtag": null,
    "launch_service_provider": {
        "id": 100,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/100/?format=api",
        "name": "Orbital Sciences Corporation",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "OSC",
        "description": null,
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 72,
        "consecutive_successful_launches": 0,
        "successful_launches": 65,
        "failed_launches": 7,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.orbital.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/Orbital_Sciences_Corporation",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "rocket": {
        "id": 1514,
        "configuration": {
            "id": 82,
            "launch_library_id": 105,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/82/?format=api",
            "name": "Minotaur",
            "description": "",
            "family": "Minotaur",
            "full_name": "Minotaur C",
            "manufacturer": {
                "id": 179,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/179/?format=api",
                "name": "Orbital ATK",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "OA",
                "description": "Orbital ATK Inc. was an American aerospace manufacturer and defense industry company. It was formed in 2015 from the merger of Orbital Sciences Corporation and parts of Alliant Techsystems. Orbital ATK was purchased by Northrop Grumman in 2018.",
                "administrator": "President: David W. Thompson",
                "founding_year": "2015",
                "launchers": "Antares | Minotaur | Pegasus",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 6,
                "consecutive_successful_launches": 6,
                "successful_launches": 6,
                "failed_launches": 0,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.orbitalatk.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Orbital_ATK",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbital2520atk_logo_20190207032453.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbital2520atk_image_20190207032453.jpeg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbital2520atk_nation_20190207032453.jpeg"
            },
            "program": [],
            "variant": "C",
            "alias": "",
            "min_stage": null,
            "max_stage": null,
            "length": null,
            "diameter": null,
            "maiden_flight": "1994-03-13",
            "launch_mass": null,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Minotaur-C",
            "total_launch_count": 4,
            "consecutive_successful_launches": 1,
            "successful_launches": 3,
            "failed_launches": 1,
            "pending_launches": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": null,
    "pad": {
        "id": 8,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/8/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 8",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_8",
        "map_url": "https://www.google.com/maps?q=34.57635,-120.63245",
        "latitude": "34.57635",
        "longitude": "-120.63245",
        "location": {
            "id": 11,
            "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
            "name": "Vandenberg SFB, CA, USA",
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
            "total_launch_count": 808,
            "total_landing_count": 26
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_8_20200803143300.jpg",
        "total_launch_count": 9
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 0,
            "title": "LIFTOFF of the Taurus XL rocket carrying the Glory observatory(failed,fairing didn't separate)",
            "description": "Sadly,the fairing didn't separate.So it doesn't have the sufficient velocity to reach orbit :(. Same thing as what happened to OCO(Orbiting Carbon Observator...",
            "feature_image": "https://i.ytimg.com/vi/0YQG_hWFjTc/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=0YQG_hWFjTc"
        }
    ],
    "webcast_live": false,
    "image": null,
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 5116,
    "location_launch_attempt_count": 647,
    "pad_launch_attempt_count": 8,
    "agency_launch_attempt_count": 61,
    "orbital_launch_attempt_count_year": 5116,
    "location_launch_attempt_count_year": 3,
    "pad_launch_attempt_count_year": 2,
    "agency_launch_attempt_count_year": 2
}