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

{
  "count": 7994,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=5930&ordering=id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=5910&ordering=id",
  "results": [
    {
      "id": "bcc303eb-0a53-4b95-bbb2-a0296cca2f2a",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/bcc303eb-0a53-4b95-bbb2-a0296cca2f2a/?format=api",
      "launch_library_id": 1415,
      "slug": "ss-520-5-tricom-1r",
      "name": "SS-520-5 | TRICOM-1R",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2018-02-03T05:03:00Z",
      "window_end": "2018-02-03T05:13:00Z",
      "window_start": "2018-02-03T05:03:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 37,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
        "name": "Japan Aerospace Exploration Agency",
        "type": "Government"
      },
      "rocket": {
        "id": 2075,
        "configuration": {
          "id": 144,
          "launch_library_id": 171,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/144/?format=api",
          "name": "SS-520",
          "family": "S-Series",
          "full_name": "SS-520-5",
          "variant": "5"
        }
      },
      "mission": {
        "id": 479,
        "launch_library_id": 625,
        "name": "TRICOM-1R",
        "description": "TRICOM-1 is an experimental 3U cubsat build by University of Tokyo. It is equipped with 5 small cameras for Earth imaging purposes, and is also tasked with storing and transmitting data between ground terminals.\nTRICOM-1R is a replacement for the failed SS-520-4 launch of TRICOM-1.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 43,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/43/?format=api",
        "agency_id": null,
        "name": "KS Center",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Uchinoura_Space_Center",
        "map_url": "https://www.google.com/maps?q=31.2519752,131.0791609",
        "latitude": "31.2519752",
        "longitude": "131.0791609",
        "location": {
          "id": 24,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/24/?format=api",
          "name": "Uchinoura Space Center, Japan",
          "country_code": "JPN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_24_20200803142411.jpg",
          "total_launch_count": 43,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_43_20200803143309.jpg",
        "total_launch_count": 7
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "bccb0e4e-6b67-45c6-9af5-4c3007a99981",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/bccb0e4e-6b67-45c6-9af5-4c3007a99981/?format=api",
      "launch_library_id": null,
      "slug": "scout-b-explorer-37",
      "name": "Scout B | Explorer 37",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1968-03-05T18:28:00Z",
      "window_end": "1968-03-05T18:28:00Z",
      "window_start": "1968-03-05T18:28:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 3758,
        "configuration": {
          "id": 358,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/358/?format=api",
          "name": "Scout B",
          "family": "Scout",
          "full_name": "Scout B",
          "variant": "B"
        }
      },
      "mission": {
        "id": 2176,
        "launch_library_id": null,
        "name": "Explorer 37",
        "description": "Solar science satellite inserted into an off-nominal orbit.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 178,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/178/?format=api",
        "agency_id": null,
        "name": "Launch Area 3A",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=37.8495,-75.4725",
        "latitude": "37.8495",
        "longitude": "-75.4725",
        "location": {
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/21/?format=api",
          "name": "Wallops Flight Facility, Virginia, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
          "total_launch_count": 87,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_178_20200803143407.jpg",
        "total_launch_count": 18
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/scout-b_2528se_image_20251109064911.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "bcd4fed3-c29a-40f2-bdbe-e05d42c5faeb",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/bcd4fed3-c29a-40f2-bdbe-e05d42c5faeb/?format=api",
      "launch_library_id": null,
      "slug": "proton-us-kmo-5",
      "name": "Proton | US-KMO 5",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2001-08-24T20:34:50Z",
      "window_end": "2001-08-24T20:34:50Z",
      "window_start": "2001-08-24T20:34:50Z",
      "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": 7053,
        "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": 5442,
        "launch_library_id": null,
        "name": "US-KMO 5",
        "description": "Second generation early warning satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 7,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/7/?format=api",
        "agency_id": null,
        "name": "81/24 (81P)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
        "latitude": "46.071001",
        "longitude": "62.984999",
        "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": 1565,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_7_20200803143454.jpg",
        "total_launch_count": 93
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "bcd92b7a-f164-4415-824e-d64547676e3f",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/bcd92b7a-f164-4415-824e-d64547676e3f/?format=api",
      "launch_library_id": null,
      "slug": "long-march-6a-yunhai-3",
      "name": "Long March 6A | Yunhai 3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2022-11-11T22:52:00Z",
      "window_end": "2022-11-11T23:59:00Z",
      "window_start": "2022-11-11T22:15:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 7698,
        "configuration": {
          "id": 478,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/478/?format=api",
          "name": "Long March 6A",
          "family": "Long March",
          "full_name": "Long March 6A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 6219,
        "launch_library_id": null,
        "name": "Yunhai 3",
        "description": "Chinese satellite reported for atmospheric/ocean/environmental/spatial parameter research purposes, details TBD.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 200,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/200/?format=api",
        "agency_id": null,
        "name": "Launch Complex 9A",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=38.8583,111.5802",
        "latitude": "38.8583",
        "longitude": "111.5802",
        "location": {
          "id": 19,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/19/?format=api",
          "name": "Taiyuan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
          "total_launch_count": 161,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_complex_9a_20220330003717.jpg",
        "total_launch_count": 28
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230905125753.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "bce85e9f-bde0-43c1-9602-387db876da4c",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/bce85e9f-bde0-43c1-9602-387db876da4c/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiib-kh-8-17",
      "name": "Titan IIIB | KH-8 17",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1968-11-06T19:10:00Z",
      "window_end": "1968-11-06T19:10:00Z",
      "window_start": "1968-11-06T19:10:00Z",
      "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": 3841,
        "configuration": {
          "id": 438,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/438/?format=api",
          "name": "Titan IIIB",
          "family": "Titan",
          "full_name": "Titan IIIB",
          "variant": "IIIB"
        }
      },
      "mission": {
        "id": 2259,
        "launch_library_id": null,
        "name": "KH-8 17",
        "description": "KH-8 or Gambit-3 was the second generation of Gambit high resolution reconnaissance satellites.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 156,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/156/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4W",
        "info_url": "https://www.astronautix.com/v/vandenbergslc4w.html",
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
        "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
        "latitude": "34.63312",
        "longitude": "-120.61584",
        "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": 914,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
        "total_launch_count": 93
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/titan_iiib_image_20251204210122.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "bcebf75c-e0d5-4e4e-bdbd-f32abf3ad3a0",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/bcebf75c-e0d5-4e4e-bdbd-f32abf3ad3a0/?format=api",
      "launch_library_id": null,
      "slug": "molniya-m-molniya-3-63l",
      "name": "Molniya-M | Molniya-3 63L",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1999-07-08T08:45:06Z",
      "window_end": "1999-07-08T08:45:06Z",
      "window_start": "1999-07-08T08:45:06Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 111,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/111/?format=api",
        "name": "Progress Rocket Space Center",
        "type": "Commercial"
      },
      "rocket": {
        "id": 6929,
        "configuration": {
          "id": 106,
          "launch_library_id": 126,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/106/?format=api",
          "name": "Molniya-M",
          "family": "R-7",
          "full_name": "Molniya-M 2BL",
          "variant": "2BL"
        }
      },
      "mission": {
        "id": 5319,
        "launch_library_id": null,
        "name": "Molniya-3 63L",
        "description": "Molniya communication satellites operating from a highly elliptical orbit",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        }
      },
      "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": 1688,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 234
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_20251102061752.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "bcec6fec-bfb9-4b83-83e8-984d4974fa3e",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/bcec6fec-bfb9-4b83-83e8-984d4974fa3e/?format=api",
      "launch_library_id": null,
      "slug": "voskhod-zenit-2m-1",
      "name": "Voskhod | Zenit-2M 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1968-03-21T09:50:00Z",
      "window_end": "1968-03-21T09:50:00Z",
      "window_start": "1968-03-21T09: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": 3764,
        "configuration": {
          "id": 104,
          "launch_library_id": 138,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/104/?format=api",
          "name": "Voskhod",
          "family": "R-7",
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 2182,
        "launch_library_id": null,
        "name": "Zenit-2M 1",
        "description": "The soviet Zenit-2M (Gektor, 11F690) was an improved version of the Zenit-2 area surveillance reconnaissance satellite. It was part of the Vostok-based Zenit-family.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "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": 1565,
          "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/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "bcf24cc3-8054-49e3-816b-aa2eb287c8ff",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/bcf24cc3-8054-49e3-816b-aa2eb287c8ff/?format=api",
      "launch_library_id": null,
      "slug": "delta-2914-marisat-3",
      "name": "Delta 2914 | Marisat 3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1976-10-14T22:44:00Z",
      "window_end": "1976-10-14T22:44:00Z",
      "window_start": "1976-10-14T22:44:00Z",
      "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": 4763,
        "configuration": {
          "id": 287,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/287/?format=api",
          "name": "Delta 2914",
          "family": "Delta",
          "full_name": "Delta 2914",
          "variant": "2914"
        }
      },
      "mission": {
        "id": 3180,
        "launch_library_id": null,
        "name": "Marisat 3",
        "description": "Geostationary communications satellite built by Hughes Aircraft Company",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 14,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "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.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "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": 1129,
          "total_landing_count": 79
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/delta_2910_image_20231231105214.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "bcfc9cc8-8c0e-4410-b35a-4a5a8c7e1079",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/bcfc9cc8-8c0e-4410-b35a-4a5a8c7e1079/?format=api",
      "launch_library_id": null,
      "slug": "proton-kd-1-granat",
      "name": "Proton-K/D-1 | Granat",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1989-12-01T20:20:57Z",
      "window_end": "1989-12-01T20:20:57Z",
      "window_start": "1989-12-01T20:20:57Z",
      "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": 6227,
        "configuration": {
          "id": 347,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/347/?format=api",
          "name": "Proton-K/D-1",
          "family": "Proton / UR-500",
          "full_name": "Proton-K/D-1",
          "variant": "D-1"
        }
      },
      "mission": {
        "id": 4617,
        "launch_library_id": null,
        "name": "Granat",
        "description": "X- and gamma-ray astronomical observatory",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 130,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/130/?format=api",
        "agency_id": null,
        "name": "200/40",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_200",
        "map_url": "https://www.google.com/maps?q=46.0336111,63.0266949",
        "latitude": "46.0336111",
        "longitude": "63.0266949",
        "location": {
          "id": 15,
          "url": "https://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": 1565,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_130_20200803143249.jpg",
        "total_launch_count": 64
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "bd06c95c-f8ae-4cec-9f70-3c8f55e6e490",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/bd06c95c-f8ae-4cec-9f70-3c8f55e6e490/?format=api",
      "launch_library_id": null,
      "slug": "proton-uragan-87-uragan-m-4-5",
      "name": "Proton | Uragan 87, Uragan-M 4 & 5",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2005-12-25T05:07:10Z",
      "window_end": "2005-12-25T05:07:10Z",
      "window_start": "2005-12-25T05:07:10Z",
      "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": 7251,
        "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": 5640,
        "launch_library_id": null,
        "name": "Uragan 87, Uragan-M 4 & 5",
        "description": "GLONASS navigation satellites",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        }
      },
      "pad": {
        "id": 7,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/7/?format=api",
        "agency_id": null,
        "name": "81/24 (81P)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
        "latitude": "46.071001",
        "longitude": "62.984999",
        "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": 1565,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_7_20200803143454.jpg",
        "total_launch_count": 93
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
      "infographic": null,
      "program": [
        {
          "id": 34,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/34/?format=api",
          "name": "GLONASS",
          "description": "GLONASS (ГЛОНАСС, IPA: [ɡɫɐˈnas]; Russian: Глобальная навигационная спутниковая система, tr. Global'naya Navigatsionnaya Sputnikovaya Sistema, lit. 'Global Navigation Satellite System') is a Russian satellite navigation system operating as part of a radionavigation-satellite service. It provides an alternative to Global Positioning System (GPS) and is the second navigational system in operation with global coverage and of comparable precision.",
          "agencies": [
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/glonass_program_20240102170258.png",
          "start_date": "1982-10-12T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.glonass-iac.ru/en/",
          "wiki_url": "https://en.wikipedia.org/wiki/GLONASS"
        }
      ]
    }
  ]
}