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

{
  "id": 677,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/677/?format=api",
  "slug": "jaxa-h3-captive-firing-test",
  "name": "JAXA H3 Captive Firing Test",
  "type": {
    "id": 5,
    "name": "Static Fire"
  },
  "description": "JAXA will conduct a static fire test of its upcoming H3 launch vehicle due to perform its maiden flight no later than March 2023.",
  "location": "Tanegashima Space Center, Japan",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=HNPcMNfnzGM",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h-iii_image_20221104084531.jpeg",
  "date": "2022-11-07T07:30:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}