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

{
  "id": 949,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/949/?format=api",
  "slug": "rocket-lab-q4-2023-financial-results-update-and-co",
  "name": "Rocket Lab Q4 2023 Financial Results Update and Conference Call",
  "type": {
    "id": 32,
    "name": "Earnings Calls"
  },
  "description": "RocketLab will host the 2023 Q4 Earnings Call for its Investors.",
  "location": "Online",
  "news_url": "https://investors.rocketlabusa.com/events-and-presentations/events/event-details/2024/Fourth-Quarter-2023-Financial-Results-Update-and-Conference-Call/default.aspx",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket_lab_q4_2_image_20240227101455.jpeg",
  "date": "2024-02-27T22:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}