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

{
  "id": 987,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/987/?format=api",
  "slug": "polaris-dawn-eva-suit-announcment-and-discussion",
  "name": "Polaris Dawn EVA-Suit Announcment and Discussion",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "The Crew of Polaris Dawn will discuss the EVA Spacesuit.",
  "location": "SpaceX HQ",
  "news_url": null,
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/polaris_dawn_cr_image_20240504183425.jpeg",
  "date": "2024-05-04T19:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}