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

{
    "id": 591,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/591/?format=api",
    "slug": "nasa-psyche-media-teleconference",
    "name": "NASA Psyche Media Teleconference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will host a media teleconference to provide an update on the agency’s mission to study the Pysche asteroid.",
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-to-discuss-psyche-asteroid-mission",
    "video_url": "https://www.youtube.com/watch?v=JqCSlC6Plzk",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_psyche_med_image_20240305173128.jpeg",
    "date": "2022-06-24T18:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}