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/5792dbed-ea1a-4095-9c74-6d6de99b9827/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "5792dbed-ea1a-4095-9c74-6d6de99b9827",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/5792dbed-ea1a-4095-9c74-6d6de99b9827/?format=api",
    "slug": "eris-1-maiden-flight",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Eris-1 | Maiden 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-05-04T02:21:04Z",
    "updates": [
        {
            "id": 10893,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 15.",
            "info_url": "https://x.com/gilmourspace/status/1918849262852436243",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-04T02:21:00Z"
        },
        {
            "id": 10569,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April.",
            "info_url": "https://www.spaceconnectonline.com.au/launch/6508-gilmour-now-targets-april-for-first-launch",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-29T06:24:00Z"
        },
        {
            "id": 10317,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch delayed due to launch site impact by Tropical Cyclone Alfred.",
            "info_url": "https://x.com/GilmourSpace/status/1897885094054183086",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-07T13:58:00Z"
        },
        {
            "id": 10214,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.gspace.com/post/gilmour-space-announces-launch-window-for-australia-s-first-sovereign-orbital-rocket",
            "created_by": "Nosu",
            "created_on": "2025-02-27T07:42:00Z"
        }
    ],
    "net": "2025-05-15T00:00:00Z",
    "net_precision": {
        "id": 5,
        "name": "Day",
        "abbrev": "DAY",
        "description": "The T-0 is expected on the given day."
    },
    "window_end": "2025-05-15T00:00:00Z",
    "window_start": "2025-05-15T00:00:00Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 188,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/188/?format=api",
        "name": "Gilmour Space Technologies",
        "featured": false,
        "type": "Private",
        "country_code": "AUS,SGP",
        "abbrev": "GST",
        "description": "Gilmour Space Technologies is a venture-funded Australian space company headquartered in Queensland, Australia that is developing hybrid-engine rockets and associated technology to support the development of a low-cost space launch vehicle.",
        "administrator": "CEO: Adam Gilmour",
        "founding_year": "2013",
        "launchers": "Eris",
        "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.gspacetech.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Gilmour_Space_Technologies",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_l_image_20250227072818.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_s_image_20250227072733.jpg"
    },
    "rocket": {
        "id": 8540,
        "configuration": {
            "id": 460,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/460/?format=api",
            "name": "Eris-1",
            "active": true,
            "reusable": false,
            "description": "Eris is a 3 stage orbital launch vehicle designed to deliver up to 305kg into a low earth orbit.",
            "family": "Eris",
            "full_name": "Eris Block 1",
            "manufacturer": {
                "id": 188,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/188/?format=api",
                "name": "Gilmour Space Technologies",
                "featured": false,
                "type": "Private",
                "country_code": "AUS,SGP",
                "abbrev": "GST",
                "description": "Gilmour Space Technologies is a venture-funded Australian space company headquartered in Queensland, Australia that is developing hybrid-engine rockets and associated technology to support the development of a low-cost space launch vehicle.",
                "administrator": "CEO: Adam Gilmour",
                "founding_year": "2013",
                "launchers": "Eris",
                "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.gspacetech.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Gilmour_Space_Technologies",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_l_image_20250227072818.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_s_image_20250227072733.jpg"
            },
            "program": [],
            "variant": "1",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 25.0,
            "diameter": 2.0,
            "maiden_flight": null,
            "launch_cost": null,
            "launch_mass": null,
            "leo_capacity": 305,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg",
            "info_url": "https://www.gspacetech.com/launch",
            "wiki_url": "https://en.wikipedia.org/wiki/Gilmour_Space_Technologies#Eris",
            "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": 7131,
        "name": "Maiden Flight",
        "description": "Maiden flight of Gilmour Space's orbital launch vehicle Eris.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
        },
        "agencies": [
            {
                "id": 188,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/188/?format=api",
                "name": "Gilmour Space Technologies",
                "featured": false,
                "type": "Private",
                "country_code": "AUS,SGP",
                "abbrev": "GST",
                "description": "Gilmour Space Technologies is a venture-funded Australian space company headquartered in Queensland, Australia that is developing hybrid-engine rockets and associated technology to support the development of a low-cost space launch vehicle.",
                "administrator": "CEO: Adam Gilmour",
                "founding_year": "2013",
                "launchers": "Eris",
                "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.gspacetech.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Gilmour_Space_Technologies",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_l_image_20250227072818.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_s_image_20250227072733.jpg"
            }
        ],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 238,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/238/?format=api",
        "agency_id": 188,
        "name": "Eris Pad",
        "description": "Launch pad for Gilmour Space's orbital rocket Eris.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Gilmour_Space_Technologies#Bowen_Orbital_Spaceport_(BOS)",
        "map_url": null,
        "latitude": "-19.958151",
        "longitude": "148.1129553",
        "location": {
            "id": 181,
            "url": "https://ll.thespacedevs.com/2.2.0/location/181/?format=api",
            "name": "Bowen Orbital Spaceport",
            "country_code": "AUS",
            "description": "Private orbital launch facility owned and operated by Gilmour Space.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_bowen_orbital_spaceport_20250227073649.jpg",
            "timezone_name": "Australia/Brisbane",
            "total_launch_count": 0,
            "total_landing_count": 0
        },
        "country_code": "AUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_eris_pad_20250227074117.jpg",
        "total_launch_count": 0,
        "orbital_launch_attempt_count": 0
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "timeline": [
        {
            "type": {
                "id": 9,
                "abbrev": "Ignition",
                "description": "Start of the engine ignition sequence"
            },
            "relative_time": "P0D"
        },
        {
            "type": {
                "id": 31,
                "abbrev": "SES",
                "description": "Start of the second engine"
            },
            "relative_time": "PT1M40S"
        },
        {
            "type": {
                "id": 24,
                "abbrev": "SECO",
                "description": "Cut-off of the second engine"
            },
            "relative_time": "PT3M20S"
        },
        {
            "type": {
                "id": 75,
                "abbrev": "Stage 3 Ignition",
                "description": "Third stage engine ignites."
            },
            "relative_time": "PT8M20S"
        },
        {
            "type": {
                "id": 76,
                "abbrev": "Stage 3 Cutoff",
                "description": "Third stage engine shuts down."
            },
            "relative_time": "PT10M20S"
        }
    ],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6951,
    "location_launch_attempt_count": 1,
    "pad_launch_attempt_count": 1,
    "agency_launch_attempt_count": 1,
    "orbital_launch_attempt_count_year": 102,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1,
    "pad_turnaround": "P0D",
    "mission_patches": [],
    "type": "detailed"
}