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/dc967d5c-7eb0-426c-8d70-f23dad6c0176/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "dc967d5c-7eb0-426c-8d70-f23dad6c0176",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/dc967d5c-7eb0-426c-8d70-f23dad6c0176/?format=api",
    "slug": "nuri-nextsat-2-snipe",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Nuri | NEXTSat-2 & SNIPE",
    "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
    },
    "last_updated": "2024-03-05T18:06:52Z",
    "updates": [
        {
            "id": 4139,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.youtube.com/watch?v=fEAjHv7S9FM",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-25T10:57:19Z"
        },
        {
            "id": 4137,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=0WzHxrH0Sac",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-25T09:24:18Z"
        },
        {
            "id": 4136,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=fEAjHv7S9FM",
            "created_by": "LL2",
            "created_on": "2023-05-25T05:50:37Z"
        },
        {
            "id": 4134,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://twitter.com/yonhapnews/status/1661565885071659009",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-25T03:02:55Z"
        },
        {
            "id": 4121,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day due to launcher communication issue.",
            "info_url": "https://twitter.com/Kor_Spaceflight/status/1661272742891601920",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-24T07:43:46Z"
        },
        {
            "id": 4114,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=AgphSE8RB3g",
            "created_by": "LL2",
            "created_on": "2023-05-24T04:54:32Z"
        },
        {
            "id": 3777,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 24",
            "info_url": "https://twitter.com/kari2030/status/1645695298046664704",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-11T08:36:58Z"
        },
        {
            "id": 3640,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET May 10 at 09:00 UTC",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=58438.msg2465240#msg2465240",
            "created_by": "Nosu",
            "created_on": "2023-03-23T10:15:05Z"
        },
        {
            "id": 3696,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET TBD May 2023",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=58438.msg2470225#msg2470225",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-29T05:11:57Z"
        }
    ],
    "net": "2023-05-25T09:24:00Z",
    "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "window_end": "2023-05-25T09:54:00Z",
    "window_start": "2023-05-25T08:54:00Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 41,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/41/?format=api",
        "name": "Korea Aerospace Research Institute",
        "featured": false,
        "type": "Government",
        "country_code": "KOR",
        "abbrev": "KARI",
        "description": "The Korea Aerospace Research Institute (KARI) established in 1989, is the aeronautics and space agency of Republic of Korea. Its main laboratories are located in Daejeon, in the Daedeok Science Town.",
        "administrator": "Administrator: Lee Sang-Ryool",
        "founding_year": "1989",
        "launchers": "Nuri",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 7,
        "consecutive_successful_launches": 2,
        "successful_launches": 4,
        "failed_launches": 3,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.kari.kr/",
        "wiki_url": "http://en.wikipedia.org/wiki/Korea_Aerospace_Research_Institute",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/korea2520aerospace2520research2520institute_logo_20200806032236.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/korea2520aerospace2520research2520institute_nation_20230604194037.jpg"
    },
    "rocket": {
        "id": 7828,
        "configuration": {
            "id": 117,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/117/?format=api",
            "name": "Nuri",
            "active": true,
            "reusable": false,
            "description": "Nuri, also known as KSLV-II, is South Korea's second carrier rocket and the successor to KSLV-1.",
            "family": "KSLV",
            "full_name": "KSLV-2 Nuri",
            "manufacturer": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/41/?format=api",
                "name": "Korea Aerospace Research Institute",
                "featured": false,
                "type": "Government",
                "country_code": "KOR",
                "abbrev": "KARI",
                "description": "The Korea Aerospace Research Institute (KARI) established in 1989, is the aeronautics and space agency of Republic of Korea. Its main laboratories are located in Daejeon, in the Daedeok Science Town.",
                "administrator": "Administrator: Lee Sang-Ryool",
                "founding_year": "1989",
                "launchers": "Nuri",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 7,
                "consecutive_successful_launches": 2,
                "successful_launches": 4,
                "failed_launches": 3,
                "pending_launches": 1,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "http://www.kari.kr/",
                "wiki_url": "http://en.wikipedia.org/wiki/Korea_Aerospace_Research_Institute",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/korea2520aerospace2520research2520institute_logo_20200806032236.png",
                "image_url": null,
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/korea2520aerospace2520research2520institute_nation_20230604194037.jpg"
            },
            "program": [],
            "variant": "2",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 47.2,
            "diameter": 3.5,
            "maiden_flight": "2021-10-21",
            "launch_cost": null,
            "launch_mass": 200,
            "leo_capacity": 2600,
            "gto_capacity": null,
            "to_thrust": 2612,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nuri_on_the_lau_image_20240307163812.jpeg",
            "info_url": "https://www.kari.re.kr/eng/sub03_03_01.do",
            "wiki_url": "https://en.wikipedia.org/wiki/KSLV-2",
            "total_launch_count": 3,
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "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": 6335,
        "name": "NEXTSat-2 & SNIPE",
        "description": "Third flight of the KSLV-II \"Nuri\" launch vehicle, carrying NEXTSat-2 as well as SNIPE A through D.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 192,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/192/?format=api",
        "agency_id": 41,
        "name": "LC-2",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Naro_Space_Center",
        "map_url": "https://www.google.com/maps?q=34.431867,127.535069",
        "latitude": "34.431867",
        "longitude": "127.535069",
        "location": {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.2.0/location/9/?format=api",
            "name": "Naro Space Center, South Korea",
            "country_code": "KOR",
            "description": "The Naro Space Center is a South Korean spaceport in South Jeolla's Goheung County, operated by the state-run Korea Aerospace Research Institute.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_9_20200803142441.jpg",
            "timezone_name": "Asia/Seoul",
            "total_launch_count": 7,
            "total_landing_count": 0
        },
        "country_code": "KOR",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_lc-2_20210812070305.jpg",
        "total_launch_count": 4,
        "orbital_launch_attempt_count": 3
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 8,
            "source": null,
            "publisher": null,
            "title": "[LIVE] NEWS CENTER | 2023-05-25, 17:50 (KST)",
            "description": "▪ 30 minutes to Nuri's 3rd launch: fuel, oxidizers injected  ▪ Bank of Korea keeps key interest rate at 3.5% while cutting economic growth outlook▪ S. Korea’...",
            "feature_image": "https://i.ytimg.com/vi/0WzHxrH0Sac/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=0WzHxrH0Sac",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 9,
            "source": null,
            "publisher": null,
            "title": "[공식] 누리호 3차 발사 현장 생중계",
            "description": "누리호의 세번째 도전!이제 누리호의 성능을 확인하기 위한 시험발사가 아닌우주로 갈 손님을 태운 누리호의 첫번째 실전!24일 컴퓨터 통신문제로 발사가 중단되었던 누리호는 밤샘 점검 작업을 마친 뒤오늘 다시 우주를 향한 여정을 시작합니다.8기의 위성과 함께 누리호가 다시 우주로 나아가...",
            "feature_image": "https://i.ytimg.com/vi/fEAjHv7S9FM/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=fEAjHv7S9FM",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 10,
            "source": null,
            "publisher": null,
            "title": "[공식] 누리호 3차 발사 현장 생중계_발사 연기",
            "description": "누리호의 세번째 도전!이제 누리호의 성능을 확인하기 위한 시험발사가 아닌우주로 갈 손님을 태운 누리호의 첫번째 실전!8기의 위성과 함께 누리호가 다시 우주로 나아가는 모습을KARI TV에서 생생하게 소개합니다!",
            "feature_image": "https://i.ytimg.com/vi/AgphSE8RB3g/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=AgphSE8RB3g",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nuri_liftoff_2_image_20240820080542.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6445,
    "location_launch_attempt_count": 7,
    "pad_launch_attempt_count": 4,
    "agency_launch_attempt_count": 7,
    "orbital_launch_attempt_count_year": 77,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1,
    "pad_turnaround": "P338DT2H24M",
    "mission_patches": [],
    "type": "detailed"
}