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

EXAMPLE - /launch/[id]/ or /launch/?mode=list&search=SpaceX

GET Return a list of all Launch objects.

FILTERS Fields - 'name', 'id(s)', 'lsp__id', 'lsp__name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

MODE 'normal', 'list', 'detailed'

EXAMPLE ?mode=list

SEARCH Searches through the launch name, rocket name, launch agency, mission name & spacecraft name.

EXAMPLE - ?search=SpaceX

GET /2.2.0/launch/?format=api&offset=7460&ordering=-net
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7491,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7470&ordering=-net",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7450&ordering=-net",
    "results": [
        {
            "id": "80c8e883-8456-45e7-9ed7-abb1a587c5d9",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/80c8e883-8456-45e7-9ed7-abb1a587c5d9/?format=api",
            "slug": "atlas-b-score",
            "name": "Atlas B | SCORE",
            "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:41Z",
            "net": "1958-12-18T23:02:00Z",
            "window_end": "1958-12-18T23:02:00Z",
            "window_start": "1958-12-18T23:02:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 165,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/165/?format=api",
                "name": "US Army",
                "type": "Government"
            },
            "rocket": {
                "id": 3033,
                "configuration": {
                    "id": 233,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/233/?format=api",
                    "name": "Atlas B",
                    "family": "Atlas",
                    "full_name": "SM-65B Atlas",
                    "variant": "B"
                }
            },
            "mission": {
                "id": 1455,
                "name": "SCORE",
                "description": "SCORE or Signal Communications by Orbiting RElay was the world first purpose built communications satellite. It provided a second test of a communications relay system after the first being provided by Pioneer 1.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 116,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/116/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 11",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_11",
                "map_url": "https://www.google.com/maps?q=28.4755556,-80.5427496",
                "latitude": "28.4755556",
                "longitude": "-80.5427496",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_116_20200803143216.jpg",
                "total_launch_count": 1,
                "orbital_launch_attempt_count": 1
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 31,
            "location_launch_attempt_count": 18,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 28,
            "location_launch_attempt_count_year": 17,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "e83eac3f-29eb-4fac-b826-247261bd170d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/e83eac3f-29eb-4fac-b826-247261bd170d/?format=api",
            "slug": "juno-ii-pioneer-3",
            "name": "Juno II | Pioneer 3",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T17:42:44Z",
            "net": "1958-12-06T05:44:52Z",
            "window_end": "1958-12-06T05:44:52Z",
            "window_start": "1958-12-06T05:44:52Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 3032,
                "configuration": {
                    "id": 188,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/188/?format=api",
                    "name": "Juno II",
                    "family": "",
                    "full_name": "Juno II",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1454,
                "name": "Pioneer 3",
                "description": "Pioneer 3 was a spin-stabilized spacecraft intended as a lunar probe but failed to perform a lunar flyby as planned. Its mission was revised to measure radiation in the outer Van Allen radiation belts.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 9,
                    "name": "Lunar flyby",
                    "abbrev": "Lunar flyby"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 123,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/123/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 5",
                "description": null,
                "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.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_123_20200803143235.jpg",
                "total_launch_count": 13,
                "orbital_launch_attempt_count": 7
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/juno2520ii_image_20191201204701.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 30,
            "location_launch_attempt_count": 17,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 27,
            "location_launch_attempt_count_year": 16,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "3fabc98a-84bf-4b91-bec8-31f30eee9dc3",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/3fabc98a-84bf-4b91-bec8-31f30eee9dc3/?format=api",
            "slug": "vostok-l-8k72-luna-1c",
            "name": "Vostok-L 8K72 | Luna-1c",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T03:48:48Z",
            "net": "1958-12-04T18:18:45Z",
            "window_end": "1958-12-04T18:18:45Z",
            "window_start": "1958-12-04T18:18:45Z",
            "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": 3031,
                "configuration": {
                    "id": 454,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/454/?format=api",
                    "name": "Vostok-L 8K72",
                    "family": "Vostok",
                    "full_name": "Vostok-L 8K72",
                    "variant": "L 8K72"
                }
            },
            "mission": {
                "id": 1453,
                "name": "Luna-1c",
                "description": "Luna E-1 number 3 was a Soviet spacecraft intended to impact the moon but was lost in a launch failure.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 10,
                    "name": "Lunar Impactor",
                    "abbrev": "Lunar Impactor"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 38,
                    "url": "https://ll.thespacedevs.com/2.2.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.2.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",
                    "mission_patches": [],
                    "type": {
                        "id": 5,
                        "name": "Exploration"
                    }
                }
            ],
            "orbital_launch_attempt_count": 29,
            "location_launch_attempt_count": 7,
            "pad_launch_attempt_count": 7,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 26,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "64ecf17b-09e4-42ab-aa54-8d87b989e365",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/64ecf17b-09e4-42ab-aa54-8d87b989e365/?format=api",
            "slug": "thor-able-i-pioneer-2",
            "name": "Thor Able I | Pioneer 2",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T17:40:14Z",
            "net": "1958-11-08T07:30:21Z",
            "window_end": "1958-11-08T07:30:21Z",
            "window_start": "1958-11-08T07:30:21Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 271,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/271/?format=api",
                "name": "Army Ballistic Missile Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 3030,
                "configuration": {
                    "id": 388,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/388/?format=api",
                    "name": "Thor Able I",
                    "family": "Thor",
                    "full_name": "Thor Able I",
                    "variant": "Able I"
                }
            },
            "mission": {
                "id": 1452,
                "name": "Pioneer 2",
                "description": "The third pioneer orbiter, pioneer 2 intended to enter lunar orbit but failed to make orbit when the third stage failed to ignite.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "description": "",
                "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.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145,
                "orbital_launch_attempt_count": 145
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 28,
            "location_launch_attempt_count": 16,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 9,
            "orbital_launch_attempt_count_year": 25,
            "location_launch_attempt_count_year": 15,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 9,
            "type": "normal"
        },
        {
            "id": "96c31f2e-670c-46d5-8c5c-bc0e47dce16e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/96c31f2e-670c-46d5-8c5c-bc0e47dce16e/?format=api",
            "slug": "juno-i-beacon",
            "name": "Juno-I | Beacon",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T17:42:44Z",
            "net": "1958-10-23T03:21:04Z",
            "window_end": "1958-10-23T03:21:04Z",
            "window_start": "1958-10-23T03:21:04Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 271,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/271/?format=api",
                "name": "Army Ballistic Missile Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 3029,
                "configuration": {
                    "id": 324,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/324/?format=api",
                    "name": "Juno-I",
                    "family": "Redstone",
                    "full_name": "Juno-I",
                    "variant": "Juno I"
                }
            },
            "mission": {
                "id": 1451,
                "name": "Beacon",
                "description": "Beacon 1 was a large inflatable satellite of micro-thin plastic covered with aluminium foil. It was designed to be large so that it was easily visible from Earth.",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 123,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/123/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 5",
                "description": null,
                "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.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_123_20200803143235.jpg",
                "total_launch_count": 13,
                "orbital_launch_attempt_count": 7
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/juno_i_on_the_p_image_20240411120216.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 27,
            "location_launch_attempt_count": 15,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 8,
            "orbital_launch_attempt_count_year": 24,
            "location_launch_attempt_count_year": 14,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 8,
            "type": "normal"
        },
        {
            "id": "b9dfc9fc-7c79-4c85-833e-037b3ee311aa",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b9dfc9fc-7c79-4c85-833e-037b3ee311aa/?format=api",
            "slug": "vostok-l-8k72-luna-1b",
            "name": "Vostok-L 8K72 | Luna-1b",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T03:48:45Z",
            "net": "1958-10-11T21:41:58Z",
            "window_end": "1958-10-11T21:41:58Z",
            "window_start": "1958-10-11T21:41:58Z",
            "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": 3028,
                "configuration": {
                    "id": 454,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/454/?format=api",
                    "name": "Vostok-L 8K72",
                    "family": "Vostok",
                    "full_name": "Vostok-L 8K72",
                    "variant": "L 8K72"
                }
            },
            "mission": {
                "id": 1450,
                "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"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 38,
                    "url": "https://ll.thespacedevs.com/2.2.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.2.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",
                    "mission_patches": [],
                    "type": {
                        "id": 5,
                        "name": "Exploration"
                    }
                }
            ],
            "orbital_launch_attempt_count": 26,
            "location_launch_attempt_count": 6,
            "pad_launch_attempt_count": 6,
            "agency_launch_attempt_count": 6,
            "orbital_launch_attempt_count_year": 23,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "a58b6abf-6b0e-492c-8bf3-1fa586f8d4da",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/a58b6abf-6b0e-492c-8bf3-1fa586f8d4da/?format=api",
            "slug": "thor-able-i-pioneer-1",
            "name": "Thor Able I | Pioneer 1",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T17:40:19Z",
            "net": "1958-10-11T08:42:13Z",
            "window_end": "1958-10-11T08:42:13Z",
            "window_start": "1958-10-11T08:42:13Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 271,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/271/?format=api",
                "name": "Army Ballistic Missile Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 3027,
                "configuration": {
                    "id": 388,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/388/?format=api",
                    "name": "Thor Able I",
                    "family": "Thor",
                    "full_name": "Thor Able I",
                    "variant": "Able I"
                }
            },
            "mission": {
                "id": 1449,
                "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"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "description": "",
                "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.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145,
                "orbital_launch_attempt_count": 145
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 25,
            "location_launch_attempt_count": 14,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 22,
            "location_launch_attempt_count_year": 13,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 7,
            "type": "normal"
        },
        {
            "id": "3aec8a7e-0884-4709-bdf6-c5f6444314a4",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/3aec8a7e-0884-4709-bdf6-c5f6444314a4/?format=api",
            "slug": "vanguard-vanguard-7",
            "name": "Vanguard | Vanguard",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T17:42:59Z",
            "net": "1958-09-26T15:38:00Z",
            "window_end": "1958-09-26T15:38:00Z",
            "window_start": "1958-09-26T15:38:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
                "name": "US Navy",
                "type": "Government"
            },
            "rocket": {
                "id": 3026,
                "configuration": {
                    "id": 449,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/449/?format=api",
                    "name": "Vanguard",
                    "family": "",
                    "full_name": "Vanguard",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1448,
                "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"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 118,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/118/?format=api",
                "agency_id": 166,
                "name": "Launch Complex 18A",
                "description": null,
                "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.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_118_20200803143338.jpg",
                "total_launch_count": 18,
                "orbital_launch_attempt_count": 11
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vanguard_1_on_p_image_20240411114304.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 24,
            "location_launch_attempt_count": 13,
            "pad_launch_attempt_count": 7,
            "agency_launch_attempt_count": 13,
            "orbital_launch_attempt_count_year": 21,
            "location_launch_attempt_count_year": 12,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 12,
            "type": "normal"
        },
        {
            "id": "b6141255-54e9-4edc-839d-1dc81b61f19f",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b6141255-54e9-4edc-839d-1dc81b61f19f/?format=api",
            "slug": "vostok-l-8k72-luna-1a",
            "name": "Vostok-L 8K72 | Luna-1a",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T03:48:23Z",
            "net": "1958-09-23T07:40:23Z",
            "window_end": "1958-09-23T07:40:23Z",
            "window_start": "1958-09-23T07:40:23Z",
            "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": 3025,
                "configuration": {
                    "id": 454,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/454/?format=api",
                    "name": "Vostok-L 8K72",
                    "family": "Vostok",
                    "full_name": "Vostok-L 8K72",
                    "variant": "L 8K72"
                }
            },
            "mission": {
                "id": 1447,
                "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"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 38,
                    "url": "https://ll.thespacedevs.com/2.2.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.2.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",
                    "mission_patches": [],
                    "type": {
                        "id": 5,
                        "name": "Exploration"
                    }
                }
            ],
            "orbital_launch_attempt_count": 23,
            "location_launch_attempt_count": 5,
            "pad_launch_attempt_count": 5,
            "agency_launch_attempt_count": 5,
            "orbital_launch_attempt_count_year": 20,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "ba8f759d-5c34-4e63-bd32-29cb8e9905e6",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ba8f759d-5c34-4e63-bd32-29cb8e9905e6/?format=api",
            "slug": "project-pilot-nots-6",
            "name": "Project Pilot | NOTS 6",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T04:25:21Z",
            "net": "1958-08-28T00:00:00Z",
            "window_end": "1958-08-28T00:00:00Z",
            "window_start": "1958-08-28T00:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
                "name": "US Navy",
                "type": "Government"
            },
            "rocket": {
                "id": 3024,
                "configuration": {
                    "id": 344,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/344/?format=api",
                    "name": "Project Pilot",
                    "family": "",
                    "full_name": "Project Pilot",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1446,
                "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"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/145/?format=api",
                "agency_id": null,
                "name": "Naval Air Weapons Station China Lake",
                "description": null,
                "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.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
                "total_launch_count": 6,
                "orbital_launch_attempt_count": 6
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 22,
            "location_launch_attempt_count": 6,
            "pad_launch_attempt_count": 6,
            "agency_launch_attempt_count": 12,
            "orbital_launch_attempt_count_year": 19,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 11,
            "type": "normal"
        }
    ]
}