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

{
  "id": 308,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/308/?format=api",
  "slug": "momo-flight-7-press-conference",
  "name": "MOMO Flight 7 Press Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Interstellar Technologies will hold a press conference to announce to outcome and achievements of the MOMO Flight 7 launch.",
  "location": "Taiki-cho, Hokkaido, Japan",
  "news_url": "https://twitter.com/nvslive/status/1411256119914160128?s=20",
  "video_url": "https://live.nicovideo.jp/watch/lv332611919",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/momo_flight_7_p_image_20210703093903.jpeg",
  "date": "2021-07-03T11:30:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}