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

{
  "id": 933,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/933/?format=api",
  "slug": "pace-prelaunch-news-conference",
  "name": "PACE Prelaunch News Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "PACE Prelaunch News Conference with the following participants:\r\n\r\n- NASA Associate Administrator Jim Free\r\n- Karen St. Germain, director, Earth Science Division, NASA\r\n- Tim Dunn, senior launch director, Launch Services Program, NASA\r\n- Julianna Scheiman, director, Civil Satellite Missions, SpaceX\r\n- Brian Cizek, launch weather officer, 45th Weather Squadron, U.S. Space Force",
  "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=03HJCnQBkpY",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pace_prelaunch__image_20240131194608.jpg",
  "date": "2024-02-05T14:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}