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

{
  "id": 129,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/129/?format=api",
  "slug": "post-spacex-dm-2-crew-dragon-splashdown-news-confe",
  "name": "Post-SpaceX DM-2 Crew Dragon Splashdown News Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "The news conference following the SpaceX Dm-2 Crew Dragon splashdown will be livestreamed on NASA TV.",
  "location": "Kennedy Space Center",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=xdvuaiP6IoY",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200718140927.jpg",
  "date": "2020-08-02T21:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}