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

{
  "id": 184,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/184/?format=api",
  "slug": "nasa-announcement-about-the-moon",
  "name": "NASA Announcement about the Moon",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will announce an exciting new discovery about the Moon from the Stratospheric Observatory for Infrared Astronomy (SOFIA) at a media teleconference at 16pm UTC Monday, Oct. 26.\r\n\r\nAudio of the teleconference will stream live on the agency’s website.",
  "location": "NASA HQ, Washington",
  "news_url": "https://www.nasa.gov/press-release/nasa-to-announce-new-science-results-about-moon",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_announceme_image_20201022083024.png",
  "date": "2020-10-26T16:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}