API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch// 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'

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

{
    "count": 7486,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7440&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7420&ordering=id",
    "results": [
        {
            "id": "fd64bfae-7137-4569-ae9e-a573ce1143f7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fd64bfae-7137-4569-ae9e-a573ce1143f7/?format=api",
            "launch_library_id": null,
            "slug": "long-march-2e-apstar-2",
            "name": "Long March 2E | Apstar 2",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1995-01-25T22:40:00Z",
            "window_end": "1995-01-25T22:40:00Z",
            "window_start": "1995-01-25T22:40:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 189,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/189/?format=api",
                "name": "China Aerospace Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 6644,
                "configuration": {
                    "id": 268,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/268/?format=api",
                    "name": "Long March 2E",
                    "family": "Long March",
                    "full_name": "Long March 2E",
                    "variant": "2E"
                }
            },
            "mission": {
                "id": 5034,
                "launch_library_id": null,
                "name": "Apstar 2",
                "description": "The APStar 2 satellite was designed to serve two-thirds of the world's population - from China, Japan, and Vietnam on the east; to Russia, Eastern Europe, and India on the west; and to Australia on the south. APT Satellite Company, Ltd., of Hong Kong, ordered the high-power Hughes HS 601 spacecraft model in November 1993, as well as satellite control facility equipment and operator training.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 45,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/45/?format=api",
                "agency_id": null,
                "name": "Launch Complex 2 (LC-2)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=28.245564,102.026751",
                "latitude": "28.245564",
                "longitude": "102.026751",
                "location": {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/16/?format=api",
                    "name": "Xichang Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
                    "total_launch_count": 224,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "fd6ee22e-5f92-4907-8df0-8512f7aa11be",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fd6ee22e-5f92-4907-8df0-8512f7aa11be/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-zenit-4mkt-8",
            "name": "Soyuz U | Zenit-4MKT 8",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1979-05-17T07:10:00Z",
            "window_end": "1979-05-17T07:10:00Z",
            "window_start": "1979-05-17T07:10:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5070,
                "configuration": {
                    "id": 37,
                    "launch_library_id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 3482,
                "launch_library_id": null,
                "name": "Zenit-4MKT 8",
                "description": "Film-return reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 85,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/85/?format=api",
                "agency_id": 163,
                "name": "43/4 (43R)",
                "info_url": null,
                "wiki_url": null,
                "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.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
                "total_launch_count": 323
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fd7442f0-a98b-4abd-b48f-5f874ad2997e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fd7442f0-a98b-4abd-b48f-5f874ad2997e/?format=api",
            "launch_library_id": 1407,
            "slug": "h-iib-304-kounotori-7-htv-7",
            "name": "H-IIB 304 | Kounotori 7 (HTV-7)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2018-09-22T17:52:27Z",
            "window_end": "2018-09-22T17:52:27Z",
            "window_start": "2018-09-22T17:52:27Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": "#HTV7",
            "launch_service_provider": {
                "id": 98,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/98/?format=api",
                "name": "Mitsubishi Heavy Industries",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2130,
                "configuration": {
                    "id": 77,
                    "launch_library_id": 93,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/77/?format=api",
                    "name": "H-IIB",
                    "family": "H-II",
                    "full_name": "H-IIB 304",
                    "variant": "304"
                }
            },
            "mission": {
                "id": 580,
                "launch_library_id": 740,
                "name": "Kounotori 7 (HTV-7)",
                "description": "Uncrewed cargo resupply mission to International Space Station.",
                "launch_designator": null,
                "type": "Resupply",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 209,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/209/?format=api",
                "agency_id": 37,
                "name": "Yoshinobu Launch Complex LP-2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
                "map_url": "https://www.google.com/maps?q=30.400938,130.97564",
                "latitude": "30.400938",
                "longitude": "130.97564",
                "location": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/26/?format=api",
                    "name": "Tanegashima Space Center, Japan",
                    "country_code": "JPN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                    "total_launch_count": 94,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_yoshinobu_launch_complex_lp-2_20230707124715.jpg",
                "total_launch_count": 14
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-iib_304_lifto_image_20240325125154.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.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.0.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.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"
                }
            ]
        },
        {
            "id": "fd7610d8-d883-4da0-bac2-cbbbbe34a33e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fd7610d8-d883-4da0-bac2-cbbbbe34a33e/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-telesat-lightspeed-10",
            "name": "Falcon 9 Block 5 | Telesat Lightspeed 10",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2027-12-31T00:00:00Z",
            "window_end": "2027-12-31T00:00:00Z",
            "window_start": "2027-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8013,
                "configuration": {
                    "id": 164,
                    "launch_library_id": 188,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 6549,
                "launch_library_id": null,
                "name": "Telesat Lightspeed 10",
                "description": "Up to 18 satellites manufactured by MDA for Canadian satellite operator Telesat's Lightspeed constellation.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 72,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/72/?format=api",
                "agency_id": null,
                "name": "Unknown Pad",
                "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.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1020,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fd912729-97b3-48a7-91d1-130514ed8d38",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fd912729-97b3-48a7-91d1-130514ed8d38/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-3m-parus-72",
            "name": "Kosmos-3M | Parus 72",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1991-04-16T07:21:42Z",
            "window_end": "1991-04-16T07:21:42Z",
            "window_start": "1991-04-16T07:21:42Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 6364,
                "configuration": {
                    "id": 102,
                    "launch_library_id": 122,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 4754,
                "launch_library_id": null,
                "name": "Parus 72",
                "description": "Navigation satellite providing location information for the Tsiklon-B navigation system",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 28,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/28/?format=api",
                "agency_id": 163,
                "name": "132/1 (132L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.883229,40.868549",
                "latitude": "62.883229",
                "longitude": "40.868549",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_28_20200803143254.jpg",
                "total_launch_count": 212
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "fd941ac6-a408-49b3-b5be-03fb2313651a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fd941ac6-a408-49b3-b5be-03fb2313651a/?format=api",
            "launch_library_id": null,
            "slug": "long-march-6-tianping-3a-02",
            "name": "Long March 6 | Tianping-3A-02",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-04-03T02:12:00Z",
            "window_end": "2025-04-03T02:36:00Z",
            "window_start": "2025-04-03T02:04:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 8564,
                "configuration": {
                    "id": 54,
                    "launch_library_id": 72,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/54/?format=api",
                    "name": "Long March 6",
                    "family": "Long March",
                    "full_name": "Long March 6",
                    "variant": ""
                }
            },
            "mission": {
                "id": 7155,
                "launch_library_id": null,
                "name": "Tianping-3A-02",
                "description": "Satellite be used as calibration target for ground based orbital objects surveillance services such as atmospheric space environment study and orbital prediction model correction.",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 113,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/113/?format=api",
                "agency_id": null,
                "name": "Launch Complex 16",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=38.868222,111.58024",
                "latitude": "38.868222",
                "longitude": "111.58024",
                "location": {
                    "id": 19,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/19/?format=api",
                    "name": "Taiyuan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
                    "total_launch_count": 140,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_113_20200803143556.jpg",
                "total_launch_count": 15
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_6_image_20210709074933.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fdab074a-eaf4-4362-b078-94c6feeae72c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fdab074a-eaf4-4362-b078-94c6feeae72c/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-3m-taifun-2-10",
            "name": "Kosmos-3M | Taifun-2 10",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1982-01-29T11:00:00Z",
            "window_end": "1982-01-29T11:00:00Z",
            "window_start": "1982-01-29T11:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5361,
                "configuration": {
                    "id": 102,
                    "launch_library_id": 122,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 3769,
                "launch_library_id": null,
                "name": "Taifun-2 10",
                "description": "Taifun-2 satellite used to release up to 24 subsatellites for radar and sensor calibration",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 28,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/28/?format=api",
                "agency_id": 163,
                "name": "132/1 (132L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.883229,40.868549",
                "latitude": "62.883229",
                "longitude": "40.868549",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_28_20200803143254.jpg",
                "total_launch_count": 212
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "fdb56feb-e46f-41ba-80c8-c84be17c1888",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fdb56feb-e46f-41ba-80c8-c84be17c1888/?format=api",
            "launch_library_id": null,
            "slug": "little-joe-lj-1",
            "name": "Little Joe | LJ-1",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1959-08-21T12:00:00Z",
            "window_end": "1959-08-21T12:00:00Z",
            "window_start": "1959-08-21T12:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 7428,
                "configuration": {
                    "id": 473,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/473/?format=api",
                    "name": "Little Joe",
                    "family": "Little Joe",
                    "full_name": "Little Joe",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5817,
                "launch_library_id": null,
                "name": "LJ-1",
                "description": "Little Joe 1 (LJ-1) was a failed launch of a Little Joe by NASA, a solid fuel rocket that was designed for a Max Q abort and Launch Escape System test for Mercury capsule. The objective was to determine how well the escape rocket would function under the most severe dynamic loading conditions anticipated during a Mercury-Atlas launching.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 195,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/195/?format=api",
                "agency_id": 44,
                "name": "Launch Area 1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
                "map_url": "https://www.google.com/maps?q=37.938611,-75.457222",
                "latitude": "37.938611",
                "longitude": "-75.457222",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
                    "name": "Wallops Flight Facility, Virginia, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
                    "total_launch_count": 80,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_area_1_20210901085625.jpg",
                "total_launch_count": 7
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/little_joe_image_20210901081353.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 2,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/2/?format=api",
                    "name": "Mercury",
                    "description": "Project Mercury was the first human spaceflight program of the United States, running from 1958 through 1963.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520mer_program_20200820194755.png",
                    "start_date": "1958-10-07T00:00:00Z",
                    "end_date": "1963-05-16T23:24:02Z",
                    "info_url": "https://www.nasa.gov/mission_pages/mercury/missions/program-toc.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Project_Mercury"
                }
            ]
        },
        {
            "id": "fdc31385-e29c-473a-a053-860a6e32c2c0",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fdc31385-e29c-473a-a053-860a6e32c2c0/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-zenit-4mk-71",
            "name": "Soyuz U | Zenit-4MK 71",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1976-12-17T09:30:00Z",
            "window_end": "1976-12-17T09:30:00Z",
            "window_start": "1976-12-17T09:30:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4785,
                "configuration": {
                    "id": 37,
                    "launch_library_id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 3202,
                "launch_library_id": null,
                "name": "Zenit-4MK 71",
                "description": "High resolution optical reconnaissance satellite of the Vostok-based Zenit family.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                "total_launch_count": 422
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fdc9abba-84fc-41bf-8e16-8e7a0d31ea1a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fdc9abba-84fc-41bf-8e16-8e7a0d31ea1a/?format=api",
            "launch_library_id": null,
            "slug": "long-march-2d-yaogan-35-group-05",
            "name": "Long March 2D | Yaogan 35 Group 05",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2022-09-06T04:19:00Z",
            "window_end": "2022-09-06T04:29:00Z",
            "window_start": "2022-09-06T04:09:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 7637,
                "configuration": {
                    "id": 17,
                    "launch_library_id": 73,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/17/?format=api",
                    "name": "Long March 2D",
                    "family": "Long March",
                    "full_name": "Long March 2D",
                    "variant": "2D"
                }
            },
            "mission": {
                "id": 6138,
                "launch_library_id": null,
                "name": "Yaogan 35 Group 05",
                "description": "3 Chinese military reconnaissance satellites.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/66/?format=api",
                "agency_id": 17,
                "name": "Launch Complex 3 (LC-3/LA-1)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=28.247209,102.02917",
                "latitude": "28.247209",
                "longitude": "102.02917",
                "location": {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/16/?format=api",
                    "name": "Xichang Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
                    "total_launch_count": 224,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_66_20200803143611.jpg",
                "total_launch_count": 99
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}