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

{
  "id": 627,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/627/?format=api",
  "slug": "spacex-t-mobile-announcement",
  "name": "SpaceX & T-Mobile Announcement",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "SpaceX Chief Engineer Elon Musk and T-Mobile CEO and President Mike Sievert will provide a public update announcing how T-Mobile and SpaceX will work together to increase connectivity.",
  "location": "Starbase, Boca Chica, TX, USA",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=Qzli-Ww26Qs",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_2526_t-_image_20220824165822.jpg",
  "date": "2022-08-26T00:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}