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

{
  "id": 33,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/33/?format=api",
  "slug": "chandrayaan-2-lunar-landing",
  "name": "Chandrayaan-2 Lunar Landing",
  "type": {
    "id": 7,
    "name": "Moon Landing"
  },
  "description": "Chandrayaan-2 is India's second lunar exploration mission after Chandrayaan-1. Developed by the Indian Space Research Organisation, the mission was launched from the second launch pad at Satish Dhawan Space Centre on 22 July 2019 at 2.43 PM IST to the Moon by a Geosynchronous Satellite Launch Vehicle Mark III\r\n\r\nUnfortunately the lander portion of the mission ended in failure as the lander was lost on descent.",
  "location": "Lunar Surface",
  "news_url": "https://en.wikipedia.org/wiki/Chandrayaan-2",
  "video_url": "https://www.youtube.com/watch?v=2srV-bEi_DU",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chandrayaan-22520lunar2520landing_image_20190726141737.jpg",
  "date": "2019-09-06T19:55:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}