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

{
  "id": 1032,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1032/?format=api",
  "slug": "crew-flight-test-status-update",
  "name": "Crew Flight Test Status Update",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will host a media teleconference to provide an update on the agency’s Boeing Crew Flight Test. Mission managers continue to evaluate the Starliner spacecraft’s readiness in advance of decisional meetings no earlier than next week regarding the return of NASA astronauts Butch Wilmore and Suni Williams.\r\n\r\nParticipants include:\r\n\r\n- Ken Bowersox, associate administrator, NASA’s Space Operations Mission Directorate\r\n- Joel Montalbano, deputy associate administrator, NASA’s Space Operations Mission Directorate\r\n- Russ DeLoach, chief, NASA’s Office of Safety and Mission Assurance \r\n- NASA chief astronaut Joe Acaba\r\n- Emily Nelson, chief flight director, NASA’s Flight Operations Directorate",
  "location": "Online",
  "news_url": "https://www.nasa.gov/news-release/nasa-to-provide-crew-flight-test-status-update/",
  "video_url": "https://www.youtube.com/watch?v=EyKqaVLpsW4",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20240723193124.jpg",
  "date": "2024-08-14T17:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [
    {
      "id": 4,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
      "name": "International Space Station",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "founded": "1998-11-20",
      "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
      "orbit": "Low Earth Orbit",
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
    }
  ],
  "program": []
}