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

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

GET Return a list of all Launch objects.

FILTERS Fields - 'name', 'id(s)', 'lsp__id', 'lsp__name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

MODE 'normal', 'list', 'detailed'

EXAMPLE ?mode=list

SEARCH Searches through the launch name, rocket name, launch agency, mission name & spacecraft name.

EXAMPLE - ?search=SpaceX

GET /2.2.0/launch/?format=api&offset=2980&ordering=-last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 7924,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2990&ordering=-last_updated",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2970&ordering=-last_updated",
  "results": [
    {
      "id": "9d2ed639-d457-4ee5-a8dc-bff8790e3f5a",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/9d2ed639-d457-4ee5-a8dc-bff8790e3f5a/?format=api",
      "slug": "titan-iiia-transtage-2",
      "name": "Titan IIIA | Transtage 2",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:39:59Z",
      "net": "1964-12-10T16:53:33Z",
      "window_end": "1964-12-10T16:53:33Z",
      "window_start": "1964-12-10T16:53:33Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3344,
        "configuration": {
          "id": 437,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/437/?format=api",
          "name": "Titan IIIA",
          "family": "Titan",
          "full_name": "Titan IIIA",
          "variant": "IIIA"
        }
      },
      "mission": {
        "id": 1765,
        "name": "Transtage 2",
        "description": "Test flights of the cryogenic Transtage stage.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 120,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/120/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 20",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_20",
        "map_url": "https://www.google.com/maps?q=28.5122222,-80.5588607",
        "latitude": "28.5122222",
        "longitude": "-80.5588607",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_120_20200803143230.jpg",
        "total_launch_count": 4,
        "orbital_launch_attempt_count": 4
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 387,
      "location_launch_attempt_count": 124,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 226,
      "orbital_launch_attempt_count_year": 94,
      "location_launch_attempt_count_year": 18,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 51,
      "type": "normal"
    },
    {
      "id": "1006ac76-802b-4719-986f-6fb992e1aaa6",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/1006ac76-802b-4719-986f-6fb992e1aaa6/?format=api",
      "slug": "titan-iiia-les-1",
      "name": "Titan IIIA | LES 1",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:39:59Z",
      "net": "1965-02-11T15:19:05Z",
      "window_end": "1965-02-11T15:19:05Z",
      "window_start": "1965-02-11T15:19:05Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3360,
        "configuration": {
          "id": 437,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/437/?format=api",
          "name": "Titan IIIA",
          "family": "Titan",
          "full_name": "Titan IIIA",
          "variant": "IIIA"
        }
      },
      "mission": {
        "id": 1781,
        "name": "LES 1",
        "description": "Experimental communications satellite featuring a single X-band transponder and an 8-horn electronically switched antenna.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 120,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/120/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 20",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_20",
        "map_url": "https://www.google.com/maps?q=28.5122222,-80.5588607",
        "latitude": "28.5122222",
        "longitude": "-80.5588607",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_120_20200803143230.jpg",
        "total_launch_count": 4,
        "orbital_launch_attempt_count": 4
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 402,
      "location_launch_attempt_count": 130,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 239,
      "orbital_launch_attempt_count_year": 9,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 8,
      "type": "normal"
    },
    {
      "id": "c4688439-eda0-4fbb-a193-11cb68aca8c1",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/c4688439-eda0-4fbb-a193-11cb68aca8c1/?format=api",
      "slug": "titan-iiia-transtage-1",
      "name": "Titan IIIA | Transtage 1",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2023-06-14T17:39:58Z",
      "net": "1964-09-01T15:00:06Z",
      "window_end": "1964-09-01T15:00:06Z",
      "window_start": "1964-09-01T15:00:06Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3313,
        "configuration": {
          "id": 437,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/437/?format=api",
          "name": "Titan IIIA",
          "family": "Titan",
          "full_name": "Titan IIIA",
          "variant": "IIIA"
        }
      },
      "mission": {
        "id": 1735,
        "name": "Transtage 1",
        "description": "Test flights of the cryogenic Transtage stage.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 120,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/120/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 20",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_20",
        "map_url": "https://www.google.com/maps?q=28.5122222,-80.5588607",
        "latitude": "28.5122222",
        "longitude": "-80.5588607",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_120_20200803143230.jpg",
        "total_launch_count": 4,
        "orbital_launch_attempt_count": 4
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 356,
      "location_launch_attempt_count": 118,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 210,
      "orbital_launch_attempt_count_year": 63,
      "location_launch_attempt_count_year": 12,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 35,
      "type": "normal"
    },
    {
      "id": "5b288b8a-3861-4114-828f-8b1a363c6b73",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/5b288b8a-3861-4114-828f-8b1a363c6b73/?format=api",
      "slug": "blue-scout-ii-mercury-scout-1",
      "name": "Blue Scout II | Mercury-Scout 1",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2023-06-14T17:39:58Z",
      "net": "1961-11-01T15:32:00Z",
      "window_end": "1961-11-01T15:32:00Z",
      "window_start": "1961-11-01T15:32:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 7443,
        "configuration": {
          "id": 264,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/264/?format=api",
          "name": "Blue Scout II",
          "family": "Blue Scout",
          "full_name": "Blue Scout II",
          "variant": "II"
        }
      },
      "mission": {
        "id": 5834,
        "name": "Mercury-Scout 1",
        "description": "Mercury-Scout 1, or MS-1, was a United States spacecraft intended to test tracking stations for Project Mercury flights. The launch of Mercury-Scout 1 on November 1, 1961 was unsuccessful, and the satellite failed to achieve orbit.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 119,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/119/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 18B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_18",
        "map_url": "https://www.google.com/maps?q=28.4493,-80.564494",
        "latitude": "28.4493",
        "longitude": "-80.564494",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_119_20200803143226.jpg",
        "total_launch_count": 1,
        "orbital_launch_attempt_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue_scout_ii_image_20240411085341.png",
      "infographic": null,
      "program": [
        {
          "id": 2,
          "url": "https://ll.thespacedevs.com/2.2.0/program/2/?format=api",
          "name": "Mercury",
          "description": "Project Mercury was the first human spaceflight program of the United States, running from 1958 through 1963.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520mer_program_20200820194755.png",
          "start_date": "1958-10-07T00:00:00Z",
          "end_date": "1963-05-16T23:24:02Z",
          "info_url": "https://www.nasa.gov/mission_pages/mercury/missions/program-toc.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Project_Mercury",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ],
      "orbital_launch_attempt_count": 132,
      "location_launch_attempt_count": 69,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 35,
      "orbital_launch_attempt_count_year": 39,
      "location_launch_attempt_count_year": 19,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 16,
      "type": "normal"
    },
    {
      "id": "e0f12e4e-79bb-4bf6-b9c7-5fceb4ce1cc4",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/e0f12e4e-79bb-4bf6-b9c7-5fceb4ce1cc4/?format=api",
      "slug": "atlas-i-uhf-fo-f1",
      "name": "Atlas I | UHF F/O F1",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:39:58Z",
      "net": "1993-03-25T21:38:02Z",
      "window_end": "1993-03-25T21:38:02Z",
      "window_start": "1993-03-25T21:38:02Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 106,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/106/?format=api",
        "name": "General Dynamics",
        "type": "Commercial"
      },
      "rocket": {
        "id": 6508,
        "configuration": {
          "id": 252,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/252/?format=api",
          "name": "Atlas I",
          "family": "Atlas",
          "full_name": "Atlas I",
          "variant": "I"
        }
      },
      "mission": {
        "id": 4898,
        "name": "UHF F/O F1",
        "description": "The U.S. Navy began replacing and upgrading its ultra-high frequency (UHF) satellite communications network during the 1990s with a constellation of customized satellites built by Hughes Space and Communications Company. Known as the UFO (Ultra High Frequency Follow On) series, these HS-601 model satellites support the Navy's global communications network, serving ships at sea and a variety of other U.S. military fixed and mobile terminals.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "description": null,
        "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.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
        "total_launch_count": 76,
        "orbital_launch_attempt_count": 76
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3800,
      "location_launch_attempt_count": 468,
      "pad_launch_attempt_count": 43,
      "agency_launch_attempt_count": 5,
      "orbital_launch_attempt_count_year": 15,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "e79629ef-8f06-4273-b15a-b66723c06fd7",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/e79629ef-8f06-4273-b15a-b66723c06fd7/?format=api",
      "slug": "atlas-iia-uhf-fo-f10",
      "name": "Atlas IIA | UHF F/O F10",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:39:58Z",
      "net": "1999-11-23T04:06:01Z",
      "window_end": "1999-11-23T04:06:01Z",
      "window_start": "1999-11-23T04:06:01Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 82,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
        "name": "Lockheed Martin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 6955,
        "configuration": {
          "id": 254,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/254/?format=api",
          "name": "Atlas IIA",
          "family": "Atlas",
          "full_name": "Atlas IIA",
          "variant": "IIA"
        }
      },
      "mission": {
        "id": 5344,
        "name": "UHF F/O F10",
        "description": "The U.S. Navy began replacing and upgrading its ultra-high frequency (UHF) satellite communications network during the 1990s with a constellation of customized satellites built by Hughes Space and Communications Company. Known as the UFO (Ultra High Frequency Follow On) series, these HS-601 model satellites support the Navy's global communications network, serving ships at sea and a variety of other U.S. military fixed and mobile terminals.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "description": null,
        "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.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
        "total_launch_count": 76,
        "orbital_launch_attempt_count": 76
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/launch_of_an_at_image_20251123092831.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4356,
      "location_launch_attempt_count": 572,
      "pad_launch_attempt_count": 65,
      "agency_launch_attempt_count": 45,
      "orbital_launch_attempt_count_year": 67,
      "location_launch_attempt_count_year": 16,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    },
    {
      "id": "639b668d-e97a-4796-b571-7cf0261c6cee",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/639b668d-e97a-4796-b571-7cf0261c6cee/?format=api",
      "slug": "atlas-asiasat-4",
      "name": "Atlas | Asiasat 4",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:39:58Z",
      "net": "2003-04-12T00:47:01Z",
      "window_end": "2003-04-12T00:47:01Z",
      "window_start": "2003-04-12T00:47:01Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 82,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
        "name": "Lockheed Martin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7129,
        "configuration": {
          "id": 472,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/472/?format=api",
          "name": "Atlas IIIB",
          "family": "Atlas",
          "full_name": "Atlas IIIB",
          "variant": "IIIB"
        }
      },
      "mission": {
        "id": 5518,
        "name": "Asiasat 4",
        "description": "AsiaSat 4 is designed to provide broadcast, telecommunications and broadband multimedia services to the Asia Pacific region, and direct-to-home broadcast servic-es to Hong Kong",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 3,
          "name": "Geosynchronous Orbit",
          "abbrev": "GSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "description": null,
        "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.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
        "total_launch_count": 76,
        "orbital_launch_attempt_count": 76
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_iiia_image_20210901074920.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4590,
      "location_launch_attempt_count": 609,
      "pad_launch_attempt_count": 72,
      "agency_launch_attempt_count": 66,
      "orbital_launch_attempt_count_year": 14,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "0ebdc0d3-b73a-4975-9683-7dcdebd90cb8",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0ebdc0d3-b73a-4975-9683-7dcdebd90cb8/?format=api",
      "slug": "atlas-agena-b-mbsat",
      "name": "Atlas Agena B | MBSAT",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:39:58Z",
      "net": "2004-03-13T05:40:01Z",
      "window_end": "2004-03-13T05:40:01Z",
      "window_start": "2004-03-13T05:40:01Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 82,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
        "name": "Lockheed Martin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7172,
        "configuration": {
          "id": 471,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/471/?format=api",
          "name": "Atlas IIIA",
          "family": "Atlas",
          "full_name": "Atlas IIIA",
          "variant": "IIIA"
        }
      },
      "mission": {
        "id": 5561,
        "name": "MBSAT",
        "description": "MBSat 1 (Mobile Broadcasting Satellite) or Hanbyul is a mobile broadcasting satellite jointly built for the Japanese Mobile Broacasting Corp. and the South Korean SK Telecom.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "description": null,
        "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.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
        "total_launch_count": 76,
        "orbital_launch_attempt_count": 76
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_iiia_image_20210901074920.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4646,
      "location_launch_attempt_count": 621,
      "pad_launch_attempt_count": 74,
      "agency_launch_attempt_count": 72,
      "orbital_launch_attempt_count_year": 7,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "3317736c-8c82-49d1-8341-2619f94a2606",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/3317736c-8c82-49d1-8341-2619f94a2606/?format=api",
      "slug": "atlas-centaur-d-surveyor-sd-2",
      "name": "Atlas Centaur D | Surveyor-SD 2",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:39:58Z",
      "net": "1965-08-11T14:31:04Z",
      "window_end": "1965-08-11T14:31:04Z",
      "window_start": "1965-08-11T14:31:04Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3426,
        "configuration": {
          "id": 236,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/236/?format=api",
          "name": "Atlas Centaur D",
          "family": "Atlas",
          "full_name": "Atlas LV-3C Centaur D",
          "variant": "Centaur D"
        }
      },
      "mission": {
        "id": 1846,
        "name": "Surveyor-SD 2",
        "description": "Surveyor-SD was a series of two simulated Surveyor-payloads launched during the development of the Atlas Centaur launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "description": null,
        "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.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
        "total_launch_count": 76,
        "orbital_launch_attempt_count": 76
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 465,
      "location_launch_attempt_count": 150,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 276,
      "orbital_launch_attempt_count_year": 72,
      "location_launch_attempt_count_year": 24,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 45,
      "type": "normal"
    },
    {
      "id": "8abd1a8e-b380-46aa-a218-52bd34df1244",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/8abd1a8e-b380-46aa-a218-52bd34df1244/?format=api",
      "slug": "atlas-i-goes-9",
      "name": "Atlas I | GOES 9",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:39:58Z",
      "net": "1995-05-23T05:52:02Z",
      "window_end": "1995-05-23T05:52:02Z",
      "window_start": "1995-05-23T05:52:02Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 106,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/106/?format=api",
        "name": "General Dynamics",
        "type": "Commercial"
      },
      "rocket": {
        "id": 6662,
        "configuration": {
          "id": 252,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/252/?format=api",
          "name": "Atlas I",
          "family": "Atlas",
          "full_name": "Atlas I",
          "variant": "I"
        }
      },
      "mission": {
        "id": 5052,
        "name": "GOES 9",
        "description": "American meteorological satellite",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "description": null,
        "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.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
        "total_launch_count": 76,
        "orbital_launch_attempt_count": 76
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [
        {
          "id": 37,
          "url": "https://ll.thespacedevs.com/2.2.0/program/37/?format=api",
          "name": "Geostationary Operational Environmental Satellite",
          "description": "The Geostationary Operational Environmental Satellite (GOES), operated by the United States' National Oceanic and Atmospheric Administration (NOAA)'s National Environmental Satellite, Data, and Information Service division, supports weather forecasting, severe storm tracking, and meteorology research",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 210,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/210/?format=api",
              "name": "National Oceanic and Atmospheric Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/goes-u_render_image_20240623151909.jpg",
          "start_date": "1975-10-16T22:40:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Geostationary_Operational_Environmental_Satellite",
          "mission_patches": [],
          "type": {
            "id": 8,
            "name": "Earth Observation"
          }
        }
      ],
      "orbital_launch_attempt_count": 3989,
      "location_launch_attempt_count": 496,
      "pad_launch_attempt_count": 51,
      "agency_launch_attempt_count": 9,
      "orbital_launch_attempt_count_year": 28,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    }
  ]
}