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

{
    "count": 7489,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3650&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3630&ordering=-name",
    "results": [
        {
            "id": "e9b8399a-cb1e-44dc-9e95-ec6417e61fee",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/e9b8399a-cb1e-44dc-9e95-ec6417e61fee/?format=api",
            "slug": "proton-almaz-t-2",
            "name": "Proton | Almaz-T 2",
            "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-14T04:23:48Z",
            "net": "1987-07-25T09:00:00Z",
            "window_end": "1987-07-25T09:00:00Z",
            "window_start": "1987-07-25T09:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5987,
                "configuration": {
                    "id": 95,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/95/?format=api",
                    "name": "Proton",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K",
                    "variant": "K"
                }
            },
            "mission": {
                "id": 4381,
                "name": "Almaz-T 2",
                "description": "Radar imagery satellite based on the Almaz space station design",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 130,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/130/?format=api",
                "agency_id": null,
                "name": "200/40",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_200",
                "map_url": "https://www.google.com/maps?q=46.0336111,63.0266949",
                "latitude": "46.0336111",
                "longitude": "63.0266949",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_130_20200803143249.jpg",
                "total_launch_count": 64,
                "orbital_launch_attempt_count": 64
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20190207032625.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3207,
            "location_launch_attempt_count": 826,
            "pad_launch_attempt_count": 47,
            "agency_launch_attempt_count": 2109,
            "orbital_launch_attempt_count_year": 68,
            "location_launch_attempt_count_year": 26,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 59,
            "type": "normal"
        },
        {
            "id": "d0c9ea00-c69f-4236-9174-6d084c7fbb7f",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/d0c9ea00-c69f-4236-9174-6d084c7fbb7f/?format=api",
            "slug": "proton-almaz-t-1",
            "name": "Proton | Almaz-T 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-14T04:23:47Z",
            "net": "1986-11-29T08:00:00Z",
            "window_end": "1986-11-29T08:00:00Z",
            "window_start": "1986-11-29T08:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5915,
                "configuration": {
                    "id": 95,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/95/?format=api",
                    "name": "Proton",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K",
                    "variant": "K"
                }
            },
            "mission": {
                "id": 4311,
                "name": "Almaz-T 1",
                "description": "Radar imagery satellite based on the Almaz space station design",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 130,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/130/?format=api",
                "agency_id": null,
                "name": "200/40",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_200",
                "map_url": "https://www.google.com/maps?q=46.0336111,63.0266949",
                "latitude": "46.0336111",
                "longitude": "63.0266949",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_130_20200803143249.jpg",
                "total_launch_count": 64,
                "orbital_launch_attempt_count": 64
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20190207032625.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3129,
            "location_launch_attempt_count": 798,
            "pad_launch_attempt_count": 43,
            "agency_launch_attempt_count": 2041,
            "orbital_launch_attempt_count_year": 100,
            "location_launch_attempt_count_year": 35,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 85,
            "type": "normal"
        },
        {
            "id": "2f318f9a-6f72-40e6-b935-20b6d355722c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2f318f9a-6f72-40e6-b935-20b6d355722c/?format=api",
            "slug": "proton-almaz-1",
            "name": "Proton | Almaz-1",
            "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-14T04:23:42Z",
            "net": "1991-03-31T15:12:00Z",
            "window_end": "1991-03-31T15:12:00Z",
            "window_start": "1991-03-31T15:12:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 6360,
                "configuration": {
                    "id": 95,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/95/?format=api",
                    "name": "Proton",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K",
                    "variant": "K"
                }
            },
            "mission": {
                "id": 4750,
                "name": "Almaz-1",
                "description": "Radar imagery satellite based on the Almaz space station design",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 130,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/130/?format=api",
                "agency_id": null,
                "name": "200/40",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_200",
                "map_url": "https://www.google.com/maps?q=46.0336111,63.0266949",
                "latitude": "46.0336111",
                "longitude": "63.0266949",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_130_20200803143249.jpg",
                "total_launch_count": 64,
                "orbital_launch_attempt_count": 64
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20190207032625.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3621,
            "location_launch_attempt_count": 959,
            "pad_launch_attempt_count": 64,
            "agency_launch_attempt_count": 2414,
            "orbital_launch_attempt_count_year": 24,
            "location_launch_attempt_count_year": 7,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 19,
            "type": "normal"
        },
        {
            "id": "ba8f759d-5c34-4e63-bd32-29cb8e9905e6",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ba8f759d-5c34-4e63-bd32-29cb8e9905e6/?format=api",
            "slug": "project-pilot-nots-6",
            "name": "Project Pilot | NOTS 6",
            "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-14T04:25:21Z",
            "net": "1958-08-28T00:00:00Z",
            "window_end": "1958-08-28T00:00:00Z",
            "window_start": "1958-08-28T00:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
                "name": "US Navy",
                "type": "Government"
            },
            "rocket": {
                "id": 3024,
                "configuration": {
                    "id": 344,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/344/?format=api",
                    "name": "Project Pilot",
                    "family": "",
                    "full_name": "Project Pilot",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1446,
                "name": "NOTS 6",
                "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/145/?format=api",
                "agency_id": null,
                "name": "Naval Air Weapons Station China Lake",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
                "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
                "latitude": "35.6855556",
                "longitude": "-117.6941384",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
                "total_launch_count": 6,
                "orbital_launch_attempt_count": 6
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 22,
            "location_launch_attempt_count": 6,
            "pad_launch_attempt_count": 6,
            "agency_launch_attempt_count": 12,
            "orbital_launch_attempt_count_year": 19,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 11,
            "type": "normal"
        },
        {
            "id": "46580acb-1299-4a54-bdf0-884029a83a84",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/46580acb-1299-4a54-bdf0-884029a83a84/?format=api",
            "slug": "project-pilot-nots-5",
            "name": "Project Pilot | NOTS 5",
            "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-14T04:25:21Z",
            "net": "1958-08-26T00:00:00Z",
            "window_end": "1958-08-26T00:00:00Z",
            "window_start": "1958-08-26T00:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
                "name": "US Navy",
                "type": "Government"
            },
            "rocket": {
                "id": 3023,
                "configuration": {
                    "id": 344,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/344/?format=api",
                    "name": "Project Pilot",
                    "family": "",
                    "full_name": "Project Pilot",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1445,
                "name": "NOTS 5",
                "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/145/?format=api",
                "agency_id": null,
                "name": "Naval Air Weapons Station China Lake",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
                "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
                "latitude": "35.6855556",
                "longitude": "-117.6941384",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
                "total_launch_count": 6,
                "orbital_launch_attempt_count": 6
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 21,
            "location_launch_attempt_count": 5,
            "pad_launch_attempt_count": 5,
            "agency_launch_attempt_count": 11,
            "orbital_launch_attempt_count_year": 18,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 10,
            "type": "normal"
        },
        {
            "id": "31bcb852-0c9f-4f1f-a201-a108c88e77f8",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/31bcb852-0c9f-4f1f-a201-a108c88e77f8/?format=api",
            "slug": "project-pilot-nots-4",
            "name": "Project Pilot | NOTS 4",
            "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-14T04:25:21Z",
            "net": "1958-08-25T00:00:00Z",
            "window_end": "1958-08-25T00:00:00Z",
            "window_start": "1958-08-25T00:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
                "name": "US Navy",
                "type": "Government"
            },
            "rocket": {
                "id": 3022,
                "configuration": {
                    "id": 344,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/344/?format=api",
                    "name": "Project Pilot",
                    "family": "",
                    "full_name": "Project Pilot",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1444,
                "name": "NOTS 4",
                "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/145/?format=api",
                "agency_id": null,
                "name": "Naval Air Weapons Station China Lake",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
                "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
                "latitude": "35.6855556",
                "longitude": "-117.6941384",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
                "total_launch_count": 6,
                "orbital_launch_attempt_count": 6
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 20,
            "location_launch_attempt_count": 4,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 10,
            "orbital_launch_attempt_count_year": 17,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 9,
            "type": "normal"
        },
        {
            "id": "ee6958bf-155d-4400-9d9a-9d3e27c56d6d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ee6958bf-155d-4400-9d9a-9d3e27c56d6d/?format=api",
            "slug": "project-pilot-nots-3",
            "name": "Project Pilot | NOTS 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-14T04:25:21Z",
            "net": "1958-08-22T00:00:00Z",
            "window_end": "1958-08-22T00:00:00Z",
            "window_start": "1958-08-22T00:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
                "name": "US Navy",
                "type": "Government"
            },
            "rocket": {
                "id": 3020,
                "configuration": {
                    "id": 344,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/344/?format=api",
                    "name": "Project Pilot",
                    "family": "",
                    "full_name": "Project Pilot",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1442,
                "name": "NOTS 3",
                "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/145/?format=api",
                "agency_id": null,
                "name": "Naval Air Weapons Station China Lake",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
                "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
                "latitude": "35.6855556",
                "longitude": "-117.6941384",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
                "total_launch_count": 6,
                "orbital_launch_attempt_count": 6
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 18,
            "location_launch_attempt_count": 3,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 9,
            "orbital_launch_attempt_count_year": 15,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 8,
            "type": "normal"
        },
        {
            "id": "ac4c0c44-1925-4636-99b5-8c3b33d6c62a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ac4c0c44-1925-4636-99b5-8c3b33d6c62a/?format=api",
            "slug": "project-pilot-nots-2",
            "name": "Project Pilot | NOTS 2",
            "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-14T04:25:21Z",
            "net": "1958-08-12T00:00:00Z",
            "window_end": "1958-08-12T00:00:00Z",
            "window_start": "1958-08-12T00:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
                "name": "US Navy",
                "type": "Government"
            },
            "rocket": {
                "id": 3018,
                "configuration": {
                    "id": 344,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/344/?format=api",
                    "name": "Project Pilot",
                    "family": "",
                    "full_name": "Project Pilot",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1440,
                "name": "NOTS 2",
                "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/145/?format=api",
                "agency_id": null,
                "name": "Naval Air Weapons Station China Lake",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
                "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
                "latitude": "35.6855556",
                "longitude": "-117.6941384",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
                "total_launch_count": 6,
                "orbital_launch_attempt_count": 6
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 16,
            "location_launch_attempt_count": 2,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 8,
            "orbital_launch_attempt_count_year": 13,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 7,
            "type": "normal"
        },
        {
            "id": "64da1836-0c00-4074-ab0a-f9d0ee6b1221",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/64da1836-0c00-4074-ab0a-f9d0ee6b1221/?format=api",
            "slug": "project-pilot-nots-1",
            "name": "Project Pilot | NOTS 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-14T04:25:21Z",
            "net": "1958-07-25T00:00:00Z",
            "window_end": "1958-07-25T00:00:00Z",
            "window_start": "1958-07-25T00:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
                "name": "US Navy",
                "type": "Government"
            },
            "rocket": {
                "id": 3016,
                "configuration": {
                    "id": 344,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/344/?format=api",
                    "name": "Project Pilot",
                    "family": "",
                    "full_name": "Project Pilot",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1438,
                "name": "NOTS 1",
                "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/145/?format=api",
                "agency_id": null,
                "name": "Naval Air Weapons Station China Lake",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
                "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
                "latitude": "35.6855556",
                "longitude": "-117.6941384",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
                "total_launch_count": 6,
                "orbital_launch_attempt_count": 6
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 14,
            "location_launch_attempt_count": 1,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 11,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "6b418693-abef-4e97-ab49-8ee56f4edba2",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/6b418693-abef-4e97-ab49-8ee56f4edba2/?format=api",
            "slug": "pegasus-xl-wide-field-infrared-explorer-wire",
            "name": "Pegasus XL | Wide Field Infrared Explorer (WIRE)",
            "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": "1999-03-05T02:56:00Z",
            "window_end": "1999-03-05T02:56:00Z",
            "window_start": "1999-03-05T02:56: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": 442,
                "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": 4300,
            "location_launch_attempt_count": 25,
            "pad_launch_attempt_count": 12,
            "agency_launch_attempt_count": 29,
            "orbital_launch_attempt_count_year": 4300,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        }
    ]
}