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

{
    "id": 441,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/441/?format=api",
    "slug": "total-solar-eclipse",
    "name": "Total Solar Eclipse",
    "type": {
        "id": 11,
        "name": "Celestial Event"
    },
    "description": "Camera views of the total solar eclipse visible from Antarctica will be broadcasted on NASA TV.",
    "location": "Antarctica",
    "news_url": "https://earthsky.org/astronomy-essentials/total-solar-eclipse-december-4-2021/",
    "video_url": "https://youtu.be/J04GFN2Pq1w",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/total_solar_ecl_image_20201206083620.jpeg",
    "date": "2021-12-04T07:33:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}