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

{
  "count": 7946,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2810&ordering=-last_updated",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2790&ordering=-last_updated",
  "results": [
    {
      "id": "4d1c1c66-7fba-473f-8987-ff511887a854",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/4d1c1c66-7fba-473f-8987-ff511887a854/?format=api",
      "slug": "thor-delta-m-nato-iib",
      "name": "Thor Delta M | NATO IIB",
      "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:20Z",
      "net": "1971-02-03T01:41:40Z",
      "window_end": "1971-02-03T01:41:40Z",
      "window_start": "1971-02-03T01:41:40Z",
      "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": 4099,
        "configuration": {
          "id": 409,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/409/?format=api",
          "name": "Thor Delta M",
          "family": "Thor",
          "full_name": "Thor Delta M",
          "variant": "Delta M"
        }
      },
      "mission": {
        "id": 2517,
        "name": "NATO IIB",
        "description": "First generation satellite providing communications bezween officials of NATO nations.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://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": 1124,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor_delta_m_image_20251122093853.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1180,
      "location_launch_attempt_count": 254,
      "pad_launch_attempt_count": 50,
      "agency_launch_attempt_count": 539,
      "orbital_launch_attempt_count_year": 9,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "09e45d9e-e140-4831-85a2-acd41b0f9777",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/09e45d9e-e140-4831-85a2-acd41b0f9777/?format=api",
      "slug": "delta-3914-ots-1",
      "name": "Delta 3914 | OTS 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:40:20Z",
      "net": "1977-09-13T23:31:00Z",
      "window_end": "1977-09-13T23:31:00Z",
      "window_start": "1977-09-13T23:31: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": 4878,
        "configuration": {
          "id": 291,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/291/?format=api",
          "name": "Delta 3914",
          "family": "Delta",
          "full_name": "Delta 3914",
          "variant": "3914"
        }
      },
      "mission": {
        "id": 3295,
        "name": "OTS 1",
        "description": "Experimental communications satellite developed by ESRO and operated by ESA",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://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": 1124,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2006,
      "location_launch_attempt_count": 331,
      "pad_launch_attempt_count": 61,
      "agency_launch_attempt_count": 696,
      "orbital_launch_attempt_count_year": 91,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 16,
      "type": "normal"
    },
    {
      "id": "194d3b15-9ddf-455b-bb6d-f073e600c474",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/194d3b15-9ddf-455b-bb6d-f073e600c474/?format=api",
      "slug": "delta-ii-nato-4b",
      "name": "Delta II | NATO 4B",
      "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:20Z",
      "net": "1993-12-08T00:48:00Z",
      "window_end": "1993-12-08T00:48:00Z",
      "window_start": "1993-12-08T00: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": 6561,
        "configuration": {
          "id": 159,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/159/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925",
          "variant": "7925"
        }
      },
      "mission": {
        "id": 4951,
        "name": "NATO 4B",
        "description": "NATO-4 is the a communications satellite system serving the North Atlantic Treaty Organization (NATO) and British Ministry of Defense. NATO 4A was the first of two new-generation comsats offering secure military and diplomatic voice and data communications to NATO member nations and troops in the field. The satellites offered spot beam and global coverage to reach a wide range of ground stations and ships at sea.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://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": 1124,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030440.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3865,
      "location_launch_attempt_count": 477,
      "pad_launch_attempt_count": 105,
      "agency_launch_attempt_count": 933,
      "orbital_launch_attempt_count_year": 80,
      "location_launch_attempt_count_year": 11,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 13,
      "type": "normal"
    },
    {
      "id": "04604499-6230-4cb1-99a0-3e68c0f5edef",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/04604499-6230-4cb1-99a0-3e68c0f5edef/?format=api",
      "slug": "thor-delta-tiros-5",
      "name": "Thor Delta | Tiros 5",
      "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:20Z",
      "net": "1962-06-19T12:19:01Z",
      "window_end": "1962-06-19T12:19:01Z",
      "window_start": "1962-06-19T12:19: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": 3132,
        "configuration": {
          "id": 398,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/398/?format=api",
          "name": "Thor Delta",
          "family": "Thor",
          "full_name": "Thor Delta",
          "variant": "Delta"
        }
      },
      "mission": {
        "id": 1554,
        "name": "Tiros 5",
        "description": "NASA's TIROS (Television & Infra-Red Observation Satellite) program was the first experimental weathersatellite program.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://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": 1124,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor-delta_laun_image_20251123094044.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 174,
      "location_launch_attempt_count": 83,
      "pad_launch_attempt_count": 17,
      "agency_launch_attempt_count": 93,
      "orbital_launch_attempt_count_year": 32,
      "location_launch_attempt_count_year": 11,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 22,
      "type": "normal"
    },
    {
      "id": "1e09e9a1-e369-4982-9eae-55d9de896412",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/1e09e9a1-e369-4982-9eae-55d9de896412/?format=api",
      "slug": "delta-2914-symphonie-2",
      "name": "Delta 2914 | Symphonie 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:20Z",
      "net": "1975-08-27T01:42:00Z",
      "window_end": "1975-08-27T01:42:00Z",
      "window_start": "1975-08-27T01:42: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": 4615,
        "configuration": {
          "id": 287,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/287/?format=api",
          "name": "Delta 2914",
          "family": "Delta",
          "full_name": "Delta 2914",
          "variant": "2914"
        }
      },
      "mission": {
        "id": 3033,
        "name": "Symphonie 2",
        "description": "French-German geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://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": 1124,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_2910_image_20231231105214.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1732,
      "location_launch_attempt_count": 298,
      "pad_launch_attempt_count": 53,
      "agency_launch_attempt_count": 646,
      "orbital_launch_attempt_count_year": 81,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 17,
      "type": "normal"
    },
    {
      "id": "156a0ad7-7b0c-4b95-a7af-7461e8884d53",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/156a0ad7-7b0c-4b95-a7af-7461e8884d53/?format=api",
      "slug": "delta-3910pam-satcom-3r",
      "name": "Delta 3910/PAM | Satcom 3R",
      "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:19Z",
      "net": "1981-11-20T01:37:00Z",
      "window_end": "1981-11-20T01:37:00Z",
      "window_start": "1981-11-20T01: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": 5344,
        "configuration": {
          "id": 289,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/289/?format=api",
          "name": "Delta 3910/PAM",
          "family": "Delta",
          "full_name": "Delta 3910/PAM",
          "variant": "3910/PAM"
        }
      },
      "mission": {
        "id": 3752,
        "name": "Satcom 3R",
        "description": "First generation geostationary communication satellite built for RCA Americom",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://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": 1124,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2507,
      "location_launch_attempt_count": 377,
      "pad_launch_attempt_count": 74,
      "agency_launch_attempt_count": 778,
      "orbital_launch_attempt_count_year": 116,
      "location_launch_attempt_count_year": 8,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 14,
      "type": "normal"
    },
    {
      "id": "cf94e217-5960-4549-9eb3-83ea85a28b43",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/cf94e217-5960-4549-9eb3-83ea85a28b43/?format=api",
      "slug": "delta-ii-7925-95-gps-iir-m-5-usa-199",
      "name": "Delta II 7925-9.5 | GPS IIR-M-5 (USA-199)",
      "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:19Z",
      "net": "2007-12-20T20:04:00Z",
      "window_end": "2007-12-20T20:04:00Z",
      "window_start": "2007-12-20T20:04:00Z",
      "net_precision": null,
      "probability": 0,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1387,
        "configuration": {
          "id": 140,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/140/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925-9.5",
          "variant": "7925-9.5"
        }
      },
      "mission": {
        "id": 531,
        "name": "GPS IIR-M-5 (USA-199)",
        "description": "A satellite forming part of the Global Positioning System.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://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": 1124,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_7925-9_image_20240312090356.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4882,
      "location_launch_attempt_count": 654,
      "pad_launch_attempt_count": 142,
      "agency_launch_attempt_count": 15,
      "orbital_launch_attempt_count_year": 65,
      "location_launch_attempt_count_year": 10,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 13,
      "type": "normal"
    },
    {
      "id": "2715227c-d60f-472b-b022-dea0b78678b3",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/2715227c-d60f-472b-b022-dea0b78678b3/?format=api",
      "slug": "thor-delta-d-early-bird",
      "name": "Thor Delta D | Early Bird",
      "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:19Z",
      "net": "1965-04-06T23:47:50Z",
      "window_end": "1965-04-06T23:47:50Z",
      "window_start": "1965-04-06T23:47:50Z",
      "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": 3382,
        "configuration": {
          "id": 403,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/403/?format=api",
          "name": "Thor Delta D",
          "family": "Thor",
          "full_name": "Thor Delta D",
          "variant": "Delta D"
        }
      },
      "mission": {
        "id": 1803,
        "name": "Early Bird",
        "description": "Early Bird, also known as Intelsat I, the world's first commercial communications satellite, was built for the Communications Satellite Corporation (COMSAT) by the Space and Communications Group of Hughes Aircraft Company, later Hughes Space and Communications Company.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 3,
          "name": "Geosynchronous Orbit",
          "abbrev": "GSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://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": 1124,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 425,
      "location_launch_attempt_count": 137,
      "pad_launch_attempt_count": 28,
      "agency_launch_attempt_count": 251,
      "orbital_launch_attempt_count_year": 32,
      "location_launch_attempt_count_year": 11,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 20,
      "type": "normal"
    },
    {
      "id": "082bdcab-7a90-4a32-ad7e-4a201ea926a3",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/082bdcab-7a90-4a32-ad7e-4a201ea926a3/?format=api",
      "slug": "thor-delta-c-essa-1",
      "name": "Thor Delta C | ESSA 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:40:19Z",
      "net": "1966-02-03T07:41:23Z",
      "window_end": "1966-02-03T07:41:23Z",
      "window_start": "1966-02-03T07:41:23Z",
      "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": 3485,
        "configuration": {
          "id": 401,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/401/?format=api",
          "name": "Thor Delta C",
          "family": "Thor",
          "full_name": "Thor Delta C",
          "variant": "Delta C"
        }
      },
      "mission": {
        "id": 1905,
        "name": "ESSA 1",
        "description": "The ESSA series was the second generation of US meterological satellites after the TIROS (Television & Infra-Red Observation Satellite) series. They were also called OT (Operational TIROS), TOS (TIROS Operational Satellite).",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://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": 1124,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/launch_of_thor__image_20251127091608.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 526,
      "location_launch_attempt_count": 160,
      "pad_launch_attempt_count": 31,
      "agency_launch_attempt_count": 304,
      "orbital_launch_attempt_count_year": 9,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 5,
      "type": "normal"
    },
    {
      "id": "a58b6abf-6b0e-492c-8bf3-1fa586f8d4da",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a58b6abf-6b0e-492c-8bf3-1fa586f8d4da/?format=api",
      "slug": "thor-able-i-pioneer-1",
      "name": "Thor Able I | Pioneer 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:40:19Z",
      "net": "1958-10-11T08:42:13Z",
      "window_end": "1958-10-11T08:42:13Z",
      "window_start": "1958-10-11T08:42:13Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 271,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/271/?format=api",
        "name": "Army Ballistic Missile Agency",
        "type": "Government"
      },
      "rocket": {
        "id": 3027,
        "configuration": {
          "id": 388,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/388/?format=api",
          "name": "Thor Able I",
          "family": "Thor",
          "full_name": "Thor Able I",
          "variant": "Able I"
        }
      },
      "mission": {
        "id": 1449,
        "name": "Pioneer 1",
        "description": "The second pioneer orbiter, pioneer 1 intended to enter lunar orbit but missed the Moon after a third stage partial failure.",
        "launch_designator": null,
        "type": "Lunar Exploration",
        "orbit": {
          "id": 11,
          "name": "Lunar Orbit",
          "abbrev": "LO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://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": 1124,
          "total_landing_count": 76
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 25,
      "location_launch_attempt_count": 14,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 7,
      "orbital_launch_attempt_count_year": 22,
      "location_launch_attempt_count_year": 13,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    }
  ]
}