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/260a062e-ddff-410f-a17a-cc3241a5df47/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "260a062e-ddff-410f-a17a-cc3241a5df47",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/260a062e-ddff-410f-a17a-cc3241a5df47/?format=api",
    "slug": "nova-demo-flight",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Nova | Demo Flight",
    "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
    },
    "last_updated": "2025-11-15T20:49:30Z",
    "updates": [
        {
            "id": 12903,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://arstechnica.com/space/2025/10/stoke-space-gives-us-another-reason-to-take-it-very-seriously/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-11-15T20:49:00Z"
        }
    ],
    "net": "2026-12-31T00:00:00Z",
    "net_precision": {
        "id": 14,
        "name": "Year",
        "abbrev": "Y",
        "description": "The T-0 is expected in the given year."
    },
    "window_end": "2026-12-31T00:00:00Z",
    "window_start": "2026-12-31T00:00:00Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 1048,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1048/?format=api",
        "name": "Stoke Space",
        "featured": false,
        "type": "Private",
        "country_code": "USA",
        "abbrev": "Stoke",
        "description": "Stoke Space Technologies is an American space launch company based in the Seattle suburb of Kent, Washington.",
        "administrator": "CEO: Andy Lapsa",
        "founding_year": "2020",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 0,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 0,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.stokespace.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Stoke_Space",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stoke2520space_logo_20230308081301.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stoke_space_log_image_20251115205144.png"
    },
    "rocket": {
        "id": 8800,
        "configuration": {
            "id": 533,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/533/?format=api",
            "name": "Nova",
            "active": true,
            "reusable": true,
            "description": "Stoke Space’s Nova launch vehicle is a planned fully reusable 2-stage rocket.\r\n\r\nThe 1st stage uses 7 Zenith Full-flow staged-combustion (FFSC) engines using Liquified natural gas/liquid oxygen (LNG/LOX)​ as fuel, with restartable capability and landing legs for landing. \r\n\r\nThe 2nd stage is unconventionally designed around a 24-thrust chamber liquid hydrogen/liquid oxygen (LH2/LOX) expander cycle rocket engine that surrounds a regeneratively cooled heat shield, thus enabling the upper stage to return to Earth from orbit without thermal tiles. The nozzle accommodates deep throttle operation even in the presence of atmospheric pressure and serves as an actively cooled metallic heat shield during atmospheric reentry. There is also a center passive bleed that aims to create an aerospike engine-like effect for improved efficiency.",
            "family": "Nova",
            "full_name": "Nova",
            "manufacturer": {
                "id": 1048,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1048/?format=api",
                "name": "Stoke Space",
                "featured": false,
                "type": "Private",
                "country_code": "USA",
                "abbrev": "Stoke",
                "description": "Stoke Space Technologies is an American space launch company based in the Seattle suburb of Kent, Washington.",
                "administrator": "CEO: Andy Lapsa",
                "founding_year": "2020",
                "launchers": "",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 0,
                "consecutive_successful_launches": 0,
                "successful_launches": 0,
                "failed_launches": 0,
                "pending_launches": 1,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.stokespace.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Stoke_Space",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stoke2520space_logo_20230308081301.png",
                "image_url": null,
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stoke_space_log_image_20251115205144.png"
            },
            "program": [],
            "variant": "",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 40.2,
            "diameter": 4.2,
            "maiden_flight": null,
            "launch_cost": null,
            "launch_mass": 227,
            "leo_capacity": 3000,
            "gto_capacity": 2500,
            "to_thrust": 3110,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stoke_space_nov_image_20251115203820.jpeg",
            "info_url": "https://www.stokespace.com/nova/",
            "wiki_url": "https://en.wikipedia.org/wiki/Stoke_Space_Nova",
            "total_launch_count": 0,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 0,
            "pending_launches": 1,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 7391,
        "name": "Demo Flight",
        "description": "First launch of Stoke Space’s Nova launch vehicle. Payload on board and planned reusability of the 2 stages is TBD.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 25,
            "name": "Unknown",
            "abbrev": "N/A"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 17,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/17/?format=api",
        "agency_id": 1048,
        "name": "Space Launch Complex 14",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
        "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
        "latitude": "28.49103",
        "longitude": "-80.54687",
        "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": 1070,
            "total_landing_count": 69
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_17_20200803143405.jpg",
        "total_launch_count": 20,
        "orbital_launch_attempt_count": 16
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stoke_space_nov_image_20251115203820.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 7342,
    "location_launch_attempt_count": 1138,
    "pad_launch_attempt_count": 21,
    "agency_launch_attempt_count": 1,
    "orbital_launch_attempt_count_year": 165,
    "location_launch_attempt_count_year": 58,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1,
    "pad_turnaround": "P21964DT4H52M1S",
    "mission_patches": [],
    "type": "detailed"
}