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/1215/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 1215,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1215/?format=api",
  "slug": "nasa-tracers-media-teleconference",
  "name": "NASA TRACERS Media Teleconference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will hold a media teleconference to share information about the agency’s upcoming Tandem Reconnection and Cusp Electrodynamics Reconnaissance Satellites, or TRACERS, mission.\r\n\r\nThe TRACERS mission is a pair of twin satellites that will study how Earth’s magnetic shield — the magnetosphere — protects our planet from the supersonic stream of material from the Sun called solar wind. As they fly pole to pole in a Sun-synchronous orbit, the two TRACERS spacecraft will measure how magnetic explosions send these solar wind particles zooming down into Earth’s atmosphere — and how these explosions shape the space weather that impacts our satellites, technology, and astronauts.\r\n\r\nAlso launching on this flight will be three additional NASA-funded payloads. The Athena EPIC (Economical Payload Integration Cost) SmallSat, led by NASA’s Langley Research Center in Hampton, Virginia, is designed to demonstrate an innovative, configurable way to put remote-sensing instruments into orbit faster and more affordably. The Polylingual Experimental Terminal technology demonstration, managed by the agency’s SCaN (Space Communications and Navigation) program, will showcase new technology that empowers missions to roam between communications networks in space, like cell phones roam between providers on Earth. Finally, the Relativistic Electron Atmospheric Loss (REAL) CubeSat, led by Dartmouth College in Hanover, New Hampshire, will use space as a laboratory to understand how high-energy particles within the bands of radiation that surround Earth are naturally scattered into the atmosphere, aiding the development of methods for removing these damaging particles to better protect satellites and the critical ground systems they support.",
  "location": "Online",
  "news_url": "https://www.nasa.gov/news-release/nasa-to-brief-media-on-new-mission-to-study-earths-magnetic-shield/",
  "video_url": "https://www.youtube.com/watch?v=IKRwdxtuwas",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tracers_in_orbi_image_20250715065047.jpg",
  "date": "2025-07-17T15:00:00Z",
  "launches": [
    {
      "id": "c1dc33ba-c9cc-4c1d-ad9f-120096f60be3",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/c1dc33ba-c9cc-4c1d-ad9f-120096f60be3/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-tracers",
      "name": "Falcon 9 Block 5 | TRACERS",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-07-23T18:13:00Z",
      "window_end": "2025-07-23T19:10:00Z",
      "window_start": "2025-07-23T18:13:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 99,
      "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": 8510,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 7100,
        "launch_library_id": null,
        "name": "TRACERS",
        "description": "NASA's Tandem Reconnection and Cusp Electrodynamics Reconnaissance Satellites (TRACERS) mission, consisting of two identical satellites that will orbit Earth in tandem (one following the other), will help understand magnetic re-connection and its effects in Earth’s atmosphere. Magnetic re-connection occurs when activity from the Sun interacts with Earth’s magnetic field. By understanding this process, scientists will be able to better understand and prepare for impacts of solar activity on Earth.\r\n\r\nHitchhiking small satellites:\r\n\r\n* Athena EPIC (Economical Payload Integration Cost)\r\n* Polylingual Experimental Terminal (PExT)\r\n* Relativistic Electron Atmospheric Loss (REAL)",
        "launch_designator": null,
        "type": "Heliophysics",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 877,
          "total_landing_count": 33
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 261
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
      "infographic": null,
      "program": []
    }
  ],
  "expeditions": [],
  "spacestations": [],
  "program": []
}