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/e4d243bc-153c-454f-a426-69100b0daedc/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "e4d243bc-153c-454f-a426-69100b0daedc",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/e4d243bc-153c-454f-a426-69100b0daedc/?format=api",
    "launch_library_id": null,
    "slug": "gravity-1-maiden-flight",
    "name": "Gravity-1 | Maiden flight",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "2024-01-11T05:30:00Z",
    "window_end": "2024-01-11T07:05:00Z",
    "window_start": "2024-01-11T05:15:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 1080,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1080/?format=api",
        "name": "Orienspace Technology",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "OrienSpace",
        "description": "Galactic Energy is a private aerospace company headquartered in Yantai, Shandong, China, established in 2020. The company is developing the Gravity Series of satellite launch vehicles.",
        "administrator": null,
        "founding_year": "2020",
        "launchers": "Gravity-1",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 1,
        "consecutive_successful_launches": 1,
        "successful_launches": 1,
        "failed_launches": 0,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.orienspace.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Orienspace",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orienspace2520technology_logo_20240112075736.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orienspace2520technology_nation_20240112075637.png"
    },
    "rocket": {
        "id": 8157,
        "configuration": {
            "id": 503,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/503/?format=api",
            "name": "Gravity-1",
            "description": "A 4 stage launch vehicle by Chinese private company OrienSpace, consisting of 5 solid rocket motors clustered together but with the center motor igniting just before boosters separation. The upper two stages also uses solid fuel.",
            "family": "",
            "full_name": "Gravity-1",
            "manufacturer": {
                "id": 1080,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1080/?format=api",
                "name": "Orienspace Technology",
                "featured": false,
                "type": "Commercial",
                "country_code": "CHN",
                "abbrev": "OrienSpace",
                "description": "Galactic Energy is a private aerospace company headquartered in Yantai, Shandong, China, established in 2020. The company is developing the Gravity Series of satellite launch vehicles.",
                "administrator": null,
                "founding_year": "2020",
                "launchers": "Gravity-1",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 1,
                "consecutive_successful_launches": 1,
                "successful_launches": 1,
                "failed_launches": 0,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "http://www.orienspace.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Orienspace",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orienspace2520technology_logo_20240112075736.png",
                "image_url": null,
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orienspace2520technology_nation_20240112075637.png"
            },
            "program": [],
            "variant": "Gravity-1",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 29.4,
            "diameter": null,
            "maiden_flight": "2024-01-11",
            "launch_mass": 405,
            "leo_capacity": 6500,
            "gto_capacity": null,
            "to_thrust": 5880,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gravity-1_image_20240108105446.jpeg",
            "info_url": "https://www.orienspace.com/productPage",
            "wiki_url": null,
            "total_launch_count": 1,
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 0,
            "pending_launches": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 6718,
        "launch_library_id": null,
        "name": "Maiden flight",
        "description": "First launch of Chinese private company OrienSpace's Gravity-1 launch vehicle from an ocean-going launch platform. Payload is Yunyao-1 18-20, 3 weather satellites performing atmospheric measurements using GNSS Radio Occultation for a Tianjin based company. Constellation is planned to have an eventual 90 satellites.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
        }
    },
    "pad": {
        "id": 212,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/212/?format=api",
        "agency_id": 88,
        "name": "Haiyang Spaceport",
        "info_url": null,
        "wiki_url": null,
        "map_url": null,
        "latitude": "36.676794",
        "longitude": "121.235103",
        "location": {
            "id": 3,
            "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api",
            "name": "Sea Launch",
            "country_code": "???",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
            "total_launch_count": 56,
            "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_haiyang_spaceport_20230827174240.jpg",
        "total_launch_count": 4
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 10,
            "title": "微博直播",
            "description": "",
            "feature_image": null,
            "url": "https://weibo.com/l/wblive/p/show/1022:2321324988959452168292"
        },
        {
            "priority": 11,
            "title": "龙腾海澜,见证全球最大固体运载火箭中国腾飞! - 环球网 - 哔哩哔哩直播,二次元弹幕直播平台",
            "description": "环球网的哔哩哔哩直播间,环球网将在中国唯一的海上发射母港——东方航天港,展示东方空间引力一号(遥一)海澜之家号运载火箭首次飞行试验的盛况,与海澜之家一起,展示中国的商业航天产业发展。直播还会邀请火箭技术专家讲解这枚全球最大固体运载火箭背后的技术和意义。让我们一起见证,全球最大固体运载火箭在中国腾飞!弹幕,礼物,道具,活动多种玩法,bilibili 直播让您拉进与小伙伴们之间的距离。",
            "feature_image": null,
            "url": "https://live.bilibili.com/21704811"
        }
    ],
    "webcast_live": false,
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gravity-12520_image_20240112065126.jpg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6598,
    "location_launch_attempt_count": 49,
    "pad_launch_attempt_count": 1,
    "agency_launch_attempt_count": 1,
    "orbital_launch_attempt_count_year": 9,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1
}