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

{
    "count": 7503,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6880&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6860&ordering=-name",
    "results": [
        {
            "id": "4da61190-78bf-44ec-a15a-572e72334422",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/4da61190-78bf-44ec-a15a-572e72334422/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3c-centaur-oao-b",
            "name": "Atlas SLV-3C Centaur | OAO B",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1970-11-30T22:40:05Z",
            "window_end": "1970-11-30T22:40:05Z",
            "window_start": "1970-11-30T22:40:05Z",
            "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": 4077,
                "configuration": {
                    "id": 260,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/260/?format=api",
                    "name": "Atlas SLV-3C Centaur",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3C Centaur",
                    "variant": "SLV-3C Centaur"
                }
            },
            "mission": {
                "id": 2495,
                "launch_library_id": null,
                "name": "OAO B",
                "description": "Astronomical observatory. Mission failed when the payload shroud of the launch vehicle failed to separate.",
                "launch_designator": null,
                "type": "Astrophysics",
                "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": 1023,
                    "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": "e845c910-05f9-4330-88fb-8592007e42a4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e845c910-05f9-4330-88fb-8592007e42a4/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3c-centaur-oao-2",
            "name": "Atlas SLV-3C Centaur | OAO 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1968-12-07T08:40:09Z",
            "window_end": "1968-12-07T08:40:09Z",
            "window_start": "1968-12-07T08:40:09Z",
            "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": 3852,
                "configuration": {
                    "id": 260,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/260/?format=api",
                    "name": "Atlas SLV-3C Centaur",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3C Centaur",
                    "variant": "SLV-3C Centaur"
                }
            },
            "mission": {
                "id": 2270,
                "launch_library_id": null,
                "name": "OAO 2",
                "description": "OAO 2 (Orbiting Astronomical Observatory), also known as Stargazer, was one of a series of automated astronomical observatories that was ground controllable in orientation and was placed in a low-earth orbit.",
                "launch_designator": null,
                "type": "Astrophysics",
                "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": 1023,
                    "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": "4807039f-7f54-4327-832b-3cded9cf8927",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/4807039f-7f54-4327-832b-3cded9cf8927/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3c-centaur-mariner-9",
            "name": "Atlas SLV-3C Centaur | Mariner 9",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1971-05-30T22:23:04Z",
            "window_end": "1971-05-30T22:23:04Z",
            "window_start": "1971-05-30T22:23: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": 4143,
                "configuration": {
                    "id": 260,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/260/?format=api",
                    "name": "Atlas SLV-3C Centaur",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3C Centaur",
                    "variant": "SLV-3C Centaur"
                }
            },
            "mission": {
                "id": 2561,
                "launch_library_id": null,
                "name": "Mariner 9",
                "description": "Mars orbiter designed to map 70% of the Martian surface and study temporal changes in the Martian atmosphere and surface.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 19,
                    "name": "Mars Orbit",
                    "abbrev": "Mars"
                }
            },
            "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": 1023,
                    "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": "6f7f51ac-6a99-45b3-8464-aeb229667feb",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/6f7f51ac-6a99-45b3-8464-aeb229667feb/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3c-centaur-mariner-8",
            "name": "Atlas SLV-3C Centaur | Mariner 8",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1971-05-09T01:11:02Z",
            "window_end": "1971-05-09T01:11:02Z",
            "window_start": "1971-05-09T01:11: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": 4133,
                "configuration": {
                    "id": 260,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/260/?format=api",
                    "name": "Atlas SLV-3C Centaur",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3C Centaur",
                    "variant": "SLV-3C Centaur"
                }
            },
            "mission": {
                "id": 2551,
                "launch_library_id": null,
                "name": "Mariner 8",
                "description": "Mars orbiter designed to map 70% of the Martian surface and study temporal changes in the Martian atmosphere and surface.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 19,
                    "name": "Mars Orbit",
                    "abbrev": "Mars"
                }
            },
            "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": 1023,
                    "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": "2836956b-b8e1-4367-8d51-70c969d68e54",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/2836956b-b8e1-4367-8d51-70c969d68e54/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3c-centaur-mariner-7",
            "name": "Atlas SLV-3C Centaur | Mariner 7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1969-03-27T22:22:01Z",
            "window_end": "1969-03-27T22:22:01Z",
            "window_start": "1969-03-27T22:22: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": 3891,
                "configuration": {
                    "id": 260,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/260/?format=api",
                    "name": "Atlas SLV-3C Centaur",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3C Centaur",
                    "variant": "SLV-3C Centaur"
                }
            },
            "mission": {
                "id": 2309,
                "launch_library_id": null,
                "name": "Mariner 7",
                "description": "Mariner 6 and 7 comprised a dual-spacecraft mission to Mars, the sixth and seventh missions in the Mariner series of spacecraft used for planetary exploration in the flyby mode. The primary objectives of the missions were to study the surface and atmosphere of Mars during close flybys to establish the basis for future investigations, particularly those relevant to the search for extraterrestrial life, and to demonstrate and develop technologies required for future Mars missions and other long-duration missions far from the Sun.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 23,
                    "name": "Mars flyby",
                    "abbrev": "Mars flyby"
                }
            },
            "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": 1023,
                    "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": "1eadee34-7da0-4b2c-8387-9a4ad35e08fd",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/1eadee34-7da0-4b2c-8387-9a4ad35e08fd/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3c-centaur-mariner-6",
            "name": "Atlas SLV-3C Centaur | Mariner 6",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1969-02-25T01:29:02Z",
            "window_end": "1969-02-25T01:29:02Z",
            "window_start": "1969-02-25T01:29: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": 3875,
                "configuration": {
                    "id": 260,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/260/?format=api",
                    "name": "Atlas SLV-3C Centaur",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3C Centaur",
                    "variant": "SLV-3C Centaur"
                }
            },
            "mission": {
                "id": 2293,
                "launch_library_id": null,
                "name": "Mariner 6",
                "description": "Mariner 6 and 7 comprised a dual-spacecraft mission to Mars, the sixth and seventh missions in the Mariner series of spacecraft used for planetary exploration in the flyby mode. The primary objectives of the missions were to study the surface and atmosphere of Mars during close flybys to establish the basis for future investigations, particularly those relevant to the search for extraterrestrial life, and to demonstrate and develop technologies required for future Mars missions and other long-duration missions far from the Sun.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 23,
                    "name": "Mars flyby",
                    "abbrev": "Mars flyby"
                }
            },
            "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": 1023,
                    "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": "bb3a3813-0617-4d4a-b432-9b0f8e79a7a7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/bb3a3813-0617-4d4a-b432-9b0f8e79a7a7/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3c-centaur-intelsat-iv-f5",
            "name": "Atlas SLV-3C Centaur | INTELSAT IV F5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1972-06-13T21:53:04Z",
            "window_end": "1972-06-13T21:53:04Z",
            "window_start": "1972-06-13T21:53: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": 4262,
                "configuration": {
                    "id": 260,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/260/?format=api",
                    "name": "Atlas SLV-3C Centaur",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3C Centaur",
                    "variant": "SLV-3C Centaur"
                }
            },
            "mission": {
                "id": 2680,
                "launch_library_id": null,
                "name": "INTELSAT IV F5",
                "description": "Geostationary communications satellite developed by Hughes Aircraft Company",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "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": 1023,
                    "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": "099c5087-5b4d-440e-8257-2356a2c9d0a3",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/099c5087-5b4d-440e-8257-2356a2c9d0a3/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3c-centaur-intelsat-iv-f4",
            "name": "Atlas SLV-3C Centaur | INTELSAT IV F4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1972-01-23T00:12:04Z",
            "window_end": "1972-01-23T00:12:04Z",
            "window_start": "1972-01-23T00:12: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": 4222,
                "configuration": {
                    "id": 260,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/260/?format=api",
                    "name": "Atlas SLV-3C Centaur",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3C Centaur",
                    "variant": "SLV-3C Centaur"
                }
            },
            "mission": {
                "id": 2640,
                "launch_library_id": null,
                "name": "INTELSAT IV F4",
                "description": "Geostationary communications satellite developed by Hughes Aircraft Company",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "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": 1023,
                    "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": "5b4a16db-7b29-487f-af92-01d707b969a3",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5b4a16db-7b29-487f-af92-01d707b969a3/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3c-centaur-intelsat-iv-f3",
            "name": "Atlas SLV-3C Centaur | INTELSAT IV F3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1971-12-20T01:10:04Z",
            "window_end": "1971-12-20T01:10:04Z",
            "window_start": "1971-12-20T01:10: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": 4215,
                "configuration": {
                    "id": 260,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/260/?format=api",
                    "name": "Atlas SLV-3C Centaur",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3C Centaur",
                    "variant": "SLV-3C Centaur"
                }
            },
            "mission": {
                "id": 2633,
                "launch_library_id": null,
                "name": "INTELSAT IV F3",
                "description": "Geostationary communications satellite developed by Hughes Aircraft Company",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "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": 1023,
                    "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": "76b72341-91ab-4a18-8315-32abf6d41d69",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/76b72341-91ab-4a18-8315-32abf6d41d69/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3c-centaur-intelsat-iv-f2",
            "name": "Atlas SLV-3C Centaur | INTELSAT IV F2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1971-01-26T00:36:03Z",
            "window_end": "1971-01-26T00:36:03Z",
            "window_start": "1971-01-26T00:36:03Z",
            "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": 4097,
                "configuration": {
                    "id": 260,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/260/?format=api",
                    "name": "Atlas SLV-3C Centaur",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3C Centaur",
                    "variant": "SLV-3C Centaur"
                }
            },
            "mission": {
                "id": 2515,
                "launch_library_id": null,
                "name": "INTELSAT IV F2",
                "description": "Geostationary communications satellite developed by Hughes Aircraft Company",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "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": 1023,
                    "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": []
        }
    ]
}