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

{
  "id": 1015,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1015/?format=api",
  "slug": "juice-moon-earth-flyby",
  "name": "Juice Moon-Earth Flyby",
  "type": {
    "id": 23,
    "name": "Flyby"
  },
  "description": "First flybys of ESA's Jupiter Icy Moons Explorer (Juice) mission on its way to the Jovian system.\r\n\r\nIt is the first-ever lunar-Earth flyby, and the first-ever double gravity assist manoeuvre.",
  "location": "Moon-Earth System",
  "news_url": "https://www.esa.int/Science_Exploration/Space_Science/Juice/Juice_s_lunar-Earth_flyby_all_you_need_to_know",
  "video_url": "https://www.youtube.com/watch?v=ZoodtR-46Ms",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20240307192047.jpeg",
  "date": "2024-08-19T21:16:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}