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

{
    "id": 572,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/572/?format=api",
    "slug": "nasa-capstone-pre-launch-news-conference",
    "name": "NASA Capstone Pre-Launch News Conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will host a media teleconference with partners Advanced Space and Rocket Lab at 3 p.m. EDT Wednesday, May 25, in advance of the Cislunar Autonomous Positioning System Technology Operations and Navigation Experiment (CAPSTONE) launch.",
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-partners-to-host-capstone-prelaunch-media-teleconference",
    "video_url": "https://www.youtube.com/watch?v=2s2Wz2EXFJA",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_capstone_p_image_20240305173108.jpeg",
    "date": "2022-05-25T19:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}