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

{
  "id": 1033,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1033/?format=api",
  "slug": "polaris-dawn-mission-overview-briefing",
  "name": "Polaris Dawn Mission Overview Briefing",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "The Polaris Dawn crew and SpaceX will hold a mission overview briefing live from Florida on X.",
  "location": "Kennedy Space Center, FL, USA",
  "news_url": "https://polarisprogram.com/polaris-dawn-a-groundbreaking-commercial-spaceflight-mission-to-launch-on-august-26-2024/",
  "video_url": "https://www.youtube.com/watch?v=5tc_xcwQUHI",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/polaris_dawn_cr_image_20240504183425.jpeg",
  "date": "2024-08-19T17:00: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"
    }
  ]
}