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

{
  "id": 972,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/972/?format=api",
  "slug": "nasa-solar-eclipse-preview-press-conference",
  "name": "NASA Solar Eclipse Preview Press Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "share safety information, and conduct science during the upcoming total solar eclipse. Representatives from these agencies will brief media about plans for the solar eclipse.\r\n\r\nBriefing participants include:\r\n\r\n- NASA Administrator Bill Nelson\r\n-  NASA Deputy Administrator Pam Melroy\r\n- NASA Associate Administrator Jim Free\r\n- Kelly Korreck, eclipse program manager, NASA Headquarters\r\n- Shailen Bhatt, administrator, Federal Highway Administration\r\n- Elsayed Talaat, director, National Oceanic and Atmospheric Administration’s Office of Space Weather Observations",
  "location": "NASA Headquarters, Washington",
  "news_url": "https://www.nasa.gov/news-release/nasa-agencies-to-brief-plans-for-april-2024-total-solar-eclipse/",
  "video_url": "https://www.youtube.com/watch?v=rD8l67uhpqg",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/total_solar_ecl_image_20201206083620.jpeg",
  "date": "2024-03-26T14:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}