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

{
    "count": 7487,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7370&ordering=-net",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7350&ordering=-net",
    "results": [
        {
            "id": "9fe0c6ce-7858-4915-b4e3-7c93f8e56177",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/9fe0c6ce-7858-4915-b4e3-7c93f8e56177/?format=api",
            "launch_library_id": null,
            "slug": "redstone-mrlv-mercury-redstone-3",
            "name": "Redstone MRLV | Mercury-Redstone 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1961-05-05T14:34:13Z",
            "window_end": "1961-05-05T14:34:13Z",
            "window_start": "1961-05-05T14:34:13Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 2174,
                "configuration": {
                    "id": 107,
                    "launch_library_id": 141,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/107/?format=api",
                    "name": "Redstone",
                    "family": "Redstone",
                    "full_name": "Redstone MRLV",
                    "variant": "MRLV"
                }
            },
            "mission": {
                "id": 940,
                "launch_library_id": null,
                "name": "Mercury-Redstone 3",
                "description": "Mercury-Redstone 3, or Freedom 7, was the first United States human spaceflight, on May 5, 1961, piloted by astronaut Alan Shepard. It was the first manned flight of Project Mercury, the objective of which was to put an astronaut into orbit around the Earth and return him safely. Shepard's mission was a 15-minute suborbital flight with the primary objective of demonstrating his ability to withstand the high g-forces of launch and atmospheric re-entry.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 123,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/123/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 5",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=28.43942,-80.573301",
                "latitude": "28.43942",
                "longitude": "-80.573301",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1020,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_123_20200803143235.jpg",
                "total_launch_count": 13
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/redstone_image_20190207032627.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 2,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/2/?format=api",
                    "name": "Mercury",
                    "description": "Project Mercury was the first human spaceflight program of the United States, running from 1958 through 1963.",
                    "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/project2520mer_program_20200820194755.png",
                    "start_date": "1958-10-07T00:00:00Z",
                    "end_date": "1963-05-16T23:24:02Z",
                    "info_url": "https://www.nasa.gov/mission_pages/mercury/missions/program-toc.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Project_Mercury"
                }
            ]
        },
        {
            "id": "646b10d8-b33b-4241-8982-3ea60a4fd3a8",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/646b10d8-b33b-4241-8982-3ea60a4fd3a8/?format=api",
            "launch_library_id": null,
            "slug": "little-joe-lj-5b",
            "name": "Little Joe | LJ-5B",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1961-04-28T14:03:00Z",
            "window_end": "1961-04-28T14:03:00Z",
            "window_start": "1961-04-28T14:03:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 7442,
                "configuration": {
                    "id": 473,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/473/?format=api",
                    "name": "Little Joe",
                    "family": "Little Joe",
                    "full_name": "Little Joe",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5832,
                "launch_library_id": null,
                "name": "LJ-5B",
                "description": "Little Joe 5B was an uncrewed launch escape system test of the Mercury spacecraft, conducted as part of the US Mercury program.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 196,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/196/?format=api",
                "agency_id": 44,
                "name": "Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
                "map_url": "https://www.google.com/maps?q=37.938611,-75.457222",
                "latitude": "37.938611",
                "longitude": "-75.457222",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
                    "name": "Wallops Flight Facility, Virginia, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
                    "total_launch_count": 80,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_area_4_20210901092808.jpg",
                "total_launch_count": 1
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/little_joe_image_20210901081353.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 2,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/2/?format=api",
                    "name": "Mercury",
                    "description": "Project Mercury was the first human spaceflight program of the United States, running from 1958 through 1963.",
                    "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/project2520mer_program_20200820194755.png",
                    "start_date": "1958-10-07T00:00:00Z",
                    "end_date": "1963-05-16T23:24:02Z",
                    "info_url": "https://www.nasa.gov/mission_pages/mercury/missions/program-toc.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Project_Mercury"
                }
            ]
        },
        {
            "id": "f5303aad-0672-4825-96d6-996d83d1e7f2",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f5303aad-0672-4825-96d6-996d83d1e7f2/?format=api",
            "launch_library_id": 1843,
            "slug": "juno-ii-explorer-11",
            "name": "Juno II | Explorer 11",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1961-04-27T14:16:38Z",
            "window_end": "1961-04-27T14:16:38Z",
            "window_start": "1961-04-27T14:16:38Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "launch_service_provider": {
                "id": 271,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/271/?format=api",
                "name": "Army Ballistic Missile Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 2376,
                "configuration": {
                    "id": 188,
                    "launch_library_id": 206,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/188/?format=api",
                    "name": "Juno II",
                    "family": "",
                    "full_name": "Juno II",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 97,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/97/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 26B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_26",
                "map_url": "https://www.google.com/maps?q=28.4433,-80.5712",
                "latitude": "28.4433",
                "longitude": "-80.5712",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1020,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_97_20200803143224.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/juno2520ii_image_20191201204701.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "e1e4a144-47f8-489d-88ee-c41ae09cd0b7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e1e4a144-47f8-489d-88ee-c41ae09cd0b7/?format=api",
            "launch_library_id": 1842,
            "slug": "atlas-lv-3b-mercury-atlas-3",
            "name": "Atlas LV-3B | Mercury-Atlas 3",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1961-04-25T16:15:00Z",
            "window_end": "1961-04-25T16:15:00Z",
            "window_start": "1961-04-25T16:15:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "Pitch and roll sequence failed to initiate.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 2375,
                "configuration": {
                    "id": 162,
                    "launch_library_id": 140,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/162/?format=api",
                    "name": "Atlas LV-3B",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3B",
                    "variant": "LV-3B"
                }
            },
            "mission": {
                "id": 5831,
                "launch_library_id": null,
                "name": "Mercury-Atlas 3",
                "description": "Uncrewed test flight of the Mercury program. The launch proceeded normally until about T+20 seconds when the pitch and roll sequence failed to initiate and the vehicle instead just continued flying straight upward, requiring early termination of the flight.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "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": 1020,
                    "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_image_20190222030015.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 2,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/2/?format=api",
                    "name": "Mercury",
                    "description": "Project Mercury was the first human spaceflight program of the United States, running from 1958 through 1963.",
                    "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/project2520mer_program_20200820194755.png",
                    "start_date": "1958-10-07T00:00:00Z",
                    "end_date": "1963-05-16T23:24:02Z",
                    "info_url": "https://www.nasa.gov/mission_pages/mercury/missions/program-toc.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Project_Mercury"
                }
            ]
        },
        {
            "id": "f944bd44-59c9-4da1-8330-ee4541d7a5a3",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f944bd44-59c9-4da1-8330-ee4541d7a5a3/?format=api",
            "launch_library_id": null,
            "slug": "trailblazer-1-trailblazer-1g",
            "name": "Trailblazer 1 | Trailblazer 1g",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1961-04-21T05:56:20Z",
            "window_end": "1961-04-21T05:56:20Z",
            "window_start": "1961-04-21T05:56:20Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 3097,
                "configuration": {
                    "id": 441,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/441/?format=api",
                    "name": "Trailblazer 1",
                    "family": "Trailblazer",
                    "full_name": "Trailblazer 1",
                    "variant": "1"
                }
            },
            "mission": {
                "id": 1519,
                "launch_library_id": null,
                "name": "Trailblazer 1g",
                "description": "An experiment where an actual 'artificial meteorite' was flown. This was a 5.8 g steel pellet, which was driven into the atmosphere at 6 km/sec by a 'seventh stage', a shaped charge that accelerated the pellet after burnout of the rocket's six stage. This experiment provided a known reference by which the size of actual meteoroids could be measured according to the luminance of their trails.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 177,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/177/?format=api",
                "agency_id": null,
                "name": "Unknown Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
                "map_url": "https://www.google.com/maps?q=37.9386111,-75.4594162",
                "latitude": "37.9386111",
                "longitude": "-75.4594162",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
                    "name": "Wallops Flight Facility, Virginia, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
                    "total_launch_count": 80,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_177_20200803143406.jpg",
                "total_launch_count": 8
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "6abb4584-1ae8-4280-ab94-eec203164091",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/6abb4584-1ae8-4280-ab94-eec203164091/?format=api",
            "launch_library_id": 1028,
            "slug": "vostok-k-vostok-1",
            "name": "Vostok-K | Vostok 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1961-04-12T06:07:00Z",
            "window_end": "1961-04-12T06:07:00Z",
            "window_start": "1961-04-12T06:07:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 189,
                "configuration": {
                    "id": 103,
                    "launch_library_id": 139,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/103/?format=api",
                    "name": "Vostok",
                    "family": "R-7",
                    "full_name": "Vostok-K",
                    "variant": "K"
                }
            },
            "mission": {
                "id": 774,
                "launch_library_id": 212,
                "name": "Vostok 1",
                "description": "The first crewed space launch & the first orbital launch. It carried the Soviet cosmonaut Yuri Gagarin who completed 1 orbit before safely re-entering the atmosphere, he ejected from his capsule at an altitude of 7 km in order to parachute safely to the ground. The mission lasted 108 minutes.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_image_20191104130128.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 9,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/9/?format=api",
                    "name": "Vostok",
                    "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
                    "agencies": [
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_program_20210417063956.png",
                    "start_date": "1961-04-12T06:07:00Z",
                    "end_date": "1963-06-19T08:20:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme"
                }
            ]
        },
        {
            "id": "b1a75709-2ff8-497d-aa70-51b38d441cd6",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b1a75709-2ff8-497d-aa70-51b38d441cd6/?format=api",
            "launch_library_id": 1841,
            "slug": "thor-dm-21-agena-b-kh-5-2",
            "name": "Thor DM-21 Agena-B | KH-5 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1961-04-08T19:21:08Z",
            "window_end": "1961-04-08T19:21:08Z",
            "window_start": "1961-04-08T19:21:08Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "",
            "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": 2374,
                "configuration": {
                    "id": 186,
                    "launch_library_id": 201,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/186/?format=api",
                    "name": "Thor DM-21 Agena-B",
                    "family": "Thor",
                    "full_name": "Thor DM-21 Agena-B",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1392,
                "launch_library_id": null,
                "name": "KH-5 2",
                "description": "KH-5 (Keyhole 5, codenamed Argon) was the area survey component of the Corona program.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/96/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 1E",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
                "map_url": "https://www.google.com/maps?q=34.756,-120.6263",
                "latitude": "34.756",
                "longitude": "-120.6263",
                "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": 804,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_96_20200803143221.jpg",
                "total_launch_count": 45
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520agena-b_image_20190414123658.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "8f46f0c6-b0b8-4440-bd54-d2be03511c78",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/8f46f0c6-b0b8-4440-bd54-d2be03511c78/?format=api",
            "launch_library_id": 1840,
            "slug": "thor-dm-21-agena-b-discoverer-22",
            "name": "Thor DM-21 Agena-B | Discoverer 22",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1961-03-30T20:34:43Z",
            "window_end": "1961-03-30T20:34:43Z",
            "window_start": "1961-03-30T20:34:43Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "Second stage failed to achieve orbit.",
            "hashtag": "",
            "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": 2373,
                "configuration": {
                    "id": 186,
                    "launch_library_id": 201,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/186/?format=api",
                    "name": "Thor DM-21 Agena-B",
                    "family": "Thor",
                    "full_name": "Thor DM-21 Agena-B",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 95,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/95/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 1W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
                "map_url": "https://www.google.com/maps?q=34.7572,-120.6303",
                "latitude": "34.7572",
                "longitude": "-120.6303",
                "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": 804,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_95_20200803143209.jpg",
                "total_launch_count": 56
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520agena-b_image_20190414123658.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "a2b07d66-8851-4880-8eee-95248c6e79f5",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a2b07d66-8851-4880-8eee-95248c6e79f5/?format=api",
            "launch_library_id": 1839,
            "slug": "delta-dm-19-explorer-10",
            "name": "Delta DM-19 | Explorer 10",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1961-03-25T15:17:04Z",
            "window_end": "1961-03-25T15:17:04Z",
            "window_start": "1961-03-25T15:17:04Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "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": 2372,
                "configuration": {
                    "id": 189,
                    "launch_library_id": 209,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/189/?format=api",
                    "name": "Delta DM-19",
                    "family": "Thor",
                    "full_name": "Thor-Delta",
                    "variant": "DM-19"
                }
            },
            "mission": null,
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1020,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "cf87eb87-1235-4c25-99d7-2896cc8e1dbf",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/cf87eb87-1235-4c25-99d7-2896cc8e1dbf/?format=api",
            "launch_library_id": 1838,
            "slug": "vostok-k-sputnik-10",
            "name": "Vostok-K | Sputnik 10",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1961-03-25T05:54:00Z",
            "window_end": "1961-03-25T05:54:00Z",
            "window_start": "1961-03-25T05:54:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 2371,
                "configuration": {
                    "id": 103,
                    "launch_library_id": 139,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/103/?format=api",
                    "name": "Vostok",
                    "family": "R-7",
                    "full_name": "Vostok-K",
                    "variant": "K"
                }
            },
            "mission": null,
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_image_20191104130128.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 9,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/9/?format=api",
                    "name": "Vostok",
                    "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
                    "agencies": [
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_program_20210417063956.png",
                    "start_date": "1961-04-12T06:07:00Z",
                    "end_date": "1963-06-19T08:20:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme"
                }
            ]
        }
    ]
}