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/e49a80e4-6949-47f6-922c-75414e168856/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "e49a80e4-6949-47f6-922c-75414e168856",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/e49a80e4-6949-47f6-922c-75414e168856/?format=api",
    "slug": "commercial-titan-iii-mars-observer",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Commercial Titan III | Mars Observer",
    "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
    },
    "last_updated": "2023-06-14T17:41:42Z",
    "updates": [],
    "net": "1992-09-25T17:05:01Z",
    "net_precision": null,
    "window_end": "1992-09-25T17:05:01Z",
    "window_start": "1992-09-25T17:05:01Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": null,
    "hashtag": null,
    "launch_service_provider": {
        "id": 1014,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1014/?format=api",
        "name": "Martin Marietta",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "MM",
        "description": "The Martin Marietta Corporation was an American company founded in 1961 through the merger of Glenn L. Martin Company and American-Marietta Corporation. The combined company became a leader in chemicals, aerospace, and electronics. In 1995, it merged with Lockheed Corporation to form Lockheed Martin.",
        "administrator": null,
        "founding_year": "1961",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 4,
        "consecutive_successful_launches": 4,
        "successful_launches": 4,
        "failed_launches": 0,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Martin_Marietta",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "rocket": {
        "id": 6468,
        "configuration": {
            "id": 272,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/272/?format=api",
            "name": "Commercial Titan III",
            "active": false,
            "reusable": false,
            "description": "The Commercial Titan III, also known as CT-3 or CT-III, was an American expendable launch system, developed by Martin Marietta during the late 1980s and flown four times during the early 1990s. It was derived from the Titan 34D, and was originally proposed as a medium-lift expendable launch system for the US Air Force, who selected the Delta II instead. Development was continued as a commercial launch system, and the first rocket flew in 1990. Due to higher costs than contemporary rockets such as the Ariane 4, orders were not forthcoming, and the CT-3 was retired in 1992.",
            "family": "Titan",
            "full_name": "Commercial Titan III",
            "manufacturer": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "LMT",
                "description": "Lockheed Martin's Space Division started in the production of missiles and later ICBM's in the 1950s. Their TITAN missile system was used for 12 Gemini spacecraft and the Voyager probes.  They have worked largely in collaboration with NASA on many of their probes, landers, and spacecraft, and hope to play a key role in NASA's return to the moon in 2024.",
                "administrator": null,
                "founding_year": "1953",
                "launchers": "Titan | Agena",
                "spacecraft": "Hubble | JUNO | InSight",
                "launch_library_url": null,
                "total_launch_count": 80,
                "consecutive_successful_launches": 38,
                "successful_launches": 77,
                "failed_launches": 3,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "http://www.lockheedmartin.com/",
                "wiki_url": "http://en.wikipedia.org/wiki/Lockheed_Martin",
                "logo_url": null,
                "image_url": null,
                "nation_url": null
            },
            "program": [],
            "variant": "III",
            "alias": "",
            "min_stage": 2,
            "max_stage": 3,
            "length": 47.3,
            "diameter": 3.05,
            "maiden_flight": "1990-01-01",
            "launch_cost": null,
            "launch_mass": 680,
            "leo_capacity": 14742,
            "gto_capacity": 4990,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial_tita_image_20240411092244.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Titan_III",
            "total_launch_count": 4,
            "consecutive_successful_launches": 4,
            "successful_launches": 4,
            "failed_launches": 0,
            "pending_launches": 0,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 4858,
        "name": "Mars Observer",
        "description": "Mars Observer, the first of the Observer series of planetary missions, was designed to study the geoscience and climate of Mars.",
        "launch_designator": null,
        "type": "Planetary Science",
        "orbit": {
            "id": 6,
            "name": "Heliocentric N/A",
            "abbrev": "Helio-N/A"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 80,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/80/?format=api",
        "agency_id": 121,
        "name": "Space Launch Complex 40",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
        "latitude": "28.56194122",
        "longitude": "-80.57735736",
        "location": {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
            "name": "Cape Canaveral SFS, FL, USA",
            "country_code": "USA",
            "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
            "timezone_name": "America/New_York",
            "total_launch_count": 1021,
            "total_landing_count": 64
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 305,
        "orbital_launch_attempt_count": 305
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial_tita_image_20240411092244.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 3753,
    "location_launch_attempt_count": 463,
    "pad_launch_attempt_count": 38,
    "agency_launch_attempt_count": 4,
    "orbital_launch_attempt_count_year": 65,
    "location_launch_attempt_count_year": 14,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1,
    "pad_turnaround": "P825DT5H46M1S",
    "mission_patches": [],
    "type": "detailed"
}