AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ 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', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

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.2.0/launch/?format=api&offset=3650&ordering=-name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7491,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3660&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3640&ordering=-name",
    "results": [
        {
            "id": "97020d28-3c14-4a39-bdcf-dfb968607e6b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/97020d28-3c14-4a39-bdcf-dfb968607e6b/?format=api",
            "slug": "pegasus-xl-tri-services-experiments-platform-5-tsx",
            "name": "Pegasus XL | Tri-Services Experiments Platform-5 (TSX-5)",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-06-15T13:30:35Z",
            "net": "2000-06-07T13:19:30Z",
            "window_end": "2000-06-07T13:19:30Z",
            "window_start": "2000-06-07T13:19:30Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 454,
                "configuration": {
                    "id": 173,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
                    "name": "Pegasus XL",
                    "family": "Pegasus",
                    "full_name": "Pegasus XL",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 62,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/62/?format=api",
                "agency_id": null,
                "name": "Vandenberg Space Force Base",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
                "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
                "latitude": "34.732778",
                "longitude": "-120.568056",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
                "total_launch_count": 22,
                "orbital_launch_attempt_count": 22
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4399,
            "location_launch_attempt_count": 28,
            "pad_launch_attempt_count": 14,
            "agency_launch_attempt_count": 35,
            "orbital_launch_attempt_count_year": 4399,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "35bd562a-a26e-4502-b5c4-6ac75c26c682",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/35bd562a-a26e-4502-b5c4-6ac75c26c682/?format=api",
            "slug": "pegasus-xl-transition-region-and-coronal-explorer",
            "name": "Pegasus XL | Transition Region and Coronal Explorer (TRACE)",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-06-15T13:23:59Z",
            "net": "1998-04-02T02:42:39Z",
            "window_end": "1998-04-02T02:42:39Z",
            "window_start": "1998-04-02T02:42:39Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 429,
                "configuration": {
                    "id": 173,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
                    "name": "Pegasus XL",
                    "family": "Pegasus",
                    "full_name": "Pegasus XL",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 62,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/62/?format=api",
                "agency_id": null,
                "name": "Vandenberg Space Force Base",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
                "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
                "latitude": "34.732778",
                "longitude": "-120.568056",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
                "total_launch_count": 22,
                "orbital_launch_attempt_count": 22
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4228,
            "location_launch_attempt_count": 20,
            "pad_launch_attempt_count": 10,
            "agency_launch_attempt_count": 23,
            "orbital_launch_attempt_count_year": 4228,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "bbcbbcb6-bc79-4dcc-b1e8-23c6ddfe6f6e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/bbcbbcb6-bc79-4dcc-b1e8-23c6ddfe6f6e/?format=api",
            "slug": "pegasus-xl-total-ozone-mapping-spectrometer-toms",
            "name": "Pegasus XL | Total Ozone Mapping Spectrometer (TOMS)",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:55:13Z",
            "net": "1996-07-02T07:48:00Z",
            "window_end": "1996-07-02T07:48:00Z",
            "window_start": "1996-07-02T07:48:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 404,
                "configuration": {
                    "id": 173,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
                    "name": "Pegasus XL",
                    "family": "Pegasus",
                    "full_name": "Pegasus XL",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 62,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/62/?format=api",
                "agency_id": null,
                "name": "Vandenberg Space Force Base",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
                "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
                "latitude": "34.732778",
                "longitude": "-120.568056",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
                "total_launch_count": 22,
                "orbital_launch_attempt_count": 22
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4082,
            "location_launch_attempt_count": 12,
            "pad_launch_attempt_count": 6,
            "agency_launch_attempt_count": 13,
            "orbital_launch_attempt_count_year": 4082,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "b1ecbd1e-13e2-4b79-83b7-055e553416d4",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b1ecbd1e-13e2-4b79-83b7-055e553416d4/?format=api",
            "slug": "pegasus-xl-submillimeter-wave-astronomy-satellite",
            "name": "Pegasus XL | Submillimeter Wave Astronomy Satellite (SWAS)",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-06-15T13:15:18Z",
            "net": "1998-12-06T00:57:54Z",
            "window_end": "1998-12-06T00:57:54Z",
            "window_start": "1998-12-06T00:57:54Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 440,
                "configuration": {
                    "id": 173,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
                    "name": "Pegasus XL",
                    "family": "Pegasus",
                    "full_name": "Pegasus XL",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 62,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/62/?format=api",
                "agency_id": null,
                "name": "Vandenberg Space Force Base",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
                "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
                "latitude": "34.732778",
                "longitude": "-120.568056",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
                "total_launch_count": 22,
                "orbital_launch_attempt_count": 22
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4283,
            "location_launch_attempt_count": 24,
            "pad_launch_attempt_count": 11,
            "agency_launch_attempt_count": 28,
            "orbital_launch_attempt_count_year": 4283,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 8,
            "type": "normal"
        },
        {
            "id": "9f603738-1959-46c1-b909-19a80f2aac44",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/9f603738-1959-46c1-b909-19a80f2aac44/?format=api",
            "slug": "pegasus-xl-st-5-fwd",
            "name": "Pegasus XL | ST-5 FWD",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:55:13Z",
            "net": "2006-03-22T14:03:45Z",
            "window_end": "2006-03-22T14:03:45Z",
            "window_start": "2006-03-22T14:03:45Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7259,
                "configuration": {
                    "id": 173,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
                    "name": "Pegasus XL",
                    "family": "Pegasus",
                    "full_name": "Pegasus XL",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5648,
                "name": "ST-5 FWD",
                "description": "NASA's three micro-sats were launched to test and validate new technologies for future science missions. ST5's objective was to demonstrate and flight qualify several innovative technologies and concepts for application to future space missions.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 62,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/62/?format=api",
                "agency_id": null,
                "name": "Vandenberg Space Force Base",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
                "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
                "latitude": "34.732778",
                "longitude": "-120.568056",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
                "total_launch_count": 22,
                "orbital_launch_attempt_count": 22
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4758,
            "location_launch_attempt_count": 36,
            "pad_launch_attempt_count": 18,
            "agency_launch_attempt_count": 48,
            "orbital_launch_attempt_count_year": 8,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "fd37be2b-2551-4247-b409-1ae26ee5eb4b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/fd37be2b-2551-4247-b409-1ae26ee5eb4b/?format=api",
            "slug": "pegasus-xl-space-test-experiments-platform-4-step",
            "name": "Pegasus XL | Space Test Experiments Platform-4 (STEP-4)",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:54:33Z",
            "net": "1997-10-22T13:13:00Z",
            "window_end": "1997-10-22T13:13:00Z",
            "window_start": "1997-10-22T13:13:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 423,
                "configuration": {
                    "id": 173,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
                    "name": "Pegasus XL",
                    "family": "Pegasus",
                    "full_name": "Pegasus XL",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 52,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/52/?format=api",
                "agency_id": null,
                "name": "Wallops Flight Facility",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
                "map_url": "https://www.google.com/maps?q=37.938611,-75.457222",
                "latitude": "37.938611",
                "longitude": "-75.457222",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_52_20200803143305.jpg",
                "total_launch_count": 6,
                "orbital_launch_attempt_count": 6
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4183,
            "location_launch_attempt_count": 17,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 19,
            "orbital_launch_attempt_count_year": 4183,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "5ec0d041-ba9a-4ce8-9b61-3b4a77702f94",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/5ec0d041-ba9a-4ce8-9b61-3b4a77702f94/?format=api",
            "slug": "pegasus-xl-space-test-experiments-platform-3-step",
            "name": "Pegasus XL | Space Test Experiments Platform-3 (STEP-3)",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T03:55:13Z",
            "net": "1995-06-22T19:58:00Z",
            "window_end": "1995-06-22T19:58:00Z",
            "window_start": "1995-06-22T19:58:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "Destroyed during second stage flight",
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 387,
                "configuration": {
                    "id": 173,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
                    "name": "Pegasus XL",
                    "family": "Pegasus",
                    "full_name": "Pegasus XL",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 62,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/62/?format=api",
                "agency_id": null,
                "name": "Vandenberg Space Force Base",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
                "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
                "latitude": "34.732778",
                "longitude": "-120.568056",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
                "total_launch_count": 22,
                "orbital_launch_attempt_count": 22
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3994,
            "location_launch_attempt_count": 9,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 10,
            "orbital_launch_attempt_count_year": 3994,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "fd608f82-d496-454e-957e-6350ee9e1a41",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/fd608f82-d496-454e-957e-6350ee9e1a41/?format=api",
            "slug": "pegasus-xl-space-test-experiments-platform-1-step",
            "name": "Pegasus XL | Space Test Experiments Platform 1 (STEP-1)",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T03:55:14Z",
            "net": "1994-06-27T21:15:00Z",
            "window_end": "1994-06-27T21:15:00Z",
            "window_start": "1994-06-27T21:15:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "Flight termination after loss of vehicle control 35 seconds into flight",
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 376,
                "configuration": {
                    "id": 173,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
                    "name": "Pegasus XL",
                    "family": "Pegasus",
                    "full_name": "Pegasus XL",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 62,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/62/?format=api",
                "agency_id": null,
                "name": "Vandenberg Space Force Base",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
                "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
                "latitude": "34.732778",
                "longitude": "-120.568056",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
                "total_launch_count": 22,
                "orbital_launch_attempt_count": 22
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3906,
            "location_launch_attempt_count": 6,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 3906,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "b364f80f-2044-4d6d-aefa-c16c58bd7774",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b364f80f-2044-4d6d-aefa-c16c58bd7774/?format=api",
            "slug": "pegasus-xl-space-technology-5-st-5-3x-microsats",
            "name": "Pegasus XL | Space Technology 5 (ST-5) (3x microsats)",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:55:14Z",
            "net": "2006-03-28T20:10:00Z",
            "window_end": "2006-03-28T20:10:00Z",
            "window_start": "2006-03-28T20:10:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 520,
                "configuration": {
                    "id": 173,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
                    "name": "Pegasus XL",
                    "family": "Pegasus",
                    "full_name": "Pegasus XL",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 62,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/62/?format=api",
                "agency_id": null,
                "name": "Vandenberg Space Force Base",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
                "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
                "latitude": "34.732778",
                "longitude": "-120.568056",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
                "total_launch_count": 22,
                "orbital_launch_attempt_count": 22
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4760,
            "location_launch_attempt_count": 37,
            "pad_launch_attempt_count": 19,
            "agency_launch_attempt_count": 49,
            "orbital_launch_attempt_count_year": 4760,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "e69d77ed-a0b0-4473-93a6-98dea19c3a65",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/e69d77ed-a0b0-4473-93a6-98dea19c3a65/?format=api",
            "slug": "pegasus-xl-solar-radiation-and-climate-experiment",
            "name": "Pegasus XL | Solar Radiation and Climate Experiment (SORCE)",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-06-15T13:26:17Z",
            "net": "2003-01-25T20:13:35Z",
            "window_end": "2003-01-25T20:13:35Z",
            "window_start": "2003-01-25T20:13:35Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 490,
                "configuration": {
                    "id": 173,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
                    "name": "Pegasus XL",
                    "family": "Pegasus",
                    "full_name": "Pegasus XL",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 84,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/84/?format=api",
                "agency_id": null,
                "name": "Cape Canaveral",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral",
                "map_url": "https://www.google.com/maps?q=28.455556,-80.527778",
                "latitude": "28.455556",
                "longitude": "-80.527778",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_84_20200803143436.jpg",
                "total_launch_count": 7,
                "orbital_launch_attempt_count": 7
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4580,
            "location_launch_attempt_count": 31,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 40,
            "orbital_launch_attempt_count_year": 4580,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        }
    ]
}