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

{
    "id": 57,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/57/?format=api",
    "slug": "virgin-galactic-spacesuit-announcement",
    "name": "Virgin Galactic Spacesuit Announcement",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Commercial spaceflight company Virgin Galactic will be announcing their new spacesuit to be used for private customers on sub-orbital spaceflight.",
    "location": "New York, NY, United States",
    "news_url": "https://twitter.com/virgingalactic/status/1182336054671613954",
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic2520announcement_image_20191012091430.jpg",
    "date": "2019-10-17T01:15:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}