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

{
    "id": 686,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/686/?format=api",
    "slug": "nasa-loftid-first-results-media-briefing",
    "name": "NASA LOFTID First Results Media Briefing",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will host a media briefing to share early results from the Low-Earth Orbit Flight Test of an Inflatable Decelerator (LOFTID) technology demonstration.",
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-to-share-first-results-of-inflatable-heat-shield-technology-test",
    "video_url": "https://www.youtube.com/watch?v=OUGtgTR4D9E",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_loftid_fir_image_20221116032240.jpeg",
    "date": "2022-11-17T19:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}