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

{
    "id": 1113,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1113/?format=api",
    "slug": "osiris-rex-science-results-media-call",
    "name": "OSIRIS-Rex science results media call",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will brief media to provide an update on science results from NASA’s OSIRIS-REx (Origins, Spectral Interpretation, Resource Identification, and Security – Regolith Explorer) mission, which delivered a sample of asteroid Bennu to Earth in September 2023.\r\n\r\nParticipants in the teleconference include\r\n- Nicky Fox, associate administrator, Science Mission Directorate, NASA Headquarters, Washington\r\n- Danny Glavin, senior scientist for sample return, NASA’s Goddard Space Flight Center Greenbelt, Maryland\r\n- Jason Dworkin, OSIRIS-REx project scientist, NASA Goddard\r\n- Tim McCoy, curator of meteorites, Smithsonian Natural History Museum, Washington \r\n- Sara Russell, cosmic mineralogist, Natural History Museum, London",
    "location": "Online",
    "news_url": "https://www.nasa.gov/news-release/nasa-to-brief-media-on-asteroid-sample-mission-findings/",
    "video_url": "https://www.youtube.com/watch?v=TLmJYgUHTD8",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/osiris-rex_prel_image_20230919080942.jpeg",
    "date": "2025-01-29T16:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}