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

EXAMPLE - /launch// or /launch/?mode=list&search=SpaceX

GET: Return a list of all Launch objects.

FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name'

MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list

SEARCH: Searches through the launch name, rocket name, launch agency, mission name & spacecraft name. EXAMPLE - ?search=SpaceX

GET /2.0.0/launch/?format=api&offset=90&ordering=-name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 7856,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=100&ordering=-name",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=80&ordering=-name",
  "results": [
    {
      "id": "979afeac-953b-4fde-8d52-0c2a566cbf5a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/979afeac-953b-4fde-8d52-0c2a566cbf5a/?format=api",
      "launch_library_id": null,
      "slug": "zenit-2-gvm-tselina-2-8",
      "name": "Zenit-2 | GVM Tselina-2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-08-28T08:20:00Z",
      "window_end": "1987-08-28T08:20:00Z",
      "window_start": "1987-08-28T08:20:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5993,
        "configuration": {
          "id": 455,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/455/?format=api",
          "name": "Zenit-2",
          "family": "Zenith",
          "full_name": "Zenit-2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 4136,
        "launch_library_id": null,
        "name": "GVM Tselina-2",
        "description": "Dynamic simulator of the Tselina-2 ELINT satellite",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 2,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/2/?format=api",
        "agency_id": null,
        "name": "45/1",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
        "latitude": "45.943492",
        "longitude": "63.653014",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_2_20200803143256.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zenit-2_image_20251104090154.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b4d19ca3-2e66-4b86-a0bb-7a3e8f8c8eb4",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/b4d19ca3-2e66-4b86-a0bb-7a3e8f8c8eb4/?format=api",
      "launch_library_id": null,
      "slug": "zenit-2-gvm-tselina-2",
      "name": "Zenit-2 | GVM Tselina-2",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1985-04-13T08:00:00Z",
      "window_end": "1985-04-13T08:00:00Z",
      "window_start": "1985-04-13T08:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5736,
        "configuration": {
          "id": 455,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/455/?format=api",
          "name": "Zenit-2",
          "family": "Zenith",
          "full_name": "Zenit-2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 4136,
        "launch_library_id": null,
        "name": "GVM Tselina-2",
        "description": "Dynamic simulator of the Tselina-2 ELINT satellite",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 2,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/2/?format=api",
        "agency_id": null,
        "name": "45/1",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
        "latitude": "45.943492",
        "longitude": "63.653014",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_2_20200803143256.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zenit-2_image_20251104090154.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e7a1e5ba-62fd-4f4d-9343-fa2cc0141904",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e7a1e5ba-62fd-4f4d-9343-fa2cc0141904/?format=api",
      "launch_library_id": null,
      "slug": "zenit-2-gvm-tselina-2-7",
      "name": "Zenit-2 | GVM Tselina-2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-08-01T03:59:59Z",
      "window_end": "1987-08-01T03:59:59Z",
      "window_start": "1987-08-01T03:59:59Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5988,
        "configuration": {
          "id": 455,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/455/?format=api",
          "name": "Zenit-2",
          "family": "Zenith",
          "full_name": "Zenit-2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 4136,
        "launch_library_id": null,
        "name": "GVM Tselina-2",
        "description": "Dynamic simulator of the Tselina-2 ELINT satellite",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 2,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/2/?format=api",
        "agency_id": null,
        "name": "45/1",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
        "latitude": "45.943492",
        "longitude": "63.653014",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_2_20200803143256.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zenit-2_image_20251104090154.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "eec234a2-cb35-4df6-8da1-2f4b9cabcc60",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/eec234a2-cb35-4df6-8da1-2f4b9cabcc60/?format=api",
      "launch_library_id": null,
      "slug": "zenit-2-gvm-tselina-2-5",
      "name": "Zenit-2 | GVM Tselina-2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-02-14T08:30:00Z",
      "window_end": "1987-02-14T08:30:00Z",
      "window_start": "1987-02-14T08:30:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5939,
        "configuration": {
          "id": 455,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/455/?format=api",
          "name": "Zenit-2",
          "family": "Zenith",
          "full_name": "Zenit-2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 4136,
        "launch_library_id": null,
        "name": "GVM Tselina-2",
        "description": "Dynamic simulator of the Tselina-2 ELINT satellite",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 2,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/2/?format=api",
        "agency_id": null,
        "name": "45/1",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
        "latitude": "45.943492",
        "longitude": "63.653014",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_2_20200803143256.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zenit-2_image_20251104090154.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "2640fdbc-ed17-49fb-a30a-d58bc25c6b33",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/2640fdbc-ed17-49fb-a30a-d58bc25c6b33/?format=api",
      "launch_library_id": null,
      "slug": "zenit-2-11k7705-globalstar-5-7-9-to-13-16-to-18-20",
      "name": "Zenit-2 11K77.05 | Globalstar 5, 7, 9 to 13, 16 to 18, 20, 21",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1998-09-09T20:29:00Z",
      "window_end": "1998-09-09T20:29:00Z",
      "window_start": "1998-09-09T20:29:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
      },
      "rocket": {
        "id": 6877,
        "configuration": {
          "id": 456,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/456/?format=api",
          "name": "Zenit-2 11K77.05",
          "family": "Zenith",
          "full_name": "Zenit-2 11K77.05",
          "variant": "2 11K77.05"
        }
      },
      "mission": {
        "id": 5267,
        "launch_library_id": null,
        "name": "Globalstar 5, 7, 9 to 13, 16 to 18, 20, 21",
        "description": "The Globalstar global mobile communications network offers global, digital real time voice, data and fax via a constellation of 48 minisatellites. The constellation operates in a 1410 km orbit inclined at 52 degrees, and will also have 8 spares. The satellites were built by Space Systems Loral and Alenia Aerospazio in Rome, Italy.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 2,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/2/?format=api",
        "agency_id": null,
        "name": "45/1",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
        "latitude": "45.943492",
        "longitude": "63.653014",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_2_20200803143256.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "6da57141-ac4f-4932-8136-1ed6d507b618",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/6da57141-ac4f-4932-8136-1ed6d507b618/?format=api",
      "launch_library_id": null,
      "slug": "x-15-flight-91",
      "name": "X-15 | Flight 91",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1963-08-22T18:05:57Z",
      "window_end": "1963-08-22T18:05:57Z",
      "window_start": "1963-08-22T18:05:57Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 2570,
        "configuration": {
          "id": 209,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/209/?format=api",
          "name": "North American X-15",
          "family": "",
          "full_name": "North American X-15",
          "variant": ""
        }
      },
      "mission": {
        "id": 1130,
        "launch_library_id": null,
        "name": "Flight 91",
        "description": "X-15 Flight 91 was a 1963 American crewed mission, and the second and final flight in the program to achieve sub-orbital spaceflight—a flight over 100 km in altitude. It was the highest flight of the X-15 program.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 112,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/112/?format=api",
        "agency_id": null,
        "name": "Edwards Air Force Base",
        "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.0.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_112_20200803143214.jpg",
        "total_launch_count": 13
      },
      "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.0.0/program/20/?format=api",
          "name": "X-15",
          "description": "Experimental hypersonic rocket-powered aircraft.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 161,
              "url": "https://ll.thespacedevs.com/2.0.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"
        }
      ]
    },
    {
      "id": "b2c5017d-edc7-44bf-9655-ef05e168b4cf",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/b2c5017d-edc7-44bf-9655-ef05e168b4cf/?format=api",
      "launch_library_id": null,
      "slug": "x-15-flight-90",
      "name": "X-15 | Flight 90",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1963-07-19T18:20:05Z",
      "window_end": "1963-07-19T18:20:05Z",
      "window_start": "1963-07-19T18:20:05Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 2729,
        "configuration": {
          "id": 209,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/209/?format=api",
          "name": "North American X-15",
          "family": "",
          "full_name": "North American X-15",
          "variant": ""
        }
      },
      "mission": {
        "id": 1131,
        "launch_library_id": null,
        "name": "Flight 90",
        "description": "Flight 90 of the North American X-15 was a test flight conducted by NASA and the US Air Force in 1963. It was the first of two X-15 missions that passed the 100-km high Kármán line.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 112,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/112/?format=api",
        "agency_id": null,
        "name": "Edwards Air Force Base",
        "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.0.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_112_20200803143214.jpg",
        "total_launch_count": 13
      },
      "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.0.0/program/20/?format=api",
          "name": "X-15",
          "description": "Experimental hypersonic rocket-powered aircraft.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 161,
              "url": "https://ll.thespacedevs.com/2.0.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"
        }
      ]
    },
    {
      "id": "0efddf71-a90a-41ff-ac0a-784398a41708",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0efddf71-a90a-41ff-ac0a-784398a41708/?format=api",
      "launch_library_id": null,
      "slug": "x-15-flight-87",
      "name": "X-15 | Flight 87",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1963-06-27T17:56:00Z",
      "window_end": "1963-06-27T18:06:00Z",
      "window_start": "1963-06-27T17:56:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 2984,
        "configuration": {
          "id": 209,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/209/?format=api",
          "name": "North American X-15",
          "family": "",
          "full_name": "North American X-15",
          "variant": ""
        }
      },
      "mission": {
        "id": 1409,
        "launch_library_id": null,
        "name": "Flight 87",
        "description": "Flight 87 of the North American X-15 was a test flight conducted by NASA and the US Air Force in 1963. Piloted by Robert A. Rushworth it reached an altitude of 86.7 km.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 112,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/112/?format=api",
        "agency_id": null,
        "name": "Edwards Air Force Base",
        "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.0.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_112_20200803143214.jpg",
        "total_launch_count": 13
      },
      "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.0.0/program/20/?format=api",
          "name": "X-15",
          "description": "Experimental hypersonic rocket-powered aircraft.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 161,
              "url": "https://ll.thespacedevs.com/2.0.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"
        }
      ]
    },
    {
      "id": "787e052f-182e-427f-b346-31953146f49f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/787e052f-182e-427f-b346-31953146f49f/?format=api",
      "launch_library_id": null,
      "slug": "x-15-flight-77",
      "name": "X-15 | Flight 77",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1963-01-17T16:59:00Z",
      "window_end": "1963-01-17T19:09:00Z",
      "window_start": "1963-01-17T16:59:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 2983,
        "configuration": {
          "id": 209,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/209/?format=api",
          "name": "North American X-15",
          "family": "",
          "full_name": "North American X-15",
          "variant": ""
        }
      },
      "mission": {
        "id": 1408,
        "launch_library_id": null,
        "name": "Flight 77",
        "description": "Flight 77 of the North American X-15 was a test flight conducted by NASA and the US Air Force in 1963. Piloted by Joseph A. Walker it reached an altitude of 82.7 km.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 112,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/112/?format=api",
        "agency_id": null,
        "name": "Edwards Air Force Base",
        "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.0.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_112_20200803143214.jpg",
        "total_launch_count": 13
      },
      "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.0.0/program/20/?format=api",
          "name": "X-15",
          "description": "Experimental hypersonic rocket-powered aircraft.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 161,
              "url": "https://ll.thespacedevs.com/2.0.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"
        }
      ]
    },
    {
      "id": "b4132996-96ef-44ea-ad7c-166e8207ce1f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/b4132996-96ef-44ea-ad7c-166e8207ce1f/?format=api",
      "launch_library_id": null,
      "slug": "x-15-flight-62",
      "name": "X-15 | Flight 62",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-07-17T17:30:00Z",
      "window_end": "1962-07-17T17:41:00Z",
      "window_start": "1962-07-17T17:30:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 2982,
        "configuration": {
          "id": 209,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/209/?format=api",
          "name": "North American X-15",
          "family": "",
          "full_name": "North American X-15",
          "variant": ""
        }
      },
      "mission": {
        "id": 1407,
        "launch_library_id": null,
        "name": "Flight 62",
        "description": "Flight 62 of the North American X-15 was a test flight conducted by NASA and the US Air Force in 1962. Piloted by Robert M. White it reached an altitude of 95.9 km.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 112,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/112/?format=api",
        "agency_id": null,
        "name": "Edwards Air Force Base",
        "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.0.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_112_20200803143214.jpg",
        "total_launch_count": 13
      },
      "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.0.0/program/20/?format=api",
          "name": "X-15",
          "description": "Experimental hypersonic rocket-powered aircraft.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 161,
              "url": "https://ll.thespacedevs.com/2.0.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"
        }
      ]
    }
  ]
}