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

{
    "count": 7500,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=480&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=460&ordering=id",
    "results": [
        {
            "id": "1047457d-c183-4b1c-9ce9-11e227c54897",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/1047457d-c183-4b1c-9ce9-11e227c54897/?format=api",
            "launch_library_id": null,
            "slug": "voskhod-zenit-4m-60",
            "name": "Voskhod | Zenit-4M 60",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1974-02-12T08:56:00Z",
            "window_end": "1974-02-12T08:56:00Z",
            "window_start": "1974-02-12T08:56:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 4442,
                "configuration": {
                    "id": 104,
                    "launch_library_id": 138,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/104/?format=api",
                    "name": "Voskhod",
                    "family": "R-7",
                    "full_name": "Voskhod",
                    "variant": "Voskhod"
                }
            },
            "mission": {
                "id": 2860,
                "launch_library_id": null,
                "name": "Zenit-4M 60",
                "description": "The soviet Zenit-4M (Rotor, 11F691) was an improved version of the Zenit-4 high resolution reconnaissance satellite and was part of the Vostok-based Zenit-family.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "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_20_20200803143516.jpg",
                "total_launch_count": 422
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "1048ab71-b740-4225-ab56-038b0ecd64f5",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/1048ab71-b740-4225-ab56-038b0ecd64f5/?format=api",
            "launch_library_id": 343,
            "slug": "antares-130-cygnus-crs-orb-3",
            "name": "Antares 130 | Cygnus CRS Orb-3",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "2014-10-28T22:22:38Z",
            "window_end": "2014-10-28T22:22:38Z",
            "window_start": "2014-10-28T22:22:38Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1795,
                "configuration": {
                    "id": 59,
                    "launch_library_id": 82,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/59/?format=api",
                    "name": "Antares 130",
                    "family": "Antares",
                    "full_name": "Antares 130",
                    "variant": "130"
                }
            },
            "mission": {
                "id": 51,
                "launch_library_id": 104,
                "name": "Cygnus CRS Orb-3",
                "description": "This was supposed to be the fourth Cygnus cargo delivery flight to the International Space Station, but resulted in the Antares rocket exploding seconds after liftoff.",
                "launch_designator": null,
                "type": "Resupply",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 76,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/76/?format=api",
                "agency_id": 44,
                "name": "Launch Area 0 A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Mid-Atlantic_Regional_Spaceport_Launch_Pad_0#Pad_0A",
                "map_url": "https://www.google.com/maps?q=37.8337,-75.4881",
                "latitude": "37.8337",
                "longitude": "-75.4881",
                "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_76_20200803143538.jpg",
                "total_launch_count": 19
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/antares_130_exp_image_20240308083257.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/11/?format=api",
                    "name": "Commercial Resupply Services",
                    "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 257,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/257/?format=api",
                            "name": "Northrop Grumman Space Systems",
                            "type": "Commercial"
                        },
                        {
                            "id": 1020,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1020/?format=api",
                            "name": "Sierra Nevada Corporation",
                            "type": "Commercial"
                        },
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                    "start_date": "2008-12-23T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services"
                }
            ]
        },
        {
            "id": "104f50c0-e7dc-4a8e-9bbc-b0e5c24f455b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/104f50c0-e7dc-4a8e-9bbc-b0e5c24f455b/?format=api",
            "launch_library_id": null,
            "slug": "k65m-rb-bor-4-404",
            "name": "K65M-RB | BOR-4 404",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1982-06-03T21:30:00Z",
            "window_end": "1982-06-03T21:30:00Z",
            "window_start": "1982-06-03T21:30:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 5407,
                "configuration": {
                    "id": 325,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/325/?format=api",
                    "name": "K65M-RB",
                    "family": "",
                    "full_name": "K65M-RB",
                    "variant": ""
                }
            },
            "mission": {
                "id": 3814,
                "launch_library_id": null,
                "name": "BOR-4 404",
                "description": "Test flight of a test article for the Spiral lifting body spacecraft",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 137,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/137/?format=api",
                "agency_id": null,
                "name": "107/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
                "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
                "latitude": "48.540716",
                "longitude": "46.296826",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_137_20200803143332.jpg",
                "total_launch_count": 20
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "105891ce-c5bd-4777-9631-023a3e3cc4a3",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/105891ce-c5bd-4777-9631-023a3e3cc4a3/?format=api",
            "launch_library_id": 829,
            "slug": "proton-mdm-2-enhanced-3-x-glonass-m-kosmos-2464-ko",
            "name": "Proton-M/DM-2 Enhanced | 3 x Glonass-M (Kosmos 2464, Kosmos 2465, Kosmos 2466)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2010-09-02T00:53:43Z",
            "window_end": "2010-09-02T00:53:43Z",
            "window_start": "2010-09-02T00:53:43Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 1477,
                "configuration": {
                    "id": 94,
                    "launch_library_id": 120,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/94/?format=api",
                    "name": "Proton-M",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-M DM-2 Enhanced",
                    "variant": "DM-2 Enhanced"
                }
            },
            "mission": {
                "id": 442,
                "launch_library_id": 504,
                "name": "3 x Glonass-M (Kosmos 2464, Kosmos 2465, Kosmos 2466)",
                "description": "Glonass-M, also known as Uragan-M, are the second generation of Uragan satellite design used for GLONASS satellite navigation system. GLONASS is a Russian space-based navigation system comparable to the similar GPS and Galileo systems. This generation improves on accuracy, power consumption and design life. Each satellite weighs 1415 kg, is equipped with 12 L-band antennas, and has an operational lifetime of 7 years.",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 7,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/7/?format=api",
                "agency_id": null,
                "name": "81/24 (81P)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
                "latitude": "46.071001",
                "longitude": "62.984999",
                "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_7_20200803143454.jpg",
                "total_launch_count": 92
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 34,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/34/?format=api",
                    "name": "GLONASS",
                    "description": "GLONASS (ГЛОНАСС, IPA: [ɡɫɐˈnas]; Russian: Глобальная навигационная спутниковая система, tr. Global'naya Navigatsionnaya Sputnikovaya Sistema, lit. 'Global Navigation Satellite System') is a Russian satellite navigation system operating as part of a radionavigation-satellite service. It provides an alternative to Global Positioning System (GPS) and is the second navigational system in operation with global coverage and of comparable precision.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/glonass_program_20240102170258.png",
                    "start_date": "1982-10-12T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.glonass-iac.ru/en/",
                    "wiki_url": "https://en.wikipedia.org/wiki/GLONASS"
                }
            ]
        },
        {
            "id": "10613999-20c7-4a17-8734-2ebe5d2f055f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/10613999-20c7-4a17-8734-2ebe5d2f055f/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-resurs-f1-17f41-16l",
            "name": "Soyuz U | Resurs-F1 17F41 16L",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1981-08-27T10:30:00Z",
            "window_end": "1981-08-27T10:30:00Z",
            "window_start": "1981-08-27T10:30:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 5314,
                "configuration": {
                    "id": 37,
                    "launch_library_id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 3722,
                "launch_library_id": null,
                "name": "Resurs-F1 17F41 16L",
                "description": "Resurs-F1 (17F41) type film-return Earth observation satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 168,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/168/?format=api",
                "agency_id": null,
                "name": "41/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.941,40.526806",
                "latitude": "62.941",
                "longitude": "40.526806",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
                "total_launch_count": 310
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "10650ea2-29f0-4632-bde0-152418964e00",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/10650ea2-29f0-4632-bde0-152418964e00/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-21b-kosmos-2570-lotos-s1-8",
            "name": "Soyuz 2.1b | Kosmos 2570 (Lotos-S1 #8)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-10-27T06:04:43Z",
            "window_end": "2023-10-27T08:00:00Z",
            "window_start": "2023-10-27T04:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 193,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
                "name": "Russian Space Forces",
                "type": "Government"
            },
            "rocket": {
                "id": 8055,
                "configuration": {
                    "id": 15,
                    "launch_library_id": 3,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/15/?format=api",
                    "name": "Soyuz 2.1b",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1b",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6603,
                "launch_library_id": null,
                "name": "Kosmos 2570 (Lotos-S1 #8)",
                "description": "Note: Payload identity uncertain. Multiple other military payloads that are not identified may be on board.\r\n\r\nLotos-S1 spacecraft is a part of the Liana constellation, designed for orbital electronic intelligence.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 36,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/36/?format=api",
                "agency_id": 163,
                "name": "43/3 (43L)",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=62.9273,40.45",
                "latitude": "62.9273",
                "longitude": "40.45",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
                "total_launch_count": 230
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1b_image_20231029095145.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "106e8090-2318-489c-a5fc-d334ab377281",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/106e8090-2318-489c-a5fc-d334ab377281/?format=api",
            "launch_library_id": null,
            "slug": "long-march-3-dfh-2a-5",
            "name": "Long March 3 | DFH-2A 5",
            "status": {
                "id": 7,
                "name": "Partial Failure"
            },
            "net": "1991-12-28T12:00:00Z",
            "window_end": "1991-12-28T12:00:00Z",
            "window_start": "1991-12-28T12:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "Satellite left in unusable orbit due to the third stage shutting down earlier than planned.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1037,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1037/?format=api",
                "name": "Ministry of Aerospace Industry",
                "type": "Government"
            },
            "rocket": {
                "id": 6415,
                "configuration": {
                    "id": 270,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/270/?format=api",
                    "name": "Long March 3",
                    "family": "Long March",
                    "full_name": "Long March 3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 4805,
                "launch_library_id": null,
                "name": "DFH-2A 5",
                "description": "Chinese geostationary communications satellite. Lost during launch because the CZ-3 upper stage failed to ignite.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/66/?format=api",
                "agency_id": 17,
                "name": "Launch Complex 3 (LC-3/LA-1)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=28.247209,102.02917",
                "latitude": "28.247209",
                "longitude": "102.02917",
                "location": {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/16/?format=api",
                    "name": "Xichang Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
                    "total_launch_count": 225,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_66_20200803143611.jpg",
                "total_launch_count": 100
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "106ee1e0-10af-4f75-8e1f-592e663c5ec5",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/106ee1e0-10af-4f75-8e1f-592e663c5ec5/?format=api",
            "launch_library_id": null,
            "slug": "tsiklon-3-tselina-d-55",
            "name": "Tsiklon-3 | Tselina-D 55",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1986-05-15T04:26:00Z",
            "window_end": "1986-05-15T04:26:00Z",
            "window_start": "1986-05-15T04:26:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 5854,
                "configuration": {
                    "id": 445,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
                    "name": "Tsiklon-3",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 4252,
                "launch_library_id": null,
                "name": "Tselina-D 55",
                "description": "Tselina-D satellites provided detailed observation of radio sources detected by the smaller Tselina-O satellites as part of the Tselina ELINT system.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 126,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/126/?format=api",
                "agency_id": 63,
                "name": "32/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
                "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
                "latitude": "62.9063889",
                "longitude": "40.7844727",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_126_20200803143238.jpg",
                "total_launch_count": 57
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "1070b71f-bc5a-47c8-9371-b79f319abb33",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/1070b71f-bc5a-47c8-9371-b79f319abb33/?format=api",
            "launch_library_id": 215,
            "slug": "vega-sentinel-2a",
            "name": "Vega | Sentinel-2A",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2015-06-23T01:51:58Z",
            "window_end": "2015-06-23T01:51:58Z",
            "window_start": "2015-06-23T01:51:58Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1847,
                "configuration": {
                    "id": 167,
                    "launch_library_id": 18,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/167/?format=api",
                    "name": "Vega",
                    "family": "Vega",
                    "full_name": "Vega",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/34/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 1 (ELV)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                "latitude": "5.236",
                "longitude": "-52.775",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_34_20200803143527.jpg",
                "total_launch_count": 52
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vega_image_20201111143622.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 22,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/22/?format=api",
                    "name": "Copernicus",
                    "description": "Copernicus is the European Union's Earth observation programme coordinated and managed for the European Commission by the European Union Agency for the Space Programme in partnership with the European Space Agency (ESA), the EU Member States. It aims at achieving a global, continuous, autonomous, high quality, wide range Earth observation capacity. Providing accurate, timely and easily accessible information to, among other things, improve the management of the environment, understand and mitigate the effects of climate change, and ensure civil security.",
                    "agencies": [
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 1043,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1043/?format=api",
                            "name": "European Union Agency for the Space Programme",
                            "type": "Multinational"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/copernicus_program_20221129162831.png",
                    "start_date": "2014-04-03T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.copernicus.eu",
                    "wiki_url": "https://en.wikipedia.org/wiki/Copernicus_Programme"
                }
            ]
        },
        {
            "id": "107df22e-c70c-4fe3-856e-4103eac86ef0",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/107df22e-c70c-4fe3-856e-4103eac86ef0/?format=api",
            "launch_library_id": 1410,
            "slug": "soyuz-21v-vniiem-emka-kosmos-2525",
            "name": "Soyuz 2.1v | VNIIEM EMKA (Kosmos 2525)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2018-03-29T17:38:42Z",
            "window_end": "2018-03-29T17:38:42Z",
            "window_start": "2018-03-29T17:38:42Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 193,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
                "name": "Russian Space Forces",
                "type": "Government"
            },
            "rocket": {
                "id": 2087,
                "configuration": {
                    "id": 153,
                    "launch_library_id": 172,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/153/?format=api",
                    "name": "Soyuz",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1v",
                    "variant": "2.1v"
                }
            },
            "mission": {
                "id": 493,
                "launch_library_id": 631,
                "name": "VNIIEM EMKA (Kosmos-2525)",
                "description": "The payload for the Soyuz-2-1v launch is a small reconnaissance satellite developed by VNIIEM and known by the acronym EMKA (\"Experimental Small Space Apparatus\"). Launch was originally scheduled for October and then slipped to November, December and eventually January due to technical problems with the payload.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 85,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/85/?format=api",
                "agency_id": 163,
                "name": "43/4 (43R)",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
                "latitude": "62.92883",
                "longitude": "40.457098",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
                "total_launch_count": 323
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190222031122.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}