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

{
  "id": 121,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/121/?format=api",
  "slug": "spacex-dm-2-crew-dragon-undocking",
  "name": "SpaceX DM-2 Crew Dragon Undocking",
  "type": {
    "id": 8,
    "name": "Spacecraft Undocking"
  },
  "description": "The first crewed SpaceX Crew Dragon will undock from the International Space Station on August 1. Aboard the spacecraft will be NASA astronauts Douglas Hurley and Robert Behnken. It will then reenter the Earth's atmosphere and splashdown in the Atlantic Ocean.",
  "location": "International Space Station",
  "news_url": "https://blogs.nasa.gov/spacestation/2020/07/17/nasa-announces-crew-dragon-splashdown-date/",
  "video_url": "https://www.youtube.com/watch?v=13OkD0C_TWU",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
  "date": "2020-08-01T23:34:00Z",
  "launches": [],
  "expeditions": [
    {
      "id": 138,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/138/?format=api",
      "name": "Expedition 63",
      "start": "2020-04-17T01:53:00Z",
      "end": "2020-10-20T20:15:00Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
        "name": "International Space Station",
        "status": {
          "id": 1,
          "name": "Active"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
      }
    }
  ],
  "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": []
}