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

{
  "id": 777,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/777/?format=api",
  "slug": "ax-2-crew-press-conference",
  "name": "Ax-2 Crew Press Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Axiom will hold a press conference with the Ax-2 crew.",
  "location": null,
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=jgcFuYF23uU",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ax-2_crew_press_image_20230515161930.png",
  "date": "2023-05-16T15:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}