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

{
  "id": 1216,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1216/?format=api",
  "slug": "nasa-nisar-news-conference",
  "name": "NASA NISAR News Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA-hosted news conference to discuss the upcoming NISAR (NASA-ISRO Synthetic Aperture Radar) mission.\r\n\r\nThe Earth-observing satellite, a first-of-its-kind collaboration between NASA and ISRO (Indian Space Research Organisation), carries an advanced radar system that will help protect communities by providing a dynamic, three-dimensional view of Earth in unprecedented detail and detecting the movement of land and ice surfaces down to the centimeter.\r\n\r\nThe NISAR mission will lift off from ISRO’s Satish Dhawan Space Centre in Sriharikota, on India’s southeastern coast. Launch is targeted for no earlier than late July.",
  "location": "Online",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=sLjvAmK_siU",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nisar_in_orbit__image_20250718050620.jpg",
  "date": "2025-07-21T16:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}