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/?format=api&offset=4410&ordering=-last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7507,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=4420&ordering=-last_updated",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=4400&ordering=-last_updated",
    "results": [
        {
            "id": "3b1d60f4-157a-436a-8679-73e91628a25c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/3b1d60f4-157a-436a-8679-73e91628a25c/?format=api",
            "slug": "long-march-6-zhongzi-group-02-ningxia-1-02",
            "name": "Long March 6 | Zhongzi Group 02 (Ningxia-1-02)",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:20:12Z",
            "net": "2021-07-09T11:59:00Z",
            "window_end": "2021-07-09T12:25:00Z",
            "window_start": "2021-07-09T11:53:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 2968,
                "configuration": {
                    "id": 54,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/54/?format=api",
                    "name": "Long March 6",
                    "family": "Long March",
                    "full_name": "Long March 6",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1390,
                "name": "Zhongzi Group 02 (Ningxia-1-02)",
                "description": "The Ningxin-1 satellites (also called Zhongzi) are a series of Chinese commercial remote sensing satellite owned by Ningxia Jingui Information Technology Co. Ltd.\r\n\r\nThe satellites were built by DFH Satellite Co. Ltd of CAST. They have been reported to be a commercial operated global EM spectrum signal monitoring satellite system (SIGINT).",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 113,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/113/?format=api",
                "agency_id": null,
                "name": "Launch Complex 16",
                "description": null,
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=38.868222,111.58024",
                "latitude": "38.868222",
                "longitude": "111.58024",
                "location": {
                    "id": 19,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/19/?format=api",
                    "name": "Taiyuan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "The Taiyuan Satellite Launch Center is a People's Republic of China space and defense launch facility. It is situated in Kelan County, Xinzhou, Shanxi Province and is the second of four launch sites having been founded in March 1966 and coming into full operation in 1968.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 141,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_113_20200803143556.jpg",
                "total_launch_count": 15,
                "orbital_launch_attempt_count": 15
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_6_image_20210709074933.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6104,
            "location_launch_attempt_count": 94,
            "pad_launch_attempt_count": 7,
            "agency_launch_attempt_count": 326,
            "orbital_launch_attempt_count_year": 67,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 22,
            "type": "normal"
        },
        {
            "id": "48273e95-ecac-4cf7-83b1-408182794bfc",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/48273e95-ecac-4cf7-83b1-408182794bfc/?format=api",
            "slug": "long-march-6-jilin-1-high-resolution-03d-09-35-to",
            "name": "Long March 6 | Jilin-1 High Resolution 03D-09, 35 to 43 & Infrared A01 to 06",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:20:11Z",
            "net": "2022-08-10T04:50:00Z",
            "window_end": "2022-08-10T05:21:00Z",
            "window_start": "2022-08-10T04:43:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 2682,
                "configuration": {
                    "id": 54,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/54/?format=api",
                    "name": "Long March 6",
                    "family": "Long March",
                    "full_name": "Long March 6",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6120,
                "name": "Jilin-1 High Resolution 03D-09, 35 to 43 & Infrared A01 to 06",
                "description": "16 new Earth observation satellites for the Jilin-1 commercial Earth observation satellites constellation.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 113,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/113/?format=api",
                "agency_id": null,
                "name": "Launch Complex 16",
                "description": null,
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=38.868222,111.58024",
                "latitude": "38.868222",
                "longitude": "111.58024",
                "location": {
                    "id": 19,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/19/?format=api",
                    "name": "Taiyuan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "The Taiyuan Satellite Launch Center is a People's Republic of China space and defense launch facility. It is situated in Kelan County, Xinzhou, Shanxi Province and is the second of four launch sites having been founded in March 1966 and coming into full operation in 1968.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 141,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_113_20200803143556.jpg",
                "total_launch_count": 15,
                "orbital_launch_attempt_count": 15
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_6_image_20210709074933.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6284,
            "location_launch_attempt_count": 108,
            "pad_launch_attempt_count": 10,
            "agency_launch_attempt_count": 379,
            "orbital_launch_attempt_count_year": 102,
            "location_launch_attempt_count_year": 7,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 27,
            "type": "normal"
        },
        {
            "id": "2fd9bc54-8b78-4b23-962c-72acb4967d40",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2fd9bc54-8b78-4b23-962c-72acb4967d40/?format=api",
            "slug": "momo-flight-4",
            "name": "MOMO | Flight 4",
            "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": "2023-06-14T04:19:28Z",
            "net": "2019-07-27T07:20:00Z",
            "window_end": "2019-07-27T08:20:00Z",
            "window_start": "2019-07-27T07:20:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "Launch anomaly",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1002,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1002/?format=api",
                "name": "Interstellar Technologies",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2501,
                "configuration": {
                    "id": 198,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/198/?format=api",
                    "name": "MOMO v0",
                    "family": "MOMO",
                    "full_name": "MOMO v0",
                    "variant": "v0"
                }
            },
            "mission": {
                "id": 1020,
                "name": "Flight 4",
                "description": "The Momo-4 rocket will carry a research device developed by Kochi University of Technology and release a paper plane in space as part of an experiment proposed by Castem Co., a precision parts manufacturer based in Fukuyama, Hiroshima Prefecture, that provided some of the funding for the project.",
                "launch_designator": null,
                "type": "Suborbital",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 106,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/106/?format=api",
                "agency_id": 1002,
                "name": "Launch Complex 0",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Taiki_Aerospace_Research_Field",
                "map_url": "https://www.google.com/maps?q=42.50000000,143.441389",
                "latitude": "42.5",
                "longitude": "143.441389",
                "location": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/32/?format=api",
                    "name": "Hokkaido Spaceport, Japan",
                    "country_code": "JPN",
                    "description": "Rocket launch pad of Interstellar Technologies, located next to the Taiki Aerospace Research Field.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_32_20200803142407.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 7,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_106_20200803143453.jpg",
                "total_launch_count": 7,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/momo_image_20190705174455.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 4,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 4,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "e3f345de-b866-4989-b2c2-edccf4305324",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/e3f345de-b866-4989-b2c2-edccf4305324/?format=api",
            "slug": "momo-flight-6",
            "name": "MOMO | Flight 6",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:19:28Z",
            "net": "2021-07-31T08:00:00Z",
            "window_end": "2021-07-31T09:20:00Z",
            "window_start": "2021-07-31T07:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1002,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1002/?format=api",
                "name": "Interstellar Technologies",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2971,
                "configuration": {
                    "id": 466,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/466/?format=api",
                    "name": "MOMO v1",
                    "family": "MOMO",
                    "full_name": "MOMO v1",
                    "variant": "v1"
                }
            },
            "mission": {
                "id": 1399,
                "name": "Flight 6",
                "description": "Despite the MOMO unit's number, this is the seventh flight of the sounding rocket. Company aims to reach space for the third time.",
                "launch_designator": null,
                "type": "Suborbital",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 106,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/106/?format=api",
                "agency_id": 1002,
                "name": "Launch Complex 0",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Taiki_Aerospace_Research_Field",
                "map_url": "https://www.google.com/maps?q=42.50000000,143.441389",
                "latitude": "42.5",
                "longitude": "143.441389",
                "location": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/32/?format=api",
                    "name": "Hokkaido Spaceport, Japan",
                    "country_code": "JPN",
                    "description": "Rocket launch pad of Interstellar Technologies, located next to the Taiki Aerospace Research Field.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_32_20200803142407.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 7,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_106_20200803143453.jpg",
                "total_launch_count": 7,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/momo_image_20190705174455.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 7,
            "pad_launch_attempt_count": 7,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "ac65e6af-5bdf-4f22-a00f-65f960b380fd",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ac65e6af-5bdf-4f22-a00f-65f960b380fd/?format=api",
            "slug": "momo-flight-5",
            "name": "MOMO | Flight 5",
            "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": "2023-06-14T04:19:28Z",
            "net": "2020-06-13T20:15:00Z",
            "window_end": "2020-06-13T22:50:00Z",
            "window_start": "2020-06-13T20:15:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "The Momo-5 rocket had a successful liftoff before experiencing a loss of attitude control.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1002,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1002/?format=api",
                "name": "Interstellar Technologies",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2609,
                "configuration": {
                    "id": 198,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/198/?format=api",
                    "name": "MOMO v0",
                    "family": "MOMO",
                    "full_name": "MOMO v0",
                    "variant": "v0"
                }
            },
            "mission": {
                "id": 1070,
                "name": "Flight 5",
                "description": "Interstellar Technologies will launch the 'MOMO' observation rocket on its fifth mission.",
                "launch_designator": null,
                "type": "Suborbital",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 106,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/106/?format=api",
                "agency_id": 1002,
                "name": "Launch Complex 0",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Taiki_Aerospace_Research_Field",
                "map_url": "https://www.google.com/maps?q=42.50000000,143.441389",
                "latitude": "42.5",
                "longitude": "143.441389",
                "location": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/32/?format=api",
                    "name": "Hokkaido Spaceport, Japan",
                    "country_code": "JPN",
                    "description": "Rocket launch pad of Interstellar Technologies, located next to the Taiki Aerospace Research Field.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_32_20200803142407.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 7,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_106_20200803143453.jpg",
                "total_launch_count": 7,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/momo_image_20190705174455.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 5,
            "pad_launch_attempt_count": 5,
            "agency_launch_attempt_count": 5,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "a1709ba1-057e-41e3-804c-5cca36b412c5",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/a1709ba1-057e-41e3-804c-5cca36b412c5/?format=api",
            "slug": "momo-flight-3",
            "name": "MOMO | Flight 3",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:19:28Z",
            "net": "2019-05-04T20:45:00Z",
            "window_end": "2019-05-04T20:45:00Z",
            "window_start": "2019-05-04T20:45:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1002,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1002/?format=api",
                "name": "Interstellar Technologies",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2500,
                "configuration": {
                    "id": 198,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/198/?format=api",
                    "name": "MOMO v0",
                    "family": "MOMO",
                    "full_name": "MOMO v0",
                    "variant": "v0"
                }
            },
            "mission": {
                "id": 1019,
                "name": "Flight 3",
                "description": "Flight duration : 515 seconds.\r\nMaximum altitude : 113.4 km.\r\nDownrange : 37 km from the launch site.\r\n\r\nThis was the first successful attempt following two consecutive failures for the previous MOMO series, and has provided valuable telemetry data for further development within IST.",
                "launch_designator": null,
                "type": "Suborbital",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 106,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/106/?format=api",
                "agency_id": 1002,
                "name": "Launch Complex 0",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Taiki_Aerospace_Research_Field",
                "map_url": "https://www.google.com/maps?q=42.50000000,143.441389",
                "latitude": "42.5",
                "longitude": "143.441389",
                "location": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/32/?format=api",
                    "name": "Hokkaido Spaceport, Japan",
                    "country_code": "JPN",
                    "description": "Rocket launch pad of Interstellar Technologies, located next to the Taiki Aerospace Research Field.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_32_20200803142407.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 7,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_106_20200803143453.jpg",
                "total_launch_count": 7,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/momo_image_20190705174455.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 3,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 3,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "5d6245e1-4b75-46bd-b2be-7f934341fb8a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/5d6245e1-4b75-46bd-b2be-7f934341fb8a/?format=api",
            "slug": "momo-1st-test-flight",
            "name": "MOMO | 1st Test 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": "2023-06-14T04:19:27Z",
            "net": "2017-07-30T07:30:00Z",
            "window_end": "2017-07-30T07:30:00Z",
            "window_start": "2017-07-30T07:30:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "Flight was terminated about 80 seconds after engine ignition.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1002,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1002/?format=api",
                "name": "Interstellar Technologies",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2498,
                "configuration": {
                    "id": 198,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/198/?format=api",
                    "name": "MOMO v0",
                    "family": "MOMO",
                    "full_name": "MOMO v0",
                    "variant": "v0"
                }
            },
            "mission": {
                "id": 1017,
                "name": "1st Test Flight",
                "description": "First Test Flight of the MOMO suborbital rocket.\r\nFlight was terminated about 80 seconds after engine ignition.",
                "launch_designator": null,
                "type": "Suborbital",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 106,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/106/?format=api",
                "agency_id": 1002,
                "name": "Launch Complex 0",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Taiki_Aerospace_Research_Field",
                "map_url": "https://www.google.com/maps?q=42.50000000,143.441389",
                "latitude": "42.5",
                "longitude": "143.441389",
                "location": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/32/?format=api",
                    "name": "Hokkaido Spaceport, Japan",
                    "country_code": "JPN",
                    "description": "Rocket launch pad of Interstellar Technologies, located next to the Taiki Aerospace Research Field.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_32_20200803142407.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 7,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_106_20200803143453.jpg",
                "total_launch_count": 7,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/momo_image_20190705174455.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 1,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "3a09a678-46ef-4876-be1a-fd8068192a40",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/3a09a678-46ef-4876-be1a-fd8068192a40/?format=api",
            "slug": "momo-launch-2",
            "name": "MOMO | Launch 2",
            "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": "2023-06-14T04:19:27Z",
            "net": "2018-06-29T20:30:00Z",
            "window_end": "2018-06-29T20:30:00Z",
            "window_start": "2018-06-29T20:30:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "Engine cut off after two seconds and the vehicle fell back to the pad and exploded.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1002,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1002/?format=api",
                "name": "Interstellar Technologies",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2499,
                "configuration": {
                    "id": 198,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/198/?format=api",
                    "name": "MOMO v0",
                    "family": "MOMO",
                    "full_name": "MOMO v0",
                    "variant": "v0"
                }
            },
            "mission": {
                "id": 1018,
                "name": "Launch 2",
                "description": "Engine cut off after two seconds and the vehicle fell back to the pad and exploded.",
                "launch_designator": null,
                "type": "Suborbital",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 106,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/106/?format=api",
                "agency_id": 1002,
                "name": "Launch Complex 0",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Taiki_Aerospace_Research_Field",
                "map_url": "https://www.google.com/maps?q=42.50000000,143.441389",
                "latitude": "42.5",
                "longitude": "143.441389",
                "location": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/32/?format=api",
                    "name": "Hokkaido Spaceport, Japan",
                    "country_code": "JPN",
                    "description": "Rocket launch pad of Interstellar Technologies, located next to the Taiki Aerospace Research Field.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_32_20200803142407.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 7,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_106_20200803143453.jpg",
                "total_launch_count": 7,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/momo_image_20190705174455.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 2,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 2,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "e4be286d-77f3-4ee6-b361-fc29d265eebe",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/e4be286d-77f3-4ee6-b361-fc29d265eebe/?format=api",
            "slug": "n1-soyuz-7k-lok-no1",
            "name": "N1 | Soyuz 7K-LOK No.1",
            "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": "2023-06-14T04:19:19Z",
            "net": "1971-06-26T23:15:08Z",
            "window_end": "1971-06-26T23:15:08Z",
            "window_start": "1971-06-26T23:15:08Z",
            "net_precision": null,
            "probability": 0,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 2448,
                "configuration": {
                    "id": 114,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/114/?format=api",
                    "name": "N1",
                    "family": "",
                    "full_name": "N1",
                    "variant": "N1"
                }
            },
            "mission": null,
            "pad": {
                "id": 103,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/103/?format=api",
                "agency_id": null,
                "name": "110/37 (110L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.964747,63.304744",
                "latitude": "45.964747",
                "longitude": "63.304744",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_103_20200803143220.jpg",
                "total_launch_count": 3,
                "orbital_launch_attempt_count": 3
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
                    "name": "Soyuz",
                    "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                    "start_date": "1966-11-28T11:02:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 1235,
            "location_launch_attempt_count": 329,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 584,
            "orbital_launch_attempt_count_year": 1235,
            "location_launch_attempt_count_year": 17,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 43,
            "type": "normal"
        },
        {
            "id": "8f58329f-8311-4f6d-8aa5-2bc2236a8f68",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/8f58329f-8311-4f6d-8aa5-2bc2236a8f68/?format=api",
            "slug": "energiyaburan-buran-ok-1k",
            "name": "Energiya/Buran | Buran OK-1K",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:19:19Z",
            "net": "1988-11-15T03:00:01Z",
            "window_end": "1988-11-15T03:00:01Z",
            "window_start": "1988-11-15T03:00:01Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 6126,
                "configuration": {
                    "id": 315,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/315/?format=api",
                    "name": "Energiya/Buran",
                    "family": "Energiya",
                    "full_name": "Energiya/Buran",
                    "variant": ""
                }
            },
            "mission": {
                "id": 4516,
                "name": "Buran OK-1K",
                "description": "First and only flight of the Buran space shuttle",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 103,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/103/?format=api",
                "agency_id": null,
                "name": "110/37 (110L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.964747,63.304744",
                "latitude": "45.964747",
                "longitude": "63.304744",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_103_20200803143220.jpg",
                "total_launch_count": 3,
                "orbital_launch_attempt_count": 3
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/energiya2fbura_image_20210903112117.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3358,
            "location_launch_attempt_count": 887,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 2228,
            "orbital_launch_attempt_count_year": 105,
            "location_launch_attempt_count_year": 39,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 81,
            "type": "normal"
        }
    ]
}