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

{
  "id": 879,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/879/?format=api",
  "slug": "iac-2023-elon-musk-lecture",
  "name": "IAC 2023 Elon Musk Lecture",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "SpaceX CEO Elon Musk will hold a remote lecture for IAC 2023 titled \"Creating a More Exciting Future\".",
  "location": "IAC 2023, Baku",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=kg3Z0wj9xDI",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/default.png",
  "date": "2023-10-05T13:45:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}