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

{
    "count": 7214,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=20&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&ordering=id",
    "results": [
        {
            "id": "008e5c41-35c3-42d8-8fac-62787ea0d251",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/008e5c41-35c3-42d8-8fac-62787ea0d251/?format=api",
            "slug": "safir-navid",
            "name": "Safir | Navid",
            "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:54:53Z",
            "net": "2012-02-03T00:03:00Z",
            "window_end": "2012-02-03T00:03:00Z",
            "window_start": "2012-02-03T00:03:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/34/?format=api",
                "name": "Iranian Space Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 1589,
                "configuration": {
                    "id": 39,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/39/?format=api",
                    "name": "Safir",
                    "family": "Nodong",
                    "full_name": "Safir",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 58,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/58/?format=api",
                "agency_id": null,
                "name": "Safir Launch Pad",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Semnan_Space_Center#Circular_launch_platform",
                "map_url": "https://www.google.com/maps?q=35.23462,53.920936",
                "latitude": "35.23462",
                "longitude": "53.920936",
                "location": {
                    "id": 2,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/2/?format=api",
                    "name": "Semnan Space Center, Islamic Republic of Iran",
                    "country_code": "IRN",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_2_20200803142458.jpg",
                    "timezone_name": "Asia/Tehran",
                    "total_launch_count": 14,
                    "total_landing_count": 0
                },
                "country_code": "IRN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_58_20200803143301.jpg",
                "total_launch_count": 8,
                "orbital_launch_attempt_count": 8
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5185,
            "location_launch_attempt_count": 4,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 4,
            "orbital_launch_attempt_count_year": 5185,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "0098c032-73de-4c6f-8d73-5d68b9a12fdf",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/0098c032-73de-4c6f-8d73-5d68b9a12fdf/?format=api",
            "slug": "falcon-heavy-otv-7-x-37b-ussf-52",
            "name": "Falcon Heavy | OTV-7 (X-37B) (USSF-52)",
            "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:59:35Z",
            "net": "2023-12-29T01:07:00Z",
            "window_end": "2023-12-29T01:17:00Z",
            "window_start": "2023-12-29T01:07:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "probability": 90,
            "weather_concerns": "Cumulus Cloud Rule",
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 162,
                "configuration": {
                    "id": 161,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/161/?format=api",
                    "name": "Falcon Heavy",
                    "family": "Falcon",
                    "full_name": "Falcon Heavy",
                    "variant": "Heavy"
                }
            },
            "mission": {
                "id": 6447,
                "name": "OTV-7 (X-37B) (USSF-52)",
                "description": "It is the seventh flight of the X-37B program. United States Air Force Orbital Test Vehicle is built by Boeing. It's an uncrewed 5000 kg, 8.8 m-long reusable mini-spaceplane capable of autonomous re-entry and landing.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                },
                "agencies": [
                    {
                        "id": 1041,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1041/?format=api",
                        "name": "United States Space Force",
                        "featured": false,
                        "type": "Government",
                        "country_code": "USA",
                        "abbrev": "USSF",
                        "description": "The United States Space Force (USSF) is the space service branch of the U.S. Armed Forces, one of the eight U.S. uniformed services.",
                        "administrator": null,
                        "founding_year": "2019",
                        "launchers": "",
                        "spacecraft": "",
                        "launch_library_url": null,
                        "total_launch_count": 0,
                        "consecutive_successful_launches": 0,
                        "successful_launches": 0,
                        "failed_launches": 0,
                        "pending_launches": 0,
                        "consecutive_successful_landings": 0,
                        "successful_landings": 0,
                        "failed_landings": 0,
                        "attempted_landings": 0,
                        "info_url": "https://www.spaceforce.mil/",
                        "wiki_url": "https://en.wikipedia.org/wiki/United_States_Space_Force",
                        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/united2520states2520space2520force_logo_20221102113048.png",
                        "image_url": null,
                        "nation_url": null
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 87,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
                "agency_id": 121,
                "name": "Launch Complex 39A",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                "latitude": "28.60822681",
                "longitude": "-80.60428186",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 237,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_87_20200803143537.jpg",
                "total_launch_count": 179,
                "orbital_launch_attempt_count": 178
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520heav_image_20231229055756.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6576,
            "location_launch_attempt_count": 226,
            "pad_launch_attempt_count": 168,
            "agency_launch_attempt_count": 310,
            "orbital_launch_attempt_count_year": 219,
            "location_launch_attempt_count_year": 13,
            "pad_launch_attempt_count_year": 13,
            "agency_launch_attempt_count_year": 97,
            "type": "normal"
        },
        {
            "id": "009fb2f9-cd35-4790-a98f-c624ea212e95",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/009fb2f9-cd35-4790-a98f-c624ea212e95/?format=api",
            "slug": "soyuz-fg-progress-m1-6",
            "name": "Soyuz-FG | Progress M1-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-14T03:48:50Z",
            "net": "2001-05-20T22:32:40Z",
            "window_end": "2001-05-20T22:32:40Z",
            "window_start": "2001-05-20T22:32:40Z",
            "net_precision": null,
            "probability": 0,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 2323,
                "configuration": {
                    "id": 34,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/34/?format=api",
                    "name": "Soyuz",
                    "family": "",
                    "full_name": "Soyuz FG",
                    "variant": "FG"
                }
            },
            "mission": null,
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190717035537.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 4463,
            "location_launch_attempt_count": 1176,
            "pad_launch_attempt_count": 372,
            "agency_launch_attempt_count": 114,
            "orbital_launch_attempt_count_year": 4463,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "00a69380-53ac-49c8-a1dc-63a1d7107ca3",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/00a69380-53ac-49c8-a1dc-63a1d7107ca3/?format=api",
            "slug": "titan-iiic-dsp-9",
            "name": "Titan IIIC | DSP 9",
            "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-14T17:42:08Z",
            "net": "1981-03-16T19:24:00Z",
            "window_end": "1981-03-16T19:24:00Z",
            "window_start": "1981-03-16T19:24:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 5258,
                "configuration": {
                    "id": 439,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/439/?format=api",
                    "name": "Titan IIIC",
                    "family": "Titan",
                    "full_name": "Titan IIIC",
                    "variant": "IIIC"
                }
            },
            "mission": {
                "id": 3667,
                "name": "DSP 9",
                "description": "American early warning satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 80,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/80/?format=api",
                "agency_id": 121,
                "name": "Space Launch Complex 40",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
                "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
                "latitude": "28.56194122",
                "longitude": "-80.57735736",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral, FL, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 952,
                    "total_landing_count": 51
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_80_20200803143323.jpg",
                "total_launch_count": 241,
                "orbital_launch_attempt_count": 241
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2407,
            "location_launch_attempt_count": 371,
            "pad_launch_attempt_count": 24,
            "agency_launch_attempt_count": 766,
            "orbital_launch_attempt_count_year": 26,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "00af0700-46de-4438-bbc3-09b6c0721ee9",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/00af0700-46de-4438-bbc3-09b6c0721ee9/?format=api",
            "slug": "h-iia-202-igs-radar-7",
            "name": "H-IIA 202 | IGS Radar 7",
            "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:39:32Z",
            "net": "2023-01-26T01:50:21Z",
            "window_end": "2023-01-26T01:50:21Z",
            "window_start": "2023-01-26T01:49:20Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 98,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/98/?format=api",
                "name": "Mitsubishi Heavy Industries",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2539,
                "configuration": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/32/?format=api",
                    "name": "H-IIA",
                    "family": "H-II",
                    "full_name": "H-IIA 202",
                    "variant": "202"
                }
            },
            "mission": {
                "id": 5894,
                "name": "IGS Radar 7",
                "description": "The IGS-Radar 7 is a Japanese radar reconnaissance satellite. The satellite is operated by the Cabinet Satellite Information Center. The satellite serves both Japan's national defense and civil natural disaster monitoring.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/41/?format=api",
                "agency_id": 37,
                "name": "Yoshinobu Launch Complex LP-1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
                "map_url": "https://www.google.com/maps?q=30.400813,130.977748",
                "latitude": "30.400813",
                "longitude": "130.977748",
                "location": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
                    "name": "Tanegashima Space Center, Japan",
                    "country_code": "JPN",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_26_20200803142507.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 90,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_41_20200803143551.jpg",
                "total_launch_count": 55,
                "orbital_launch_attempt_count": 55
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/h-iia25202022_image_20240101101918.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6371,
            "location_launch_attempt_count": 86,
            "pad_launch_attempt_count": 53,
            "agency_launch_attempt_count": 47,
            "orbital_launch_attempt_count_year": 14,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "00b046e7-c97a-4b6c-acbd-94970619803f",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/00b046e7-c97a-4b6c-acbd-94970619803f/?format=api",
            "slug": "thor-slv-2a-agena-d-kh-5-12",
            "name": "Thor SLV-2A Agena D | KH-5 12",
            "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:52:49Z",
            "net": "1964-08-21T15:45:00Z",
            "window_end": "1964-08-21T15:45:00Z",
            "window_start": "1964-08-21T15:45:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 3307,
                "configuration": {
                    "id": 417,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/417/?format=api",
                    "name": "Thor SLV-2A Agena D",
                    "family": "Thor",
                    "full_name": "Thor SLV-2A Agena D",
                    "variant": "SLV-2A Agena D"
                }
            },
            "mission": {
                "id": 1729,
                "name": "KH-5 12",
                "description": "KH-5 (Keyhole 5, codenamed Argon) was the area survey component of the Corona program.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/39/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 2W",
                "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
                "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
                "latitude": "34.7556",
                "longitude": "-120.6224",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 755,
                    "total_landing_count": 18
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_39_20200803143542.jpg",
                "total_launch_count": 96,
                "orbital_launch_attempt_count": 96
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 349,
            "location_launch_attempt_count": 141,
            "pad_launch_attempt_count": 12,
            "agency_launch_attempt_count": 208,
            "orbital_launch_attempt_count_year": 57,
            "location_launch_attempt_count_year": 24,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 33,
            "type": "normal"
        },
        {
            "id": "00c3f3fe-dee1-42d3-8873-789b34172813",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/00c3f3fe-dee1-42d3-8873-789b34172813/?format=api",
            "slug": "vostok-8a92m-tselina-d-2",
            "name": "Vostok 8A92M | Tselina-D 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-14T04:11:15Z",
            "net": "1971-04-07T07:10:01Z",
            "window_end": "1971-04-07T07:10:01Z",
            "window_start": "1971-04-07T07:10:01Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4120,
                "configuration": {
                    "id": 452,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/452/?format=api",
                    "name": "Vostok 8A92M",
                    "family": "Vostok",
                    "full_name": "Vostok 8A92M",
                    "variant": "8A92M"
                }
            },
            "mission": {
                "id": 2538,
                "name": "Tselina-D 2",
                "description": "Tselina-D satellites provided detailed observation of radio sources detected by the smaller Tselina-O satellites as part of the Tselina ELINT system.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 85,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/85/?format=api",
                "agency_id": 163,
                "name": "43/4 (43R)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
                "latitude": "62.92883",
                "longitude": "40.457098",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1668,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_85_20200803143554.jpg",
                "total_launch_count": 320,
                "orbital_launch_attempt_count": 320
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1198,
            "location_launch_attempt_count": 172,
            "pad_launch_attempt_count": 16,
            "agency_launch_attempt_count": 559,
            "orbital_launch_attempt_count_year": 31,
            "location_launch_attempt_count_year": 11,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 19,
            "type": "normal"
        },
        {
            "id": "00d2e065-5a75-451e-afd5-297d241a2593",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/00d2e065-5a75-451e-afd5-297d241a2593/?format=api",
            "slug": "soyuz-u-progress-m-19",
            "name": "Soyuz U | Progress M-19",
            "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:48:48Z",
            "net": "1993-08-10T22:23:45Z",
            "window_end": "1993-08-10T22:23:45Z",
            "window_start": "1993-08-10T22:23:45Z",
            "net_precision": null,
            "probability": 0,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 2292,
                "configuration": {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                    "name": "Mir",
                    "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                    "start_date": "1986-02-20T21:28:23Z",
                    "end_date": "2001-03-23T05:59:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 3829,
            "location_launch_attempt_count": 1011,
            "pad_launch_attempt_count": 318,
            "agency_launch_attempt_count": 25,
            "orbital_launch_attempt_count_year": 3829,
            "location_launch_attempt_count_year": 14,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 11,
            "type": "normal"
        },
        {
            "id": "00dd23d5-e9ca-42ba-a599-0333326e9c35",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/00dd23d5-e9ca-42ba-a599-0333326e9c35/?format=api",
            "slug": "long-march-2d-jilin-1-wideband-01c-high-resolution",
            "name": "Long March 2D | Jilin-1 Wideband-01C & High Resolution 03D-27 to 33",
            "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:42:38Z",
            "net": "2022-05-05T02:38:00Z",
            "window_end": "2022-05-05T03:03:00Z",
            "window_start": "2022-05-05T02:30: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": 7485,
                "configuration": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/17/?format=api",
                    "name": "Long March 2D",
                    "family": "Long March",
                    "full_name": "Long March 2D",
                    "variant": "2D"
                }
            },
            "mission": {
                "id": 6015,
                "name": "Jilin-1 Wideband-01C & High Resolution 03D-27 to 33",
                "description": "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": 25,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/25/?format=api",
                "agency_id": null,
                "name": "Launch Complex 9",
                "description": null,
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=38.863128,111.589567",
                "latitude": "38.863128",
                "longitude": "111.589567",
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_19_20200803142421.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 126,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_25_20200803143501.jpg",
                "total_launch_count": 71,
                "orbital_launch_attempt_count": 71
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6220,
            "location_launch_attempt_count": 105,
            "pad_launch_attempt_count": 59,
            "agency_launch_attempt_count": 366,
            "orbital_launch_attempt_count_year": 49,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 14,
            "type": "normal"
        },
        {
            "id": "0102940a-4a60-4686-b34d-ced3fed6c595",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/0102940a-4a60-4686-b34d-ced3fed6c595/?format=api",
            "slug": "falcon-9-block-5-crew-9",
            "name": "Falcon 9 Block 5 | Crew-9",
            "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": "2024-04-18T08:07:57Z",
            "net": "2024-08-31T00:00:00Z",
            "window_end": "2024-08-31T00:00:00Z",
            "window_start": "2024-08-31T00:00:00Z",
            "net_precision": {
                "id": 7,
                "name": "Month",
                "abbrev": "M",
                "description": "The T-0 is expected in the given month."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7538,
                "configuration": {
                    "id": 164,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 5962,
                "name": "Crew-9",
                "description": "SpaceX Crew-9 is the ninth crewed operational flight of a Crew Dragon spacecraft to the International Space Station as part of NASA's Commercial Crew Program.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 72,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/72/?format=api",
                "agency_id": null,
                "name": "Unknown Pad",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=28.458,-80.528",
                "latitude": "28.458",
                "longitude": "-80.528",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral, FL, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 952,
                    "total_landing_count": 51
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_72_20200803143403.jpg",
                "total_launch_count": 0,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20220301072106.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/5/?format=api",
                    "name": "Commercial Crew Program",
                    "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
                    "agencies": [
                        {
                            "id": 80,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                            "name": "Boeing",
                            "type": "Commercial"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
                    "start_date": "2011-04-18T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 6724,
            "location_launch_attempt_count": 980,
            "pad_launch_attempt_count": 13,
            "agency_launch_attempt_count": 392,
            "orbital_launch_attempt_count_year": 146,
            "location_launch_attempt_count_year": 53,
            "pad_launch_attempt_count_year": 13,
            "agency_launch_attempt_count_year": 81,
            "type": "normal"
        }
    ]
}