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

{
    "id": 11,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/11/?format=api",
    "slug": "parker-solar-probe-2nd-perihelion",
    "name": "Parker Solar Probe - 2nd Perihelion",
    "type": {
        "id": 6,
        "name": "Spacecraft Event"
    },
    "description": "The Parker Solar Probe will reach it's 2nd close approach of the sun at approximately 24 Million kilometers out.",
    "location": "24,000,000 km from Sun.",
    "news_url": "https://blogs.nasa.gov/parkersolarprobe/",
    "video_url": null,
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/parker2520solar2520probe2520-25202nd2520perihelion_image_20190404113718.jpg",
    "date": "2019-04-04T20:40:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}