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/6321fcb8-9d97-499c-9564-e58477f70fe5/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "6321fcb8-9d97-499c-9564-e58477f70fe5",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/6321fcb8-9d97-499c-9564-e58477f70fe5/?format=api",
    "slug": "lvm-3-oneweb-18",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "LVM-3 | OneWeb 18",
    "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
    },
    "last_updated": "2024-03-05T18:18:27Z",
    "updates": [
        {
            "id": 3672,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://twitter.com/OneWeb/status/1639855663412129792",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-26T05:07:46Z"
        },
        {
            "id": 3670,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff",
            "info_url": "https://www.youtube.com/live/bIKIzl-h3Qo",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-26T03:30:52Z"
        },
        {
            "id": 3669,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=bIKIzl-h3Qo",
            "created_by": "LL2",
            "created_on": "2023-03-26T03:01:48Z"
        },
        {
            "id": 3571,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Go for launch.",
            "info_url": "https://oneweb.net/resources/oneweb-launch-36-satellites-isro-final-launch-complete-constellation-enable-global",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-15T12:35:24Z"
        },
        {
            "id": 3500,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch window per NOTAM A0644/23",
            "info_url": null,
            "created_by": "Nosu",
            "created_on": "2023-03-10T12:44:40Z"
        },
        {
            "id": 3456,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 26",
            "info_url": "https://twitter.com/sdhrthmp/status/1631994390255382528",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-05T13:22:03Z"
        },
        {
            "id": 3339,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Mid-March; swapped launch sequence with Falcon 9 launch",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-02-17T03:45:07Z"
        },
        {
            "id": 2139,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per newest info of OneWeb RTF arrangements.",
            "info_url": "https://www.wionews.com/india-news/indias-gslv-mk3-rocket-to-launch-oneweb-satellites-in-oct22-and-jan23-isro-chairman-493475",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-07-26T10:38:24Z"
        }
    ],
    "net": "2023-03-26T03:30:20Z",
    "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
    },
    "window_end": "2023-03-26T03:30:20Z",
    "window_start": "2023-03-26T03:30:20Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 31,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "featured": true,
        "type": "Government",
        "country_code": "IND",
        "abbrev": "ISRO",
        "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"",
        "administrator": "Chairman: V. Narayanan",
        "founding_year": "1969",
        "launchers": "PSLV | GSLV",
        "spacecraft": "Gaganyaan",
        "launch_library_url": null,
        "total_launch_count": 94,
        "consecutive_successful_launches": 16,
        "successful_launches": 81,
        "failed_launches": 13,
        "pending_launches": 19,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.isro.gov.in/",
        "wiki_url": "http://en.wikipedia.org/wiki/Indian_Space_Research_Organization",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_logo_20190215225409.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_nation_20230624125733.jpg"
    },
    "rocket": {
        "id": 2675,
        "configuration": {
            "id": 172,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/172/?format=api",
            "name": "LVM-3 (GSLV Mk III)",
            "active": true,
            "reusable": false,
            "description": "The Launch Vehicle Mark-3 (LVM-3), previously called Geosynchronous Satellite Launch Vehicle Mark III (GSLV Mk III), is a three-stage medium-lift launch vehicle developed by the Indian Space Research Organisation (ISRO). It is designed to launch satellites into geostationary orbit, and is intended as a launch vehicle for crewed missions under the Indian Human Spaceflight Programme.",
            "family": "GSLV",
            "full_name": "Launch Vehicle Mark-3 (GSLV Mk III)",
            "manufacturer": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "featured": true,
                "type": "Government",
                "country_code": "IND",
                "abbrev": "ISRO",
                "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"",
                "administrator": "Chairman: V. Narayanan",
                "founding_year": "1969",
                "launchers": "PSLV | GSLV",
                "spacecraft": "Gaganyaan",
                "launch_library_url": null,
                "total_launch_count": 94,
                "consecutive_successful_launches": 16,
                "successful_launches": 81,
                "failed_launches": 13,
                "pending_launches": 19,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.isro.gov.in/",
                "wiki_url": "http://en.wikipedia.org/wiki/Indian_Space_Research_Organization",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_logo_20190215225409.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_nation_20230624125733.jpg"
            },
            "program": [],
            "variant": "",
            "alias": "",
            "min_stage": 0,
            "max_stage": 3,
            "length": 43.4,
            "diameter": 4.0,
            "maiden_flight": "2014-12-18",
            "launch_cost": "46000000",
            "launch_mass": 629,
            "leo_capacity": 10000,
            "gto_capacity": 5000,
            "to_thrust": 11898,
            "apogee": 40000,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520iii_image_20190604000938.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Geosynchronous_Satellite_Launch_Vehicle",
            "total_launch_count": 7,
            "consecutive_successful_launches": 7,
            "successful_launches": 7,
            "failed_launches": 0,
            "pending_launches": 7,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 6112,
        "name": "OneWeb 18",
        "description": "A batch of 36 satellites for the OneWeb satellite constellation, which is intended to provide global Internet broadband service for individual consumers. The constellation is planned to have around 648 microsatellites (of which 60 are spares), around 150 kg each, operating in Ku-band from low Earth orbit.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
            "id": 13,
            "name": "Polar Orbit",
            "abbrev": "PO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 82,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/82/?format=api",
        "agency_id": 31,
        "name": "Satish Dhawan Space Centre Second Launch Pad",
        "description": "The second launch pad was built between 1999 and 2003.  It became functional in 2005 and has since been used for various rockets. This launch pad supports missions by PSLV, GSLV, LVM3 rockets and is even envisioned for India's future crewed spaceflight.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
        "latitude": "13.7199",
        "longitude": "80.2304",
        "location": {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.2.0/location/14/?format=api",
            "name": "Satish Dhawan Space Centre, India",
            "country_code": "IND",
            "description": "Satish Dhawan Space Centre – SDSC (formerly Sriharikota Range – SHAR),[1] is the primary spaceport of the Indian Space Research Organisation (ISRO), located in Sriharikota, Andhra Pradesh.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
            "timezone_name": "Asia/Kolkata",
            "total_launch_count": 98,
            "total_landing_count": 0
        },
        "country_code": "IND",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
        "total_launch_count": 29,
        "orbital_launch_attempt_count": 28
    },
    "infoURLs": [
        {
            "priority": 10,
            "source": null,
            "title": "",
            "description": "",
            "feature_image": null,
            "url": "https://www.isro.gov.in/media_isro/pdf/Missions/LVM3/LVM3_M3_OneWeb_India2_Brochure_V8.pdf",
            "type": null,
            "language": null
        }
    ],
    "vidURLs": [
        {
            "priority": 10,
            "source": null,
            "publisher": null,
            "title": "Launch of LVM3-M3/OneWeb India-2 Mission from Satish Dhawan Space Centre (SDSC) SHAR, Sriharikota",
            "description": "The launch of LVM3-M3/OneWeb India-2 mission is scheduled for March 26, 2023, at 0900 hours IST from the second launch pad at Satish Dhawan Space Centre SDSC...",
            "feature_image": "https://i.ytimg.com/vi/bIKIzl-h3Qo/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=bIKIzl-h3Qo",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lvm-32520257c_image_20240101095438.jpeg",
    "infographic": null,
    "program": [
        {
            "id": 26,
            "url": "https://ll.thespacedevs.com/2.2.0/program/26/?format=api",
            "name": "OneWeb",
            "description": "Satellite constellation in low Earth orbit that can provide high-speed broadband internet to rural and isolated areas.",
            "agencies": [
                {
                    "id": 1081,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1081/?format=api",
                    "name": "Eutelsat OneWeb",
                    "type": "Commercial"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/oneweb_program_20231228155842.jpeg",
            "start_date": "2019-02-27T21:37:00Z",
            "end_date": null,
            "info_url": "https://oneweb.net/",
            "wiki_url": "https://en.wikipedia.org/wiki/Eutelsat_OneWeb",
            "mission_patches": [],
            "type": {
                "id": 3,
                "name": "Communication Constellation"
            }
        }
    ],
    "orbital_launch_attempt_count": 6416,
    "location_launch_attempt_count": 86,
    "pad_launch_attempt_count": 24,
    "agency_launch_attempt_count": 82,
    "orbital_launch_attempt_count_year": 48,
    "location_launch_attempt_count_year": 2,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 2,
    "pad_turnaround": "P154DT8H52M40S",
    "mission_patches": [
        {
            "id": 836,
            "name": "OneWeb 18 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/oneweb2520182_mission_patch_20230718140644.png",
            "agency": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "type": "Government"
            }
        }
    ],
    "type": "detailed"
}