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

{
  "id": 752,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/752/?format=api",
  "slug": "total-solar-eclipse-in-australia",
  "name": "Total Solar Eclipse in Australia",
  "type": {
    "id": 11,
    "name": "Celestial Event"
  },
  "description": "NASA will broadcast live views of the total solar eclipse in Australia.",
  "location": "Australia",
  "news_url": null,
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/total_solar_ecl_image_20201206083620.jpeg",
  "date": "2023-04-20T01:58:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}