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/1b9bed2f-7e00-4d95-b5d1-7b71c36a4ab1/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "1b9bed2f-7e00-4d95-b5d1-7b71c36a4ab1",
    "url": "https://lldev.thespacedevs.com/2.2.0/launch/1b9bed2f-7e00-4d95-b5d1-7b71c36a4ab1/?format=api",
    "slug": "ariane-62-metop-sg-a1",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Ariane 62 | Metop-SG A1",
    "status": {
        "id": 1,
        "name": "Go for Launch",
        "abbrev": "Go",
        "description": "Current T-0 confirmed by official or reliable sources."
    },
    "last_updated": "2025-08-10T22:01:58Z",
    "updates": [
        {
            "id": 11645,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch day and time and setting GO",
            "info_url": "https://newsroom.arianespace.com/arianespace-to-launch-eumetsats-metop-sga1-satellite-on-august-12-2025-with-ariane-6",
            "created_by": "Nosu",
            "created_on": "2025-07-28T08:04:00Z"
        },
        {
            "id": 9934,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting August 2025",
            "info_url": "https://newsroom.arianespace.com/la-commission-europeenne-lesa-et-eumetsat-signent-deux-accords-de-lancement-avec-arianespace-sur-ariane-6et",
            "created_by": "Nosu",
            "created_on": "2025-01-28T13:12:00Z"
        },
        {
            "id": 8810,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 2025.",
            "info_url": "https://www.eumetsat.int/planned-launches",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-10T10:59:00Z"
        },
        {
            "id": 2862,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET Q1 2025",
            "info_url": "https://www.eumetsat.int/our-satellites/metop-series",
            "created_by": "Nosu",
            "created_on": "2022-11-21T20:00:50Z"
        },
        {
            "id": 5984,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2 2025.",
            "info_url": "https://www.eumetsat.int/planned-launches",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-15T02:04:53Z"
        }
    ],
    "net": "2025-08-13T00:37:00Z",
    "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "window_end": "2025-08-13T00:37:00Z",
    "window_start": "2025-08-13T00:37:00Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 115,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/115/?format=api",
        "name": "Arianespace",
        "featured": true,
        "type": "Commercial",
        "country_code": "FRA",
        "abbrev": "ASA",
        "description": "Arianespace SA is a multinational company founded in 1980 as the world's first commercial launch service provider. It undertakes the production, operation, and marketing of the Ariane programme. Their vehicles launch exclusively from French Guiana in South America.",
        "administrator": "CEO: David Cavaillolès",
        "founding_year": "1980",
        "launchers": "Ariane | Vega",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 320,
        "consecutive_successful_launches": 8,
        "successful_launches": 305,
        "failed_launches": 15,
        "pending_launches": 44,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.arianespace.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Arianespace",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/arianespace_logo_20210603173752.png",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg",
        "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/arianespace_nation_20230530190314.jpg"
    },
    "rocket": {
        "id": 169,
        "configuration": {
            "id": 121,
            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/121/?format=api",
            "name": "Ariane 62",
            "active": true,
            "reusable": false,
            "description": "The Ariane 6 family is currently under development by the European Space Agency, with two variations including the Ariane 62 with two solid boosters intended for government and scientific missions.",
            "family": "Ariane",
            "full_name": "Ariane 62",
            "manufacturer": {
                "id": 1044,
                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1044/?format=api",
                "name": "ArianeGroup",
                "featured": false,
                "type": "Commercial",
                "country_code": "FRA",
                "abbrev": "AG",
                "description": "ArianeGroup (formerly Airbus Safran Launchers) is an aerospace company based in France. A joint venture between Airbus and Safran, the company was founded in 2015 and is headquartered in Issy-les-Moulineaux. It consists of three core arms: aerospace, defence and security.",
                "administrator": "CEO: Martin Sion",
                "founding_year": "2015",
                "launchers": "Ariane",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 0,
                "consecutive_successful_launches": 0,
                "successful_launches": 0,
                "failed_launches": 0,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.ariane.group/",
                "wiki_url": "https://en.wikipedia.org/wiki/ArianeGroup",
                "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/arianegroup_logo_20221130111224.PNG",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg",
                "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/arianegroup_nation_20230802053255.jpg"
            },
            "program": [],
            "variant": "62",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 63.0,
            "diameter": 5.4,
            "maiden_flight": "2024-07-09",
            "launch_cost": "85000000",
            "launch_mass": 530,
            "leo_capacity": 10350,
            "gto_capacity": 5000,
            "to_thrust": 10370,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
            "info_url": "http://www.arianespace.com/wp-content/uploads/2017/02/Ariane6_Users-Manual_February2017.pdf",
            "wiki_url": "https://en.wikipedia.org/wiki/Ariane_6",
            "total_launch_count": 2,
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 0,
            "pending_launches": 12,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 5920,
        "name": "Metop-SG A1",
        "description": "First of EUMETSAT's second generation of Metop weather satellites.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO"
        },
        "agencies": [
            {
                "id": 232,
                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/232/?format=api",
                "name": "European Organisation for the Exploitation of Meteorological Satellites",
                "featured": false,
                "type": "Multinational",
                "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,TUR,BEL,PRT,NLD,HUN,POL,BGR,SVK,DNK,CZE,ROU,NOR,HRV,FIN,GRC,EST,IRL,ISL,LVA,LTU,LUX,SVN",
                "abbrev": "EUMETSAT",
                "description": "The European Organisation for the Exploitation of Meteorological Satellites (EUMETSAT) is an intergovernmental organisation created through an international convention agreed by a current total of 30 European Member States.\r\n\r\nEUMETSAT's primary objective is to establish, maintain and exploit European systems of operational meteorological satellites. EUMETSAT is responsible for the launch and operation of the satellites and for delivering satellite data to end-users as well as contributing to the operational monitoring of climate and the detection of global climate changes.",
                "administrator": null,
                "founding_year": "1986",
                "launchers": "",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 0,
                "consecutive_successful_launches": 0,
                "successful_launches": 0,
                "failed_launches": 0,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.eumetsat.int/",
                "wiki_url": "https://en.wikipedia.org/wiki/EUMETSAT",
                "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/eumetsat_logo_image_20250723121030.png",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/eumetsat_hq_image_20250723121241.jpg",
                "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/eumetsat_social_image_20250723121041.jpg"
            }
        ],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 67,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/67/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 4",
        "description": "ELA-4, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. The complex is composed of a launch pad with mobile gantry, an horizontal assembly building and a dedicated launch operations building. ELA-4 is operated by Arianespace as part of the Ariane 6 program.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
        "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
        "latitude": "5.256319",
        "longitude": "-52.786838",
        "location": {
            "id": 13,
            "url": "https://lldev.thespacedevs.com/2.2.0/location/13/?format=api",
            "name": "Guiana Space Centre, French Guiana",
            "country_code": "GUF",
            "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
            "timezone_name": "America/Cayenne",
            "total_launch_count": 326,
            "total_landing_count": 0
        },
        "country_code": "GUF",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
        "total_launch_count": 2,
        "orbital_launch_attempt_count": 2
    },
    "infoURLs": [
        {
            "priority": 10,
            "source": "newsroom.arianespace.com",
            "title": "Ariane 6 Flight VA264",
            "description": "Allow us to count visits and traffic sources so we can measure and improve the performance of our site. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc. Without these cookies, we will not be able to gather accurate data in order to identify ...",
            "feature_image": null,
            "url": "https://newsroom.arianespace.com/ariane-6-flight-va264",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vidURLs": [
        {
            "priority": 10,
            "source": "esa.int",
            "publisher": "Esa",
            "title": "ESA Web TV",
            "description": "Start your day with spectacular imagery from space. Living in space does impact the health of astronauts and they undergo rigorous training exercises to keep fit in zero gravity. But how does space research help improve the health of populations on Earth? In this programme, find out how research car...",
            "feature_image": null,
            "url": "https://www.esa.int/ESA_Multimedia/ESA_Web_TV",
            "type": {
                "id": 7,
                "name": "24/7 Live Feed"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [
        {
            "type": {
                "id": 9,
                "abbrev": "Ignition",
                "description": "Start of the engine ignition sequence"
            },
            "relative_time": "-PT7S"
        },
        {
            "type": {
                "id": 10,
                "abbrev": "Liftoff",
                "description": "First upwards movement of the rocket"
            },
            "relative_time": "P0D"
        },
        {
            "type": {
                "id": 77,
                "abbrev": "SRB Separation",
                "description": "The solid rocket boosters are separated from the launcher."
            },
            "relative_time": "PT2M15S"
        },
        {
            "type": {
                "id": 15,
                "abbrev": "Fairing Separation",
                "description": "Separation of the payload fairing"
            },
            "relative_time": "PT3M32S"
        },
        {
            "type": {
                "id": 13,
                "abbrev": "Stage 2 Separation",
                "description": "Separation of the second stage from the first"
            },
            "relative_time": "PT7M42S"
        },
        {
            "type": {
                "id": 14,
                "abbrev": "SES-1",
                "description": "First start of the second engine"
            },
            "relative_time": "PT7M50S"
        },
        {
            "type": {
                "id": 21,
                "abbrev": "SES-2",
                "description": "Second start of the second engine"
            },
            "relative_time": "PT54M27S"
        },
        {
            "type": {
                "id": 35,
                "abbrev": "Payload Separation",
                "description": "Final deployment of the payload from the rocket"
            },
            "relative_time": "PT1H4M"
        },
        {
            "type": {
                "id": 80,
                "abbrev": "SES-3",
                "description": "Third start of the second engine"
            },
            "relative_time": "PT1H58M"
        }
    ],
    "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
    "infographic": null,
    "program": [
        {
            "id": 22,
            "url": "https://lldev.thespacedevs.com/2.2.0/program/22/?format=api",
            "name": "Copernicus",
            "description": "Copernicus is the European Union's Earth observation programme coordinated and managed for the European Commission by the European Union Agency for the Space Programme in partnership with the European Space Agency (ESA), the EU Member States. It aims at achieving a global, continuous, autonomous, high quality, wide range Earth observation capacity. Providing accurate, timely and easily accessible information to, among other things, improve the management of the environment, understand and mitigate the effects of climate change, and ensure civil security.",
            "agencies": [
                {
                    "id": 27,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "type": "Multinational"
                },
                {
                    "id": 1043,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1043/?format=api",
                    "name": "European Union Agency for the Space Programme",
                    "type": "Multinational"
                }
            ],
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/copernicus_program_20221129162831.png",
            "start_date": "2014-04-03T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.copernicus.eu",
            "wiki_url": "https://en.wikipedia.org/wiki/Copernicus_Programme",
            "mission_patches": [],
            "type": {
                "id": 8,
                "name": "Earth Observation"
            }
        }
    ],
    "orbital_launch_attempt_count": 7028,
    "location_launch_attempt_count": 327,
    "pad_launch_attempt_count": 3,
    "agency_launch_attempt_count": 321,
    "orbital_launch_attempt_count_year": 179,
    "location_launch_attempt_count_year": 4,
    "pad_launch_attempt_count_year": 2,
    "agency_launch_attempt_count_year": 4,
    "pad_turnaround": "P159DT8H12M34S",
    "mission_patches": [
        {
            "id": 1173,
            "name": "VA264 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/va2642520patch_mission_patch_20250803140601.png",
            "agency": {
                "id": 115,
                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            }
        }
    ],
    "type": "detailed"
}