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

{
  "id": 1007,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1007/?format=api",
  "slug": "ariane-6-inaugural-flight-pre-launch-media-briefin",
  "name": "Ariane 6 Inaugural flight Pre-Launch Media Briefing",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "ESA is hosting a press conference in preparation for the first flight of Ariane 6.\r\n\r\n\r\nParticipants include:\r\n\r\n- Toni Tolker-Nielsen, Director of Space Transportation, ESA \r\n- Carine Leveau, Director of Space Transporation, CNES\r\n- Franck Huiban, Head of Civil Programs, ArianeGroup\r\n- Caroline Arnoux, Head of Ariane 6 Program, Arianespace",
  "location": "Online",
  "news_url": null,
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
  "date": "2024-06-25T09:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}