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

{
  "id": 641,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/641/?format=api",
  "slug": "dart-technologies-media-teleconference",
  "name": "DART Technologies Media Teleconference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "DART mission experts explain some of the key technologies enabling the DART spacecraft to autonomously navigate to and impact its target asteroid as humanity’s first planetary defense test work.",
  "location": null,
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=Z9eGVV4B5UA",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/dart_pre-launch_image_20211116204913.jpeg",
  "date": "2022-09-12T13:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}