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

{
  "id": 63,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/63/?format=api",
  "slug": "us-eva-59",
  "name": "US EVA-59",
  "type": {
    "id": 3,
    "name": "EVA"
  },
  "description": "NASA astronaut Drew Morgan and ESA astronaut Luca Parmitano will perform EVA-59 to begin repairs on the Alpha Magnetic Spectrometer. It is the first of four spacewalks and expected to last at least 6.5 hours.",
  "location": "International Space Station",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=evaBhht5uGA",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
  "date": "2019-11-15T12:05:00Z",
  "launches": [],
  "expeditions": [
    {
      "id": 136,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/136/?format=api",
      "name": "Expedition 61",
      "start": "2019-10-02T00:00:00Z",
      "end": "2020-02-05T13:40: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": [],
  "program": []
}