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

{
    "id": 944,
    "url": "https://ll.thespacedevs.com/2.0.0/event/944/?format=api",
    "slug": "total-solar-eclipse-in-north-america",
    "name": "Total Solar Eclipse in North America",
    "type": {
        "id": 11,
        "name": "Celestial Event"
    },
    "description": "NASA will broadcast live views of the total solar eclipse in North America.",
    "location": "North America",
    "news_url": "https://science.nasa.gov/eclipses/future-eclipses/eclipse-2024/",
    "video_url": "https://www.youtube.com/watch?v=2MJY_ptQW1o",
    "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/total_solar_ecl_image_20201206083620.jpeg",
    "date": "2024-04-08T15:42:07Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}