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

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

GET: Return a list of all Launch objects.

FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name'

MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list

SEARCH: Searches through the launch name, rocket name, launch agency, mission name & spacecraft name. EXAMPLE - ?search=SpaceX

GET /2.0.0/launch/?format=api&offset=990&ordering=name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 7925,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1000&ordering=name",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=980&ordering=name",
  "results": [
    {
      "id": "12cff919-9660-4fac-af39-4aa35aeda3f9",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/12cff919-9660-4fac-af39-4aa35aeda3f9/?format=api",
      "launch_library_id": 1548,
      "slug": "delta-ii-7320-10c-noaa-19-noaa-n",
      "name": "Delta II 7320-10C | NOAA-19 (NOAA N)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2009-02-06T10:22:00Z",
      "window_end": "2009-02-06T10:22:00Z",
      "window_start": "2009-02-06T10:22:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1408,
        "configuration": {
          "id": 56,
          "launch_library_id": 78,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/56/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7320-10C",
          "variant": "7320-10C"
        }
      },
      "mission": {
        "id": 561,
        "launch_library_id": 705,
        "name": "NOAA-19 (NOAA N)",
        "description": "A United States NOAA, POES series of weather satellites.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030834.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b7ab5993-2188-4591-b1cb-8e5b1a3ee825",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/b7ab5993-2188-4591-b1cb-8e5b1a3ee825/?format=api",
      "launch_library_id": 291,
      "slug": "delta-ii-7320-10c-oco-2",
      "name": "Delta II 7320-10C | OCO-2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2014-07-02T09:56:23Z",
      "window_end": "2014-07-02T09:56:23Z",
      "window_start": "2014-07-02T09:56:23Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1765,
        "configuration": {
          "id": 56,
          "launch_library_id": 78,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/56/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7320-10C",
          "variant": "7320-10C"
        }
      },
      "mission": null,
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030834.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "19cf0ff6-70ff-4c32-8f3a-094fe688b5b7",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/19cf0ff6-70ff-4c32-8f3a-094fe688b5b7/?format=api",
      "launch_library_id": 126,
      "slug": "delta-ii-7320-10c-smap-firebird-ii-a-firebird-ii-b",
      "name": "Delta II 7320-10C | SMAP, FIREBIRD II A, FIREBIRD II B, GRIFEX, ExoCube",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2015-01-31T14:22:00Z",
      "window_end": "2015-01-31T14:22:00Z",
      "window_start": "2015-01-31T14:22:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1822,
        "configuration": {
          "id": 56,
          "launch_library_id": 78,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/56/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7320-10C",
          "variant": "7320-10C"
        }
      },
      "mission": {
        "id": 66,
        "launch_library_id": 113,
        "name": "SMAP, FIREBIRD II A, FIREBIRD II B, GRIFEX, ExoCube",
        "description": "SMAP is an Earth satellite mission designed to measure and map Earth’s soil moisture and freeze/thaw state to better understand terrestrial water, carbon and energy cycles. ",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030834.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "beecc2cd-2fec-4525-a93c-0336e52ffc5c",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/beecc2cd-2fec-4525-a93c-0336e52ffc5c/?format=api",
      "launch_library_id": 1557,
      "slug": "delta-ii-7320-10c-wise",
      "name": "Delta II 7320-10C | WISE",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2009-12-14T14:09:33Z",
      "window_end": "2009-12-14T14:09:33Z",
      "window_start": "2009-12-14T14:09:33Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1436,
        "configuration": {
          "id": 56,
          "launch_library_id": 78,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/56/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7320-10C",
          "variant": "7320-10C"
        }
      },
      "mission": {
        "id": 557,
        "launch_library_id": 714,
        "name": "WISE",
        "description": "A NASA infrared-wavelength astronomical space telescope, used to discover planets and star clusters.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030834.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "2c6a5a80-1c8b-4c3a-af80-c030fba4205f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/2c6a5a80-1c8b-4c3a-af80-c030fba4205f/?format=api",
      "launch_library_id": 1544,
      "slug": "delta-ii-7320-jason-2",
      "name": "Delta II 7320 | Jason-2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2008-06-20T07:46:25Z",
      "window_end": "2008-06-20T07:46:25Z",
      "window_start": "2008-06-20T07:46:25Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1397,
        "configuration": {
          "id": 88,
          "launch_library_id": 107,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/88/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7320",
          "variant": "7320"
        }
      },
      "mission": {
        "id": 533,
        "launch_library_id": 701,
        "name": "Jason-2",
        "description": "A joint mission between NASA and CNES. It's mission, to survey and monitor sea surface height.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "72f0defd-186d-4aaf-9c0c-a4fd652cbe3c",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/72f0defd-186d-4aaf-9c0c-a4fd652cbe3c/?format=api",
      "launch_library_id": 697,
      "slug": "delta-ii-7320-sac-d",
      "name": "Delta II 7320 | SAC-D",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2011-06-10T14:20:13Z",
      "window_end": "2011-06-10T14:20:13Z",
      "window_start": "2011-06-10T14:20:13Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1527,
        "configuration": {
          "id": 88,
          "launch_library_id": 107,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/88/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7320",
          "variant": "7320"
        }
      },
      "mission": null,
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "3bd7444e-255a-4578-b88e-b5ed53b8996c",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/3bd7444e-255a-4578-b88e-b5ed53b8996c/?format=api",
      "launch_library_id": 1534,
      "slug": "delta-ii-7420-10-cosmo-skymed-1",
      "name": "Delta II 7420-10 | COSMO-SkyMed 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2007-06-08T02:34:00Z",
      "window_end": "2007-06-08T02:34:00Z",
      "window_start": "2007-06-08T02:34:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 539,
        "configuration": {
          "id": 105,
          "launch_library_id": 127,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/105/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7420-10C",
          "variant": "7420-10C"
        }
      },
      "mission": {
        "id": 525,
        "launch_library_id": 691,
        "name": "COSMO-SkyMed 1",
        "description": "A reconnaissance satellite for the Italy, for both military and civilian use.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_7420-1_image_20240312090635.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "9e1e9873-6a7b-41a4-b757-f4f12f7731f4",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/9e1e9873-6a7b-41a4-b757-f4f12f7731f4/?format=api",
      "launch_library_id": 1540,
      "slug": "delta-ii-7420-10-cosmo-skymed-2",
      "name": "Delta II 7420-10 | COSMO-SkyMed 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2007-12-09T02:31:42Z",
      "window_end": "2007-12-09T02:31:42Z",
      "window_start": "2007-12-09T02:31:42Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1385,
        "configuration": {
          "id": 105,
          "launch_library_id": 127,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/105/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7420-10C",
          "variant": "7420-10C"
        }
      },
      "mission": {
        "id": 530,
        "launch_library_id": 697,
        "name": "COSMO-SkyMed 2",
        "description": "A reconnaissance satellite for the Italy, for both military and civilian use.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_7420-1_image_20240312090635.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "f3f8a352-be03-469f-a467-de8fd5835bb6",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f3f8a352-be03-469f-a467-de8fd5835bb6/?format=api",
      "launch_library_id": 1546,
      "slug": "delta-ii-7420-10-cosmo-skymed-3",
      "name": "Delta II 7420-10 | COSMO-Skymed 3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2008-10-25T02:28:25Z",
      "window_end": "2008-10-25T02:28:25Z",
      "window_start": "2008-10-25T02:28:25Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2720,
        "configuration": {
          "id": 105,
          "launch_library_id": 127,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/105/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7420-10C",
          "variant": "7420-10C"
        }
      },
      "mission": {
        "id": 306,
        "launch_library_id": 703,
        "name": "COSMO-Skymed 3",
        "description": "A reconnaissance satellite for the Italy, for both military and civilian use.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_7420-1_image_20240312090635.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "8ea0745e-e05c-420b-bf6e-aa2dc7fa557f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/8ea0745e-e05c-420b-bf6e-aa2dc7fa557f/?format=api",
      "launch_library_id": 848,
      "slug": "delta-ii-7420-10-cosmo-skymed-4",
      "name": "Delta II 7420-10 | COSMO-SkyMed 4",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2010-11-06T02:20:03Z",
      "window_end": "2010-11-06T02:20:03Z",
      "window_start": "2010-11-06T02:20:03Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1495,
        "configuration": {
          "id": 105,
          "launch_library_id": 127,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/105/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7420-10C",
          "variant": "7420-10C"
        }
      },
      "mission": null,
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_7420-1_image_20240312090635.jpg",
      "infographic": null,
      "program": []
    }
  ]
}