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

{
    "count": 7208,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=10&ordering=-name",
    "previous": null,
    "results": [
        {
            "id": "86ea974e-6464-4960-85df-11af88852d57",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/86ea974e-6464-4960-85df-11af88852d57/?format=api",
            "slug": "zhuque-2-maiden-flight",
            "name": "Zhuque-2 | Maiden 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": "2024-03-05T18:05:43Z",
            "net": "2022-12-14T08:30:25Z",
            "window_end": "2022-12-14T10:44:00Z",
            "window_start": "2022-12-14T08:22:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "Second-stage vernier engines unexpectedly shut down during second stage main engine cut-off after LOX pump casing was broken by SECO-induced forces at the LOX inlet; the vernier engines were planned to continue firing to reach orbit.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 259,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/259/?format=api",
                "name": "LandSpace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2514,
                "configuration": {
                    "id": 199,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/199/?format=api",
                    "name": "Zhuque-2",
                    "family": "Zhuque",
                    "full_name": "Zhuque-2",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1026,
                "name": "Maiden Flight",
                "description": "First flight of the new methalox rocket developed by Chinese startup LandSpace.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 9,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/9/?format=api",
                "agency_id": 259,
                "name": "Launch Area 96",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/LandSpace",
                "map_url": "https://www.google.com/maps?q=40.91491,100.245488",
                "latitude": "40.91491",
                "longitude": "100.245488",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_17_20200803142429.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 224,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_9_20200803143341.jpg",
                "total_launch_count": 3,
                "orbital_launch_attempt_count": 3
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/zhuque-225202_image_20230802052349.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6347,
            "location_launch_attempt_count": 182,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 2,
            "orbital_launch_attempt_count_year": 176,
            "location_launch_attempt_count_year": 25,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "f62556c2-41e5-4746-b0a1-5cd751b9ec96",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/f62556c2-41e5-4746-b0a1-5cd751b9ec96/?format=api",
            "slug": "zhuque-2-flight-3",
            "name": "Zhuque-2 | 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": "2024-03-05T17:55:56Z",
            "net": "2023-12-08T23:39:00Z",
            "window_end": "2023-12-09T00:53:00Z",
            "window_start": "2023-12-08T23:31:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 259,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/259/?format=api",
                "name": "LandSpace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8099,
                "configuration": {
                    "id": 199,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/199/?format=api",
                    "name": "Zhuque-2",
                    "family": "Zhuque",
                    "full_name": "Zhuque-2",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6656,
                "name": "Flight 3",
                "description": "First operational flight of LandSpace's Zhuque-2 rocket with 3 payloads: Tianyi-33 - 50 kg class satellite from TYSPACE & Hunan University of Science and Technology that tests various new technologies including a camera, new spacecraft thermal control, composite material for anti-radiation effects, high-output electric power supplies and payload control software using the Rust programming language; Honghu-1 & 2 - 50 kg class satellites for long term testing of Xenon & Krypton-based Hall-effect thrusters & Argon-based ion thrusters.",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 9,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/9/?format=api",
                "agency_id": 259,
                "name": "Launch Area 96",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/LandSpace",
                "map_url": "https://www.google.com/maps?q=40.91491,100.245488",
                "latitude": "40.91491",
                "longitude": "100.245488",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_17_20200803142429.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 224,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_9_20200803143341.jpg",
                "total_launch_count": 3,
                "orbital_launch_attempt_count": 3
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/zhuque-225202_image_20231209100246.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6559,
            "location_launch_attempt_count": 213,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 4,
            "orbital_launch_attempt_count_year": 202,
            "location_launch_attempt_count_year": 31,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "d454be53-3a0c-4b7f-82b9-50ee4a4b48b0",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/d454be53-3a0c-4b7f-82b9-50ee4a4b48b0/?format=api",
            "slug": "zhuque-2-flight-2",
            "name": "Zhuque-2 | Flight 2",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-03-05T18:13:31Z",
            "net": "2023-07-12T01:00:00Z",
            "window_end": "2023-07-12T03:14:00Z",
            "window_start": "2023-07-12T00:53:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 259,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/259/?format=api",
                "name": "LandSpace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7837,
                "configuration": {
                    "id": 199,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/199/?format=api",
                    "name": "Zhuque-2",
                    "family": "Zhuque",
                    "full_name": "Zhuque-2",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6456,
                "name": "Flight 2",
                "description": "Second test flight of LandSpace's Zhuque-2 rocket with a dummy payload. This launch was the first successful use of methane/liquid oxygen-powered rocket engines for transportation to Earth orbit and beyond.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 9,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/9/?format=api",
                "agency_id": 259,
                "name": "Launch Area 96",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/LandSpace",
                "map_url": "https://www.google.com/maps?q=40.91491,100.245488",
                "latitude": "40.91491",
                "longitude": "100.245488",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_17_20200803142429.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 224,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_9_20200803143341.jpg",
                "total_launch_count": 3,
                "orbital_launch_attempt_count": 3
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/zhuque-225202_image_20230802052650.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6460,
            "location_launch_attempt_count": 198,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 3,
            "orbital_launch_attempt_count_year": 103,
            "location_launch_attempt_count_year": 16,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "4a35280f-2665-4d3a-89cc-8d520c72edc0",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/4a35280f-2665-4d3a-89cc-8d520c72edc0/?format=api",
            "slug": "zhuque-1-weilai-1-future-1",
            "name": "Zhuque-1 | Weilai-1 (Future-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-07-08T08:40:11Z",
            "net": "2018-10-27T08:00:00Z",
            "window_end": "2018-10-27T08:57:00Z",
            "window_start": "2018-10-27T02:27:30Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "Attitude control failed after third stage ignition.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 259,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/259/?format=api",
                "name": "LandSpace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1378,
                "configuration": {
                    "id": 160,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/160/?format=api",
                    "name": "Zhuque-1",
                    "family": "",
                    "full_name": "Zhuque-1",
                    "variant": ""
                }
            },
            "mission": {
                "id": 700,
                "name": "Weilai-1 (Future-1)",
                "description": "The satellite is operated by China Central Television (CCTV) and is intended to carry out scientific expermients and perform Earth observation. Weilai-1 is expected to operate in sun-synchronous orbit for two years.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
                "agency_id": null,
                "name": "Launch Area 95A",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
                "latitude": "40.969117",
                "longitude": "100.343333",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_17_20200803142429.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 224,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_21_20200803143253.jpg",
                "total_launch_count": 51,
                "orbital_launch_attempt_count": 51
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5780,
            "location_launch_attempt_count": 108,
            "pad_launch_attempt_count": 7,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 84,
            "location_launch_attempt_count_year": 11,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "4f68b074-f52c-4d79-95c5-353a247b773e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/4f68b074-f52c-4d79-95c5-353a247b773e/?format=api",
            "slug": "zero-maiden-flight",
            "name": "ZERO | Maiden Flight",
            "status": {
                "id": 2,
                "name": "To Be Determined",
                "abbrev": "TBD",
                "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
            },
            "last_updated": "2023-08-16T07:48:57Z",
            "net": "2025-12-31T00:00:00Z",
            "window_end": "2025-12-31T00:00:00Z",
            "window_start": "2025-12-31T00:00:00Z",
            "net_precision": {
                "id": 14,
                "name": "Year",
                "abbrev": "Y",
                "description": "The T-0 is expected in the given year."
            },
            "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": null
            },
            "rocket": {
                "id": 7989,
                "configuration": {
                    "id": 498,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/498/?format=api",
                    "name": "ZERO",
                    "family": "ZERO",
                    "full_name": "ZERO",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6515,
                "name": "Maiden Flight",
                "description": "First test flight of ZERO, the first orbital rocket developed by Japanese private company Interstellar Technologies.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [
                    {
                        "id": 1002,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1002/?format=api",
                        "name": "Interstellar Technologies",
                        "featured": false,
                        "type": null,
                        "country_code": "JPN",
                        "abbrev": "ISTECH",
                        "description": "Interstellar Technologies, Inc. (Japanese: インターステラテクノロジズ(株) Hepburn: Intāsutera Tekunorojizu (kabu)) is a Japanese NewSpace company. It is a rocket spacelaunch company developing the MOMO launcher. Its stated goal is to reduce the cost of access to space. In 2017, it became the first Japanese company to launch a privately developed space rocket, though the launch was unsuccessful. The company plans to complete a rocket by 2020 that would be capable of launching small satellites into orbit.",
                        "administrator": "President: Takahiro Inagawa",
                        "founding_year": "2005",
                        "launchers": "",
                        "spacecraft": "",
                        "launch_library_url": null,
                        "total_launch_count": 7,
                        "consecutive_successful_launches": 2,
                        "successful_launches": 3,
                        "failed_launches": 4,
                        "pending_launches": 1,
                        "consecutive_successful_landings": 0,
                        "successful_landings": 0,
                        "failed_landings": 0,
                        "attempted_landings": 0,
                        "info_url": "http://www.istellartech.com/",
                        "wiki_url": "https://en.wikipedia.org/wiki/Interstellar_Technologies",
                        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_logo_20190705173722.png",
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_image_20190705173722.jpg",
                        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_nation_20190705173723.png"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 211,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/211/?format=api",
                "agency_id": 1002,
                "name": "Launch Complex 1",
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_32_20200803142407.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 7,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_complex_1_20230816074610.jpg",
                "total_launch_count": 0,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/zero_image_20230816073713.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6908,
            "location_launch_attempt_count": 8,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 8,
            "orbital_launch_attempt_count_year": 98,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "ee02a1f3-2370-460b-8dd6-27f30b5635dc",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ee02a1f3-2370-460b-8dd6-27f30b5635dc/?format=api",
            "slug": "zenit-xm-4",
            "name": "Zenit | XM-4",
            "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-14T03:33:18Z",
            "net": "2006-10-30T23:48:59Z",
            "window_end": "2006-10-30T23:48:59Z",
            "window_start": "2006-10-30T23:48:59Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7291,
                "configuration": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5680,
                "name": "XM-4",
                "description": "Geostationary communications satellite built by Hughes Space and Communications International",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 49,
                    "total_landing_count": 0
                },
                "country_code": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36,
                "orbital_launch_attempt_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4793,
            "location_launch_attempt_count": 26,
            "pad_launch_attempt_count": 23,
            "agency_launch_attempt_count": 23,
            "orbital_launch_attempt_count_year": 53,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "27bd055b-622f-4602-af6c-e587ffbddcab",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/27bd055b-622f-4602-af6c-e587ffbddcab/?format=api",
            "slug": "zenit-xm-3",
            "name": "Zenit | XM-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-14T03:33:17Z",
            "net": "2005-03-01T03:50:59Z",
            "window_end": "2005-03-01T03:50:59Z",
            "window_start": "2005-03-01T03:50:59Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7217,
                "configuration": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5606,
                "name": "XM-3",
                "description": "The satellite would supplement the American XM network's satellite direct-broadcast digital radio service.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 49,
                    "total_landing_count": 0
                },
                "country_code": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36,
                "orbital_launch_attempt_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4692,
            "location_launch_attempt_count": 16,
            "pad_launch_attempt_count": 15,
            "agency_launch_attempt_count": 15,
            "orbital_launch_attempt_count_year": 8,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "c50abd63-f523-4dbb-ba53-5ef27c4afb24",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/c50abd63-f523-4dbb-ba53-5ef27c4afb24/?format=api",
            "slug": "zenit-xm-2",
            "name": "Zenit | XM-2",
            "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-14T03:33:17Z",
            "net": "2001-03-18T22:33:30Z",
            "window_end": "2001-03-18T22:33:30Z",
            "window_start": "2001-03-18T22:33:30Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7036,
                "configuration": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5425,
                "name": "XM-2",
                "description": "Hughes Space and Communications International, Inc., now Boeing Satellite Systems, Inc., and XM Satellite Radio Inc. (XMTM) signed a contract 23 March 1998, for two BSS-702 model satellites, named XM 1 and XM 2 (nicknamed \"Rock\" and \"Roll\"). These satellites are designed to provide state-of-the-art digital audio radio programming directly to cars, homes and portable radios coast to coast.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 49,
                    "total_landing_count": 0
                },
                "country_code": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36,
                "orbital_launch_attempt_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4454,
            "location_launch_attempt_count": 7,
            "pad_launch_attempt_count": 6,
            "agency_launch_attempt_count": 6,
            "orbital_launch_attempt_count_year": 12,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "32492572-dc88-4912-9121-733ff2e1ca26",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/32492572-dc88-4912-9121-733ff2e1ca26/?format=api",
            "slug": "zenit-xm-1",
            "name": "Zenit | XM-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-14T03:33:19Z",
            "net": "2001-05-08T22:10:29Z",
            "window_end": "2001-05-08T22:10:29Z",
            "window_start": "2001-05-08T22:10:29Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7039,
                "configuration": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5428,
                "name": "XM-1",
                "description": "Hughes Space and Communications International, Inc., now Boeing Satellite Systems, Inc., and XM Satellite Radio Inc. (XMTM) signed a contract 23 March 1998, for two BSS-702 model satellites, named XM 1 and XM 2 (nicknamed \"Rock\" and \"Roll\"). These satellites are designed to provide state-of-the-art digital audio radio programming directly to cars, homes and portable radios coast to coast.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 49,
                    "total_landing_count": 0
                },
                "country_code": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36,
                "orbital_launch_attempt_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4460,
            "location_launch_attempt_count": 8,
            "pad_launch_attempt_count": 7,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 18,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "6c7f546b-9364-4bc6-8fca-ecd2e236cbfe",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/6c7f546b-9364-4bc6-8fca-ecd2e236cbfe/?format=api",
            "slug": "zenit-thuraya-3",
            "name": "Zenit | Thuraya 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-14T03:33:18Z",
            "net": "2008-01-15T11:48:59Z",
            "window_end": "2008-01-15T11:48:59Z",
            "window_start": "2008-01-15T11:48:59Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7340,
                "configuration": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5729,
                "name": "Thuraya 3",
                "description": "Emirati geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 49,
                    "total_landing_count": 0
                },
                "country_code": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36,
                "orbital_launch_attempt_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4876,
            "location_launch_attempt_count": 28,
            "pad_launch_attempt_count": 25,
            "agency_launch_attempt_count": 25,
            "orbital_launch_attempt_count_year": 1,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        }
    ]
}