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/e652a538-6d40-4b55-97a6-7c757ec4e1e9/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "e652a538-6d40-4b55-97a6-7c757ec4e1e9",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/e652a538-6d40-4b55-97a6-7c757ec4e1e9/?format=api",
    "slug": "spectrum-maiden-flight",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Spectrum | Maiden Flight",
    "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": "2025-03-30T10:33:36Z",
    "updates": [
        {
            "id": 10577,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch failure occurred.",
            "info_url": "https://www.youtube.com/watch?v=IKLQxe2MvpQ",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-30T10:32:00Z"
        },
        {
            "id": 10576,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://www.youtube.com/watch?v=IKLQxe2MvpQ",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-30T10:30:00Z"
        },
        {
            "id": 10575,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Isar Aerospace has started",
            "info_url": "https://www.youtube.com/watch?v=IKLQxe2MvpQ",
            "created_by": "LL2",
            "created_on": "2025-03-30T09:56:00Z"
        },
        {
            "id": 10573,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/isaraerospace/status/1906196022969172285",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-30T04:07:00Z"
        },
        {
            "id": 10568,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 30. (Launch window per https://forum.nasaspaceflight.com/index.php?topic=47876.msg2671686#msg2671686)",
            "info_url": "https://x.com/isaraerospace/status/1905864701814128760",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-29T06:19:00Z"
        },
        {
            "id": 10560,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 29 due to launch site weather.",
            "info_url": "https://x.com/isaraerospace/status/1905297479559471296",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-27T17:04:00Z"
        },
        {
            "id": 10550,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 28.",
            "info_url": "https://x.com/isaraerospace/status/1904958756309328230",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-26T18:10:00Z"
        },
        {
            "id": 10541,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 27 per new NOTAMs.",
            "info_url": "https://notams.aim.faa.gov/notamSearch/createNotamPdf?transactionid=76113568",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-25T15:55:00Z"
        },
        {
            "id": 10536,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 26.",
            "info_url": "https://www.barentswatch.no/arcticinfo/andoyafiringrangedangerzone/1",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-25T06:48:00Z"
        },
        {
            "id": 10530,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "March 24th attempt scrubbed. Moving to next launch opportunity pending official confirmation.",
            "info_url": "https://x.com/isaraerospace/status/1904148400813048050",
            "created_by": "Nosu",
            "created_on": "2025-03-24T12:56:00Z"
        },
        {
            "id": 10529,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Holding for weather.",
            "info_url": "https://twitter.com/isaraerospace/status/1904138732963246193",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-24T12:00:00Z"
        },
        {
            "id": 10515,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 24.",
            "info_url": "https://x.com/isaraerospace/status/1902977867849277609",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-21T07:02:00Z"
        },
        {
            "id": 10478,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 23 per road and marine closure notices.",
            "info_url": "https://andoyaspace.no/info-messages/informasjon-om-oppskytningsperiode/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T01:47:00Z"
        },
        {
            "id": 10472,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moved to TBC with launch permit issuance, pending confirmation of launch date.",
            "info_url": "https://www.isaraerospace.com/press/isar-aerospace-receives-ncaa-permit-for-launch-and-is-ready-for-first-test-flight",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-17T17:15:00Z"
        },
        {
            "id": 10434,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding an approximate launch window based on maritime warnings, valid daily from March 20 to 30.",
            "info_url": "https://europeanspaceflight.com/inaugural-isar-aerospace-spectrum-launch-set-for-late-march/",
            "created_by": "Nosu",
            "created_on": "2025-03-14T13:12:00Z"
        },
        {
            "id": 10432,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late March.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=47876.msg2671686#msg2671686",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-14T05:29:00Z"
        },
        {
            "id": 6800,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://europeanspaceflight.com/isar-aerospace-completes-260-second-hot-fire-test/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-25T13:12:09Z"
        }
    ],
    "net": "2025-03-30T10:30:00Z",
    "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "window_end": "2025-03-30T13:30:00Z",
    "window_start": "2025-03-30T10:30:00Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 1046,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1046/?format=api",
        "name": "Isar Aerospace",
        "featured": false,
        "type": "Private",
        "country_code": "DEU",
        "abbrev": "ISAR",
        "description": "Isar Aerospace is a German aerospace company based in Munich, Germany. The company was founded in 2018.",
        "administrator": "CEO: Daniel Metzler",
        "founding_year": "2018",
        "launchers": "Spectrum",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 1,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 1,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.isaraerospace.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Isar_Aerospace",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/isar2520aerospace_logo_20230125151814.jpeg",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/isar_aerospace__image_20241021093234.png"
    },
    "rocket": {
        "id": 8206,
        "configuration": {
            "id": 491,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/491/?format=api",
            "name": "Spectrum",
            "active": false,
            "reusable": false,
            "description": "Spectrum is a small launch vehicle developed by German company Isar Aerospace.",
            "family": "",
            "full_name": "Spectrum",
            "manufacturer": {
                "id": 1046,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1046/?format=api",
                "name": "Isar Aerospace",
                "featured": false,
                "type": "Private",
                "country_code": "DEU",
                "abbrev": "ISAR",
                "description": "Isar Aerospace is a German aerospace company based in Munich, Germany. The company was founded in 2018.",
                "administrator": "CEO: Daniel Metzler",
                "founding_year": "2018",
                "launchers": "Spectrum",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 1,
                "consecutive_successful_launches": 0,
                "successful_launches": 0,
                "failed_launches": 1,
                "pending_launches": 1,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.isaraerospace.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Isar_Aerospace",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/isar2520aerospace_logo_20230125151814.jpeg",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/isar_aerospace__image_20241021093234.png"
            },
            "program": [],
            "variant": "",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 28.0,
            "diameter": 2.0,
            "maiden_flight": "2025-03-30",
            "launch_cost": null,
            "launch_mass": null,
            "leo_capacity": 1000,
            "gto_capacity": null,
            "to_thrust": 675,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
            "info_url": "https://www.isaraerospace.com/spectrum",
            "wiki_url": null,
            "total_launch_count": 1,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 1,
            "pending_launches": 1,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 6778,
        "name": "Maiden Flight",
        "description": "First flight of the Isar Spectrum launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO"
        },
        "agencies": [
            {
                "id": 1046,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1046/?format=api",
                "name": "Isar Aerospace",
                "featured": false,
                "type": "Private",
                "country_code": "DEU",
                "abbrev": "ISAR",
                "description": "Isar Aerospace is a German aerospace company based in Munich, Germany. The company was founded in 2018.",
                "administrator": "CEO: Daniel Metzler",
                "founding_year": "2018",
                "launchers": "Spectrum",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 1,
                "consecutive_successful_launches": 0,
                "successful_launches": 0,
                "failed_launches": 1,
                "pending_launches": 1,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.isaraerospace.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Isar_Aerospace",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/isar2520aerospace_logo_20230125151814.jpeg",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/isar_aerospace__image_20241021093234.png"
            }
        ],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 51,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/51/?format=api",
        "agency_id": null,
        "name": "Orbital Launch Pad",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/And%C3%B8ya_Space",
        "map_url": "https://www.google.com/maps?q=69.1084,15.5895",
        "latitude": "69.1084",
        "longitude": "15.5895",
        "location": {
            "id": 161,
            "url": "https://ll.thespacedevs.com/2.2.0/location/161/?format=api",
            "name": "Andøya Spaceport",
            "country_code": "NOR",
            "description": "Andøya Space, also named Andøya Space Center and formerly Andøya Rocket Range, is a rocket launch site, rocket range, and spaceport on Andøya island (the northernmost in the Vesterålen archipelago) in Andøy Municipality in Nordland county, Norway.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_161_20240109072235.jpg",
            "timezone_name": "Europe/Oslo",
            "total_launch_count": 1,
            "total_landing_count": 0
        },
        "country_code": "NOR",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_51_20200803143605.jpg",
        "total_launch_count": 1,
        "orbital_launch_attempt_count": 1
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "Isar Aerospace",
            "title": "Livestream: First test flight of Isar Aerospace",
            "description": "Mission Name: 'Going full Spectrum'\n\nLaunch Date: Updates via https://isaraerospace.com/newsroom-first-test-flight\n\nLaunch site: Andøya Spaceport\n\nThe launch window for 'Going full Spectrum' opens not...",
            "feature_image": "https://i.ytimg.com/vi/IKLQxe2MvpQ/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=IKLQxe2MvpQ",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-03-30T09:56:16Z",
            "end_time": "2025-03-30T10:33:13Z"
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6915,
    "location_launch_attempt_count": 1,
    "pad_launch_attempt_count": 1,
    "agency_launch_attempt_count": 1,
    "orbital_launch_attempt_count_year": 66,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1,
    "pad_turnaround": "P0D",
    "mission_patches": [
        {
            "id": 1107,
            "name": "Going Full Spectrum Mission Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/going2520full_mission_patch_20250317173241.png",
            "agency": {
                "id": 1046,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1046/?format=api",
                "name": "Isar Aerospace",
                "type": "Private"
            }
        }
    ],
    "type": "detailed"
}