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

{
  "id": 494,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/494/?format=api",
  "slug": "nasa-mars-2020-ingenuity-19th-flight",
  "name": "NASA Mars 2020 Ingenuity 19th Flight",
  "type": {
    "id": 14,
    "name": "Test Flight"
  },
  "description": "During its 19th flight on Mars, Ingenuity covered ~62 meters in 99.98 seconds.",
  "location": "Airfield K, Jezero crater, Mars",
  "news_url": null,
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ingenuity_fligh_image_20220208184240.png",
  "date": "2022-02-08T00:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}