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

{
  "id": 754,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/754/?format=api",
  "slug": "nasa-tropics-teleconference",
  "name": "NASA TROPICS Teleconference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will host a media teleconference ahead of the launch of its TROPICS mission.",
  "location": null,
  "news_url": "https://www.nasa.gov/press-release/nasa-rocket-lab-set-coverage-for-tropical-cyclones-mission",
  "video_url": "https://www.youtube.com/watch?v=O6C4BhRWacE",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_tropics_te_image_20230425070206.jpg",
  "date": "2023-04-28T20:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}