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

{
  "id": 685,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/685/?format=api",
  "slug": "jwst-early-results-media-teleconference",
  "name": "JWST Early Results Media Teleconference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Experts from NASA and other institutions will answer media questions about early science results from the agency’s James Webb Space Telescope.",
  "location": null,
  "news_url": "https://www.nasa.gov/press-release/experts-available-to-discuss-nasa-webb-telescope-science-results",
  "video_url": "https://www.youtube.com/watch?v=eocPdOdGK5g",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jwst_alignment__image_20220505152744.jpg",
  "date": "2022-11-17T16:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}