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

{
    "id": 558,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/558/?format=api",
    "slug": "eso-event-horizon-telescope-press-conference",
    "name": "ESO Event Horizon Telescope Press Conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The European Southern Observatory (ESO) and the Event Horizon Telescope (EHT) project will hold a press conference to present new Milky Way results from the EHT.",
    "location": "ESO Headquarters, Garching bei München, Germany",
    "news_url": "https://www.eso.org/public/announcements/ann22006/",
    "video_url": "https://www.youtube.com/watch?v=rIQLA6lo6R0",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eso_event_horiz_image_20220501110413.jpg",
    "date": "2022-05-12T13:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}