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

{
  "id": 916,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/916/?format=api",
  "slug": "axiom-3-crew-press-conference",
  "name": "Axiom-3 Crew Press Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Axiom Space will hold a virtual press conference with the astronauts of Axiom Mission 3 (Ax-3) to highlight their mission readiness and objectives,\r\nParticipants include:\r\n\r\n- Michael López-Alegría, Ax-3 Commander, Axiom Space, U.S. and Spain\r\n- Walter Villadei, Ax-3 Pilot, Italy\r\n- Alper Gezeravcı, Ax-3 Mission Specialist, Türkiye\r\n- Marcus Wandt, Ax-3 Mission Specialist, ESA/Sweden",
  "location": "Online",
  "news_url": "https://www.axiomspace.com/news/ax3-countdowntolaunch",
  "video_url": "https://www.youtube.com/watch?v=FBF3J4O-Np8",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/axiom-3_crew_pr_image_20240111063706.jpeg",
  "date": "2024-01-11T16:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [
    {
      "id": 32,
      "url": "https://lldev.thespacedevs.com/2.0.0/program/32/?format=api",
      "name": "Axiom Private Spaceflight",
      "description": "Axiom Space provides human spaceflight missions to the International Space Station. \r\nThe company sent its first commercial astronauts into orbit in 2022. It also plans human spaceflight for government-funded and commercial astronauts engaging in in-space research, in-space manufacturing, and space exploration.",
      "agencies": [
        {
          "id": 1022,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1022/?format=api",
          "name": "Axiom Space",
          "type": "Private"
        }
      ],
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/axiom2520priva_program_20231231100427.jpeg",
      "start_date": "2022-04-08T00:00:00Z",
      "end_date": null,
      "info_url": "https://www.axiomspace.com/missions/",
      "wiki_url": "https://en.wikipedia.org/wiki/Axiom_Space#Missions"
    }
  ]
}