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/d9486816-bb61-4b16-bcfa-0d1e9ba40696/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "d9486816-bb61-4b16-bcfa-0d1e9ba40696",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/d9486816-bb61-4b16-bcfa-0d1e9ba40696/?format=api",
    "slug": "vega-seosat-ingenio-taranis",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Vega | SEOSAT-Ingenio & Taranis",
    "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
    },
    "last_updated": "2023-06-14T03:49:36Z",
    "updates": [
        {
            "id": 27,
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "Arianespace confirmed the mission is lost.",
            "info_url": "https://twitter.com/Arianespace/status/1328528667123838976",
            "created_by": "Koun7erfit",
            "created_on": "2020-11-17T05:19:04Z"
        },
        {
            "id": 25,
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/profile_images/spacevogel_profile_20210217192809.jpg",
            "comment": "Added webcast links.",
            "info_url": "https://www.youtube.com/watch?v=IveCBs-cCTw",
            "created_by": "spacevogel",
            "created_on": "2020-11-16T19:44:49Z"
        }
    ],
    "net": "2020-11-17T01:52:20Z",
    "net_precision": null,
    "window_end": "2020-11-17T01:52:20Z",
    "window_start": "2020-11-17T01:52:20Z",
    "probability": -1,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "AVUM upper stage tumbled uncontrollably during the first burn because cables in the engine control system were improperly connected.",
    "hashtag": "#SEOSATIngenio",
    "launch_service_provider": {
        "id": 115,
        "url": "https://ll.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: Stéphane Israël",
        "founding_year": "1980",
        "launchers": "Ariane | Vega",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 315,
        "consecutive_successful_launches": 3,
        "successful_launches": 300,
        "failed_launches": 15,
        "pending_launches": 51,
        "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/arianespace_logo_20210603173752.png",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/arianespace_image_20190207032425.jpeg",
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/arianespace_nation_20230530190314.jpg"
    },
    "rocket": {
        "id": 2141,
        "configuration": {
            "id": 167,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/167/?format=api",
            "name": "Vega",
            "active": true,
            "reusable": false,
            "description": "Vega is the smallest lifter in the current Arianespace family.",
            "family": "Vega",
            "full_name": "Vega",
            "manufacturer": {
                "id": 159,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/159/?format=api",
                "name": "Avio S.p.A",
                "featured": false,
                "type": "Commercial",
                "country_code": "ITA",
                "abbrev": "Avio",
                "description": "Avio S.p.A. is an Italian company operating in the aerospace sector with its head office in Colleferro near Rome, Italy. Founded in 1908, it is present in Italy and abroad with different commercial offices and 10 production sites.",
                "administrator": "CEO: Giulio Ranzo",
                "founding_year": "1908",
                "launchers": "Vega",
                "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": "http://www.aviogroup.com/",
                "wiki_url": "http://en.wikipedia.org/wiki/Avio",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/avio2520s.p.a_logo_20221130103121.png",
                "image_url": null,
                "nation_url": null
            },
            "program": [],
            "variant": "",
            "alias": "",
            "min_stage": 4,
            "max_stage": 4,
            "length": 29.9,
            "diameter": 3.025,
            "maiden_flight": "2012-02-13",
            "launch_cost": "37000000",
            "launch_mass": 137,
            "leo_capacity": 1500,
            "gto_capacity": null,
            "to_thrust": 2974,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vega_image_20201111143622.jpeg",
            "info_url": "http://www.arianespace.com/vehicle/vega/",
            "wiki_url": "https://en.wikipedia.org/wiki/Vega_(rocket)",
            "total_launch_count": 21,
            "consecutive_successful_launches": 4,
            "successful_launches": 19,
            "failed_launches": 2,
            "pending_launches": 1,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 693,
        "name": "SEOSAT-Ingenio & Taranis",
        "description": "SEOSAT-Ingenio is a high-resolution optical imaging mission of Spain - the flagship mission of the Spanish space strategic plan. Its mission is devoted to ensure an even coverage of the areas of national interest, providing a large operational capability in the capture of high-resolution multi-spectral land optical images for numerous user groups, as well as supporting and optimizing the development in Spain of teledetection-based applications in Spain. The overall mission objective is to provide information for applications in cartography, land use, urban management, water management, environmental monitoring, risk management and security.\r\n\r\nTARANIS (Tool for the Analysis of RAdiation from lightNIngand Sprites), the Celtic god of thunder and lightning, is the first satellite designed to observe luminous, radiative and electromagnetic phenomena occurring at altitudes of 20 to 100 km over thunderstorms. Discovered 20 years ago, such transient luminous events (TLEs) such as red sprites, blue jets, elves, sprite halos, etc. remain shrouded in mystery. They are sometimes accompanied by terrestrial gamma-ray flashes (TGFs). The TARANIS microsatellite will fly over thousands of TLEs and TGFs for at least four years and will be capable of detecting these events and recording their luminous and radiative signatures at high resolution, as well as the electromagnetic perturbations they set off in Earth’s upper atmosphere. The payload includes numerous sensors to observe the TLEs and to perform in-situ measurements of perturbations caused on the local plasma (fields, waves and particles).",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 34,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/34/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 1 (ELV)",
        "description": "ELA-1, now named Ensemble de Lancement Vega (short ELV), is a launch pad at the Centre Spatial Guyanais in French Guiana. It has been used to support launches of the Europa rocket, Ariane 1, Ariane 3, and is currently used to launch Vega rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
        "map_url": "https://www.google.com/maps?q=5.236,-52.775",
        "latitude": "5.236",
        "longitude": "-52.775",
        "location": {
            "id": 13,
            "url": "https://ll.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_13_20200803142412.jpg",
            "timezone_name": "America/Cayenne",
            "total_launch_count": 320,
            "total_landing_count": 0
        },
        "country_code": "GUF",
        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_34_20200803143527.jpg",
        "total_launch_count": 49,
        "orbital_launch_attempt_count": 49
    },
    "infoURLs": [
        {
            "priority": 10,
            "source": null,
            "title": "Vega Flight VV17",
            "description": "For its seventh launch of the year – and the 17th to be performed by the Vega launcher since its first liftoff from the Guiana space center in 2012 – Arianespace will orbit two satellites: SEOSAT-Ingenio for ESA, on behalf of Spain’s Center for Development of Industrial Technology (CDTI), and TARANI...",
            "feature_image": null,
            "url": "https://www.arianespace.com/mission/vega-flight-vv17/",
            "type": null,
            "language": null
        }
    ],
    "vidURLs": [
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "Arianespace Flight VV17 – SEOSAT-Ingenio and Taranis (EN)",
            "description": "Pour la vérsion en Français, cliquez ici: https://www.youtube.com/watch?v=T_ZrZ6T6o0A Para la version en Español, pulsa aqui: https://www.youtube.com/watch?v...",
            "feature_image": "https://i.ytimg.com/vi/IveCBs-cCTw/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=IveCBs-cCTw",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 1,
            "source": null,
            "publisher": null,
            "title": "Arianespace Vol VV17 - SEOSAT-Ingenio et Taranis (FR)",
            "description": "For the English version, click here: https://www.youtube.com/watch?v=IveCBs-cCTw Para la version en Español, pulsa aqui: https://www.youtube.com/watch?v=gvlt...",
            "feature_image": "https://i.ytimg.com/vi/T_ZrZ6T6o0A/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=T_ZrZ6T6o0A",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 2,
            "source": null,
            "publisher": null,
            "title": "Arianespace Vuelo VV17 – SEOSAT-Ingenio y Taranis (ES)",
            "description": "For the English version, click here: https://www.youtube.com/watch?v=IveCBs-cCTw Pour la vérsion en Français, cliquez ici: https://www.youtube.com/watch?v=T_...",
            "feature_image": "https://i.ytimg.com/vi/gvltt4dyZGI/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=gvltt4dyZGI",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vega_image_20201111143622.jpeg",
    "infographic": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/vega2520257c_infographic_20201116161633.png",
    "program": [],
    "orbital_launch_attempt_count": 6005,
    "location_launch_attempt_count": 302,
    "pad_launch_attempt_count": 43,
    "agency_launch_attempt_count": 289,
    "orbital_launch_attempt_count_year": 93,
    "location_launch_attempt_count_year": 5,
    "pad_launch_attempt_count_year": 2,
    "agency_launch_attempt_count_year": 7,
    "pad_turnaround": "P75DT1M10S",
    "mission_patches": [],
    "type": "detailed"
}