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

{
  "id": 112,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/112/?format=api",
  "slug": "virgin-galactic-spaceship-cabin-reveal",
  "name": "Virgin Galactic Spaceship Cabin Reveal",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Virgin Galactic will unveil the cabin interior design of their spaceship during a live-streamed event featuring a virtual walkthrough.",
  "location": null,
  "news_url": "https://www.virgingalactic.com/articles/virgin-galactic-announces-date-for-worlds-first-virtual-reveal-of-spaceship-cabin-design/",
  "video_url": "https://www.youtube.com/watch?v=LC286Dnq4M4",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20200707144137.jpeg",
  "date": "2020-07-28T17:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}