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

{
  "id": 36,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/36/?format=api",
  "slug": "osiris-rex-sample-return",
  "name": "OSIRIS-Rex Sample Return",
  "type": {
    "id": 9,
    "name": "Spacecraft Landing"
  },
  "description": "On September 24, 2023 the OSIRIS-REx return capsule will re-enter Earth's atmosphere and land under a parachute at the Air Force's Utah Test and Training Range",
  "location": "Earth",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=Kdwyqctp908",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/osiris-rex2520sample2520return_image_20190729040745.jpg",
  "date": "2023-09-24T14:54:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}