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

{
    "id": 963,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/963/?format=api",
    "slug": "2024-state-of-nasa-address",
    "name": "2024 State of NASA Address",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA Administrator Bill Nelson discusses the agency’s goals for the benefit of humanity during the annual State of NASA address on Monday, March 11.\r\n\r\nSenior leaders from each of NASA’s mission directorates also will discuss advancements in their areas ranging from aeronautics and science research to space operations.",
    "location": null,
    "news_url": "https://www.nasa.gov/news-release/nasa-to-highlight-artemis-us-space-leadership-during-annual-address/",
    "video_url": "https://www.youtube.com/watch?v=Xx4kJ2tOZlg",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_logo_place_image_20240926071724.png",
    "date": "2024-03-11T17:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}