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

{
  "id": 835,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/835/?format=api",
  "slug": "epsilon-s-2nd-stage-motor-static-fire",
  "name": "Epsilon S 2nd Stage Motor Static Fire",
  "type": {
    "id": 5,
    "name": "Static Fire"
  },
  "description": "JAXA will test fire the second stage solid rocket motor for the Epsilon S launch vehicle using a short nozzle specific for atmospheric pressure test.\r\n\r\nTimes are subject to change depending on weather conditions.\r\n\r\nThis test comes after a launch failure in 2022 shortly after second stage cutoff due to an attitude control fault.",
  "location": "JAXA Noshiro Rocket Testing Center",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=VHngCQLJDAY",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/epsilon_s_rocke_image_20230713182951.jpg",
  "date": "2023-07-13T23:45:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}