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

{
  "id": 379,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/379/?format=api",
  "slug": "bepicolombo-mercury-flyby",
  "name": "BepiColombo Mercury Flyby",
  "type": {
    "id": 23,
    "name": "Flyby"
  },
  "description": "The ESA/JAXA BepiColombo mission to Mercury will make the first of six flybys of its destination planet on 1 October before entering orbit in 2025.",
  "location": "Mercury",
  "news_url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/Mercury_ahead%21",
  "video_url": "https://www.youtube.com/watch?v=-cf3qFtz86U",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/bepicolombo_at__image_20240306080108.jpeg",
  "date": "2021-10-01T23:34:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}