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

{
  "id": 244,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/244/?format=api",
  "slug": "osiris-rex-departure-from-asteroid-bennu",
  "name": "OSIRIS-Rex Departure from Asteroid Bennu",
  "type": {
    "id": 6,
    "name": "Spacecraft Event"
  },
  "description": "The departure of the OSIRIS-Rex spacecraft from asteroid Bennu will be livestreamed on NASA TV.",
  "location": "Asteroid Bennu",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=otcgXyqbW-M",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/osiris-rex2520sample2520collection_image_20190729035954.jpg",
  "date": "2021-05-10T20:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}