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

{
  "id": 1117,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1117/?format=api",
  "slug": "axiom-4-crew-press-conference",
  "name": "Axiom-4 Crew Press Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Axiom Space will hold a virtual press conference with the assigned astronauts of Axiom Mission 4 (Ax-4), the company’s fourth commercial astronaut mission to the International Space Station. The assigned Ax-4 crew plan to highlight their training and experiences, preparedness, and mission objectives; this will be the first opportunity for reporters to engage with the full Ax-4 crew.\r\n\r\nThe assigned Ax-4 crew includes Commander Peggy Whitson of the United States, Mission Pilot Shubhanshu Shukla of India, Mission Specialist Sławosz Uznański-Wiśniewski of the European Space Agency (ESA)/Poland, and Mission Specialist Tibor Kapu of Hungary.",
  "location": "Online",
  "news_url": "https://www.axiomspace.com/mission-blog/advisory-first-ax-4-press-conference",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ax-4_crew_image_20250128102959.jpg",
  "date": "2025-01-30T15: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"
    }
  ]
}