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

{
    "id": 848,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/848/?format=api",
    "slug": "rocksat-x-launch",
    "name": "RockSat-X Launch",
    "type": {
        "id": 31,
        "name": "Sounding Rocket Launch"
    },
    "description": "Coverage of the mission will begin 15 minutes before the first launch.\r\n\r\nThe Terrier-Improved Orion and Terrier-Improved Malemute rockets will launch 5 minutes apart and are expected to reach an altitude of about 70 miles (113 kilometers) before descending by parachute into the Atlantic Ocean to be recovered.\r\n\r\nThe rockets will be carrying experiments developed by more than 30 university and community college teams as part of NASA’s RockOn Workshop and RockSat programs.",
    "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=VJGH7GrnEuk",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocksat-x_2526_image_20230810183225.jpeg",
    "date": "2023-08-16T10:21:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}