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

{
  "id": 1035,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1035/?format=api",
  "slug": "polaris-dawn-falcon-9-static-fire-test",
  "name": "Polaris Dawn Falcon 9 Static Fire Test",
  "type": {
    "id": 5,
    "name": "Static Fire"
  },
  "description": "SpaceX will perform a test firing of its Falcon 9 rocket at launch pad 39A ahead of the launch of Polaris Dawn.",
  "location": "LC-39A, KSC",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=miBgBAceUgI",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/f9_with_crew_dr_image_20240825054147.jpg",
  "date": "2024-08-25T10:38: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"
    }
  ]
}