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

{
    "id": 1188,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1188/?format=api",
    "slug": "jared-isaacman-senate-nomination-hearing-for-nasa",
    "name": "Jared Isaacman Senate Nomination Hearing for NASA Administrator",
    "type": {
        "id": 28,
        "name": "Public Hearing"
    },
    "description": "Jared Isaacman is set to participate in his confirmation hearing to become the next NASA administrator. The hearing will take place before Sen. Ted Cruz, and the U.S. Senate Committee on Commerce, Science, and Transportation in the Russell Building in Washington.",
    "location": "US Senate",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=tqejrlbfB84",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_logo_place_image_20240926071724.png",
    "date": "2025-04-09T14:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}