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

{
  "id": 1046,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1046/?format=api",
  "slug": "polaris-dawn-crew-dragon-splashdown",
  "name": "Polaris Dawn Crew Dragon Splashdown",
  "type": {
    "id": 9,
    "name": "Spacecraft Landing"
  },
  "description": "The Crew Dragon for Polaris Dawn will splashdown in the Gulf of Mexico, bringing its crew back to Earth after spending 5 days in orbit.",
  "location": "Atlantic Ocean",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=62PGS5ITuMk",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200718140927.jpg",
  "date": "2024-09-15T07:36: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"
    }
  ]
}