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

{
  "id": 1041,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1041/?format=api",
  "slug": "europa-clipper-update-briefing",
  "name": "Europa Clipper Update Briefing",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will hold a media teleconference to provide an update on Europa Clipper, a mission that will study whether Jupiter’s moon Europa could be hospitable to life. The teleconference will occur after a key decision point meeting earlier that day regarding next steps for the mission.\r\n\r\nParticipants in the teleconference include:\r\n\r\n- Nicola Fox, associate administrator, Science Mission Directorate, NASA Headquarters\r\n- Laurie Leshin, center director, NASA’s Jet Propulsion Laboratory\r\n- Curt Niebur, Europa Clipper program scientist, NASA Headquarters\r\n- Jordan Evans, Europa Clipper project manager, NASA’s Jet Propulsion Laboratory",
  "location": "Online",
  "news_url": "https://www.nasa.gov/news-release/nasa-invites-media-to-discuss-europa-clipper-mission/",
  "video_url": "https://www.youtube.com/watch?v=7FWdvN_hsTo",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/europa_clipper__image_20231012151706.jpeg",
  "date": "2024-09-09T20:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [
    {
      "id": 36,
      "url": "https://lldev.thespacedevs.com/2.0.0/program/36/?format=api",
      "name": "NASA Large Strategic Science Missions",
      "description": "NASA's large strategic science missions or large strategic missions, formerly known as Flagship missions or Flagship-class missions, are the costliest and most capable NASA science spacecraft. Flagship missions exist within all four divisions of NASA's Science Mission Directorate (SMD): the astrophysics, Earth science, heliophysics and planetary science divisions.",
      "agencies": [
        {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        }
      ],
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa2520large_program_20240205122003.jpeg",
      "start_date": "1975-08-22T00:00:00Z",
      "end_date": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Large_strategic_science_missions"
    }
  ]
}