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=7460&ordering=-net
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=7470&ordering=-net",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7450&ordering=-net",
    "results": [
        {
            "id": "b9dfc9fc-7c79-4c85-833e-037b3ee311aa",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b9dfc9fc-7c79-4c85-833e-037b3ee311aa/?format=api",
            "launch_library_id": null,
            "slug": "vostok-l-8k72-luna-1b",
            "name": "Vostok-L 8K72 | Luna-1b",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1958-10-11T21:41:58Z",
            "window_end": "1958-10-11T21:41:58Z",
            "window_start": "1958-10-11T21:41:58Z",
            "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": 3028,
                "configuration": {
                    "id": 454,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/454/?format=api",
                    "name": "Vostok-L 8K72",
                    "family": "Vostok",
                    "full_name": "Vostok-L 8K72",
                    "variant": "L 8K72"
                }
            },
            "mission": {
                "id": 1450,
                "launch_library_id": null,
                "name": "Luna-1b",
                "description": "Luna E-1 number 2 was a Soviet spacecraft intended to impact the moon, however, was lost in a launch failure.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 10,
                    "name": "Lunar Impactor",
                    "abbrev": "Lunar Impactor"
                }
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "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.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_32_20200803143513.jpg",
                "total_launch_count": 487
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 38,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/38/?format=api",
                    "name": "Luna",
                    "description": "The Luna program was a series of robotic spacecraft missions sent to the Moon by the Soviet Union between 1959 and 1976. The program accomplished many firsts in space exploration, including first flyby of the Moon, first impact of the Moon and first photos of the far side of the Moon. Each mission was designed as either an orbiter or lander. They also performed many experiments, studying the Moon's chemical composition, gravity, temperature, and radiation.",
                    "agencies": [
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/luna_1_impactor_image_20240813082956.jpg",
                    "start_date": "1958-09-23T07:40:23Z",
                    "end_date": "1976-08-22T17:55:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Luna_programme"
                }
            ]
        },
        {
            "id": "a58b6abf-6b0e-492c-8bf3-1fa586f8d4da",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a58b6abf-6b0e-492c-8bf3-1fa586f8d4da/?format=api",
            "launch_library_id": null,
            "slug": "thor-able-i-pioneer-1",
            "name": "Thor Able I | Pioneer 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1958-10-11T08:42:13Z",
            "window_end": "1958-10-11T08:42:13Z",
            "window_start": "1958-10-11T08:42:13Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 271,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/271/?format=api",
                "name": "Army Ballistic Missile Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 3027,
                "configuration": {
                    "id": 388,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/388/?format=api",
                    "name": "Thor Able I",
                    "family": "Thor",
                    "full_name": "Thor Able I",
                    "variant": "Able I"
                }
            },
            "mission": {
                "id": 1449,
                "launch_library_id": null,
                "name": "Pioneer 1",
                "description": "The second pioneer orbiter, pioneer 1 intended to enter lunar orbit but missed the Moon after a third stage partial failure.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                }
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "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_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "3aec8a7e-0884-4709-bdf6-c5f6444314a4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/3aec8a7e-0884-4709-bdf6-c5f6444314a4/?format=api",
            "launch_library_id": null,
            "slug": "vanguard-vanguard-7",
            "name": "Vanguard | Vanguard",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1958-09-26T15:38:00Z",
            "window_end": "1958-09-26T15:38:00Z",
            "window_start": "1958-09-26T15:38:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
                "name": "US Navy",
                "type": "Government"
            },
            "rocket": {
                "id": 3026,
                "configuration": {
                    "id": 449,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/449/?format=api",
                    "name": "Vanguard",
                    "family": "",
                    "full_name": "Vanguard",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1448,
                "launch_library_id": null,
                "name": "Vanguard",
                "description": "Vanguard was an American satellite and the fourth artificial Earth orbital satellite to be launched. It was the first satellite to have solar electric power.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 118,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/118/?format=api",
                "agency_id": 166,
                "name": "Launch Complex 18A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_18",
                "map_url": "https://www.google.com/maps?q=28.4493,-80.564494",
                "latitude": "28.4493",
                "longitude": "-80.564494",
                "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_118_20200803143338.jpg",
                "total_launch_count": 18
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vanguard_1_on_p_image_20240411114304.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "b6141255-54e9-4edc-839d-1dc81b61f19f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b6141255-54e9-4edc-839d-1dc81b61f19f/?format=api",
            "launch_library_id": null,
            "slug": "vostok-l-8k72-luna-1a",
            "name": "Vostok-L 8K72 | Luna-1a",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1958-09-23T07:40:23Z",
            "window_end": "1958-09-23T07:40:23Z",
            "window_start": "1958-09-23T07:40:23Z",
            "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": 3025,
                "configuration": {
                    "id": 454,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/454/?format=api",
                    "name": "Vostok-L 8K72",
                    "family": "Vostok",
                    "full_name": "Vostok-L 8K72",
                    "variant": "L 8K72"
                }
            },
            "mission": {
                "id": 1447,
                "launch_library_id": null,
                "name": "Luna-1a",
                "description": "Luna E-1 number 1 was a Soviet spacecraft intended to impact the moon, however, was lost in a launch failure.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 10,
                    "name": "Lunar Impactor",
                    "abbrev": "Lunar Impactor"
                }
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "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.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_32_20200803143513.jpg",
                "total_launch_count": 487
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 38,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/38/?format=api",
                    "name": "Luna",
                    "description": "The Luna program was a series of robotic spacecraft missions sent to the Moon by the Soviet Union between 1959 and 1976. The program accomplished many firsts in space exploration, including first flyby of the Moon, first impact of the Moon and first photos of the far side of the Moon. Each mission was designed as either an orbiter or lander. They also performed many experiments, studying the Moon's chemical composition, gravity, temperature, and radiation.",
                    "agencies": [
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/luna_1_impactor_image_20240813082956.jpg",
                    "start_date": "1958-09-23T07:40:23Z",
                    "end_date": "1976-08-22T17:55:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Luna_programme"
                }
            ]
        },
        {
            "id": "ba8f759d-5c34-4e63-bd32-29cb8e9905e6",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ba8f759d-5c34-4e63-bd32-29cb8e9905e6/?format=api",
            "launch_library_id": null,
            "slug": "project-pilot-nots-6",
            "name": "Project Pilot | NOTS 6",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1958-08-28T00:00:00Z",
            "window_end": "1958-08-28T00:00:00Z",
            "window_start": "1958-08-28T00:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
                "name": "US Navy",
                "type": "Government"
            },
            "rocket": {
                "id": 3024,
                "configuration": {
                    "id": 344,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/344/?format=api",
                    "name": "Project Pilot",
                    "family": "",
                    "full_name": "Project Pilot",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1446,
                "launch_library_id": null,
                "name": "NOTS 6",
                "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/145/?format=api",
                "agency_id": null,
                "name": "Naval Air Weapons Station China Lake",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
                "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
                "latitude": "35.6855556",
                "longitude": "-117.6941384",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "46580acb-1299-4a54-bdf0-884029a83a84",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/46580acb-1299-4a54-bdf0-884029a83a84/?format=api",
            "launch_library_id": null,
            "slug": "project-pilot-nots-5",
            "name": "Project Pilot | NOTS 5",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1958-08-26T00:00:00Z",
            "window_end": "1958-08-26T00:00:00Z",
            "window_start": "1958-08-26T00:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
                "name": "US Navy",
                "type": "Government"
            },
            "rocket": {
                "id": 3023,
                "configuration": {
                    "id": 344,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/344/?format=api",
                    "name": "Project Pilot",
                    "family": "",
                    "full_name": "Project Pilot",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1445,
                "launch_library_id": null,
                "name": "NOTS 5",
                "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/145/?format=api",
                "agency_id": null,
                "name": "Naval Air Weapons Station China Lake",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
                "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
                "latitude": "35.6855556",
                "longitude": "-117.6941384",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "31bcb852-0c9f-4f1f-a201-a108c88e77f8",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/31bcb852-0c9f-4f1f-a201-a108c88e77f8/?format=api",
            "launch_library_id": null,
            "slug": "project-pilot-nots-4",
            "name": "Project Pilot | NOTS 4",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1958-08-25T00:00:00Z",
            "window_end": "1958-08-25T00:00:00Z",
            "window_start": "1958-08-25T00:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
                "name": "US Navy",
                "type": "Government"
            },
            "rocket": {
                "id": 3022,
                "configuration": {
                    "id": 344,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/344/?format=api",
                    "name": "Project Pilot",
                    "family": "",
                    "full_name": "Project Pilot",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1444,
                "launch_library_id": null,
                "name": "NOTS 4",
                "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/145/?format=api",
                "agency_id": null,
                "name": "Naval Air Weapons Station China Lake",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
                "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
                "latitude": "35.6855556",
                "longitude": "-117.6941384",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "a17719ee-5a39-452d-afc6-770d3c6deb1b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a17719ee-5a39-452d-afc6-770d3c6deb1b/?format=api",
            "launch_library_id": null,
            "slug": "juno-i-explorer-5",
            "name": "Juno-I | Explorer 5",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1958-08-24T06:17:22Z",
            "window_end": "1958-08-24T06:17:22Z",
            "window_start": "1958-08-24T06:17:22Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 271,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/271/?format=api",
                "name": "Army Ballistic Missile Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 3021,
                "configuration": {
                    "id": 324,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/324/?format=api",
                    "name": "Juno-I",
                    "family": "Redstone",
                    "full_name": "Juno-I",
                    "variant": "Juno I"
                }
            },
            "mission": {
                "id": 1443,
                "launch_library_id": null,
                "name": "Explorer 5",
                "description": "Explorer 5 was a US satellite designed to study the van allen radiation belts, however, the launch failed after the first stage collided with the second stage.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 123,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/123/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 5",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=28.43942,-80.573301",
                "latitude": "28.43942",
                "longitude": "-80.573301",
                "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_123_20200803143235.jpg",
                "total_launch_count": 13
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/juno_i_on_the_p_image_20240411120216.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "ee6958bf-155d-4400-9d9a-9d3e27c56d6d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ee6958bf-155d-4400-9d9a-9d3e27c56d6d/?format=api",
            "launch_library_id": null,
            "slug": "project-pilot-nots-3",
            "name": "Project Pilot | NOTS 3",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1958-08-22T00:00:00Z",
            "window_end": "1958-08-22T00:00:00Z",
            "window_start": "1958-08-22T00:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
                "name": "US Navy",
                "type": "Government"
            },
            "rocket": {
                "id": 3020,
                "configuration": {
                    "id": 344,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/344/?format=api",
                    "name": "Project Pilot",
                    "family": "",
                    "full_name": "Project Pilot",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1442,
                "launch_library_id": null,
                "name": "NOTS 3",
                "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/145/?format=api",
                "agency_id": null,
                "name": "Naval Air Weapons Station China Lake",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
                "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
                "latitude": "35.6855556",
                "longitude": "-117.6941384",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "5408eda7-a3cc-48d2-9a62-e77a3cf86bc1",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5408eda7-a3cc-48d2-9a62-e77a3cf86bc1/?format=api",
            "launch_library_id": null,
            "slug": "thor-able-i-able-i-pioneer",
            "name": "Thor Able I | Able I (Pioneer)",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1958-08-17T12:18:00Z",
            "window_end": "1958-08-17T12:18:00Z",
            "window_start": "1958-08-17T12:18:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 271,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/271/?format=api",
                "name": "Army Ballistic Missile Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 3019,
                "configuration": {
                    "id": 388,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/388/?format=api",
                    "name": "Thor Able I",
                    "family": "Thor",
                    "full_name": "Thor Able I",
                    "variant": "Able I"
                }
            },
            "mission": {
                "id": 1441,
                "launch_library_id": null,
                "name": "Able I (Pioneer)",
                "description": "The first pioneer orbiter, pioneer 0 was a lunar orbiter intended to enter a lunar orbit for observation. However, the mission failed 77 seconds into launch.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                }
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "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_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}