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

{
    "id": 1021,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1021/?format=api",
    "slug": "nasa-exploration-science-program-update-teleconfer",
    "name": "NASA Exploration Science Program Update Teleconference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a media teleconference to provide an update on a program within NASA’s Exploration Science Strategy and Integration Office. Participants in the teleconference include Nicola Fox, associate administrator, and Joel Kearns, deputy associate administrator for exploration of NASA's Science Mission Directorate.",
    "location": "Online",
    "news_url": "https://www.nasa.gov/news-release/nasa-invites-media-to-discuss-exploration-science-program-update/",
    "video_url": "https://www.youtube.com/watch?v=Hd2ES2H6UQc",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_20240402195408.jpg",
    "date": "2024-07-17T20:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}