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/0447ac37-c912-44ea-9d60-2c9add20833f/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "0447ac37-c912-44ea-9d60-2c9add20833f",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/0447ac37-c912-44ea-9d60-2c9add20833f/?format=api",
    "launch_library_id": null,
    "slug": "molniya-m-molniya-1t-84",
    "name": "Molniya-M | Molniya-1T 84",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "1992-08-06T19:30:59Z",
    "window_end": "1992-08-06T19:30:59Z",
    "window_start": "1992-08-06T19:30:59Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": null,
    "holdreason": "",
    "failreason": null,
    "hashtag": null,
    "launch_service_provider": {
        "id": 111,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/111/?format=api",
        "name": "Progress Rocket Space Center",
        "featured": false,
        "type": "Commercial",
        "country_code": "RUS",
        "abbrev": "PRSC",
        "description": "Progress Rocket Space Centre, formerly known as TsSKB-Progress, is a space science and aerospace research company which is known for manufacturing launch vehicles and satellites. Most notably, Progress Rocket Space Centre is the manufacturer of Soyuz launch vehicles.",
        "administrator": "CEO: Dmitry Baranov",
        "founding_year": "1996",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 45,
        "consecutive_successful_launches": 3,
        "successful_launches": 44,
        "failed_launches": 1,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://en.samspace.ru/",
        "wiki_url": "https://en.wikipedia.org/wiki/Progress_Rocket_Space_Centre",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress2520rocket2520space2520center_logo_20210313175054.png",
        "image_url": null,
        "nation_url": null
    },
    "rocket": {
        "id": 6456,
        "configuration": {
            "id": 106,
            "launch_library_id": 126,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/106/?format=api",
            "name": "Molniya-M",
            "description": "",
            "family": "R-7",
            "full_name": "Molniya-M 2BL",
            "manufacturer": {
                "id": 193,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
                "name": "Russian Space Forces",
                "featured": false,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "VKS",
                "description": "The Russian Space Forces are a branch of the Russian Aerospace Forces, that provides aerospace warning, air sovereignty, and protection for Russia. Having been reestablished following August 1, 2015 merger between the Russian Air Force and the Russian Aerospace Defence Forces after a 2011 dissolving of the branch. The Russian Space Forces were originally formed on August 10, 1992 and the creation of the Russian Armed Forces.",
                "administrator": "Commander: Aleksandr Golovko",
                "founding_year": "1992",
                "launchers": "",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 143,
                "consecutive_successful_launches": 55,
                "successful_launches": 135,
                "failed_launches": 8,
                "pending_launches": 2,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Russian_Aerospace_Forces",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520space2520forces_logo_20200805185824.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520space2520forces_image_20191210085547.png",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520space2520forces_nation_20230805154528.png"
            },
            "program": [],
            "variant": "2BL",
            "alias": "",
            "min_stage": null,
            "max_stage": null,
            "length": null,
            "diameter": null,
            "maiden_flight": "1965-10-04",
            "launch_mass": null,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Molniya-M",
            "total_launch_count": 272,
            "consecutive_successful_launches": 4,
            "successful_launches": 259,
            "failed_launches": 13,
            "pending_launches": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 4846,
        "launch_library_id": null,
        "name": "Molniya-1T 84",
        "description": "Military communications satellite in a highly elliptic orbit",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
            "id": 0,
            "name": "Elliptical Orbit",
            "abbrev": "Elliptical"
        }
    },
    "pad": {
        "id": 36,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
            "name": "Plesetsk Cosmodrome, Russian Federation",
            "country_code": "RUS",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
            "total_launch_count": 1674,
            "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 230
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "image": null,
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 3739,
    "location_launch_attempt_count": 1398,
    "pad_launch_attempt_count": 189,
    "agency_launch_attempt_count": 4,
    "orbital_launch_attempt_count_year": 51,
    "location_launch_attempt_count_year": 17,
    "pad_launch_attempt_count_year": 5,
    "agency_launch_attempt_count_year": 4
}