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

{
  "id": 936,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/936/?format=api",
  "slug": "nasa-astronaut-graduation-class-of-2021",
  "name": "NASA Astronaut Graduation Class of 2021",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will honor the next generation of Artemis astronaut candidates to graduate at the agency’s Johnson Space Center in Houston.",
  "location": "Johnson Space Center, Houston",
  "news_url": "https://www.nasa.gov/news-release/new-artemis-generation-astronauts-to-graduate-nasa-sets-coverage/",
  "video_url": "https://www.youtube.com/watch?v=FIwG9b1z4C8",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_astronaut__image_20240207162712.jpeg",
  "date": "2024-03-05T15:30:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}