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

{
  "id": 730,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/730/?format=api",
  "slug": "hakuto-r-m1-lunar-landing",
  "name": "Hakuto-R M1 Lunar Landing",
  "type": {
    "id": 7,
    "name": "Moon Landing"
  },
  "description": "ispace's Hakuto-R Mission 1 lander will attempt a lunar landing after a successful lunar orbital insertion.",
  "location": null,
  "news_url": "https://twitter.com/thesheetztweetz/status/1630327230151766018",
  "video_url": "https://www.youtube.com/watch?v=CpR1UUnix3g",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hakuto-r_m1_lun_image_20230425123956.jpg",
  "date": "2023-04-25T16:40:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}