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=6760&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=6770&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6750&ordering=-name",
    "results": [
        {
            "id": "c8752d92-aecf-436b-8a19-8b5266c01e34",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/c8752d92-aecf-436b-8a19-8b5266c01e34/?format=api",
            "launch_library_id": null,
            "slug": "atlas-v-521-rainbow-1",
            "name": "Atlas V 521 | Rainbow 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2003-07-17T23:45:01Z",
            "window_end": "2003-07-17T23:45:01Z",
            "window_start": "2003-07-17T23:45:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7142,
                "configuration": {
                    "id": 262,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/262/?format=api",
                    "name": "Atlas V 521",
                    "family": "Atlas",
                    "full_name": "Atlas V 521",
                    "variant": "521"
                }
            },
            "mission": {
                "id": 5531,
                "launch_library_id": null,
                "name": "Rainbow 1",
                "description": "Rainbow 1 is a high power Ku-band direct broadcasting satellite providing direct broadcast services across the continental United States.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 3,
                    "name": "Geosynchronous Orbit",
                    "abbrev": "GSO"
                }
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "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_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_521_on__image_20240308092535.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "71a1e75e-b7ba-46d9-bbec-d0e3591d837b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/71a1e75e-b7ba-46d9-bbec-d0e3591d837b/?format=api",
            "launch_library_id": null,
            "slug": "atlas-v-521-amc-16",
            "name": "Atlas V 521 | AMC 16",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2004-12-17T12:07:00Z",
            "window_end": "2004-12-17T12:07:00Z",
            "window_start": "2004-12-17T12:07:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7209,
                "configuration": {
                    "id": 262,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/262/?format=api",
                    "name": "Atlas V 521",
                    "family": "Atlas",
                    "full_name": "Atlas V 521",
                    "variant": "521"
                }
            },
            "mission": {
                "id": 5598,
                "launch_library_id": null,
                "name": "AMC 16",
                "description": "AMC-16, like AMC-15, was a hybrid Ku/Ka-band satellite built by Lockheed Martin and based on the A2100 spacecraft platform.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "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_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_521_on__image_20240308092535.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "7323ed72-b69a-429c-8cfe-2ed454a8db28",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/7323ed72-b69a-429c-8cfe-2ed454a8db28/?format=api",
            "launch_library_id": 1522,
            "slug": "atlas-v-511-ussf-8",
            "name": "Atlas V 511 | USSF-8",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2022-01-21T19:00:00Z",
            "window_end": "2022-01-21T21:15:00Z",
            "window_start": "2022-01-21T18:15:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 90,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2664,
                "configuration": {
                    "id": 214,
                    "launch_library_id": 244,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/214/?format=api",
                    "name": "Atlas V 511",
                    "family": "Atlas",
                    "full_name": "Atlas V 511",
                    "variant": "511"
                }
            },
            "mission": {
                "id": 5928,
                "launch_library_id": null,
                "name": "USSF-8",
                "description": "USSF-8 will launch two identical Geosynchronous Space Situational Awareness Program (GSSAP) satellites GSSAP-5 and GSSAP-6 directly to a near-geosynchronous orbit approximately 36,000 km above the equator.\r\n\r\nData from the GSSAP will uniquely contribute to timely and accurate orbital predictions, further enabling space flight safety including satellite collision avoidance. \r\n\r\nUnique to this mission is the first and only planned flight of the Atlas V 511 configuration.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 3,
                    "name": "Geosynchronous Orbit",
                    "abbrev": "GSO"
                }
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "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_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_511_image_20220122075706.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "9086bd21-5422-41b9-a492-963aababd8fd",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/9086bd21-5422-41b9-a492-963aababd8fd/?format=api",
            "launch_library_id": null,
            "slug": "atlas-v-501-project-kuiper-protoflight-mission",
            "name": "Atlas V 501 | Project Kuiper Protoflight Mission",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-10-06T18:06:00Z",
            "window_end": "2023-10-06T20:00:00Z",
            "window_start": "2023-10-06T18:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 85,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 135,
                "configuration": {
                    "id": 4,
                    "launch_library_id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/4/?format=api",
                    "name": "Atlas V 501",
                    "family": "Atlas",
                    "full_name": "Atlas V 501",
                    "variant": "501"
                }
            },
            "mission": {
                "id": 5992,
                "launch_library_id": null,
                "name": "Project Kuiper Protoflight Mission",
                "description": "This launch will launch 2 KuiperSat demonstration satellites to 500 km altitude, 30 degree inclination orbit. They were previously scheduled on the 1st Vulcan launch.\r\n\r\nProject Kuiper is a mega constellation of satellites in Low Earth Orbit that will offer broadband internet access, this constellation will be managed by Kuiper Systems LLC, a subsidiary of Amazon. This constellation is planned to be composed of 3,276 satellites. The satellites are projected to be placed in 98 orbital planes in three orbital layers, one at 590 km, 610 km and 630 km altitude.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "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_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v252_image_20231008042449.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/27/?format=api",
                    "name": "Project Kuiper",
                    "description": "Amazon's Kuiper Project is a satellite internet initiative aimed at providing high-speed, low-latency broadband connectivity to underserved and remote areas globally. The project involves deploying a constellation of low Earth orbit (LEO) satellites to create a satellite internet network capable of delivering reliable internet access.",
                    "agencies": [
                        {
                            "id": 1058,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1058/?format=api",
                            "name": "Kuiper Systems LLC",
                            "type": "Private"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520kui_program_20231228165031.jpeg",
                    "start_date": "2023-10-16T18:06:00Z",
                    "end_date": null,
                    "info_url": "https://en.wikipedia.org/wiki/Kuiper_Systems",
                    "wiki_url": "http://aboutamazon.com/what-we-do/devices-services/project-kuiper"
                }
            ]
        },
        {
            "id": "3b624fb6-89b6-48ff-b5b5-b21399c5d745",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/3b624fb6-89b6-48ff-b5b5-b21399c5d745/?format=api",
            "launch_library_id": 1979,
            "slug": "atlas-v-501-otv-6-x-37b-ussf-7",
            "name": "Atlas V 501 | OTV-6 (X-37B) (USSF-7)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2020-05-17T13:14:00Z",
            "window_end": "2020-05-17T15:02:00Z",
            "window_start": "2020-05-17T13:14:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 90,
            "holdreason": "",
            "failreason": "",
            "hashtag": "#USSF7",
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2537,
                "configuration": {
                    "id": 4,
                    "launch_library_id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/4/?format=api",
                    "name": "Atlas V 501",
                    "family": "Atlas",
                    "full_name": "Atlas V 501",
                    "variant": "501"
                }
            },
            "mission": {
                "id": 1111,
                "launch_library_id": 1308,
                "name": "OTV-6 (X-37B) (USSF-7)",
                "description": "It is the sixth flight of the X-37B program. United States Air Force Orbital Test Vehicle is built by Boeing. It's an unmanned 5000 kg, 8.8 m-long reusable mini-spaceplane capable of autonomous re-entry and landing.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "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_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520501_image_20190222030851.jpeg",
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/atlas2520v252_infographic_20200807035513.png",
            "program": []
        },
        {
            "id": "d7e9249d-1e33-4fac-bec8-ac94c365f6e2",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/d7e9249d-1e33-4fac-bec8-ac94c365f6e2/?format=api",
            "launch_library_id": 136,
            "slug": "atlas-v-501-otv-4-x-37b-usa-261-afspc-5-ultrasat-c",
            "name": "Atlas V 501 | OTV-4 (X-37B) (USA 261) (AFSPC-5) & ULTRASat cubesat deployer",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2015-05-20T15:05:00Z",
            "window_end": "2015-05-20T17:00:00Z",
            "window_start": "2015-05-20T13:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1845,
                "configuration": {
                    "id": 4,
                    "launch_library_id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/4/?format=api",
                    "name": "Atlas V 501",
                    "family": "Atlas",
                    "full_name": "Atlas V 501",
                    "variant": "501"
                }
            },
            "mission": {
                "id": 891,
                "launch_library_id": 578,
                "name": "OTV-4 (X-37B) (USA 261) ( AFSPC-5) & ULTRASat cubesat deployer",
                "description": "It is the second flight of the second Boeing X-37B vehicle and the fourth flight of the program. United States Air Force Orbital Test Vehicle is an unmanned 5000 kg, 8.8 m-long reusable mini-spaceplane capable of autonomous re-entry and landing. The OTV-4  mission was to test Aerojet Rocketdyne's XR-5A Hall-effect thruster and conduct a NASA investigation for testing various materials in space. The mission concluded after 717 days in orbit, marking the first time X-37B landed on the Shuttle Landing Facility at the Kennedy Space Center.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "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_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520501_image_20190222030851.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "34234798-05f8-4a55-9e65-9df465068d4f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/34234798-05f8-4a55-9e65-9df465068d4f/?format=api",
            "launch_library_id": 668,
            "slug": "atlas-v-501-otv-3-x-37b-usa-240",
            "name": "Atlas V 501 | OTV-3 (X-37B) (USA-240)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2012-12-11T18:03:00Z",
            "window_end": "2012-12-11T18:03:00Z",
            "window_start": "2012-12-11T18:03:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1651,
                "configuration": {
                    "id": 4,
                    "launch_library_id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/4/?format=api",
                    "name": "Atlas V 501",
                    "family": "Atlas",
                    "full_name": "Atlas V 501",
                    "variant": "501"
                }
            },
            "mission": {
                "id": 437,
                "launch_library_id": 577,
                "name": "OTV-3 (X-37B) (USA-240)",
                "description": "It is the second flight of the first Boeing X-37B vehicle and the third flight of the program. United States Air Force Orbital Test Vehicle is an unmanned 5000 kg, 8.8 m-long reusable mini-spaceplane capable of autonomous re-entry and landing. The specific identity of the spaceship's payload or the mission objectives were not revealed. The mission concluded after 674 days in orbit.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "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_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520501_image_20190222030851.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "28d44a8a-0574-4d2b-85be-8a45a560b70f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/28d44a8a-0574-4d2b-85be-8a45a560b70f/?format=api",
            "launch_library_id": 684,
            "slug": "atlas-v-501-otv-2-x-37b-usa-226",
            "name": "Atlas V 501 | OTV-2 (X-37B) (USA-226)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2011-03-05T22:46:00Z",
            "window_end": "2011-03-05T22:46:00Z",
            "window_start": "2011-03-05T22:46:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1515,
                "configuration": {
                    "id": 4,
                    "launch_library_id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/4/?format=api",
                    "name": "Atlas V 501",
                    "family": "Atlas",
                    "full_name": "Atlas V 501",
                    "variant": "501"
                }
            },
            "mission": {
                "id": 450,
                "launch_library_id": 576,
                "name": "OTV-2 (X-37B) (USA-226)",
                "description": "It is the first flight of the second Boeing X-37B, a United States Air Force Orbital Test Vehicle 2, which is an unmanned 5000 kg, 8.8 m-long reusable mini-spaceplane capable of autonomous re-entry and landing. The OTV-2 mission was designed to test new technologies, however the specific identity of the spaceship's payload was not revealed. The mission concluded after 468 days in orbit.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "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_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520501_image_20190222030851.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "39418e8d-d00e-43a4-b58b-b7b1a7335a9b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/39418e8d-d00e-43a4-b58b-b7b1a7335a9b/?format=api",
            "launch_library_id": 800,
            "slug": "atlas-v-501-otv-1-x-37b-usa-212",
            "name": "Atlas V 501 | OTV-1 (X-37B) (USA 212)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2010-04-22T23:52:00Z",
            "window_end": "2010-04-22T23:52:00Z",
            "window_start": "2010-04-22T23:52:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1453,
                "configuration": {
                    "id": 4,
                    "launch_library_id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/4/?format=api",
                    "name": "Atlas V 501",
                    "family": "Atlas",
                    "full_name": "Atlas V 501",
                    "variant": "501"
                }
            },
            "mission": {
                "id": 800,
                "launch_library_id": 575,
                "name": "OTV-1 (X-37B) (USA 212)",
                "description": "It is the first flight of Boeing X-37B, a United States Air Force Orbital Test Vehicle, which is an unmanned 5000 kg, 8.8 m-long reusable mini-spaceplane capable of autonomous re-entry and landing. The OTV-1 mission was designed to test new technologies, however the specific identity of the spaceship's payload was not revealed. OTV was the first vehicle since NASA's shuttle orbiter capable of returning experiments to Earth for further inspection and analysis. The mission concluded after 224 days in orbit, marking the first American autonomous orbital runway landing.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "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_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520501_image_20190222030851.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "dca6804f-5559-4b89-8f2e-5fb2d20ebd11",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/dca6804f-5559-4b89-8f2e-5fb2d20ebd11/?format=api",
            "launch_library_id": 834,
            "slug": "atlas-v-501-nrol-41-usa-215",
            "name": "Atlas V 501 | NROL-41 (USA-215)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2010-09-21T04:03:30Z",
            "window_end": "2010-09-21T04:03:30Z",
            "window_start": "2010-09-21T04:03:30Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1482,
                "configuration": {
                    "id": 4,
                    "launch_library_id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/4/?format=api",
                    "name": "Atlas V 501",
                    "family": "Atlas",
                    "full_name": "Atlas V 501",
                    "variant": "501"
                }
            },
            "mission": {
                "id": 435,
                "launch_library_id": 565,
                "name": "NROL-41 (USA-215)",
                "description": "Classified payload for the U.S. National Reconnaissance Office.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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": 807,
                    "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520501_image_20190222030851.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}