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/1c040590-5157-4850-86e2-f878dd7d49d4/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "1c040590-5157-4850-86e2-f878dd7d49d4",
    "url": "https://lldev.thespacedevs.com/2.0.0/launch/1c040590-5157-4850-86e2-f878dd7d49d4/?format=api",
    "launch_library_id": null,
    "slug": "lvm-3-bluebird-block-2-1",
    "name": "LVM-3 | BlueBird Block 2 #1",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "2025-12-24T03:25:30Z",
    "window_end": "2025-12-24T06:50:00Z",
    "window_start": "2025-12-24T02:50:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.0.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": 99,
        "consecutive_successful_launches": 0,
        "successful_launches": 84,
        "failed_launches": 15,
        "pending_launches": 17,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.isro.gov.in/",
        "wiki_url": "https://en.wikipedia.org/wiki/Indian_Space_Research_Organization",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_logo_20190215225409.png",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg",
        "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_nation_20230624125733.jpg"
    },
    "rocket": {
        "id": 8407,
        "configuration": {
            "id": 172,
            "launch_library_id": 85,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/172/?format=api",
            "name": "LVM-3 (GSLV Mk III)",
            "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://lldev.thespacedevs.com/2.0.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": 99,
                "consecutive_successful_launches": 0,
                "successful_launches": 84,
                "failed_launches": 15,
                "pending_launches": 17,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.isro.gov.in/",
                "wiki_url": "https://en.wikipedia.org/wiki/Indian_Space_Research_Organization",
                "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_logo_20190215225409.png",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg",
                "nation_url": "https://thespacedevs-dev.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_mass": 629,
            "leo_capacity": 10000,
            "gto_capacity": 5000,
            "to_thrust": 11898,
            "apogee": 40000,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-dev.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": 9,
            "consecutive_successful_launches": 9,
            "successful_launches": 9,
            "failed_launches": 0,
            "pending_launches": 6
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 6995,
        "launch_library_id": null,
        "name": "BlueBird Block 2 #1",
        "description": "AST SpaceMobile’s Block 2 BlueBird satellites are designed to deliver up to 10 times the bandwidth capacity of the BlueBird Block 1 satellites, required to achieve 24/7 continuous cellular broadband service coverage in the United States, with beams designed to support a capacity of up to 40 MHz, enabling peak data transmission speeds up to 120 Mbps, supporting voice, full data and video applications. The Block 2 BlueBirds, featuring as large as 2400 square foot communications arrays, will be the largest satellites ever commercially deployed in Low Earth orbit once launched.\r\n\r\nThis launch will feature a single satellite.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
        }
    },
    "pad": {
        "id": 82,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/82/?format=api",
        "agency_id": 31,
        "name": "Satish Dhawan Space Centre Second Launch Pad",
        "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://lldev.thespacedevs.com/2.0.0/location/14/?format=api",
            "name": "Satish Dhawan Space Centre, India",
            "country_code": "IND",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
            "total_launch_count": 103,
            "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
        "total_launch_count": 32
    },
    "infoURLs": [
        {
            "priority": 10,
            "title": null,
            "description": null,
            "feature_image": null,
            "url": "https://www.isro.gov.in/media_isro/pdf/LVM3M6/LVM3M6_Brochure_201225.pdf"
        }
    ],
    "vidURLs": [
        {
            "priority": 10,
            "title": "LVM3-M6 / BlueBird Block-2 Mission | Live Launch | ISRO-NSIL",
            "description": "Watch the LVM3-M6 / BlueBird Block-2 mission live, conducted by ISRO-NSIL, deploying the BlueBird Block-2 communication satellite of AST SpaceMobile into Low Earth Orbit.\n🚀 Launch: 24 December | 08:54 IST\n📡 Livestream: 24 December | 08:24 IST onwards\n\nThis mission marks the 6th operational flight of the LVM3 launch vehicle. LVM3-M6 will place the BlueBird Block-2 satellite into Low Earth Orbit, and it is the largest commercial communications satellite to be deployed in Low Earth Orbit as well as the heaviest payload to be launched by LVM3 from Indian soil.",
            "feature_image": "https://i.ytimg.com/vi/tNpY3wLE3nE/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=tNpY3wLE3nE"
        },
        {
            "priority": 11,
            "title": "Webcast: AST SpaceMobile BlueBird 6 Mission Live Launch",
            "description": "AST SpaceMobile is scheduled to launch the first of its next-generation satellites to low Earth orbit on December 23, 2025 at 10:25 p.m. EST. The mission, called BlueBird 6, will lift off from the Satish Dhawan Space Center aboard the LVM3 rocket. Watch AST SpaceMobile's webcast featuring new videos, a word from President Scott Wisniewski, a tour of our Midland facility, and interviews with our strategic partners American Tower and Rakuten. The broadcast will begin approximately 30 minutes before launch time. The exact timing of launch is subject to change based on a number of factors, including readiness of the launch vehicle, weather conditions, and other factors – so stay tuned to AST SpaceMobile's social media channels for the latest updates.",
            "feature_image": "https://i.ytimg.com/vi/vwdATsLffyU/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=vwdATsLffyU"
        }
    ],
    "webcast_live": false,
    "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520iii_image_20190604000938.jpg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 7167,
    "location_launch_attempt_count": 102,
    "pad_launch_attempt_count": 32,
    "agency_launch_attempt_count": 98,
    "orbital_launch_attempt_count_year": 318,
    "location_launch_attempt_count_year": 5,
    "pad_launch_attempt_count_year": 4,
    "agency_launch_attempt_count_year": 5
}