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

{
    "count": 7496,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7110&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7090&ordering=-name",
    "results": [
        {
            "id": "3317736c-8c82-49d1-8341-2619f94a2606",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/3317736c-8c82-49d1-8341-2619f94a2606/?format=api",
            "launch_library_id": null,
            "slug": "atlas-centaur-d-surveyor-sd-2",
            "name": "Atlas Centaur D | Surveyor-SD 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1965-08-11T14:31:04Z",
            "window_end": "1965-08-11T14:31:04Z",
            "window_start": "1965-08-11T14:31:04Z",
            "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": 3426,
                "configuration": {
                    "id": 236,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/236/?format=api",
                    "name": "Atlas Centaur D",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3C Centaur D",
                    "variant": "Centaur D"
                }
            },
            "mission": {
                "id": 1846,
                "launch_library_id": null,
                "name": "Surveyor-SD 2",
                "description": "Surveyor-SD was a series of two simulated Surveyor-payloads launched during the development of the Atlas Centaur launch vehicle.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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_122_20200803143232.jpg",
                "total_launch_count": 76
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "3e0631aa-57a7-400e-9db5-ea01c3239e89",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/3e0631aa-57a7-400e-9db5-ea01c3239e89/?format=api",
            "launch_library_id": null,
            "slug": "atlas-centaur-d-surveyor-model-3",
            "name": "Atlas Centaur D | Surveyor Model 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-10-26T11:12:02Z",
            "window_end": "1966-10-26T11:12:02Z",
            "window_start": "1966-10-26T11:12:02Z",
            "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": 3584,
                "configuration": {
                    "id": 236,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/236/?format=api",
                    "name": "Atlas Centaur D",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3C Centaur D",
                    "variant": "Centaur D"
                }
            },
            "mission": {
                "id": 2003,
                "launch_library_id": null,
                "name": "Surveyor Model 3",
                "description": "Dummy payload",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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_122_20200803143232.jpg",
                "total_launch_count": 76
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "89eb5a56-cacb-4735-ae60-59f70ccb945b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/89eb5a56-cacb-4735-ae60-59f70ccb945b/?format=api",
            "launch_library_id": null,
            "slug": "atlas-centaur-d-surveyor-m-2",
            "name": "Atlas Centaur D | Surveyor M-2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-04-08T01:00:02Z",
            "window_end": "1966-04-08T01:00:02Z",
            "window_start": "1966-04-08T01:00:02Z",
            "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": 3513,
                "configuration": {
                    "id": 236,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/236/?format=api",
                    "name": "Atlas Centaur D",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3C Centaur D",
                    "variant": "Centaur D"
                }
            },
            "mission": {
                "id": 1933,
                "launch_library_id": null,
                "name": "Surveyor M-2",
                "description": "Dummy payload",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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_122_20200803143232.jpg",
                "total_launch_count": 76
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f60232e7-8545-4ea8-978c-d1eaa90c1023",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f60232e7-8545-4ea8-978c-d1eaa90c1023/?format=api",
            "launch_library_id": null,
            "slug": "atlas-centaur-d-surveyor-4",
            "name": "Atlas Centaur D | Surveyor 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1967-07-14T11:53:29Z",
            "window_end": "1967-07-14T11:53:29Z",
            "window_start": "1967-07-14T11:53:29Z",
            "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": 3682,
                "configuration": {
                    "id": 236,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/236/?format=api",
                    "name": "Atlas Centaur D",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3C Centaur D",
                    "variant": "Centaur D"
                }
            },
            "mission": {
                "id": 2100,
                "launch_library_id": null,
                "name": "Surveyor 4",
                "description": "Lunar probe which was lost during the terminal-descent phase and crashed into the surface.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 10,
                    "name": "Lunar Impactor",
                    "abbrev": "Lunar Impactor"
                }
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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_121_20200803143231.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "72cf1d0b-6145-4b79-88d0-7f206d1b0ed5",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/72cf1d0b-6145-4b79-88d0-7f206d1b0ed5/?format=api",
            "launch_library_id": null,
            "slug": "atlas-centaur-d-surveyor-3",
            "name": "Atlas Centaur D | Surveyor 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1967-04-17T07:05:01Z",
            "window_end": "1967-04-17T07:05:01Z",
            "window_start": "1967-04-17T07:05:01Z",
            "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": 3645,
                "configuration": {
                    "id": 236,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/236/?format=api",
                    "name": "Atlas Centaur D",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3C Centaur D",
                    "variant": "Centaur D"
                }
            },
            "mission": {
                "id": 2063,
                "launch_library_id": null,
                "name": "Surveyor 3",
                "description": "Lunar probe which successfully landed on the surface on April 20. It transmitted 6,300 photos and was visited by the crew of Apollo 12 which returned parts to Earth.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 10,
                    "name": "Lunar Impactor",
                    "abbrev": "Lunar Impactor"
                }
            },
            "pad": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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_122_20200803143232.jpg",
                "total_launch_count": 76
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "91ee7159-1558-42af-8b63-3736705e0b6f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/91ee7159-1558-42af-8b63-3736705e0b6f/?format=api",
            "launch_library_id": null,
            "slug": "atlas-centaur-d-surveyor-2",
            "name": "Atlas Centaur D | Surveyor 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-09-20T12:32:00Z",
            "window_end": "1966-09-20T12:32:00Z",
            "window_start": "1966-09-20T12:32: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": 3573,
                "configuration": {
                    "id": 236,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/236/?format=api",
                    "name": "Atlas Centaur D",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3C Centaur D",
                    "variant": "Centaur D"
                }
            },
            "mission": {
                "id": 1992,
                "launch_library_id": null,
                "name": "Surveyor 2",
                "description": "Lunar probe lost due to the failure of a vernier engine during a midcourse correction maneuver which sent the spacecraft in an unrecoverable tumble.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 10,
                    "name": "Lunar Impactor",
                    "abbrev": "Lunar Impactor"
                }
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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_121_20200803143231.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "ed6639ac-efc2-4772-9986-63865d1af940",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ed6639ac-efc2-4772-9986-63865d1af940/?format=api",
            "launch_library_id": null,
            "slug": "atlas-centaur-d-surveyor-1",
            "name": "Atlas Centaur D | Surveyor 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-05-30T14:41:01Z",
            "window_end": "1966-05-30T14:41:01Z",
            "window_start": "1966-05-30T14:41:01Z",
            "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": 3532,
                "configuration": {
                    "id": 236,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/236/?format=api",
                    "name": "Atlas Centaur D",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3C Centaur D",
                    "variant": "Centaur D"
                }
            },
            "mission": {
                "id": 1952,
                "launch_library_id": null,
                "name": "Surveyor 1",
                "description": "Lunar probe which successfully landed on the surface on June 2 from where it transmitted 11,237 photos.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 10,
                    "name": "Lunar Impactor",
                    "abbrev": "Lunar Impactor"
                }
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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_121_20200803143231.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "ad230004-ee4d-4b79-ae22-bcc1a805f5a9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ad230004-ee4d-4b79-ae22-bcc1a805f5a9/?format=api",
            "launch_library_id": null,
            "slug": "atlas-centaur-ac-3-instrumentation-ring",
            "name": "Atlas Centaur | AC-3 Instrumentation Ring",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1964-06-30T14:04:22Z",
            "window_end": "1964-06-30T14:04:22Z",
            "window_start": "1964-06-30T14:04:22Z",
            "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": 3291,
                "configuration": {
                    "id": 235,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/235/?format=api",
                    "name": "Atlas Centaur",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3C Centaur",
                    "variant": "Centaur"
                }
            },
            "mission": {
                "id": 1713,
                "launch_library_id": null,
                "name": "AC-3 Instrumentation Ring",
                "description": "Test flight of the cryogenic Centaur stage.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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_121_20200803143231.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f164d4ee-db80-4130-8bc4-fc522d11bdb1",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f164d4ee-db80-4130-8bc4-fc522d11bdb1/?format=api",
            "launch_library_id": null,
            "slug": "atlas-centaur-ac-2-instrumentation-ring",
            "name": "Atlas Centaur | AC-2 Instrumentation Ring",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1963-11-27T19:03:23Z",
            "window_end": "1963-11-27T19:03:23Z",
            "window_start": "1963-11-27T19:03:23Z",
            "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": 3238,
                "configuration": {
                    "id": 235,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/235/?format=api",
                    "name": "Atlas Centaur",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3C Centaur",
                    "variant": "Centaur"
                }
            },
            "mission": {
                "id": 1660,
                "launch_library_id": null,
                "name": "AC-2 Instrumentation Ring",
                "description": "Test flight of the cryogenic Centaur stage.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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_121_20200803143231.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "0dae8a60-e6af-4eb3-b5c7-ca45f6da5850",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0dae8a60-e6af-4eb3-b5c7-ca45f6da5850/?format=api",
            "launch_library_id": null,
            "slug": "atlas-burner-2-uvr",
            "name": "Atlas Burner 2 | UVR",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1968-08-16T20:57:44Z",
            "window_end": "1968-08-16T20:57:44Z",
            "window_start": "1968-08-16T20:57:44Z",
            "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": 3814,
                "configuration": {
                    "id": 234,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/234/?format=api",
                    "name": "Atlas Burner 2",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3 Burner-2",
                    "variant": "Burner-2"
                }
            },
            "mission": {
                "id": 2232,
                "launch_library_id": null,
                "name": "UVR",
                "description": "Rideshare mission with thirteen payloads .",
                "launch_designator": null,
                "type": "Dedicated Rideshare",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 24,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/24/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3E",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3E",
                "map_url": "https://www.google.com/maps?q=34.64,-120.5895",
                "latitude": "34.64",
                "longitude": "-120.5895",
                "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_24_20200803143552.jpg",
                "total_launch_count": 48
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}