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

{
  "count": 7920,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=4700&ordering=id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=4680&ordering=id",
  "results": [
    {
      "id": "97766587-d98f-4652-80e7-78660edddc82",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/97766587-d98f-4652-80e7-78660edddc82/?format=api",
      "launch_library_id": 194,
      "slug": "space-shuttle-columbia-ov-102-sts-28",
      "name": "Space Shuttle Columbia / OV-102 | STS-28",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1989-08-08T12:37:00Z",
      "window_end": "1989-08-08T12:37:00Z",
      "window_start": "1989-08-08T12:37:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 192,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/192/?format=api",
        "name": "Lockheed Space Operations Company",
        "type": "Commercial"
      },
      "rocket": {
        "id": 327,
        "configuration": {
          "id": 493,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/493/?format=api",
          "name": "Space Shuttle",
          "family": "",
          "full_name": "Space Shuttle",
          "variant": ""
        }
      },
      "mission": {
        "id": 692,
        "launch_library_id": 926,
        "name": "STS-28",
        "description": "STS-28 was the thirtieth space shuttle mission, the fourth dedicated to the Department of Defence and the eigth of the Space Shuttle Columbia. ",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/4/?format=api",
        "agency_id": 44,
        "name": "Launch Complex 39B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
        "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
        "latitude": "28.62711233",
        "longitude": "-80.62101503",
        "location": {
          "id": 27,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/27/?format=api",
          "name": "Kennedy Space Center, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
          "total_launch_count": 281,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_4_20200803143518.jpg",
        "total_launch_count": 59
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/6/?format=api",
          "name": "Space Shuttle",
          "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
          "agencies": [
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
          "start_date": "1981-04-12T12:00:03Z",
          "end_date": "2011-07-08T15:29:00Z",
          "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program"
        }
      ]
    },
    {
      "id": "9790acaf-a095-46da-a83d-d449b16c8f94",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/9790acaf-a095-46da-a83d-d449b16c8f94/?format=api",
      "launch_library_id": null,
      "slug": "delta-7420-10c-globalstar-24275354",
      "name": "Delta 7420-10C | Globalstar 24,27,53,54",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1999-08-17T04:37:41Z",
      "window_end": "1999-08-17T04:37:41Z",
      "window_start": "1999-08-17T04:37:41Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 6934,
        "configuration": {
          "id": 467,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/467/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7420-10C",
          "variant": "7420-10C"
        }
      },
      "mission": {
        "id": 5324,
        "launch_library_id": null,
        "name": "Globalstar 24,27,53,54",
        "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": 1,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "location": {
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1119,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "97958fcb-8c2e-42a9-9893-005aaad2994d",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/97958fcb-8c2e-42a9-9893-005aaad2994d/?format=api",
      "launch_library_id": null,
      "slug": "soyuz-u-zenit-4mk-44",
      "name": "Soyuz U | Zenit-4MK 44",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1975-06-12T12:30:27Z",
      "window_end": "1975-06-12T12:30:27Z",
      "window_start": "1975-06-12T12:30:27Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 4594,
        "configuration": {
          "id": 37,
          "launch_library_id": 35,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 3012,
        "launch_library_id": null,
        "name": "Zenit-4MK 44",
        "description": "High resolution optical reconnaissance satellite of the Vostok-based Zenit family.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 36,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "97982ab5-1d05-4567-b012-4c2ecdec2db6",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/97982ab5-1d05-4567-b012-4c2ecdec2db6/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-3-meteor-2-13",
      "name": "Tsiklon-3 | Meteor-2 13",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1985-12-26T01:50:00Z",
      "window_end": "1985-12-26T01:50:00Z",
      "window_start": "1985-12-26T01:50:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5819,
        "configuration": {
          "id": 445,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4217,
        "launch_library_id": null,
        "name": "Meteor-2 13",
        "description": "Second generation soviet meteorological satellite",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 126,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/126/?format=api",
        "agency_id": 63,
        "name": "32/1",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_126_20200803143238.jpg",
        "total_launch_count": 57
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "979afeac-953b-4fde-8d52-0c2a566cbf5a",
      "url": "https://lldev.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://lldev.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://lldev.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://lldev.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://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_2_20200803143256.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zenit-2_image_20251104090154.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "97a7bd4f-c850-46d5-88f3-39e0834e03fd",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/97a7bd4f-c850-46d5-88f3-39e0834e03fd/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-al-yah-4",
      "name": "Falcon 9 Block 5 | Al Yah 4",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2027-12-31T00:00:00Z",
      "window_end": "2027-12-31T00:00:00Z",
      "window_start": "2027-12-31T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": true,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8279,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 6860,
        "launch_library_id": null,
        "name": "Al Yah 4",
        "description": "Geostationary communications satellite built by Airbus Defence and Space for Emirati satellite operator Yahsat.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 72,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/72/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=28.458,-80.528",
        "latitude": "28.458",
        "longitude": "-80.528",
        "location": {
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1119,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
        "total_launch_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "97ae8f1f-adb8-450f-964c-80b177f7c2b1",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/97ae8f1f-adb8-450f-964c-80b177f7c2b1/?format=api",
      "launch_library_id": null,
      "slug": "atlas-fagena-d-seasat-1",
      "name": "Atlas F/Agena D | Seasat 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1978-06-27T01:12:44Z",
      "window_end": "1978-06-27T01:12:44Z",
      "window_start": "1978-06-27T01:12:44Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 4976,
        "configuration": {
          "id": 245,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/245/?format=api",
          "name": "Atlas F/Agena D",
          "family": "Atlas",
          "full_name": "Atlas F/Agena D",
          "variant": "F/Agena D"
        }
      },
      "mission": {
        "id": 3391,
        "launch_library_id": null,
        "name": "Seasat 1",
        "description": "Earth observation radar satellite",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 93,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/93/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 3W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3W",
        "map_url": "https://www.google.com/maps?q=34.644,-120.593",
        "latitude": "34.644",
        "longitude": "-120.593",
        "location": {
          "id": 11,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 895,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_93_20200803143225.jpg",
        "total_launch_count": 81
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "97aedc0b-4da5-4cba-aa3b-9e3872a58101",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/97aedc0b-4da5-4cba-aa3b-9e3872a58101/?format=api",
      "launch_library_id": 1757,
      "slug": "soyuz-u2-progress-m-16",
      "name": "Soyuz-U2 | Progress M-16",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1993-02-21T18:32:33Z",
      "window_end": "1993-02-21T18:32:33Z",
      "window_start": "1993-02-21T18:32:33Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "launch_service_provider": {
        "id": 63,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
      },
      "rocket": {
        "id": 2289,
        "configuration": {
          "id": 101,
          "launch_library_id": 133,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/101/?format=api",
          "name": "Soyuz-U",
          "family": "",
          "full_name": "Soyuz-U2",
          "variant": "2"
        }
      },
      "mission": null,
      "pad": {
        "id": 32,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/32/?format=api",
        "agency_id": null,
        "name": "1/5",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.92,63.342",
        "latitude": "45.92",
        "longitude": "63.342",
        "location": {
          "id": 15,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
      "infographic": null,
      "program": [
        {
          "id": 16,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/16/?format=api",
          "name": "Mir",
          "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
          "agencies": [
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "id": 66,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
          "start_date": "1986-02-20T21:28:23Z",
          "end_date": "2001-03-23T05:59:00Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Mir"
        }
      ]
    },
    {
      "id": "97b09aea-b443-4a71-b36b-3bf2ef5c16a3",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/97b09aea-b443-4a71-b36b-3bf2ef5c16a3/?format=api",
      "launch_library_id": null,
      "slug": "proton-rimsat-g2",
      "name": "Proton | Rimsat G2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1994-05-20T02:01:00Z",
      "window_end": "1994-05-20T02:01:00Z",
      "window_start": "1994-05-20T02:01:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 96,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/96/?format=api",
        "name": "Khrunichev State Research and Production Space Center",
        "type": "Government"
      },
      "rocket": {
        "id": 6588,
        "configuration": {
          "id": 80,
          "launch_library_id": 99,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/80/?format=api",
          "name": "Proton",
          "family": "Proton / UR-500",
          "full_name": "Proton K/DM-2",
          "variant": "K/DM-2"
        }
      },
      "mission": {
        "id": 4978,
        "launch_library_id": null,
        "name": "Rimsat G2",
        "description": "The geostationary Gorizont satellites are part of the Russian YeSSS Unified Satellite Communication System. These satellites provided civilian and military telephone, telegraph, and facsimile communications services, in addition to relaying TV and radio broadcasts. Gorizont also supported maritime and international communications from 1988 as an element of the Okean system operating at 1.5 to 1.6 GHz. The Gorizont system occupies 10 position on the geostationary orbit.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/31/?format=api",
        "agency_id": null,
        "name": "81/23 (81L)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
        "latitude": "46.073997",
        "longitude": "62.977999",
        "location": {
          "id": 15,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_31_20200803143402.jpg",
        "total_launch_count": 104
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "97b73b41-780e-45ad-ab01-6b885f51781f",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/97b73b41-780e-45ad-ab01-6b885f51781f/?format=api",
      "launch_library_id": null,
      "slug": "thor-delta-l-heos-2",
      "name": "Thor Delta L | HEOS 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1972-01-31T17:20:02Z",
      "window_end": "1972-01-31T17:20:02Z",
      "window_start": "1972-01-31T17:20:02Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 4224,
        "configuration": {
          "id": 408,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/408/?format=api",
          "name": "Thor Delta L",
          "family": "Thor",
          "full_name": "Thor Delta L",
          "variant": "Delta L"
        }
      },
      "mission": {
        "id": 2642,
        "launch_library_id": null,
        "name": "HEOS 2",
        "description": "HEOS 2 was a spin-stabilized spacecraft with a highly eccentric orbit whose apogee occurred at high latitude. Its primary scientific mission was the investigation of interplanetary space and the high-latitude magnetosphere and its boundary in the region around the northern neutral point.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        }
      },
      "pad": {
        "id": 98,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/98/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 2E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7516,-120.6192",
        "latitude": "34.7516",
        "longitude": "-120.6192",
        "location": {
          "id": 11,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 895,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_98_20200803143228.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    }
  ]
}