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/b40ee62a-db10-4eb0-bb00-2cfbf6d2a3eb/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "b40ee62a-db10-4eb0-bb00-2cfbf6d2a3eb",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/b40ee62a-db10-4eb0-bb00-2cfbf6d2a3eb/?format=api",
    "slug": "maia-demo-flight",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Maia | Demo Flight",
    "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
    },
    "last_updated": "2026-03-02T10:44:11Z",
    "updates": [
        {
            "id": 14148,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET H1 2027",
            "info_url": "https://europeanspaceflight.com/maiaspace-pushes-inaugural-launch-of-maia-rocket-to-2027/",
            "created_by": "Nosu",
            "created_on": "2026-03-02T10:44:00Z"
        },
        {
            "id": 13588,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET late 2026",
            "info_url": "https://europeanspaceflight.com/maiaspace-to-launch-minimum-viable-product-in-2026/",
            "created_by": "Nosu",
            "created_on": "2026-01-11T10:23:00Z"
        },
        {
            "id": 13146,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.lefigaro.fr/economie/2026-l-annee-de-l-envol-pour-le-mini-lanceur-europeen-maia-20251202",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-12-05T13:41:00Z"
        }
    ],
    "net": "2027-06-30T00:00:00Z",
    "net_precision": {
        "id": 12,
        "name": "Year Half 1",
        "abbrev": "H1",
        "description": "The T-0 is expected in the first half of the given year."
    },
    "window_end": "2027-06-30T00:00:00Z",
    "window_start": "2027-06-30T00:00:00Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 1103,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1103/?format=api",
        "name": "MaiaSpace",
        "featured": false,
        "type": "Private",
        "country_code": "FRA",
        "abbrev": "MaiaSpace",
        "description": "MaiaSpace is a wholly-owned subsidiary of ArianeGroup established in 2022 to develop a small reusable orbital launch vehicle, the Maia rocket.",
        "administrator": null,
        "founding_year": "2022",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 0,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 0,
        "pending_launches": 2,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.maia-space.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/ArianeGroup#MaiaSpace",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maiaspace_logo_image_20251205132157.jpg",
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maiaspace_socia_image_20251205132249.jpeg"
    },
    "rocket": {
        "id": 8837,
        "configuration": {
            "id": 547,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/547/?format=api",
            "name": "Maia",
            "active": true,
            "reusable": true,
            "description": "The Maia rocket is a future orbital reusable launch vehicle under development by the French startup MaiaSpace, a wholly-owned subsidiary of the ArianeGroup. The first stage is powered by 3 Prometheus gas generator methane/LOX engines developed under  ESA's Future Launchers Preparatory Programme, with the first stage booster returning to a barge at sea.\r\nThe second stage is powered by a single Prometheus engine, with restart capability. \r\nAn optional Colibri kick stage could be added to provide enhanced mission flexibility as well as performance to LEO.",
            "family": "",
            "full_name": "Maia",
            "manufacturer": {
                "id": 1103,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1103/?format=api",
                "name": "MaiaSpace",
                "featured": false,
                "type": "Private",
                "country_code": "FRA",
                "abbrev": "MaiaSpace",
                "description": "MaiaSpace is a wholly-owned subsidiary of ArianeGroup established in 2022 to develop a small reusable orbital launch vehicle, the Maia rocket.",
                "administrator": null,
                "founding_year": "2022",
                "launchers": "",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 0,
                "consecutive_successful_launches": 0,
                "successful_launches": 0,
                "failed_launches": 0,
                "pending_launches": 2,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.maia-space.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/ArianeGroup#MaiaSpace",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maiaspace_logo_image_20251205132157.jpg",
                "image_url": null,
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maiaspace_socia_image_20251205132249.jpeg"
            },
            "program": [],
            "variant": "",
            "alias": "",
            "min_stage": 2,
            "max_stage": 3,
            "length": 50.0,
            "diameter": 3.5,
            "maiden_flight": null,
            "launch_cost": null,
            "launch_mass": null,
            "leo_capacity": 1500,
            "gto_capacity": null,
            "to_thrust": 2940,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maia_rocket_in__image_20251205133047.jpeg",
            "info_url": "https://www.maia-space.com/our-launcher/",
            "wiki_url": "https://en.wikipedia.org/wiki/Maia_(rocket)",
            "total_launch_count": 0,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 0,
            "pending_launches": 2,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 7428,
        "name": "Demo Flight",
        "description": "First launch of MaiaSpace’s Maia launch vehicle. Suborbital test flight with a target altitude of at least 100 km.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
        },
        "agencies": [
            {
                "id": 1103,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1103/?format=api",
                "name": "MaiaSpace",
                "featured": false,
                "type": "Private",
                "country_code": "FRA",
                "abbrev": "MaiaSpace",
                "description": "MaiaSpace is a wholly-owned subsidiary of ArianeGroup established in 2022 to develop a small reusable orbital launch vehicle, the Maia rocket.",
                "administrator": null,
                "founding_year": "2022",
                "launchers": "",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 0,
                "consecutive_successful_launches": 0,
                "successful_launches": 0,
                "failed_launches": 0,
                "pending_launches": 2,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.maia-space.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/ArianeGroup#MaiaSpace",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maiaspace_logo_image_20251205132157.jpg",
                "image_url": null,
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maiaspace_socia_image_20251205132249.jpeg"
            }
        ],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 81,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/81/?format=api",
        "agency_id": 115,
        "name": "Soyuz Launch Complex",
        "description": "The Ensemble de Lancement Soyouz (ELS)  is a launch complex at the Guiana Space Centre in Kourou/Sinnamary, French Guiana. It was used by Soyuz-ST rockets: modified versions of the Soyuz-2 optimised for launch from Kourou under Soyuz at the Guiana Space Centre programme.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Ensemble_de_Lancement_Soyouz",
        "map_url": "https://www.google.com/maps?q=5.3019,-52.8346",
        "latitude": "5.3019",
        "longitude": "-52.8346",
        "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
            "timezone_name": "America/Cayenne",
            "total_launch_count": 331,
            "total_landing_count": 0
        },
        "country_code": "GUF",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_81_20200803143601.jpg",
        "total_launch_count": 26,
        "orbital_launch_attempt_count": 26
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maia_rocket_in__image_20251205133047.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": null,
    "location_launch_attempt_count": 351,
    "pad_launch_attempt_count": 27,
    "agency_launch_attempt_count": 1,
    "orbital_launch_attempt_count_year": null,
    "location_launch_attempt_count_year": 6,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1,
    "pad_turnaround": "P1965DT5H50M23S",
    "mission_patches": [],
    "type": "detailed"
}