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

{
    "id": 71,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/71/?format=api",
    "slug": "starliner-oft-landing",
    "name": "Starliner OFT Landing",
    "type": {
        "id": 9,
        "name": "Spacecraft Landing"
    },
    "description": "The first Boeing CST-100 Starliner will renter the Earth's atmosphere and land at the 'White Sands Missile Range' using its parachutes.",
    "location": "White Sands Missile Range",
    "news_url": "https://www.nasa.gov/press-release/nasa-television-to-air-boeing-starliner-spacecraft-landing",
    "video_url": "https://www.youtube.com/watch?v=lPzNHeX7OYM",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/boeing2520starliner2520docking_image_20191210170411.jpeg",
    "date": "2019-12-22T12:57:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}