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

{
  "id": 834,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/834/?format=api",
  "slug": "luna-25-lunar-landing",
  "name": "Luna 25 Lunar Landing",
  "type": {
    "id": 7,
    "name": "Moon Landing"
  },
  "description": "The Luna 25 lander crashed into the Moon after an orbital maneuver scheduled to place it in its pre-landing orbit instead sent it on a collision trajectory.",
  "location": "Lunar Surface",
  "news_url": "https://t.me/roscosmos_gk/10540",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/luna_25_lunar_l_image_20230726144153.jpeg",
  "date": "2023-08-19T11:57:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}