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/0bcc6850-4c51-4b08-aa19-0b3753351b9b/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "0bcc6850-4c51-4b08-aa19-0b3753351b9b",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/0bcc6850-4c51-4b08-aa19-0b3753351b9b/?format=api",
    "slug": "atlas-v-411-osiris-rex",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Atlas V 411 | OSIRIS-REx",
    "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
    },
    "last_updated": "2024-11-13T17:36:24Z",
    "updates": [],
    "net": "2016-09-08T23:05:00Z",
    "net_precision": null,
    "window_end": "2016-09-09T01:05:00Z",
    "window_start": "2016-09-08T23:05:00Z",
    "probability": 90,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "ULA",
        "description": "United Launch Alliance (ULA) is a joint venture of Lockheed Martin Space Systems and Boeing Defense, Space & Security. ULA was formed in December 2006 by combining the teams at these companies which provide spacecraft launch services to the government of the United States. ULA launches from both coasts of the US. They launch their Atlas V vehicle from LC-41 in Cape Canaveral and LC-3E at Vandeberg. Their Delta IV launches from LC-37 at Cape Canaveral and LC-6 at Vandenberg.",
        "administrator": "CEO: Tory Bruno",
        "founding_year": "2006",
        "launchers": "Atlas | Delta IV | Vulcan",
        "spacecraft": "CST-100 Starliner",
        "launch_library_url": null,
        "total_launch_count": 164,
        "consecutive_successful_launches": 164,
        "successful_launches": 164,
        "failed_launches": 0,
        "pending_launches": 43,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.ulalaunch.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/United_Launch_Alliance",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_logo_20210412195953.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united_launch_a_image_20210412201210.png",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_nation_20230531043703.jpg"
    },
    "rocket": {
        "id": 1952,
        "configuration": {
            "id": 83,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/83/?format=api",
            "name": "Atlas V 411",
            "active": true,
            "reusable": false,
            "description": "Atlas V with 4m fairing, 1 SRB, 1 Centaur upper stage engine.",
            "family": "Atlas",
            "full_name": "Atlas V 411",
            "manufacturer": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "ULA",
                "description": "United Launch Alliance (ULA) is a joint venture of Lockheed Martin Space Systems and Boeing Defense, Space & Security. ULA was formed in December 2006 by combining the teams at these companies which provide spacecraft launch services to the government of the United States. ULA launches from both coasts of the US. They launch their Atlas V vehicle from LC-41 in Cape Canaveral and LC-3E at Vandeberg. Their Delta IV launches from LC-37 at Cape Canaveral and LC-6 at Vandenberg.",
                "administrator": "CEO: Tory Bruno",
                "founding_year": "2006",
                "launchers": "Atlas | Delta IV | Vulcan",
                "spacecraft": "CST-100 Starliner",
                "launch_library_url": null,
                "total_launch_count": 164,
                "consecutive_successful_launches": 164,
                "successful_launches": 164,
                "failed_launches": 0,
                "pending_launches": 43,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "http://www.ulalaunch.com/",
                "wiki_url": "http://en.wikipedia.org/wiki/United_Launch_Alliance",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_logo_20210412195953.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united_launch_a_image_20210412201210.png",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_nation_20230531043703.jpg"
            },
            "program": [],
            "variant": "411",
            "alias": "",
            "min_stage": 0,
            "max_stage": 2,
            "length": 58.3,
            "diameter": 3.8,
            "maiden_flight": "2006-04-20",
            "launch_cost": "115000000",
            "launch_mass": null,
            "leo_capacity": 8080,
            "gto_capacity": 5950,
            "to_thrust": null,
            "apogee": 40000,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520411_image_20190224012306.jpeg",
            "info_url": "https://www.ulalaunch.com/rockets/atlas-v",
            "wiki_url": null,
            "total_launch_count": 6,
            "consecutive_successful_launches": 6,
            "successful_launches": 6,
            "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": 93,
        "name": "OSIRIS-REx",
        "description": "The Origins-Spectral Interpretation-Resource Identification-Security-Regolith Explorer (OSIRIS REx) mission will be the first U.S. mission to carry samples from an asteroid back to Earth and will help scientists investigate how planets formed and how life began, as well as improve our understanding of asteroids that could impact Earth.",
        "launch_designator": null,
        "type": "Robotic Exploration",
        "orbit": {
            "id": 6,
            "name": "Heliocentric N/A",
            "abbrev": "Helio-N/A"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 29,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/29/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 41",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
        "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
        "latitude": "28.58341025",
        "longitude": "-80.58303644",
        "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": 1013,
            "total_landing_count": 62
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 114,
        "orbital_launch_attempt_count": 114
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "United Launch Alliance",
            "title": "Atlas V OSIRIS-REx Launch Highlights",
            "description": "An Atlas V rocket successfully delivers NASA's OSIRIS-REx spacecraft to orbit. The OSIRIS-REx mission will help scientists investigate the origins of our solar system, how water and organic material t...",
            "feature_image": "https://i.ytimg.com/vi/AG1pE90ue5w/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=AG1pE90ue5w",
            "type": {
                "id": 6,
                "name": "Recap"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2016-09-09T03:27:48Z",
            "end_time": "2016-09-09T03:30:21Z"
        },
        {
            "priority": 11,
            "source": "youtube.com",
            "publisher": "NASA",
            "title": "First U.S. Sample Return Mission to an Asteroid Launches",
            "description": "On Sept. 8, NASA launched the Origins Spectral Interpretation Resource Identification Security - Regolith Explorer, or OSIRIS-REx mission from Cape Canaveral Air Force Station in Florida. OSIRIS-REx i...",
            "feature_image": "https://i.ytimg.com/vi/eILL1cRnG1o/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=eILL1cRnG1o",
            "type": {
                "id": 6,
                "name": "Recap"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2016-09-09T00:58:08Z",
            "end_time": "2016-09-09T01:03:58Z"
        },
        {
            "priority": 12,
            "source": "youtube.com",
            "publisher": "NASA's Kennedy Space Center",
            "title": "Liftoff of OSIRIS-REx",
            "description": "An Atlas V rocket lifts off at Cape Canaveral Air Force Station's Space Launch Complex 41.The mission is to send NASA’s Origins, Spectral Interpretation, Resource Identification, Security-Regolith Exp...",
            "feature_image": "https://i.ytimg.com/vi/ULfQdFY9PQM/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=ULfQdFY9PQM",
            "type": {
                "id": 6,
                "name": "Recap"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2016-09-08T23:29:36Z",
            "end_time": "2016-09-08T23:32:13Z"
        },
        {
            "priority": 13,
            "source": "youtube.com",
            "publisher": "NASA's Kennedy Space Center",
            "title": "360 Degree Encapsulation & Launch of OSIRIS-REx",
            "description": "Experience the encapsulation and launch of NASA's OSIRIS-REx spacecraft as if you were actually standing on the launch pad! Drag your mouse to look around -and if you have a virtual reality headset, m...",
            "feature_image": "https://i.ytimg.com/vi/DA6C11qtKi8/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=DA6C11qtKi8",
            "type": {
                "id": 6,
                "name": "Recap"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2017-01-09T16:05:22Z",
            "end_time": "2017-01-09T16:10:08Z"
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520411_image_20190224012306.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 5586,
    "location_launch_attempt_count": 751,
    "pad_launch_attempt_count": 82,
    "agency_launch_attempt_count": 112,
    "orbital_launch_attempt_count_year": 57,
    "location_launch_attempt_count_year": 15,
    "pad_launch_attempt_count_year": 6,
    "agency_launch_attempt_count_year": 8,
    "pad_turnaround": "P20DT18H13M",
    "mission_patches": [],
    "type": "detailed"
}