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

{
  "id": 1036,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1036/?format=api",
  "slug": "polaris-dawn-spacewalk",
  "name": "Polaris Dawn Spacewalk",
  "type": {
    "id": 3,
    "name": "EVA"
  },
  "description": "At approximately 700 kilometers above the Earth, the crew will attempt the first-ever commercial extravehicular activity (EVA) with SpaceX-designed extravehicular activity (EVA) spacesuits, upgraded from the current intravehicular (IVA) suit. Building a base on the Moon and a city on Mars will require thousands of spacesuits; the development of this suit and the execution of the EVA will be important steps toward a scalable design for spacesuits on future long-duration missions.",
  "location": "Space",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=CwCLN2riHE4",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/polaris_dawn_sp_image_20240826175533.jpg",
  "date": "2024-09-12T09:58:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [
    {
      "id": 40,
      "url": "https://lldev.thespacedevs.com/2.0.0/program/40/?format=api",
      "name": "Polaris",
      "description": "The Polaris program is a private spaceflight program organized by entrepreneur Jared Isaacman.",
      "agencies": [
        {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
          "name": "SpaceX",
          "type": "Commercial"
        }
      ],
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/polaris_program_image_20240826141144.png",
      "start_date": "2024-08-26T07:38:00Z",
      "end_date": null,
      "info_url": "https://polarisprogram.com/",
      "wiki_url": "https://en.wikipedia.org/wiki/Polaris_program"
    }
  ]
}