API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch// 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'

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.0.0/launch/f75e7feb-e872-4a95-94d5-9f4a7ff89ff1/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "f75e7feb-e872-4a95-94d5-9f4a7ff89ff1",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/f75e7feb-e872-4a95-94d5-9f4a7ff89ff1/?format=api",
    "launch_library_id": 1264,
    "slug": "soyuz-stafregat-ses-15",
    "name": "Soyuz STA/Fregat | SES-15",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "2017-05-18T11:54:53Z",
    "window_end": "2017-05-18T11:54:53Z",
    "window_start": "2017-05-18T11:54:53Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": -1,
    "holdreason": "",
    "failreason": null,
    "hashtag": null,
    "launch_service_provider": {
        "id": 115,
        "url": "https://ll.thespacedevs.com/2.0.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": 319,
        "consecutive_successful_launches": 7,
        "successful_launches": 304,
        "failed_launches": 15,
        "pending_launches": 48,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.arianespace.com",
        "wiki_url": "http://en.wikipedia.org/wiki/Arianespace",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianespace_logo_20210603173752.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianespace_nation_20230530190314.jpg"
    },
    "rocket": {
        "id": 2001,
        "configuration": {
            "id": 49,
            "launch_library_id": 76,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/49/?format=api",
            "name": "Soyuz STA",
            "description": "The 2.1a version includes conversion from analog to digital flight control system and uprated engines on the booster and the first stage with improved injection systems. The new digital flight control and telemetry systems allow the rocket to launch from a fixed rather than angled launch platform and adjust its heading in flight. A digital control system also enables the launch of larger commercial satellites with wider and longer payload fairings such as the ST-type fairing. These fairings introduce too much aerodynamic instability for the old analog system to handle. This stage continues to use the RD-0110 engine.\r\n\r\nThe 2.1a/ST version is sometimes called Soyuz ST-A.",
            "family": "Soyuz",
            "full_name": "Soyuz STA Fregat",
            "manufacturer": {
                "id": 111,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/111/?format=api",
                "name": "Progress Rocket Space Center",
                "featured": false,
                "type": "Commercial",
                "country_code": "RUS",
                "abbrev": "PRSC",
                "description": "Progress Rocket Space Centre, formerly known as TsSKB-Progress, is a space science and aerospace research company which is known for manufacturing launch vehicles and satellites. Most notably, Progress Rocket Space Centre is the manufacturer of Soyuz launch vehicles.",
                "administrator": "CEO: Dmitry Baranov",
                "founding_year": "1996",
                "launchers": "",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 45,
                "consecutive_successful_launches": 3,
                "successful_launches": 44,
                "failed_launches": 1,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://en.samspace.ru/",
                "wiki_url": "https://en.wikipedia.org/wiki/Progress_Rocket_Space_Centre",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress2520rocket2520space2520center_logo_20210313175054.png",
                "image_url": null,
                "nation_url": null
            },
            "program": [],
            "variant": "Fregat",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 46.3,
            "diameter": 2.95,
            "maiden_flight": "2011-12-17",
            "launch_mass": 312,
            "leo_capacity": 7020,
            "gto_capacity": 2810,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520sta_image_20191210133244.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Soyuz-2_(rocket)",
            "total_launch_count": 8,
            "consecutive_successful_launches": 8,
            "successful_launches": 8,
            "failed_launches": 0,
            "pending_launches": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 382,
        "launch_library_id": 498,
        "name": "SES-15",
        "description": "SES 15 is a geostationary communications satellite operating in Ka- and Ku-bands in North America, which uses electric propulsion for initial orbit raising and all on-orbit manoeuvres.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
            "id": 2,
            "name": "Geostationary Transfer Orbit",
            "abbrev": "GTO"
        }
    },
    "pad": {
        "id": 81,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/81/?format=api",
        "agency_id": 115,
        "name": "Soyuz Launch Complex",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Ensemble_de_Lancement_Soyouz",
        "map_url": "https://www.google.com/maps?q=5.3019,-52.8346",
        "latitude": "5.3019",
        "longitude": "-52.8346",
        "location": {
            "id": 13,
            "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
            "name": "Guiana Space Centre, French Guiana",
            "country_code": "GUF",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
            "total_launch_count": 325,
            "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_81_20200803143601.jpg",
        "total_launch_count": 26
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 0,
            "title": "Arianespace Flight VS17 / Behind the Scenes of the Dream",
            "description": "The 40th SES satellite orbited by Arianespace is lofted on its latest Soyuz mission success. The flight, designated VS17 in Arianespace’s launcher family num...",
            "feature_image": "https://i.ytimg.com/vi/FlWVakvS5qo/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=FlWVakvS5qo"
        },
        {
            "priority": 0,
            "title": "Arianespace Vol VS17 / SES-15 (VF)",
            "description": "MISSION VS17 : AVEC SOYUZ, ARIANESPACE REUSSIT LE LANCEMENT DE SES-15, PREMIER SATELLITE TOUT ELECTRIQUE DE L’OPERATEUR SES Arianespace a mis en orbite le sa...",
            "feature_image": "https://i.ytimg.com/vi/8t1Nv3z0DUQ/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=8t1Nv3z0DUQ"
        },
        {
            "priority": 0,
            "title": "Arianespace Flight VS17 / SES-15",
            "description": "Arianespace’s workhorse Soyuz launch vehicle successfully delivered SES-15 – an all-electric telecommunications satellite for operation by European-based SES...",
            "feature_image": "https://i.ytimg.com/vi/yV30RUj8Yj8/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=yV30RUj8Yj8"
        },
        {
            "priority": 0,
            "title": "The 40th SES satellite orbited by Arianespace is lofted on its latest Soyuz mission success",
            "description": "The flight, designated VS17 in Arianespace’s launcher family numbering system, lasted 5 hrs., 18 min. from the precise liftoff at 08:54:53 a.m. (local time i...",
            "feature_image": "https://i.ytimg.com/vi/CUQReCq2_Pk/hqdefault.jpg",
            "url": "https://www.youtube.com/watch?v=CUQReCq2_Pk"
        },
        {
            "priority": 0,
            "title": "Décollage du Vol Soyouz 17 (images ralenties)",
            "description": "Le 18 mai 17, le lanceur Soyouz a réussi sa mission en mettant sur orbite le satellite SES-15, après son décollage du Centre spatial guyanais, port de l'Euro...",
            "feature_image": "https://i.ytimg.com/vi/SrpjeyETBt0/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=SrpjeyETBt0"
        }
    ],
    "webcast_live": false,
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520sta_image_20191210133244.jpg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 5642,
    "location_launch_attempt_count": 271,
    "pad_launch_attempt_count": 16,
    "agency_launch_attempt_count": 256,
    "orbital_launch_attempt_count_year": 27,
    "location_launch_attempt_count_year": 5,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 5
}