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

{
    "id": 849,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/849/?format=api",
    "slug": "rockon-launch",
    "name": "RockOn Launch",
    "type": {
        "id": 31,
        "name": "Sounding Rocket Launch"
    },
    "description": "NASA's Wallops Flight Facility is scheduled to launch a sounding rocket for the RockOn mission on Thursday, Aug. 17, with a window of 10:00-14:00 UTC The rockets will carry multiple student experiments to suborbital space.\r\n\r\nThe mission had been postponed following an anomaly that occurred on the RockSat-X student sounding rocket launch on Wednesday, Aug. 16. Initial investigation shows that there was an issue with the RockSat-X second stage. The RockOn launch vehicle uses a different second stage, which has been cleared for flight.",
    "location": "NASA's Wallops Flight Facility, Virginia",
    "news_url": "https://www.nasa.gov/feature/wallops/2023/double-header-nasa-sounding-rockets-to-launch-student-experiments",
    "video_url": "https://www.youtube.com/watch?v=f2kmaYtW_7s",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocksat-x_2526_image_20230810183225.jpeg",
    "date": "2023-08-17T10:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}