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

{
    "id": 870,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/870/?format=api",
    "slug": "deep-space-optical-communications-media-teleconfer",
    "name": "Deep Space Optical Communications Media Teleconference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will host a media teleconference to discuss the agency’s first test of high-bandwidth optical communications beyond the Moon. The Deep Space Optical Communications (DSOC) technology demonstration is launching aboard the Psyche spacecraft.\r\n\r\nThe following participants will discuss the goals of this demonstration and benefits of high-data-rate laser communications that could be used by future NASA missions:\r\n\r\n- Jeff Volosin, acting deputy associate administrator and program manager for Space Communications and Navigation\r\n- Tawnya Laughinghouse, program manager for Technology Demonstration Missions\r\n- Abi Biswas, DSOC project technologist\r\n- Meera Srinivasan, DSOC ground system product delivery manager and operations lead",
    "location": "Online",
    "news_url": "https://www.nasa.gov/press-release/nasa-to-discuss-optical-communications-demo-riding-with-psyche",
    "video_url": "https://www.youtube.com/watch?v=o0uy82AOcR0",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/deep_space_opti_image_20230915180219.jpg",
    "date": "2023-09-20T17:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}