API endpoint that allows all Events to be viewed.

GET: Return a list of all Events

SEARCH EXAMPLE: /2.0.0/event/?search=Dragon Searches through name

GET /2.0.0/event/1500/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 1500,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1500/?format=api",
  "slug": "roman-telescope-pre-launch-media-briefing",
  "name": "Roman Telescope Pre-Launch Media Briefing",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will host a virtual news conference to preview the Nancy Grace Roman Space Telescope mission, scheduled to launch from the agency’s Kennedy Space Center in Florida on Sunday, Aug. 30.\r\n\r\nParticipants in the briefing, who will provide an overview of the mission and its status, include:\r\n- Shawn Domagal-Goldman, director, Astrophysics Division, NASA Headquarters in Washington\r\n- Jackie Townsend, Roman telescope project manager, NASA’s Goddard Space Flight Center in Greenbelt, Maryland\r\n- Julie McEnery, Roman telescope senior project scientist, NASA Goddard\r\n- Jeremy Perkins, Roman telescope integration and test scientist, NASA Goddard",
  "location": "Online",
  "news_url": "https://www.nasa.gov/news-release/nasa-to-host-media-briefing-on-roman-telescope-launching-next-month/",
  "video_url": "https://www.youtube.com/watch?v=7I-yAwdxWQo",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/roman_space_tel_image_20260329083535.webp",
  "date": "2026-07-29T18:00:00Z",
  "launches": [
    {
      "id": "521f3a1c-f977-4306-9b7f-495858719adf",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/521f3a1c-f977-4306-9b7f-495858719adf/?format=api",
      "launch_library_id": null,
      "slug": "falcon-heavy-nancy-grace-roman-space-telescope",
      "name": "Falcon Heavy | Nancy Grace Roman Space Telescope",
      "status": {
        "id": 1,
        "name": "Go"
      },
      "net": "2026-08-30T11:26:00Z",
      "window_end": "2026-08-30T11:26:00Z",
      "window_start": "2026-08-30T11:26:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7615,
        "configuration": {
          "id": 161,
          "launch_library_id": 58,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/161/?format=api",
          "name": "Falcon Heavy",
          "family": "Falcon",
          "full_name": "Falcon Heavy",
          "variant": "Heavy"
        }
      },
      "mission": {
        "id": 6105,
        "launch_library_id": null,
        "name": "Nancy Grace Roman Space Telescope",
        "description": "The Nancy Grace Roman Space Telescope is a NASA infrared space telescope with a 2.4 m (7.9 ft) wide field of view primary mirror and two scientific instruments. The Wide-Field Instrument (WFI) is a 300.8-megapixel multi-band visible and near-infrared camera, providing a sharpness of images comparable to that achieved by the Hubble Space Telescope over a 0.28 square degree field of view, 100 times larger than imaging cameras on the Hubble. The Coronagraphic Instrument (CGI) is a high-contrast, small field of view camera and spectrometer covering visible and near-infrared wavelengths using novel starlight-suppression technology. Roman objectives include a search for extra-solar planets using gravitational microlensing, and probing the expansion history of the Universe and the growth of cosmic structure, with the goal of measuring the effects of dark energy, the consistency of general relativity, and the curvature of spacetime.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 16,
          "name": "Sun-Earth L2",
          "abbrev": "L2"
        }
      },
      "pad": {
        "id": 87,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/87/?format=api",
        "agency_id": 121,
        "name": "Launch Complex 39A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
        "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
        "latitude": "28.60822681",
        "longitude": "-80.60428186",
        "location": {
          "id": 27,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/27/?format=api",
          "name": "Kennedy Space Center, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
          "total_launch_count": 281,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
        "total_launch_count": 222
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_image_20220129192819.jpeg",
      "infographic": null,
      "program": []
    }
  ],
  "expeditions": [],
  "spacestations": [],
  "program": []
}