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

{
  "id": 198,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/198/?format=api",
  "slug": "8th-meeting-of-the-national-space-council",
  "name": "8th meeting of the National Space Council",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "US Vice President Mike Pence will convene the 8th meeting of the National Space Council at NASA's Kennedy Space Center on December 9 at 12:30 p.m. ET. \r\n\r\nThe meeting will be livestreamed on NASA TV.",
  "location": "Kennedy Space Center",
  "news_url": null,
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/8th_meeting_of__image_20201201090808.jpeg",
  "date": "2020-12-09T17:30:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}