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

{
  "count": 7865,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=390&ordering=id",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=370&ordering=id",
  "results": [
    {
      "id": "0c6bdb4c-74cc-470b-9ffd-2df58d6408d6",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0c6bdb4c-74cc-470b-9ffd-2df58d6408d6/?format=api",
      "launch_library_id": null,
      "slug": "long-march-4b-tianhui-2-02",
      "name": "Long March 4B | Tianhui-2-02",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2021-08-18T22:32:00Z",
      "window_end": "2021-08-18T23:02:00Z",
      "window_start": "2021-08-18T22:32:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 2997,
        "configuration": {
          "id": 10,
          "launch_library_id": 16,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/10/?format=api",
          "name": "Long March 4B",
          "family": "Long March",
          "full_name": "Long March 4B",
          "variant": "B"
        }
      },
      "mission": {
        "id": 1420,
        "launch_library_id": null,
        "name": "Tianhui-2-02",
        "description": "TH 2 (Tianhui-2 = \"Sky drawing\") is a pair of Chinese cartography and Earth observation satellites.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 25,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/25/?format=api",
        "agency_id": null,
        "name": "Launch Complex 9",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=38.863128,111.589567",
        "latitude": "38.863128",
        "longitude": "111.589567",
        "location": {
          "id": 19,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
          "total_launch_count": 155,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_25_20200803143501.jpg",
        "total_launch_count": 78
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_4b_l_image_20251209044050.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "0c72ec5a-fed6-4ff7-aa9d-3b59fcb3dbcc",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0c72ec5a-fed6-4ff7-aa9d-3b59fcb3dbcc/?format=api",
      "launch_library_id": null,
      "slug": "atlas-iias-intelsat-703",
      "name": "Atlas IIAS | INTELSAT 703",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1994-10-06T06:35:02Z",
      "window_end": "1994-10-06T06:35:02Z",
      "window_start": "1994-10-06T06:35:02Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "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": 6616,
        "configuration": {
          "id": 255,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/255/?format=api",
          "name": "Atlas IIAS",
          "family": "Atlas",
          "full_name": "Atlas IIAS",
          "variant": "IIAS"
        }
      },
      "mission": {
        "id": 5006,
        "launch_library_id": null,
        "name": "INTELSAT 703",
        "description": "Communications satellite operating from geostationary orbit.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1108,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
        "total_launch_count": 76
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "0c7bbaec-fb7e-4076-b735-826bde82c094",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0c7bbaec-fb7e-4076-b735-826bde82c094/?format=api",
      "launch_library_id": null,
      "slug": "soyuz-u-zenit-4mt-8",
      "name": "Soyuz U | Zenit-4MT 8",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1975-03-21T06:50:00Z",
      "window_end": "1975-03-21T06:50:00Z",
      "window_start": "1975-03-21T06:50: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": 4559,
        "configuration": {
          "id": 37,
          "launch_library_id": 35,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 2977,
        "launch_library_id": null,
        "name": "Zenit-4MT 8",
        "description": "Film-return reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 36,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "0c84ad4e-3a67-43fb-ab85-77f66127d732",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0c84ad4e-3a67-43fb-ab85-77f66127d732/?format=api",
      "launch_library_id": 1942,
      "slug": "sls-block-1b-artemis-vi",
      "name": "SLS Block 1B | Artemis VI",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2030-09-30T00:00:00Z",
      "window_end": "2030-09-30T00:00:00Z",
      "window_start": "2030-09-30T00:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 2547,
        "configuration": {
          "id": 205,
          "launch_library_id": 236,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/205/?format=api",
          "name": "Space Launch System (SLS)",
          "family": "Space Launch System",
          "full_name": "Space Launch System Block 1B",
          "variant": "Block 1B"
        }
      },
      "mission": null,
      "pad": {
        "id": 4,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/27/?format=api",
          "name": "Kennedy Space Center, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
          "total_launch_count": 281,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_4_20200803143518.jpg",
        "total_launch_count": 59
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sls_block_1b_image_20200905100013.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/program/15/?format=api",
          "name": "Artemis",
          "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
          "start_date": "2017-12-11T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/specials/artemis/",
          "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program"
        }
      ]
    },
    {
      "id": "0c8656cb-a0f3-41d7-9eb1-c56e60cef520",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0c8656cb-a0f3-41d7-9eb1-c56e60cef520/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiic-idcsp-1-to-7",
      "name": "Titan IIIC | IDCSP 1 to 7",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1966-06-16T14:00:01Z",
      "window_end": "1966-06-16T14:00:01Z",
      "window_start": "1966-06-16T14:00:01Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "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": 3539,
        "configuration": {
          "id": 439,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/439/?format=api",
          "name": "Titan IIIC",
          "family": "Titan",
          "full_name": "Titan IIIC",
          "variant": "IIIC"
        }
      },
      "mission": {
        "id": 1959,
        "launch_library_id": null,
        "name": "IDCSP 1 to 7",
        "description": "The IDCSP (Initial Defense Communications satellite Program) provided the Pentagon with its first near-geosynchronous communications system and replaced the cancelled ADVENT project.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 3,
          "name": "Geosynchronous Orbit",
          "abbrev": "GSO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 41",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
        "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
        "latitude": "28.58341025",
        "longitude": "-80.58303644",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1108,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 123
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_iii-c_lau_image_20251103140641.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "0c9d8810-8a3a-4e75-93cf-a33d50b1afce",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0c9d8810-8a3a-4e75-93cf-a33d50b1afce/?format=api",
      "launch_library_id": null,
      "slug": "diamant-bp4-aura",
      "name": "Diamant BP4 | Aura",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1975-09-27T08:37:00Z",
      "window_end": "1975-09-27T08:37:00Z",
      "window_start": "1975-09-27T08:37:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 46,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/46/?format=api",
        "name": "National Center of Space Research",
        "type": "Government"
      },
      "rocket": {
        "id": 4629,
        "configuration": {
          "id": 313,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/313/?format=api",
          "name": "Diamant BP4",
          "family": "Diamant",
          "full_name": "Diamant BP4",
          "variant": "BP4"
        }
      },
      "mission": {
        "id": 3047,
        "launch_library_id": null,
        "name": "Aura",
        "description": "French scientific satellite dedicated to solar and atmospheric investigations",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 125,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/125/?format=api",
        "agency_id": 46,
        "name": "Diamant Launch Area",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=5.2222222,-52.7758051",
        "latitude": "5.2222222",
        "longitude": "-52.7758051",
        "location": {
          "id": 13,
          "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
          "name": "Guiana Space Centre, French Guiana",
          "country_code": "GUF",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
          "total_launch_count": 333,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_125_20200803143236.jpg",
        "total_launch_count": 8
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "0ca7ab8f-d5be-41ce-8468-bb69cb18cc15",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0ca7ab8f-d5be-41ce-8468-bb69cb18cc15/?format=api",
      "launch_library_id": null,
      "slug": "molniya-m-us-k-40",
      "name": "Molniya-M | US-K 40",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1985-06-18T00:40:26Z",
      "window_end": "1985-06-18T00:40:26Z",
      "window_start": "1985-06-18T00:40:26Z",
      "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": 5754,
        "configuration": {
          "id": 106,
          "launch_library_id": 126,
          "url": "https://ll.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": 4154,
        "launch_library_id": null,
        "name": "US-K 40",
        "description": "Early warning satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        }
      },
      "pad": {
        "id": 35,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/35/?format=api",
        "agency_id": 163,
        "name": "16/2",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.960091,40.682983",
        "latitude": "62.960091",
        "longitude": "40.682983",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_35_20200803143306.jpg",
        "total_launch_count": 136
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_20251102061752.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "0cb62f10-3cbe-404f-a609-7261a1271f8c",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0cb62f10-3cbe-404f-a609-7261a1271f8c/?format=api",
      "launch_library_id": null,
      "slug": "mu-4s-denpa",
      "name": "Mu-4S | Denpa",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1972-08-19T02:40:00Z",
      "window_end": "1972-08-19T02:40:00Z",
      "window_start": "1972-08-19T02:40:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 1009,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1009/?format=api",
        "name": "Institute of Space and Astronautical Science",
        "type": "Government"
      },
      "rocket": {
        "id": 4285,
        "configuration": {
          "id": 340,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/340/?format=api",
          "name": "Mu-4S",
          "family": "Mu",
          "full_name": "Mu-4S",
          "variant": "S"
        }
      },
      "mission": {
        "id": 2703,
        "launch_library_id": null,
        "name": "Denpa",
        "description": "Japanses ionospheric research satellite",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        }
      },
      "pad": {
        "id": 47,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/47/?format=api",
        "agency_id": 37,
        "name": "Mu Center",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Uchinoura_Space_Center",
        "map_url": "https://www.google.com/maps?q=31.2509794,131.0821319",
        "latitude": "31.2509794",
        "longitude": "131.0821319",
        "location": {
          "id": 24,
          "url": "https://ll.thespacedevs.com/2.0.0/location/24/?format=api",
          "name": "Uchinoura Space Center, Japan",
          "country_code": "JPN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_24_20200803142411.jpg",
          "total_launch_count": 43,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_47_20200803143524.jpg",
        "total_launch_count": 36
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "0cb6be02-1ed2-4d8d-9550-3f0251face96",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0cb6be02-1ed2-4d8d-9550-3f0251face96/?format=api",
      "launch_library_id": null,
      "slug": "scout-x-2m-dsap-1-f4",
      "name": "Scout X-2M | DSAP-1 F4",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1963-04-26T00:00:00Z",
      "window_end": "1963-04-26T00:00:00Z",
      "window_start": "1963-04-26T00:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "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": 3197,
        "configuration": {
          "id": 366,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/366/?format=api",
          "name": "Scout X-2M",
          "family": "Scout",
          "full_name": "Scout X-2M",
          "variant": "X-2M"
        }
      },
      "mission": {
        "id": 1619,
        "launch_library_id": null,
        "name": "DSAP-1 F4",
        "description": "The DSAP-1 (Defense Satellite Application Program Block 1) satellites series, also known as P-35, was the first series of military meteorologal satellites of the USA.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 154,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/154/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 5",
        "info_url": "https://www.astronautix.com/v/vandenbergslc5.html",
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
        "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
        "latitude": "34.608",
        "longitude": "-120.6247",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 884,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_154_20200803143408.jpg",
        "total_launch_count": 69
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "0cbc887b-01b3-48e2-97d1-1ad511457ecd",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0cbc887b-01b3-48e2-97d1-1ad511457ecd/?format=api",
      "launch_library_id": null,
      "slug": "soyuz-u-pvb-zenit-8-101",
      "name": "Soyuz-U-PVB | Zenit-8 101",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1993-07-22T08:45:00Z",
      "window_end": "1993-07-22T08:45:00Z",
      "window_start": "1993-07-22T08:45:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 193,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
        "name": "Russian Space Forces",
        "type": "Government"
      },
      "rocket": {
        "id": 6534,
        "configuration": {
          "id": 378,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/378/?format=api",
          "name": "Soyuz-U-PVB",
          "family": "Soyuz",
          "full_name": "Soyuz-U-PVB",
          "variant": "U-PVB"
        }
      },
      "mission": {
        "id": 4924,
        "launch_library_id": null,
        "name": "Zenit-8 101",
        "description": "Film-return reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 36,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
      "infographic": null,
      "program": []
    }
  ]
}