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

{
  "id": 75,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/75/?format=api",
  "slug": "rocket-lab-lc-2-inauguration",
  "name": "Rocket Lab LC-2 Inauguration",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Less than a year after construction started, Rocket Lab's Launch Complex-2 in Wallops Islands (USA) will be inaugurated during a livestreamed ceremony featuring CEO Peter Beck.",
  "location": "Wallops Islands, VA, USA",
  "news_url": "https://twitter.com/RocketLab/status/1204744865667436544?s=20",
  "video_url": "https://www.youtube.com/watch?v=vu-ZisFbjFo",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520lc-22520inauguration_image_20191211152940.jpeg",
  "date": "2019-12-12T16:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}