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

{
  "id": 1031,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1031/?format=api",
  "slug": "rocksat-sounding-rocket-launch",
  "name": "RockSat Sounding Rocket Launch",
  "type": {
    "id": 31,
    "name": "Sounding Rocket Launch"
  },
  "description": "RockOn! is a hands-on workshop teaching participants how to create a sounding rocket experiment from scratch over a 5-day period and then launching it into space on the 6th day of the workshop.  This is a team experience and takes place at Wallops.",
  "location": "Wallops",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=_uM-sn_xRUg",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocksat_image_20240809080927.jpg",
  "date": "2024-08-13T10:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}