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

{
  "id": 180,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/180/?format=api",
  "slug": "elon-musk-at-the-2020-mars-society-convention",
  "name": "Elon Musk at the 2020 Mars Society Convention",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Elon Musk will be kicking-off the 2020 International Mars Society Convention virtually by providing a special update about SpaceX and its plans for the Moon and Mars.\r\n\r\nOnline registration for the International Mars Society Convention is free of charge.",
  "location": "2020 International Mars Society Convention",
  "news_url": "https://www.marssociety.org/news/2020/10/15/breaking-news-spacex-ceo-elon-musk-to-speak-virtually-at-2020-mars-society-convention/",
  "video_url": "https://www.youtube.com/watch?v=y5Aw6WG4Dww",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/2020_mars_socie_image_20201015203440.jpeg",
  "date": "2020-10-16T22:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}