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

{
  "id": 175,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/175/?format=api",
  "slug": "dynetics-to-the-moon-presentation",
  "name": "Dynetics \"To The Moon\" Presentation",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Dynetics will present their 'To the Moon with Dynetics: The Importance of Lunar Exploration and Utilization' webinar which will explain the development of their HLS vehicle.",
  "location": null,
  "news_url": "https://aiaa.zoom.us/webinar/register/WN_HuD3hm89QqaoAZ0bmVQDdg",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/dynetics_2522t_image_20200915165746.jpg",
  "date": "2020-09-15T17:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}