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

{
    "id": 736,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/736/?format=api",
    "slug": "sxsw-2023-conference-jwst-keynote",
    "name": "SXSW 2023 Conference JWST Keynote",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Experts from NASA and ESA will share a never before seen image from the James Webb Space Telescope, talk about Webb’s latest scientific discoveries, and how this observatory will continue to explore the uncharted territories of our cosmos.",
    "location": "Austin Convention Center, TX",
    "news_url": "https://schedule.sxsw.com/2023/events/PP1142851",
    "video_url": "https://www.youtube.com/watch?v=oF97WPog4uA",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jwst_alignment__image_20220505152744.jpg",
    "date": "2023-03-14T18:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}