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

{
    "count": 7494,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7160&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7140&ordering=-name",
    "results": [
        {
            "id": "eee9e288-e5c8-429d-9760-5c7bc14a5225",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/eee9e288-e5c8-429d-9760-5c7bc14a5225/?format=api",
            "launch_library_id": null,
            "slug": "atlas-agena-a-midas-2",
            "name": "Atlas Agena A | Midas 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1960-05-24T17:36:46Z",
            "window_end": "1960-05-24T17:36:46Z",
            "window_start": "1960-05-24T17:36:46Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 3069,
                "configuration": {
                    "id": 231,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/231/?format=api",
                    "name": "Atlas Agena A",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena A",
                    "variant": "Agena A"
                }
            },
            "mission": {
                "id": 1491,
                "launch_library_id": null,
                "name": "Midas 2",
                "description": "The MIDAS Series 1 (Military Defense Alarm System) satellites, MIDAS 1 and 2, were the first development models for the MIDAS early warning system.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/17/?format=api",
                "agency_id": 1048,
                "name": "Space Launch Complex 14",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
                "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
                "latitude": "28.49103",
                "longitude": "-80.54687",
                "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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_17_20200803143405.jpg",
                "total_launch_count": 20
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "258a4774-b0f5-4775-9918-5a90ad60f008",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/258a4774-b0f5-4775-9918-5a90ad60f008/?format=api",
            "launch_library_id": null,
            "slug": "atlas-agena-a-midas-1",
            "name": "Atlas Agena A | Midas 1",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1960-02-26T17:25:30Z",
            "window_end": "1960-02-26T17:25:30Z",
            "window_start": "1960-02-26T17:25:30Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 3059,
                "configuration": {
                    "id": 231,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/231/?format=api",
                    "name": "Atlas Agena A",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena A",
                    "variant": "Agena A"
                }
            },
            "mission": {
                "id": 1481,
                "launch_library_id": null,
                "name": "Midas 1",
                "description": "The MIDAS Series 1 (Military Defense Alarm System) satellites, MIDAS 1 and 2, were the first development models for the MIDAS early warning system.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/17/?format=api",
                "agency_id": 1048,
                "name": "Space Launch Complex 14",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
                "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
                "latitude": "28.49103",
                "longitude": "-80.54687",
                "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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_17_20200803143405.jpg",
                "total_launch_count": 20
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "583b7dc8-2b7d-494a-a19a-4629c45f0b7d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/583b7dc8-2b7d-494a-a19a-4629c45f0b7d/?format=api",
            "launch_library_id": null,
            "slug": "atlas-able-p-31",
            "name": "Atlas-Able | P-31",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1960-12-15T09:10:00Z",
            "window_end": "1960-12-15T09:10:00Z",
            "window_start": "1960-12-15T09:10:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 3094,
                "configuration": {
                    "id": 230,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/230/?format=api",
                    "name": "Atlas-Able",
                    "family": "Atlas",
                    "full_name": "Atlas-Able",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1516,
                "launch_library_id": null,
                "name": "P-31",
                "description": "An intended lunar orbiter the vehicle was destroyed when the launch vehicle exploded due to a malfunction in the first stage.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                }
            },
            "pad": {
                "id": 99,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/99/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 12",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
                "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
                "latitude": "28.480607",
                "longitude": "-80.541938",
                "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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
                "total_launch_count": 23
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-d_able_on_image_20240411161010.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "23538a9d-d745-4944-aec8-294c8f773cbf",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/23538a9d-d745-4944-aec8-294c8f773cbf/?format=api",
            "launch_library_id": null,
            "slug": "atlas-able-p-30-able-va",
            "name": "Atlas-Able | P-30 (Able VA)",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1960-09-25T15:13:17Z",
            "window_end": "1960-09-25T15:13:17Z",
            "window_start": "1960-09-25T15:13:17Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 3080,
                "configuration": {
                    "id": 230,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/230/?format=api",
                    "name": "Atlas-Able",
                    "family": "Atlas",
                    "full_name": "Atlas-Able",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1502,
                "launch_library_id": null,
                "name": "P-30 (Able VA)",
                "description": "An intended lunar orbiter probe. The vehicle failed during launch.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                }
            },
            "pad": {
                "id": 99,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/99/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 12",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
                "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
                "latitude": "28.480607",
                "longitude": "-80.541938",
                "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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
                "total_launch_count": 23
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-d_able_on_image_20240411161010.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f889bd5e-6cf9-4189-9912-d978a6f7b0fe",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f889bd5e-6cf9-4189-9912-d978a6f7b0fe/?format=api",
            "launch_library_id": null,
            "slug": "atlas-able-p-3",
            "name": "Atlas-Able | P-3",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1959-11-26T07:26:00Z",
            "window_end": "1959-11-26T07:26:00Z",
            "window_start": "1959-11-26T07:26:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 3056,
                "configuration": {
                    "id": 230,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/230/?format=api",
                    "name": "Atlas-Able",
                    "family": "Atlas",
                    "full_name": "Atlas-Able",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1478,
                "launch_library_id": null,
                "name": "P-3",
                "description": "The Pioneer P-1, -3, -30 and -31 series was intended to be a lunar orbiter probe, but the mission failed shortly after launch. The objectives were to place a highly instrumented probe in lunar orbit, to investigate the environment between the Earth and Moon, and to develop technology for controlling and maneuvering spacecraft from Earth.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                }
            },
            "pad": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/17/?format=api",
                "agency_id": 1048,
                "name": "Space Launch Complex 14",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
                "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
                "latitude": "28.49103",
                "longitude": "-80.54687",
                "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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_17_20200803143405.jpg",
                "total_launch_count": 20
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-d_able_on_image_20240411161010.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "2e1baccd-6a90-4063-acca-ec27e1645faf",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/2e1baccd-6a90-4063-acca-ec27e1645faf/?format=api",
            "launch_library_id": null,
            "slug": "athena-i-starshine-oscar-43",
            "name": "Athena I | Starshine-OSCAR-43",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2001-09-30T02:40:00Z",
            "window_end": "2001-09-30T02:40:00Z",
            "window_start": "2001-09-30T02:40:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7059,
                "configuration": {
                    "id": 228,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/228/?format=api",
                    "name": "Athena I",
                    "family": "Athena",
                    "full_name": "Athena I",
                    "variant": "I"
                }
            },
            "mission": {
                "id": 5448,
                "launch_library_id": null,
                "name": "Starshine-OSCAR-43",
                "description": "Research (Atmospheric density) satellite built by Naval Research Laboratory (NRL) for NASA, USA.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 57,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/57/?format=api",
                "agency_id": null,
                "name": "Launch Pad 1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Pacific_Spaceport_Complex_%E2%80%93_Alaska",
                "map_url": "https://www.google.com/maps?q=57.435833,-152.337778",
                "latitude": "57.435833",
                "longitude": "-152.337778",
                "location": {
                    "id": 25,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/25/?format=api",
                    "name": "Pacific Spaceport Complex, Alaska, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_25_20200803142500.jpg",
                    "total_launch_count": 9,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_57_20200803143509.jpg",
                "total_launch_count": 3
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/athena_1_liftof_image_20240411090356.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "54a928a5-d8fc-40f4-b84c-0c9f8f62de78",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/54a928a5-d8fc-40f4-b84c-0c9f8f62de78/?format=api",
            "launch_library_id": null,
            "slug": "athena-i-lewis",
            "name": "Athena I | Lewis",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1997-08-23T06:51:01Z",
            "window_end": "1997-08-23T06:51:01Z",
            "window_start": "1997-08-23T06:51:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6797,
                "configuration": {
                    "id": 228,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/228/?format=api",
                    "name": "Athena I",
                    "family": "Athena",
                    "full_name": "Athena I",
                    "variant": "I"
                }
            },
            "mission": {
                "id": 5187,
                "launch_library_id": null,
                "name": "Lewis",
                "description": "Lewis was one of two missions selected under NASA's SSTI (Small Spacecraft Technology Initiative) program to demonstrate advanced spacecraft technologies (11 July 1994).",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/11/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_6",
                "map_url": "https://www.google.com/maps?q=34.5815,-120.6262",
                "latitude": "34.5815",
                "longitude": "-120.6262",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 806,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_11_20200803143550.jpg",
                "total_launch_count": 14
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/athena_1_liftof_image_20240411090356.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "0fdacb6a-4e02-436f-898b-d74115cd911d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0fdacb6a-4e02-436f-898b-d74115cd911d/?format=api",
            "launch_library_id": null,
            "slug": "athena-ii-lunar-prospector",
            "name": "Athena II | Lunar Prospector",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1998-01-07T02:28:44Z",
            "window_end": "1998-01-07T02:28:44Z",
            "window_start": "1998-01-07T02:28:44Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6832,
                "configuration": {
                    "id": 229,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/229/?format=api",
                    "name": "Athena II",
                    "family": "Athena",
                    "full_name": "Athena II",
                    "variant": "II"
                }
            },
            "mission": {
                "id": 5222,
                "launch_library_id": null,
                "name": "Lunar Prospector",
                "description": "Lunar Prospector was a small spin stabilized lunar orbiter. Using its Gamma Ray Spectrometer (GRS), it collected a large amount of scientific data that helps researchers understand the chemical composition of the lunar surface.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                }
            },
            "pad": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/27/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 46",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_Florida_Launch_Complex_46",
                "map_url": "https://www.google.com/maps?q=28.4584,-80.5284",
                "latitude": "28.4584",
                "longitude": "-80.5284",
                "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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_27_20200803143319.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/athena_2_with_l_image_20240411091736.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 33,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/33/?format=api",
                    "name": "Discovery Program",
                    "description": "The Discovery Program is a series of Solar System exploration missions funded by the U.S. National Aeronautics and Space Administration (NASA) through its Planetary Missions Program Office. The cost of each mission is capped at a lower level than missions from NASA's New Frontiers or Flagship Programs. As a result, Discovery missions tend to be more focused on a specific scientific goal rather than serving a general purpose.",
                    "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/discovery2520p_program_20231231122246.jpeg",
                    "start_date": "1990-01-01T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/planetarymissions/discovery-program/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Discovery_Program"
                }
            ]
        },
        {
            "id": "8f6ecc70-9092-4198-a7fb-9648c8cdcb33",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/8f6ecc70-9092-4198-a7fb-9648c8cdcb33/?format=api",
            "launch_library_id": null,
            "slug": "athena-ii-ikonos-1",
            "name": "Athena II | Ikonos 1",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1999-04-27T18:22:01Z",
            "window_end": "1999-04-27T18:22:01Z",
            "window_start": "1999-04-27T18:22:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6915,
                "configuration": {
                    "id": 229,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/229/?format=api",
                    "name": "Athena II",
                    "family": "Athena",
                    "full_name": "Athena II",
                    "variant": "II"
                }
            },
            "mission": {
                "id": 5305,
                "launch_library_id": null,
                "name": "Ikonos 1",
                "description": "Earth observation satellite developed by Lockheed Martin Commercial Space Systems. The launch failed when the payload shroud of the Athena-2 launch vehicle failed to separate.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                }
            },
            "pad": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/11/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_6",
                "map_url": "https://www.google.com/maps?q=34.5815,-120.6262",
                "latitude": "34.5815",
                "longitude": "-120.6262",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 806,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_11_20200803143550.jpg",
                "total_launch_count": 14
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/athena_2_with_l_image_20240411091736.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fa9a3fdf-aba4-4ee2-af0b-d0601317088f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fa9a3fdf-aba4-4ee2-af0b-d0601317088f/?format=api",
            "launch_library_id": null,
            "slug": "athena-ii-ikonos",
            "name": "Athena II | Ikonos",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1999-09-24T18:21:08Z",
            "window_end": "1999-09-24T18:21:08Z",
            "window_start": "1999-09-24T18:21:08Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6942,
                "configuration": {
                    "id": 229,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/229/?format=api",
                    "name": "Athena II",
                    "family": "Athena",
                    "full_name": "Athena II",
                    "variant": "II"
                }
            },
            "mission": {
                "id": 5332,
                "launch_library_id": null,
                "name": "Ikonos",
                "description": "Lockheed Martin Commercial Space Systems, an operating unit of Missiles & Space, has revolutionized the space-based imagery market with the development of the first commercial satellite capable of resolving objects on the ground as small as one meter in diameter. The company is providing a spacecraft, designated IKONOS 1, for Space Imaging, Thornton, CO, which offers high-resolution imagery of the Earth to customers around the world.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                }
            },
            "pad": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/11/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_6",
                "map_url": "https://www.google.com/maps?q=34.5815,-120.6262",
                "latitude": "34.5815",
                "longitude": "-120.6262",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 806,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_11_20200803143550.jpg",
                "total_launch_count": 14
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/athena_2_with_l_image_20240411091736.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}