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

{
  "id": 918,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/918/?format=api",
  "slug": "pace-press-conference",
  "name": "PACE Press Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will host a media teleconference at to discuss the upcoming launch and science objectives of the agency’s PACE (Plankton, Aerosol, Cloud, ocean Ecosystem) mission.",
  "location": "Online",
  "news_url": "https://www.nasa.gov/news-release/nasa-to-brief-media-on-climate-mission-to-study-ocean-life-air/",
  "video_url": "https://www.youtube.com/watch?v=nXzrE0t700E",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pace_press_conf_image_20240111204016.jpg",
  "date": "2024-01-17T17:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}