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/e81bd43b-6359-4436-911f-01888c3369ef/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "e81bd43b-6359-4436-911f-01888c3369ef",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/e81bd43b-6359-4436-911f-01888c3369ef/?format=api",
    "slug": "ariane-5-eca-bepicolombo",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Ariane 5 ECA | BepiColombo",
    "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
    },
    "last_updated": "2023-06-14T04:01:04Z",
    "updates": [],
    "net": "2018-10-20T01:45:28Z",
    "net_precision": null,
    "window_end": "2018-10-20T01:45:28Z",
    "window_start": "2018-10-20T01:45:28Z",
    "probability": -1,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": null,
    "hashtag": "#BepiColombo",
    "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": 14,
        "configuration": {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/20/?format=api",
            "name": "Ariane 5 ECA",
            "active": false,
            "reusable": false,
            "description": "Ariane 5 is a heavy-lift launch vehicle, part of the Ariane rocket family.",
            "family": "Ariane 5",
            "full_name": "Ariane 5 ECA",
            "manufacturer": {
                "id": 1044,
                "url": "https://ll.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: André-Hubert Roussel",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/arianegroup_logo_20221130111224.PNG",
                "image_url": null,
                "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/arianegroup_nation_20230802053255.jpg"
            },
            "program": [],
            "variant": "ECA",
            "alias": "",
            "min_stage": 0,
            "max_stage": 2,
            "length": 57.7,
            "diameter": 5.4,
            "maiden_flight": "2002-12-11",
            "launch_cost": null,
            "launch_mass": 780,
            "leo_capacity": null,
            "gto_capacity": 10500,
            "to_thrust": 11400,
            "apogee": 40000,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Ariane_5",
            "total_launch_count": 73,
            "consecutive_successful_launches": 8,
            "successful_launches": 71,
            "failed_launches": 2,
            "pending_launches": 0,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 590,
        "name": "BepiColombo",
        "description": "BepiColombo is a joint mission of the ESA and the JAXA to the planet Mercury. The mission comprises two satellites to be launched together: the Mercury Planetary Orbiter (MPO) and the Mercury Magnetospheric Orbiter (MMO). The mission will perform a comprehensive study of Mercury, including its magnetic field, magnetosphere, interior structure and surface.",
        "launch_designator": null,
        "type": "Planetary Science",
        "orbit": {
            "id": 6,
            "name": "Heliocentric N/A",
            "abbrev": "Helio-N/A"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 77,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 3",
        "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
        "info_url": null,
        "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
        "map_url": "https://www.google.com/maps?q=5.239,-52.768",
        "latitude": "5.239",
        "longitude": "-52.768",
        "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_77_20200803143458.jpg",
        "total_launch_count": 118,
        "orbital_launch_attempt_count": 118
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "Ariane Flight VA245",
            "description": "For its seventh launch of the year, Arianespace will use an Ariane 5 ECA from the Guiana Space Center (CSG), to send the BepiColombo spacecraft on its way to the solar system’s smallest and least-explored terrestrial planet: Mercury.\n\nThe BepiColombo mission will be carried out jointly by the Europe...",
            "feature_image": "https://www.arianespace.com/wp-content/uploads/2018/10/VA245_Decollage_champ-serre_sans-texte.jpg",
            "url": "http://www.arianespace.com/mission/ariane-flight-va245/",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "BepiColombo launch live by European Space Agency",
            "description": "Watch European Space Agency's BepiColombo launch live on Livestream.com. Watch live as the ESA-JAXA BepiColombo mission to Mercury is launched on an Ariane 5 from Europe’s Spaceport in Kourou, French Guiana. \n\nBepiColombo is the first European mission to Mercury, the smallest and least explored plan...",
            "feature_image": "https://img.new.livestream.com/events/000000000080234a/5e35f5cc-ad35-4b5d-aea4-02a6b1aadc29.jpg",
            "url": "https://livestream.com/ESA/BepiColomboLaunch",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "国際水星探査計画BepiColombo/アリアン5型ロケット打上げライブ中継",
            "description": "日本時間10月20日(土)アリアン5型ロケットによる国際水星探査計画BepiColombo打上げの模様を中継します。 番組放送時間: 10:00~12:00(日本時間 ) 打上げ予定日時: 日本時間 10月20日(土) 10時45分28秒 〔フランス領ギアナ現地時間 10月19日(金) 22時45分28秒〕 打上...",
            "feature_image": "https://i.ytimg.com/vi/qQvLRITSFs4/hqdefault.jpg",
            "url": "https://www.youtube.com/watch?v=qQvLRITSFs4",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "BepiColombo liftoff",
            "description": "BepiColombo lifted off from Europe’s Spaceport in Kourou, French Guiana, on an Ariane 5 rocket at 01:45 GMT on 20 October 2018 Learn more about #BepiColombo:...",
            "feature_image": "https://i.ytimg.com/vi/d6Aj6Ht8Ozo/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=d6Aj6Ht8Ozo",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "Arianespace Flight VA245 / Behind the Scenes of the Dream",
            "description": "Arianespace has successfully launched the BepiColombo spacecraft on its mission to explore Mercury, the smallest and least known terrestrial planet in the So...",
            "feature_image": "https://i.ytimg.com/vi/yC63y76o1hc/hqdefault.jpg",
            "url": "https://www.youtube.com/watch?v=yC63y76o1hc",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "Arianespace Flight VA245 – BepiColombo (EN)",
            "description": "Francais ici https://www.youtube.com/watch?v=P7cjXNtBvAA For its seventh launch of the year, Arianespace will use an Ariane 5 ECA from the Guiana Space Cente...",
            "feature_image": "https://i.ytimg.com/vi/Fy4TjF_zNmk/hqdefault.jpg",
            "url": "https://www.youtube.com/watch?v=Fy4TjF_zNmk",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "Décollage d'Ariane 5 et BepiColombo",
            "description": "Le 19 octobre, Ariane 5 décolle du Centre spatial guyanais avec à son bord BepiColombo, une mission de l'ESA qui étudiera la planète Mercure. Placée par Aria...",
            "feature_image": "https://i.ytimg.com/vi/G0hvTDX9Kqs/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=G0hvTDX9Kqs",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 5777,
    "location_launch_attempt_count": 284,
    "pad_launch_attempt_count": 102,
    "agency_launch_attempt_count": 269,
    "orbital_launch_attempt_count_year": 81,
    "location_launch_attempt_count_year": 7,
    "pad_launch_attempt_count_year": 5,
    "agency_launch_attempt_count_year": 7,
    "pad_turnaround": "P24DT3H7M28S",
    "mission_patches": [],
    "type": "detailed"
}