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

{
  "id": 934,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/934/?format=api",
  "slug": "pace-science-briefing",
  "name": "PACE Science Briefing",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "PACE Science Briefing with the following agency participants:\r\n\r\n- Kate Calvin, chief scientist and senior climate advisor\r\n- Karen St. Germain, director, Earth Science Division\r\n- Jeremy Werdell, PACE project scientist\r\n- Andy Sayer, atmospheric scientist, Sciences and Exploration Directorate\r\n- Erin Urquhart, program manager, Water Resources Application Area",
  "location": "KSC, Florida",
  "news_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-ocean-atmosphere-climate-mission/",
  "video_url": "https://www.youtube.com/watch?v=8v0QwgWPqPU",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pace_prelaunch__image_20240131194608.jpg",
  "date": "2024-02-04T16:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}