Launch List
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=100&ordering=-name
{ "count": 7746, "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=110&ordering=-name", "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=90&ordering=-name", "results": [ { "id": "4121ac6e-f2a7-4f9b-bdc0-c81c9924fd74", "url": "https://ll.thespacedevs.com/2.2.0/launch/4121ac6e-f2a7-4f9b-bdc0-c81c9924fd74/?format=api", "slug": "x-15-flight-191", "name": "X-15 | Flight 191", "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-14T08:59:13Z", "net": "1967-11-15T18:30:00Z", "window_end": "1967-11-15T18:34:00Z", "window_start": "1967-11-15T18:30:00Z", "net_precision": null, "probability": null, "weather_concerns": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" }, "rocket": { "id": 2991, "configuration": { "id": 209, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/209/?format=api", "name": "North American X-15", "family": "", "full_name": "North American X-15", "variant": "" } }, "mission": { "id": 1416, "name": "Flight 191", "description": "X-15 Flight 3-65-97, also known as X-15 Flight 191 was a 1967 flight of the North American X-15. After reaching an altitude of 81.0 km, the aircraft entered a spin and broke apart mid air, killing pilot Michael J. Adams.", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 15, "name": "Suborbital", "abbrev": "Sub" }, "agencies": [], "info_urls": [], "vid_urls": [] }, "pad": { "id": 112, "url": "https://ll.thespacedevs.com/2.2.0/pad/112/?format=api", "agency_id": null, "name": "Edwards Air Force Base", "description": null, "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base", "map_url": "https://www.google.com/maps?q=34.905556,-117.883611", "latitude": "34.905556", "longitude": "-117.883611", "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_112_20200803143214.jpg", "total_launch_count": 13, "orbital_launch_attempt_count": 0 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/north_american__image_20210813101104.png", "infographic": null, "program": [ { "id": 20, "url": "https://ll.thespacedevs.com/2.2.0/program/20/?format=api", "name": "X-15", "description": "Experimental hypersonic rocket-powered aircraft.", "agencies": [ { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" }, { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" } ], "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-15_program_20210809102752.jpeg", "start_date": "1959-03-10T00:00:00Z", "end_date": "1968-12-12T00:00:00Z", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/North_American_X-15", "mission_patches": [], "type": { "id": 2, "name": "Human Spaceflight" } } ], "orbital_launch_attempt_count": null, "location_launch_attempt_count": 18, "pad_launch_attempt_count": 12, "agency_launch_attempt_count": 429, "orbital_launch_attempt_count_year": null, "location_launch_attempt_count_year": 2, "pad_launch_attempt_count_year": 2, "agency_launch_attempt_count_year": 57, "type": "normal" }, { "id": "299544e0-0a52-4859-86bc-eb7647ce5d86", "url": "https://ll.thespacedevs.com/2.2.0/launch/299544e0-0a52-4859-86bc-eb7647ce5d86/?format=api", "slug": "x-15-flight-190", "name": "X-15 | Flight 190", "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-14T08:59:12Z", "net": "1967-10-17T17:40:00Z", "window_end": "1967-10-17T17:50:00Z", "window_start": "1967-10-17T17:40:00Z", "net_precision": null, "probability": null, "weather_concerns": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" }, "rocket": { "id": 2990, "configuration": { "id": 209, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/209/?format=api", "name": "North American X-15", "family": "", "full_name": "North American X-15", "variant": "" } }, "mission": { "id": 1415, "name": "Flight 190", "description": "Flight 190 of the North American X-15 was a test flight conducted by NASA and the US Air Force in 1967. Piloted by William J. Knight it reached an altitude of 85.5 km.", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 15, "name": "Suborbital", "abbrev": "Sub" }, "agencies": [], "info_urls": [], "vid_urls": [] }, "pad": { "id": 112, "url": "https://ll.thespacedevs.com/2.2.0/pad/112/?format=api", "agency_id": null, "name": "Edwards Air Force Base", "description": null, "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base", "map_url": "https://www.google.com/maps?q=34.905556,-117.883611", "latitude": "34.905556", "longitude": "-117.883611", "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_112_20200803143214.jpg", "total_launch_count": 13, "orbital_launch_attempt_count": 0 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/north_american__image_20210813101104.png", "infographic": null, "program": [ { "id": 20, "url": "https://ll.thespacedevs.com/2.2.0/program/20/?format=api", "name": "X-15", "description": "Experimental hypersonic rocket-powered aircraft.", "agencies": [ { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" }, { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" } ], "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-15_program_20210809102752.jpeg", "start_date": "1959-03-10T00:00:00Z", "end_date": "1968-12-12T00:00:00Z", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/North_American_X-15", "mission_patches": [], "type": { "id": 2, "name": "Human Spaceflight" } } ], "orbital_launch_attempt_count": null, "location_launch_attempt_count": 17, "pad_launch_attempt_count": 11, "agency_launch_attempt_count": 422, "orbital_launch_attempt_count_year": null, "location_launch_attempt_count_year": 1, "pad_launch_attempt_count_year": 1, "agency_launch_attempt_count_year": 50, "type": "normal" }, { "id": "4a9def8e-6fde-4048-9dd0-2bcfb2012cf5", "url": "https://ll.thespacedevs.com/2.2.0/launch/4a9def8e-6fde-4048-9dd0-2bcfb2012cf5/?format=api", "slug": "x-15-flight-174", "name": "X-15 | Flight 174", "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-14T08:59:08Z", "net": "1966-11-01T21:24:00Z", "window_end": "1966-11-01T21:35:00Z", "window_start": "1966-11-01T21:24:00Z", "net_precision": null, "probability": null, "weather_concerns": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" }, "rocket": { "id": 2989, "configuration": { "id": 209, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/209/?format=api", "name": "North American X-15", "family": "", "full_name": "North American X-15", "variant": "" } }, "mission": { "id": 1414, "name": "Flight 174", "description": "Flight 174 of the North American X-15 was a test flight conducted by NASA and the US Air Force in 1966. Piloted by William H. Dana, it reached an altitude of 93.5 km.", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 15, "name": "Suborbital", "abbrev": "Sub" }, "agencies": [], "info_urls": [], "vid_urls": [] }, "pad": { "id": 112, "url": "https://ll.thespacedevs.com/2.2.0/pad/112/?format=api", "agency_id": null, "name": "Edwards Air Force Base", "description": null, "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base", "map_url": "https://www.google.com/maps?q=34.905556,-117.883611", "latitude": "34.905556", "longitude": "-117.883611", "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_112_20200803143214.jpg", "total_launch_count": 13, "orbital_launch_attempt_count": 0 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/north_american__image_20210813101104.png", "infographic": null, "program": [ { "id": 20, "url": "https://ll.thespacedevs.com/2.2.0/program/20/?format=api", "name": "X-15", "description": "Experimental hypersonic rocket-powered aircraft.", "agencies": [ { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" }, { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" } ], "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-15_program_20210809102752.jpeg", "start_date": "1959-03-10T00:00:00Z", "end_date": "1968-12-12T00:00:00Z", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/North_American_X-15", "mission_patches": [], "type": { "id": 2, "name": "Human Spaceflight" } } ], "orbital_launch_attempt_count": null, "location_launch_attempt_count": 16, "pad_launch_attempt_count": 10, "agency_launch_attempt_count": 360, "orbital_launch_attempt_count_year": null, "location_launch_attempt_count_year": 1, "pad_launch_attempt_count_year": 1, "agency_launch_attempt_count_year": 61, "type": "normal" }, { "id": "a6782ea2-e031-4f20-b36c-badfeb84e07e", "url": "https://ll.thespacedevs.com/2.2.0/launch/a6782ea2-e031-4f20-b36c-badfeb84e07e/?format=api", "slug": "x-15-flight-153", "name": "X-15 | Flight 153", "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-14T08:44:47Z", "net": "1965-10-14T20:47:00Z", "window_end": "1965-10-14T20:56:00Z", "window_start": "1965-10-14T20:47:00Z", "net_precision": null, "probability": null, "weather_concerns": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" }, "rocket": { "id": 2988, "configuration": { "id": 209, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/209/?format=api", "name": "North American X-15", "family": "", "full_name": "North American X-15", "variant": "" } }, "mission": { "id": 1413, "name": "Flight 153", "description": "Flight 153 of the North American X-15 was a test flight conducted by NASA and the US Air Force in 1965. Piloted by Joe H. Engle it reached an altitude of 81.1 km.", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 15, "name": "Suborbital", "abbrev": "Sub" }, "agencies": [], "info_urls": [], "vid_urls": [] }, "pad": { "id": 112, "url": "https://ll.thespacedevs.com/2.2.0/pad/112/?format=api", "agency_id": null, "name": "Edwards Air Force Base", "description": null, "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base", "map_url": "https://www.google.com/maps?q=34.905556,-117.883611", "latitude": "34.905556", "longitude": "-117.883611", "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_112_20200803143214.jpg", "total_launch_count": 13, "orbital_launch_attempt_count": 0 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/north_american__image_20210813101104.png", "infographic": null, "program": [ { "id": 20, "url": "https://ll.thespacedevs.com/2.2.0/program/20/?format=api", "name": "X-15", "description": "Experimental hypersonic rocket-powered aircraft.", "agencies": [ { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" }, { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" } ], "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-15_program_20210809102752.jpeg", "start_date": "1959-03-10T00:00:00Z", "end_date": "1968-12-12T00:00:00Z", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/North_American_X-15", "mission_patches": [], "type": { "id": 2, "name": "Human Spaceflight" } } ], "orbital_launch_attempt_count": null, "location_launch_attempt_count": 15, "pad_launch_attempt_count": 9, "agency_launch_attempt_count": 288, "orbital_launch_attempt_count_year": null, "location_launch_attempt_count_year": 4, "pad_launch_attempt_count_year": 4, "agency_launch_attempt_count_year": 57, "type": "normal" }, { "id": "64a43bcc-f080-4121-91da-90731c46dc82", "url": "https://ll.thespacedevs.com/2.2.0/launch/64a43bcc-f080-4121-91da-90731c46dc82/?format=api", "slug": "x-15-flight-150", "name": "X-15 | Flight 150", "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-14T08:59:15Z", "net": "1965-09-28T18:08:00Z", "window_end": "1965-09-28T18:20:00Z", "window_start": "1965-09-28T18:08:00Z", "net_precision": null, "probability": null, "weather_concerns": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" }, "rocket": { "id": 2987, "configuration": { "id": 209, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/209/?format=api", "name": "North American X-15", "family": "", "full_name": "North American X-15", "variant": "" } }, "mission": { "id": 1412, "name": "Flight 150", "description": "Flight 150 of the North American X-15 was a test flight conducted by NASA and the US Air Force in 1965. Piloted by John B. McKay it reached an altitude of 90.0 km.", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 15, "name": "Suborbital", "abbrev": "Sub" }, "agencies": [], "info_urls": [], "vid_urls": [] }, "pad": { "id": 112, "url": "https://ll.thespacedevs.com/2.2.0/pad/112/?format=api", "agency_id": null, "name": "Edwards Air Force Base", "description": null, "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base", "map_url": "https://www.google.com/maps?q=34.905556,-117.883611", "latitude": "34.905556", "longitude": "-117.883611", "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_112_20200803143214.jpg", "total_launch_count": 13, "orbital_launch_attempt_count": 0 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/north_american__image_20210813101104.png", "infographic": null, "program": [ { "id": 20, "url": "https://ll.thespacedevs.com/2.2.0/program/20/?format=api", "name": "X-15", "description": "Experimental hypersonic rocket-powered aircraft.", "agencies": [ { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" }, { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" } ], "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-15_program_20210809102752.jpeg", "start_date": "1959-03-10T00:00:00Z", "end_date": "1968-12-12T00:00:00Z", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/North_American_X-15", "mission_patches": [], "type": { "id": 2, "name": "Human Spaceflight" } } ], "orbital_launch_attempt_count": null, "location_launch_attempt_count": 14, "pad_launch_attempt_count": 8, "agency_launch_attempt_count": 283, "orbital_launch_attempt_count_year": null, "location_launch_attempt_count_year": 3, "pad_launch_attempt_count_year": 3, "agency_launch_attempt_count_year": 52, "type": "normal" }, { "id": "ed2a3a4c-a2ec-48a7-a885-157f10c2dd51", "url": "https://ll.thespacedevs.com/2.2.0/launch/ed2a3a4c-a2ec-48a7-a885-157f10c2dd51/?format=api", "slug": "x-15-flight-143", "name": "X-15 | Flight 143", "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-14T08:44:47Z", "net": "1965-08-10T19:24:00Z", "window_end": "1965-08-10T19:34:00Z", "window_start": "1965-08-10T19:24:00Z", "net_precision": null, "probability": null, "weather_concerns": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" }, "rocket": { "id": 2986, "configuration": { "id": 209, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/209/?format=api", "name": "North American X-15", "family": "", "full_name": "North American X-15", "variant": "" } }, "mission": { "id": 1411, "name": "Flight 143", "description": "Flight 143 of the North American X-15 was a test flight conducted by NASA and the US Air Force in 1965. Piloted by Joe H. Engle it reached an altitude of 82.6 km.", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 15, "name": "Suborbital", "abbrev": "Sub" }, "agencies": [], "info_urls": [], "vid_urls": [] }, "pad": { "id": 112, "url": "https://ll.thespacedevs.com/2.2.0/pad/112/?format=api", "agency_id": null, "name": "Edwards Air Force Base", "description": null, "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base", "map_url": "https://www.google.com/maps?q=34.905556,-117.883611", "latitude": "34.905556", "longitude": "-117.883611", "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_112_20200803143214.jpg", "total_launch_count": 13, "orbital_launch_attempt_count": 0 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/north_american__image_20210813101104.png", "infographic": null, "program": [ { "id": 20, "url": "https://ll.thespacedevs.com/2.2.0/program/20/?format=api", "name": "X-15", "description": "Experimental hypersonic rocket-powered aircraft.", "agencies": [ { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" }, { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" } ], "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-15_program_20210809102752.jpeg", "start_date": "1959-03-10T00:00:00Z", "end_date": "1968-12-12T00:00:00Z", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/North_American_X-15", "mission_patches": [], "type": { "id": 2, "name": "Human Spaceflight" } } ], "orbital_launch_attempt_count": null, "location_launch_attempt_count": 13, "pad_launch_attempt_count": 7, "agency_launch_attempt_count": 275, "orbital_launch_attempt_count_year": null, "location_launch_attempt_count_year": 2, "pad_launch_attempt_count_year": 2, "agency_launch_attempt_count_year": 44, "type": "normal" }, { "id": "b92b4c7f-39fb-448a-a24a-5c370b95fe80", "url": "https://ll.thespacedevs.com/2.2.0/launch/b92b4c7f-39fb-448a-a24a-5c370b95fe80/?format=api", "slug": "x-15-flight-138", "name": "X-15 | Flight 138", "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-14T08:44:47Z", "net": "1965-06-29T18:21:00Z", "window_end": "1965-06-29T18:32:00Z", "window_start": "1965-06-29T18:21:00Z", "net_precision": null, "probability": null, "weather_concerns": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" }, "rocket": { "id": 2985, "configuration": { "id": 209, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/209/?format=api", "name": "North American X-15", "family": "", "full_name": "North American X-15", "variant": "" } }, "mission": { "id": 1410, "name": "Flight 138", "description": "Flight 138 of the North American X-15 was a test flight conducted by NASA and the US Air Force in 1965. Piloted by Joe H. Engle it reached an altitude of 85.5 km.", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 15, "name": "Suborbital", "abbrev": "Sub" }, "agencies": [], "info_urls": [], "vid_urls": [] }, "pad": { "id": 112, "url": "https://ll.thespacedevs.com/2.2.0/pad/112/?format=api", "agency_id": null, "name": "Edwards Air Force Base", "description": null, "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base", "map_url": "https://www.google.com/maps?q=34.905556,-117.883611", "latitude": "34.905556", "longitude": "-117.883611", "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_112_20200803143214.jpg", "total_launch_count": 13, "orbital_launch_attempt_count": 0 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/north_american__image_20210813101104.png", "infographic": null, "program": [ { "id": 20, "url": "https://ll.thespacedevs.com/2.2.0/program/20/?format=api", "name": "X-15", "description": "Experimental hypersonic rocket-powered aircraft.", "agencies": [ { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" }, { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" } ], "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-15_program_20210809102752.jpeg", "start_date": "1959-03-10T00:00:00Z", "end_date": "1968-12-12T00:00:00Z", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/North_American_X-15", "mission_patches": [], "type": { "id": 2, "name": "Human Spaceflight" } } ], "orbital_launch_attempt_count": null, "location_launch_attempt_count": 12, "pad_launch_attempt_count": 6, "agency_launch_attempt_count": 268, "orbital_launch_attempt_count_year": null, "location_launch_attempt_count_year": 1, "pad_launch_attempt_count_year": 1, "agency_launch_attempt_count_year": 37, "type": "normal" }, { "id": "649bf8ed-f2a6-4923-aaf0-6086ad0227f5", "url": "https://ll.thespacedevs.com/2.2.0/launch/649bf8ed-f2a6-4923-aaf0-6086ad0227f5/?format=api", "slug": "vulcan-wgs-11", "name": "Vulcan | WGS-11", "status": { "id": 2, "name": "To Be Determined", "abbrev": "TBD", "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources." }, "last_updated": "2025-08-29T14:10:52Z", "net": "2026-03-31T00:00:00Z", "window_end": "2026-03-31T00:00:00Z", "window_start": "2026-03-31T00:00:00Z", "net_precision": { "id": 8, "name": "Quarter 1", "abbrev": "Q1", "description": "The T-0 is expected in the first quarter of the given year." }, "probability": null, "weather_concerns": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 124, "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api", "name": "United Launch Alliance", "type": "Commercial" }, "rocket": { "id": 7593, "configuration": { "id": 200, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/200/?format=api", "name": "Vulcan", "family": "Vulcan", "full_name": "Vulcan", "variant": "Vulcan" } }, "mission": { "id": 6035, "name": "WGS-11", "description": "Last mission of the Wideband Global SatCom (WGS) series.", "launch_designator": null, "type": "Communications", "orbit": { "id": 4, "name": "Geosynchronous Transfer Orbit", "abbrev": "GSTO" }, "agencies": [], "info_urls": [], "vid_urls": [] }, "pad": { "id": 29, "url": "https://ll.thespacedevs.com/2.2.0/pad/29/?format=api", "agency_id": null, "name": "Space Launch Complex 41", "description": "", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41", "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644", "latitude": "28.58341025", "longitude": "-80.58303644", "location": { "id": 12, "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api", "name": "Cape Canaveral SFS, FL, USA", "country_code": "USA", "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg", "timezone_name": "America/New_York", "total_launch_count": 1076, "total_landing_count": 70 }, "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg", "total_launch_count": 120, "orbital_launch_attempt_count": 120 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vulcan_image_20240107162928.jpeg", "infographic": null, "program": [], "orbital_launch_attempt_count": 7221, "location_launch_attempt_count": 1088, "pad_launch_attempt_count": 124, "agency_launch_attempt_count": 174, "orbital_launch_attempt_count_year": 48, "location_launch_attempt_count_year": 12, "pad_launch_attempt_count_year": 4, "agency_launch_attempt_count_year": 4, "type": "normal" }, { "id": "ef9850ad-1096-425b-9d27-f7bbd186e61a", "url": "https://ll.thespacedevs.com/2.2.0/launch/ef9850ad-1096-425b-9d27-f7bbd186e61a/?format=api", "slug": "vulcan-vc6l-amazon-leo-lv-01", "name": "Vulcan VC6L | Amazon Leo (LV-01)", "status": { "id": 2, "name": "To Be Determined", "abbrev": "TBD", "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources." }, "last_updated": "2025-11-26T23:51:57Z", "net": "2026-03-31T00:00:00Z", "window_end": "2026-03-31T00:00:00Z", "window_start": "2026-03-31T00:00:00Z", "net_precision": { "id": 8, "name": "Quarter 1", "abbrev": "Q1", "description": "The T-0 is expected in the first quarter of the given year." }, "probability": null, "weather_concerns": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 124, "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api", "name": "United Launch Alliance", "type": "Commercial" }, "rocket": { "id": 2836, "configuration": { "id": 479, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/479/?format=api", "name": "Vulcan VC6L", "family": "Vulcan", "full_name": "Vulcan VC6L", "variant": "VC6L" } }, "mission": { "id": 6003, "name": "Amazon Leo (LV-01)", "description": "Amazon Leo, formerly known as Project Kuiper, is a mega constellation of satellites in Low Earth Orbit that will offer broadband internet access, this constellation will be managed by Kuiper Systems LLC, a subsidiary of Amazon. This constellation is planned to be composed of 3,276 satellites. The satellites are projected to be placed in 98 orbital planes in three orbital layers, one at 590 km, 610 km and 630 km altitude.\r\n\r\n45 satellites will be carried on each Vulcan launch.", "launch_designator": null, "type": "Communications", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" }, "agencies": [ { "id": 1058, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1058/?format=api", "name": "Amazon Leo", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "Amazon", "description": "Amazon Leo, formerly known as Kuiper Systems LLC and Project Kuiper, is a subsidiary of Amazon that was established in 2019 to deploy a large satellite internet constellation to provide low-latency broadband internet connectivity.", "administrator": "President: Rajeev Badyal", "founding_year": "2019", "launchers": "", "spacecraft": "", "launch_library_url": null, "total_launch_count": 0, "consecutive_successful_launches": 0, "successful_launches": 0, "failed_launches": 0, "pending_launches": 0, "consecutive_successful_landings": 0, "successful_landings": 0, "failed_landings": 0, "attempted_landings": 0, "info_url": "https://leo.amazon.com/", "wiki_url": "https://en.wikipedia.org/wiki/Kuiper_Systems", "logo_url": null, "image_url": null, "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/amazon_leo_soci_image_20251117075814.png" } ], "info_urls": [], "vid_urls": [] }, "pad": { "id": 29, "url": "https://ll.thespacedevs.com/2.2.0/pad/29/?format=api", "agency_id": null, "name": "Space Launch Complex 41", "description": "", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41", "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644", "latitude": "28.58341025", "longitude": "-80.58303644", "location": { "id": 12, "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api", "name": "Cape Canaveral SFS, FL, USA", "country_code": "USA", "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg", "timezone_name": "America/New_York", "total_launch_count": 1076, "total_landing_count": 70 }, "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg", "total_launch_count": 120, "orbital_launch_attempt_count": 120 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vulcan_vc6l_image_20220406123130.jpg", "infographic": null, "program": [ { "id": 27, "url": "https://ll.thespacedevs.com/2.2.0/program/27/?format=api", "name": "Amazon Leo", "description": "Amazon Leo is a satellite internet constellation aimed at providing high-speed, low-latency broadband connectivity to underserved and remote areas globally. The project involves deploying a constellation of low Earth orbit (LEO) satellites to create a satellite internet network capable of delivering reliable internet access.", "agencies": [ { "id": 1058, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1058/?format=api", "name": "Amazon Leo", "type": "Private" } ], "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520kui_program_20231228165031.jpeg", "start_date": "2023-10-16T18:06:00Z", "end_date": null, "info_url": "https://en.wikipedia.org/wiki/Kuiper_Systems", "wiki_url": "https://aboutamazon.com/what-we-do/devices-services/project-kuiper", "mission_patches": [], "type": { "id": 3, "name": "Communication Constellation" } } ], "orbital_launch_attempt_count": 7221, "location_launch_attempt_count": 1088, "pad_launch_attempt_count": 124, "agency_launch_attempt_count": 174, "orbital_launch_attempt_count_year": 48, "location_launch_attempt_count_year": 12, "pad_launch_attempt_count_year": 4, "agency_launch_attempt_count_year": 4, "type": "normal" }, { "id": "0c5642f3-24ae-4879-a8e9-981ad36a8911", "url": "https://ll.thespacedevs.com/2.2.0/launch/0c5642f3-24ae-4879-a8e9-981ad36a8911/?format=api", "slug": "vulcan-vc4s-ussf-106", "name": "Vulcan VC4S | USSF-106", "status": { "id": 3, "name": "Launch Successful", "abbrev": "Success", "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)." }, "last_updated": "2025-08-26T11:34:01Z", "net": "2025-08-13T00:56:00Z", "window_end": "2025-08-13T00:59:00Z", "window_start": "2025-08-12T23:59:00Z", "net_precision": { "id": 1, "name": "Minute", "abbrev": "MIN", "description": "The T-0 is accurate to the minute." }, "probability": 80, "weather_concerns": "Cumulus Cloud Rule", "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 124, "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api", "name": "United Launch Alliance", "type": "Commercial" }, "rocket": { "id": 2743, "configuration": { "id": 516, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/516/?format=api", "name": "Vulcan VC4S", "family": "Vulcan", "full_name": "Vulcan VC4S", "variant": "VC4S" } }, "mission": { "id": 1141, "name": "USSF-106", "description": "USSF-106 is a mission for the United States Space Force. The launch will deploy various payloads directly into geosynchronous orbit, including the NTS-3 (Navigation Technology Satellite 3), a demonstration navigation satellite testing a new digital signal generator that can be reprogrammed on-orbit to broadcast new signals, improve performance by avoiding and defeating interference, and adding signatures for detecting spoofing attacks.", "launch_designator": null, "type": "Government/Top Secret", "orbit": { "id": 3, "name": "Geosynchronous Orbit", "abbrev": "GSO" }, "agencies": [ { "id": 1041, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1041/?format=api", "name": "United States Space Force", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "USSF", "description": "The United States Space Force (USSF) is the space service branch of the U.S. Armed Forces, one of the eight U.S. uniformed services.", "administrator": null, "founding_year": "2019", "launchers": "", "spacecraft": "", "launch_library_url": null, "total_launch_count": 0, "consecutive_successful_launches": 0, "successful_launches": 0, "failed_launches": 0, "pending_launches": 0, "consecutive_successful_landings": 0, "successful_landings": 0, "failed_landings": 0, "attempted_landings": 0, "info_url": "https://www.spaceforce.mil/", "wiki_url": "https://en.wikipedia.org/wiki/United_States_Space_Force", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520states2520space2520force_logo_20221102113048.png", "image_url": null, "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united_states_s_image_20250916065613.jpg" } ], "info_urls": [], "vid_urls": [] }, "pad": { "id": 29, "url": "https://ll.thespacedevs.com/2.2.0/pad/29/?format=api", "agency_id": null, "name": "Space Launch Complex 41", "description": "", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41", "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644", "latitude": "28.58341025", "longitude": "-80.58303644", "location": { "id": 12, "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api", "name": "Cape Canaveral SFS, FL, USA", "country_code": "USA", "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg", "timezone_name": "America/New_York", "total_launch_count": 1076, "total_landing_count": 70 }, "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg", "total_launch_count": 120, "orbital_launch_attempt_count": 120 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vulcan_vc4s_v-0_image_20250812014341.jpeg", "infographic": null, "program": [], "orbital_launch_attempt_count": 7027, "location_launch_attempt_count": 1045, "pad_launch_attempt_count": 117, "agency_launch_attempt_count": 167, "orbital_launch_attempt_count_year": 178, "location_launch_attempt_count_year": 51, "pad_launch_attempt_count_year": 3, "agency_launch_attempt_count_year": 3, "type": "normal" } ] }