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

{
  "count": 7951,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2940&ordering=-last_updated",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2920&ordering=-last_updated",
  "results": [
    {
      "id": "44ebf43b-accb-4cc4-aaaa-43c2f13e90df",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/44ebf43b-accb-4cc4-aaaa-43c2f13e90df/?format=api",
      "slug": "atlas-agena-b-mariner-2",
      "name": "Atlas Agena B | Mariner 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:40:07Z",
      "net": "1962-08-27T06:53:14Z",
      "window_end": "1962-08-27T06:53:14Z",
      "window_start": "1962-08-27T06:53:14Z",
      "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": 3147,
        "configuration": {
          "id": 183,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/183/?format=api",
          "name": "Atlas Agena B",
          "family": "Atlas",
          "full_name": "Atlas LV-3 Agena B",
          "variant": "LV-3 Agena B"
        }
      },
      "mission": {
        "id": 1569,
        "name": "Mariner 2",
        "description": "Backup of Mariner 1, designed to flyby Venus. It passed below the planet at a closest distance of 34,773 km.",
        "launch_designator": null,
        "type": "Planetary Science",
        "orbit": {
          "id": 22,
          "name": "Venus flyby",
          "abbrev": "Venus flyby"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 99,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/99/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 12",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
        "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
        "latitude": "28.480607",
        "longitude": "-80.541938",
        "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": 1125,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
        "total_launch_count": 23,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-lv3_agena_image_20251111092848.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 191,
      "location_launch_attempt_count": 86,
      "pad_launch_attempt_count": 8,
      "agency_launch_attempt_count": 105,
      "orbital_launch_attempt_count_year": 49,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 34,
      "type": "normal"
    },
    {
      "id": "56ff394d-4170-4ad9-829e-bb8b313afd51",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/56ff394d-4170-4ad9-829e-bb8b313afd51/?format=api",
      "slug": "atlas-slv-3-agena-d-ats-3",
      "name": "Atlas SLV-3 Agena D | ATS 3",
      "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:40:07Z",
      "net": "1967-11-05T23:37:00Z",
      "window_end": "1967-11-05T23:37:00Z",
      "window_start": "1967-11-05T23:37:00Z",
      "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": 3727,
        "configuration": {
          "id": 258,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/258/?format=api",
          "name": "Atlas SLV-3 Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3 Agena D",
          "variant": "SLV-3 Agena D"
        }
      },
      "mission": {
        "id": 2145,
        "name": "ATS 3",
        "description": "ATS 3 (Applications Technology Satellite) was one of a series of spacecraft designed to demonstrate the utility and feasibility of a variety of technological and scientific activities that could be carried out by an earth-synchronous spacecraft.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 3,
          "name": "Geosynchronous Orbit",
          "abbrev": "GSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 99,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/99/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 12",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
        "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
        "latitude": "28.480607",
        "longitude": "-80.541938",
        "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": 1125,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
        "total_launch_count": 23,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3_agen_image_20251102060811.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 771,
      "location_launch_attempt_count": 212,
      "pad_launch_attempt_count": 23,
      "agency_launch_attempt_count": 426,
      "orbital_launch_attempt_count_year": 123,
      "location_launch_attempt_count_year": 20,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 54,
      "type": "normal"
    },
    {
      "id": "23538a9d-d745-4944-aec8-294c8f773cbf",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/23538a9d-d745-4944-aec8-294c8f773cbf/?format=api",
      "slug": "atlas-able-p-30-able-va",
      "name": "Atlas-Able | P-30 (Able VA)",
      "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:40:07Z",
      "net": "1960-09-25T15:13:17Z",
      "window_end": "1960-09-25T15:13:17Z",
      "window_start": "1960-09-25T15:13:17Z",
      "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": 3080,
        "configuration": {
          "id": 230,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/230/?format=api",
          "name": "Atlas-Able",
          "family": "Atlas",
          "full_name": "Atlas-Able",
          "variant": ""
        }
      },
      "mission": {
        "id": 1502,
        "name": "P-30 (Able VA)",
        "description": "An intended lunar orbiter probe. The vehicle failed during launch.",
        "launch_designator": null,
        "type": "Lunar Exploration",
        "orbit": {
          "id": 11,
          "name": "Lunar Orbit",
          "abbrev": "LO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 99,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/99/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 12",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
        "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
        "latitude": "28.480607",
        "longitude": "-80.541938",
        "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": 1125,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
        "total_launch_count": 23,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-d_able_on_image_20240411161010.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 77,
      "location_launch_attempt_count": 43,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 29,
      "orbital_launch_attempt_count_year": 23,
      "location_launch_attempt_count_year": 13,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 18,
      "type": "normal"
    },
    {
      "id": "bb082b0f-47bf-4a72-b3b1-8f620c865467",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/bb082b0f-47bf-4a72-b3b1-8f620c865467/?format=api",
      "slug": "atlas-slv-3-agena-b-ogo-3",
      "name": "Atlas SLV-3 Agena B | OGO 3",
      "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:40:07Z",
      "net": "1966-06-07T02:48:00Z",
      "window_end": "1966-06-07T02:48:00Z",
      "window_start": "1966-06-07T02:48:00Z",
      "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": 3535,
        "configuration": {
          "id": 257,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/257/?format=api",
          "name": "Atlas SLV-3 Agena B",
          "family": "Atlas",
          "full_name": "Atlas SLV-3 Agena B",
          "variant": "SLV-3 Agena B"
        }
      },
      "mission": {
        "id": 1955,
        "name": "OGO 3",
        "description": "The OGO (Orbiting Geophysical Observatory) series was a series of large, complex research satellites.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 99,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/99/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 12",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
        "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
        "latitude": "28.480607",
        "longitude": "-80.541938",
        "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": 1125,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
        "total_launch_count": 23,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 573,
      "location_launch_attempt_count": 172,
      "pad_launch_attempt_count": 19,
      "agency_launch_attempt_count": 329,
      "orbital_launch_attempt_count_year": 56,
      "location_launch_attempt_count_year": 13,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 30,
      "type": "normal"
    },
    {
      "id": "7f935a77-99ad-40dc-9dcd-9f63f04c79fe",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/7f935a77-99ad-40dc-9dcd-9f63f04c79fe/?format=api",
      "slug": "atlas-agena-b-ranger-4",
      "name": "Atlas Agena B | Ranger 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:40:07Z",
      "net": "1962-04-23T20:50:00Z",
      "window_end": "1962-04-23T20:50:00Z",
      "window_start": "1962-04-23T20:50:00Z",
      "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": 3115,
        "configuration": {
          "id": 183,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/183/?format=api",
          "name": "Atlas Agena B",
          "family": "Atlas",
          "full_name": "Atlas LV-3 Agena B",
          "variant": "LV-3 Agena B"
        }
      },
      "mission": {
        "id": 1537,
        "name": "Ranger 4",
        "description": "Ranger 4 was a spacecraft designed to softly impact the lunar surface. Its solar panels were never extended and its sun and earth acquisition system was not initiated due to a failure of a timer in its central computer. It impacted the far side of the Moon on April 26 after 64 hours of flight.",
        "launch_designator": null,
        "type": "Lunar Exploration",
        "orbit": {
          "id": 10,
          "name": "Lunar Impactor",
          "abbrev": "Lunar Impactor"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 99,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/99/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 12",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
        "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
        "latitude": "28.480607",
        "longitude": "-80.541938",
        "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": 1125,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
        "total_launch_count": 23,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-lv3_agena_image_20251111092848.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 157,
      "location_launch_attempt_count": 78,
      "pad_launch_attempt_count": 6,
      "agency_launch_attempt_count": 82,
      "orbital_launch_attempt_count_year": 15,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 11,
      "type": "normal"
    },
    {
      "id": "618fd7c9-a824-44fc-9198-a6b25106de71",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/618fd7c9-a824-44fc-9198-a6b25106de71/?format=api",
      "slug": "atlas-agena-b-ranger-8",
      "name": "Atlas Agena B | Ranger 8",
      "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:40:07Z",
      "net": "1965-02-17T17:05:00Z",
      "window_end": "1965-02-17T17:05:00Z",
      "window_start": "1965-02-17T17:05:00Z",
      "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": 3363,
        "configuration": {
          "id": 183,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/183/?format=api",
          "name": "Atlas Agena B",
          "family": "Atlas",
          "full_name": "Atlas LV-3 Agena B",
          "variant": "LV-3 Agena B"
        }
      },
      "mission": {
        "id": 1784,
        "name": "Ranger 8",
        "description": "Lunar impactor which successfully reached the surface after transmitting 7,137 photographs.",
        "launch_designator": null,
        "type": "Lunar Exploration",
        "orbit": {
          "id": 10,
          "name": "Lunar Impactor",
          "abbrev": "Lunar Impactor"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 99,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/99/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 12",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
        "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
        "latitude": "28.480607",
        "longitude": "-80.541938",
        "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": 1125,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
        "total_launch_count": 23,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-lv3_agena_image_20251111092848.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 405,
      "location_launch_attempt_count": 132,
      "pad_launch_attempt_count": 15,
      "agency_launch_attempt_count": 240,
      "orbital_launch_attempt_count_year": 12,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 9,
      "type": "normal"
    },
    {
      "id": "ef05abbb-8f3e-4431-a6e7-8cf252955037",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ef05abbb-8f3e-4431-a6e7-8cf252955037/?format=api",
      "slug": "atlas-agena-d-mariner-4",
      "name": "Atlas Agena D | Mariner 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:40:07Z",
      "net": "1964-11-28T14:22:01Z",
      "window_end": "1964-11-28T14:22:01Z",
      "window_start": "1964-11-28T14:22:01Z",
      "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": 3339,
        "configuration": {
          "id": 232,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/232/?format=api",
          "name": "Atlas Agena D",
          "family": "Atlas",
          "full_name": "Atlas LV-3 Agena D",
          "variant": "Agena D"
        }
      },
      "mission": {
        "id": 1760,
        "name": "Mariner 4",
        "description": "Mars flyby probe which passed at a distance of 9,846 km from the Martian surface.",
        "launch_designator": null,
        "type": "Robotic Exploration",
        "orbit": {
          "id": 23,
          "name": "Mars flyby",
          "abbrev": "Mars flyby"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 99,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/99/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 12",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
        "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
        "latitude": "28.480607",
        "longitude": "-80.541938",
        "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": 1125,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
        "total_launch_count": 23,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-lv3_agena_image_20251128090110.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 382,
      "location_launch_attempt_count": 123,
      "pad_launch_attempt_count": 14,
      "agency_launch_attempt_count": 224,
      "orbital_launch_attempt_count_year": 89,
      "location_launch_attempt_count_year": 17,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 49,
      "type": "normal"
    },
    {
      "id": "b5d2ea24-b5ce-4783-91ab-1aea94e4c6b7",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b5d2ea24-b5ce-4783-91ab-1aea94e4c6b7/?format=api",
      "slug": "atlas-slv-3-agena-d-ats-2",
      "name": "Atlas SLV-3 Agena D | ATS 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:40:07Z",
      "net": "1967-04-06T03:23:01Z",
      "window_end": "1967-04-06T03:23:01Z",
      "window_start": "1967-04-06T03:23:01Z",
      "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": 3641,
        "configuration": {
          "id": 258,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/258/?format=api",
          "name": "Atlas SLV-3 Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3 Agena D",
          "variant": "SLV-3 Agena D"
        }
      },
      "mission": {
        "id": 2059,
        "name": "ATS 2",
        "description": "ATS 2 (Applications Technology Satellite) was a medium altitude, gravity-gradient-stabilized spacecraft designed to test new concepts in spacecraft design, propulsion, and stabilization, take high-quality cloudcover pictures, provide in situ measurements of the aerospace environment, and test improved communication systems.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 99,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/99/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 12",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
        "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
        "latitude": "28.480607",
        "longitude": "-80.541938",
        "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": 1125,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
        "total_launch_count": 23,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3_agen_image_20251102060811.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 682,
      "location_launch_attempt_count": 199,
      "pad_launch_attempt_count": 21,
      "agency_launch_attempt_count": 387,
      "orbital_launch_attempt_count_year": 34,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 15,
      "type": "normal"
    },
    {
      "id": "e43f3d40-daa4-4253-b768-723ee652182f",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/e43f3d40-daa4-4253-b768-723ee652182f/?format=api",
      "slug": "atlas-iia-uhf-fo-f9",
      "name": "Atlas IIA | UHF F/O F9",
      "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:40:07Z",
      "net": "1998-10-20T07:19:02Z",
      "window_end": "1998-10-20T07:19:02Z",
      "window_start": "1998-10-20T07:19:02Z",
      "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": 6883,
        "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": 5273,
        "name": "UHF F/O F9",
        "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": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/121/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36A",
        "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": 1125,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
        "total_launch_count": 71,
        "orbital_launch_attempt_count": 71
      },
      "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": 4270,
      "location_launch_attempt_count": 553,
      "pad_launch_attempt_count": 53,
      "agency_launch_attempt_count": 38,
      "orbital_launch_attempt_count_year": 63,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    },
    {
      "id": "489a3e6d-fca9-4a13-9f7f-4ed1389b12b2",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/489a3e6d-fca9-4a13-9f7f-4ed1389b12b2/?format=api",
      "slug": "atlas-slv-3d-centaur-fltsatcom-2",
      "name": "Atlas SLV-3D Centaur | FLTSATCOM 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:40:07Z",
      "net": "1979-05-04T18:57:00Z",
      "window_end": "1979-05-04T18:57:00Z",
      "window_start": "1979-05-04T18:57:00Z",
      "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": 5068,
        "configuration": {
          "id": 261,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/261/?format=api",
          "name": "Atlas SLV-3D Centaur",
          "family": "Atlas",
          "full_name": "Atlas SLV-3D Centaur",
          "variant": "SLV-3D Centaur"
        }
      },
      "mission": {
        "id": 3480,
        "name": "FLTSATCOM 2",
        "description": "FLTSATCOM satellite for US Navy, Air Force and presidential communications",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/121/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36A",
        "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": 1125,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
        "total_launch_count": 71,
        "orbital_launch_attempt_count": 71
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_slv-3d_li_image_20251103141732.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2212,
      "location_launch_attempt_count": 357,
      "pad_launch_attempt_count": 25,
      "agency_launch_attempt_count": 740,
      "orbital_launch_attempt_count_year": 39,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    }
  ]
}