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

{
    "id": 1278,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1278/?format=api",
    "slug": "nasa-mars-2020-perseverance-finding-teleconference",
    "name": "NASA Mars 2020 Perseverance Finding Teleconference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will host a media teleconference to discuss the analysis of a rock sampled by the agency’s Perseverance Mars rover last year, which is the subject of a forthcoming science paper.\r\n\r\nThe sample, called “Sapphire Canyon,” was collected in July 2024 from a set of rocky outcrops on the edges of Neretva Vallis, a river valley carved by water rushing into Jezero Crater long ago.\r\n\r\nParticipants in the teleconference include:\r\n- Acting NASA Administrator Sean Duffy\r\n- Nicky Fox, associate administrator, Science Mission Directorate, NASA Headquarters in Washington\r\n- Lindsay Hays, Senior Scientist for Mars Exploration, Planetary Science Division, NASA Headquarters\r\n- Katie Stack Morgan, Perseverance Project Scientist, NASA’s Jet Propulsion - Joel Hurowitz, planetary scientist, Stony Brook University, New York",
    "location": "Online",
    "news_url": "https://www.nasa.gov/news-release/nasa-to-share-details-of-new-perseverance-mars-rover-finding/",
    "video_url": "https://www.youtube.com/watch?v=-StZggK4hhA",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/perseverance_se_image_20250909071946.jpeg",
    "date": "2025-09-10T15:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}