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

{
    "count": 7486,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7450&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7430&ordering=id",
    "results": [
        {
            "id": "fdd3f4c1-4332-4ed8-9198-d2b4819cb778",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fdd3f4c1-4332-4ed8-9198-d2b4819cb778/?format=api",
            "launch_library_id": null,
            "slug": "thor-dm-21-agena-b-p-102-group-2-d-1",
            "name": "Thor DM-21 Agena-B | P-102 Group 2-D 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1962-06-18T20:20:00Z",
            "window_end": "1962-06-18T20:20:00Z",
            "window_start": "1962-06-18T20:20:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 3131,
                "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": 1553,
                "launch_library_id": null,
                "name": "P-102 Group 2-D 1",
                "description": "ELINT/SIGINT satellite using a tube-type F1 receiver with S-band horn antennas.",
                "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": "fdee356f-d833-4f4a-932c-742a89aee1b7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fdee356f-d833-4f4a-932c-742a89aee1b7/?format=api",
            "launch_library_id": 430,
            "slug": "space-shuttle-columbia-ov-102-sts-83",
            "name": "Space Shuttle Columbia / OV-102 | STS-83",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1997-04-04T19:20:32Z",
            "window_end": "1997-04-04T19:20:32Z",
            "window_start": "1997-04-04T19:20:32Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 191,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/191/?format=api",
                "name": "United Space Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 413,
                "configuration": {
                    "id": 493,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/493/?format=api",
                    "name": "Space Shuttle",
                    "family": "",
                    "full_name": "Space Shuttle",
                    "variant": ""
                }
            },
            "mission": {
                "id": 830,
                "launch_library_id": 979,
                "name": "STS-83",
                "description": "STS-83 was a mission of the United States Space Shuttle Columbia.",
                "launch_designator": null,
                "type": "",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 87,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/87/?format=api",
                "agency_id": 121,
                "name": "Launch Complex 39A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                "latitude": "28.60822681",
                "longitude": "-80.60428186",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "total_launch_count": 264,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                "total_launch_count": 206
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/6/?format=api",
                    "name": "Space Shuttle",
                    "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                    "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/space2520shutt_program_20200820202237.png",
                    "start_date": "1981-04-12T12:00:03Z",
                    "end_date": "2011-07-08T15:29:00Z",
                    "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program"
                }
            ]
        },
        {
            "id": "fdfc71c4-37a7-4d36-a27c-90b132f0e4aa",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fdfc71c4-37a7-4d36-a27c-90b132f0e4aa/?format=api",
            "launch_library_id": null,
            "slug": "starship-sn8-125-km-flight",
            "name": "Starship SN8 | 12.5 km Flight",
            "status": {
                "id": 7,
                "name": "Partial Failure"
            },
            "net": "2020-12-09T22:45:25Z",
            "window_end": "2020-12-09T23:00:00Z",
            "window_start": "2020-12-09T14:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "Test completed set out objectives, but the vehicle failed to land successfully due to low pressure in the propellant header tanks cutting out the engines.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2803,
                "configuration": {
                    "id": 207,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
                    "name": "Starship Prototype",
                    "family": "Starship",
                    "full_name": "Starship Prototype",
                    "variant": "Prototype"
                }
            },
            "mission": {
                "id": 1203,
                "launch_library_id": null,
                "name": "12.5 km Flight",
                "description": "The SN8 Starship prototype was destroyed when attempting to land after a first flight to an altitude of 12.5 km or 41,000 ft.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 111,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/111/?format=api",
                "agency_id": 121,
                "name": "Suborbital Pad A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_South_Texas_Launch_Site",
                "map_url": "https://www.google.com/maps?q=25.997116,-97.15503099856647",
                "latitude": "25.997116",
                "longitude": "-97.15503099856647",
                "location": {
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "total_launch_count": 17,
                    "total_landing_count": 13
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_111_20200803143229.jpg",
                "total_launch_count": 7
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship2520sn_image_20201211072219.jpeg",
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/starship2520sn_infographic_20220203220713.png",
            "program": [
                {
                    "id": 1,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/1/?format=api",
                    "name": "SpaceX Starship",
                    "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
                    "agencies": [
                        {
                            "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/spacex2520star_program_20201129204513.png",
                    "start_date": "2019-03-01T05:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.spacex.com/vehicles/starship/",
                    "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship"
                }
            ]
        },
        {
            "id": "fe0e3b37-d0b6-4ac0-aec7-bbcf7c25ab51",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fe0e3b37-d0b6-4ac0-aec7-bbcf7c25ab51/?format=api",
            "launch_library_id": null,
            "slug": "scout-d-1-esro-4",
            "name": "Scout D-1 | ESRO 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1972-11-22T00:17:01Z",
            "window_end": "1972-11-22T00:17:01Z",
            "window_start": "1972-11-22T00:17:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 1019,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1019/?format=api",
                "name": "European Space Research Organisation",
                "type": "Multinational"
            },
            "rocket": {
                "id": 4315,
                "configuration": {
                    "id": 360,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/360/?format=api",
                    "name": "Scout D-1",
                    "family": "Scout",
                    "full_name": "Scout D-1",
                    "variant": "D-1"
                }
            },
            "mission": {
                "id": 2733,
                "launch_library_id": null,
                "name": "ESRO 4",
                "description": "European ionospheric and magnetospheric research satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/154/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 5",
                "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
                "latitude": "34.608",
                "longitude": "-120.6247",
                "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_154_20200803143408.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "fe29941b-48dc-4a60-bfd4-c2ceb5166e39",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fe29941b-48dc-4a60-bfd4-c2ceb5166e39/?format=api",
            "launch_library_id": null,
            "slug": "long-march-2c-superview-neo-1-01-02",
            "name": "Long March 2C | SuperView Neo 1-01 & 02",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2022-04-29T04:11:33Z",
            "window_end": "2022-04-29T04:34:00Z",
            "window_start": "2022-04-29T04:03:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 7484,
                "configuration": {
                    "id": 61,
                    "launch_library_id": 75,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/61/?format=api",
                    "name": "Long March 2",
                    "family": "Long March",
                    "full_name": "Long March 2C",
                    "variant": "C"
                }
            },
            "mission": {
                "id": 6013,
                "launch_library_id": null,
                "name": "SuperView Neo 1-01 & 02",
                "description": "Commercial Earth observation satellites (~540 kg each) built by CAST for China Siwei Survey and Mapping Technology Co. Ltd., with resolution down to 0.5 meters.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 22,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/22/?format=api",
                "agency_id": null,
                "name": "Launch Area 4 (SLS-2 / 603)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                "map_url": "https://www.google.com/maps?q=40.960482,100.298059",
                "latitude": "40.960482",
                "longitude": "100.298059",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "total_launch_count": 248,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
                "total_launch_count": 123
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20230803100234.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fe2b3e77-4205-4523-9de8-995bbbc3f642",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fe2b3e77-4205-4523-9de8-995bbbc3f642/?format=api",
            "launch_library_id": null,
            "slug": "tsiklon-3-gonets-d-319-to-321-strela-3-113-to-115",
            "name": "Tsiklon-3 | Gonets-D 319 to 321 & Strela-3 113 to 115",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1996-02-19T00:58:25Z",
            "window_end": "1996-02-19T00:58:25Z",
            "window_start": "1996-02-19T00:58:25Z",
            "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": 6713,
                "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": 5103,
                "launch_library_id": null,
                "name": "Gonets-D 319 to 321 & Strela-3 113 to 115",
                "description": "Gonets- satellite were the civilian derivate of the military Strela-3 satellite system. The Gonets system was offered to support international health organizations to meet their global communications needs for the transfer of medical data and records to remote sites. Strela-3 was the second generation of Russian strategic store-dump military communications satellite. Development of this generation to replace the first generation Strela-1M and Strela-2M satellites began in 1973.",
                "launch_designator": null,
                "type": "Communications",
                "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": "fe50e1e8-7829-4031-9812-8782a4859720",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fe50e1e8-7829-4031-9812-8782a4859720/?format=api",
            "launch_library_id": null,
            "slug": "long-march-7a-tjsw-16",
            "name": "Long March 7A | TJSW-16",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-03-29T16:05:00Z",
            "window_end": "2025-03-29T17:15:00Z",
            "window_start": "2025-03-29T15:57:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 8562,
                "configuration": {
                    "id": 216,
                    "launch_library_id": 247,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/216/?format=api",
                    "name": "Long March 7A",
                    "family": "Long March",
                    "full_name": "Long March 7A",
                    "variant": ""
                }
            },
            "mission": {
                "id": 7153,
                "launch_library_id": null,
                "name": "TJSW-16",
                "description": "Chinese classified satellite claimed to be for communication technology test purposes. Actual mission not known.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 176,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/176/?format=api",
                "agency_id": null,
                "name": "201",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
                "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
                "latitude": "19.618452",
                "longitude": "110.955356",
                "location": {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/8/?format=api",
                    "name": "Wenchang Space Launch Site, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
                    "total_launch_count": 38,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
                "total_launch_count": 22
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_7a_image_20210311201838.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fe5dfe98-f541-4ed9-a98a-d19d5da7c983",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fe5dfe98-f541-4ed9-a98a-d19d5da7c983/?format=api",
            "launch_library_id": null,
            "slug": "electron-catch-me-if-you-can-mats",
            "name": "Electron | Catch Me If You Can (MATS)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2022-11-04T17:27:14Z",
            "window_end": "2022-11-04T18:30:00Z",
            "window_start": "2022-11-04T17:15:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/147/?format=api",
                "name": "Rocket Lab",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7693,
                "configuration": {
                    "id": 26,
                    "launch_library_id": 148,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
                    "name": "Electron",
                    "family": "",
                    "full_name": "Electron",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6209,
                "launch_library_id": null,
                "name": "Catch Me If You Can (MATS)",
                "description": "The payload is a science research satellite by space systems provider OHB Sweden for the Swedish National Space Agency (SNSA). The Mesospheric Airglow/Aerosol Tomography and Spectroscopy (MATS) satellite is the basis for the SNSA’s science mission to investigate atmospheric waves and better understand how the upper layer of Earth’s atmosphere interacts with wind and weather patterns closer to the ground. MATS was originally due to fly on a Russian launch service before the mission was manifested on Rocket Lab’s Electron.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 185,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/185/?format=api",
                "agency_id": 147,
                "name": "Rocket Lab Launch Complex 1B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Launch_Complex_1",
                "map_url": "https://www.google.com/maps?q=-39.262833,177.864469",
                "latitude": "-39.262833",
                "longitude": "177.864469",
                "location": {
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/10/?format=api",
                    "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
                    "country_code": "NZL",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
                    "total_launch_count": 57,
                    "total_landing_count": 17
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_185_20200803143540.jpg",
                "total_launch_count": 28
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/electron25202_image_20230824194051.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fe77ab35-1131-42ef-b9e4-1d876471e86d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fe77ab35-1131-42ef-b9e4-1d876471e86d/?format=api",
            "launch_library_id": 1279,
            "slug": "falcon-9-full-thrust-intelsat-35e",
            "name": "Falcon 9 Full Thrust | Intelsat 35e",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2017-07-05T23:38:00Z",
            "window_end": "2017-07-06T00:35:00Z",
            "window_start": "2017-07-05T23:38:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 90,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2016,
                "configuration": {
                    "id": 55,
                    "launch_library_id": 80,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Full Thrust",
                    "variant": "Full Thrust"
                }
            },
            "mission": {
                "id": 388,
                "launch_library_id": 527,
                "name": "Intelsat 35e",
                "description": "Intelsat 35e is a geostationary communications satellite for Intelsat. It is the fourth satellite of the EpicNG service, and will cover the Americas, Europe and Sub-Saharan Africa from the 34.5°West orbital position.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 87,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/87/?format=api",
                "agency_id": 121,
                "name": "Launch Complex 39A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                "latitude": "28.60822681",
                "longitude": "-80.60428186",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "total_launch_count": 264,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                "total_launch_count": 206
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon252092520full2520thrust_image_20190222031117.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fe8d0a56-444f-4979-b976-8221da8d4e84",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fe8d0a56-444f-4979-b976-8221da8d4e84/?format=api",
            "launch_library_id": 259,
            "slug": "long-march-2d-jilin-1",
            "name": "Long March 2D | Jilin-1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2015-10-07T04:13:04Z",
            "window_end": "2015-10-07T04:13:04Z",
            "window_start": "2015-10-07T04:13:04Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 1874,
                "configuration": {
                    "id": 17,
                    "launch_library_id": 73,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/17/?format=api",
                    "name": "Long March 2D",
                    "family": "Long March",
                    "full_name": "Long March 2D",
                    "variant": "2D"
                }
            },
            "mission": {
                "id": 507,
                "launch_library_id": 647,
                "name": "Jilin-1",
                "description": "Jilin-1 is a series of Chinese commercial remote sensing satellites.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 22,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/22/?format=api",
                "agency_id": null,
                "name": "Launch Area 4 (SLS-2 / 603)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                "map_url": "https://www.google.com/maps?q=40.960482,100.298059",
                "latitude": "40.960482",
                "longitude": "100.298059",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "total_launch_count": 248,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
                "total_launch_count": 123
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}