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

{
    "id": 676,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/676/?format=api",
    "slug": "nasa-psyche-independent-review-teleconference",
    "name": "NASA Psyche Independent Review Teleconference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Following a community townhall, NASA will host a media teleconference to discuss the findings and recommendations of a report by the Psyche mission independent review board.",
    "location": null,
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=Ag6tqWaTVlE",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_psyche_ind_image_20221104084100.jpeg",
    "date": "2022-11-04T17:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}