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

{
  "id": 490,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/490/?format=api",
  "slug": "artemis-i-status-briefing",
  "name": "Artemis I Status Briefing",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA are holding a teleconference to update media on the Artemis-1 mission.",
  "location": "Kennedy Space Center",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=txuP7_Fby3k",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis-1_statu_image_20220202171737.jpg",
  "date": "2022-02-02T17:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}