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

{
    "count": 7503,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3100&ordering=last_updated",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3080&ordering=last_updated",
    "results": [
        {
            "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": "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": "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": "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": "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": "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": "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": "221552dc-18f2-438e-a858-e29b3eafcf1a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/221552dc-18f2-438e-a858-e29b3eafcf1a/?format=api",
            "slug": "long-march-6-sdgsat-1",
            "name": "Long March 6 | SDGSAT-1",
            "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-11-05T02:19:00Z",
            "window_end": "2021-11-05T02:39:00Z",
            "window_start": "2021-11-05T02:12: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": 7490,
                "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": 5882,
                "name": "SDGSAT-1",
                "description": "Satellite developed by the Chinese Academy of Sciences (CAS) for pursuing sustainable development. \r\n\r\nIt is expected to provide advanced, open and shared data resources for monitoring and evaluating the sustainable development index representing the interaction between human and nature, in particular providing support for Sustainable Development Goals (SDGs) of the UN 2030 Agenda for Sustainable Development.\r\n\r\nThe satellite has three payloads including thermal infrared, low light level and multispectral imagers, with 300 km wide data acquisition swath  capability. It can achieve global coverage within 11 days.",
                "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": 6145,
            "location_launch_attempt_count": 99,
            "pad_launch_attempt_count": 9,
            "agency_launch_attempt_count": 342,
            "orbital_launch_attempt_count_year": 108,
            "location_launch_attempt_count_year": 10,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 38,
            "type": "normal"
        },
        {
            "id": "64c62222-f8f8-4a35-a8d7-e1b3a0a9250d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/64c62222-f8f8-4a35-a8d7-e1b3a0a9250d/?format=api",
            "slug": "long-march-6-kl-beta",
            "name": "Long March 6 | KL-Beta",
            "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-08-04T11:01:00Z",
            "window_end": "2021-08-04T12:00:00Z",
            "window_start": "2021-08-04T10:00: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": 2979,
                "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": 1404,
                "name": "KL-Beta",
                "description": "The KL-Beta A and B, satellites are test satellites for a global multimedia satellite system for the German company KLEO Connect and the Chinese company Shanghai Spacecom Satellite Technology.\r\n\r\nThe satellites were built by CAS Microspace and feature a Ka-band communications payload.\r\n\r\nThe prototype system also includes another satellite “GMS-T” built by OHB System of Germany.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "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": 6111,
            "location_launch_attempt_count": 95,
            "pad_launch_attempt_count": 8,
            "agency_launch_attempt_count": 329,
            "orbital_launch_attempt_count_year": 74,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 25,
            "type": "normal"
        },
        {
            "id": "b2a76073-05be-418a-a115-cebbeb53c231",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b2a76073-05be-418a-a115-cebbeb53c231/?format=api",
            "slug": "kuaizhou-1a-head-2a-2b-tianyi-16-17-tianqi-4a-4b",
            "name": "Kuaizhou-1A | HEAD-2A, 2B & Tianyi-16, 17 & Tianqi-4A, 4B",
            "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": "2019-12-07T08:52:00Z",
            "window_end": "2019-12-07T09:04:00Z",
            "window_start": "2019-12-07T08:45:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
                "name": "ExPace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2589,
                "configuration": {
                    "id": 135,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
                    "name": "Kuaizhou",
                    "family": "Kuaizhou",
                    "full_name": "Kuaizhou-1A",
                    "variant": "1A"
                }
            },
            "mission": null,
            "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/kuaizhou_image_20191027094423.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5912,
            "location_launch_attempt_count": 81,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 5912,
            "location_launch_attempt_count_year": 9,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        }
    ]
}