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

{
  "id": 896,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/896/?format=api",
  "slug": "ariane-6-post-static-fire-media-briefing",
  "name": "Ariane 6 Post Static-Fire Media Briefing",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Josef Aschbacher, ESA Director General will outline the progress achieved after the successful hot firing test on 23 November 2023 at Europe’s Spaceport in Kourou, French Guiana, as well as the upcoming steps in the Ariane 6 development test campaign, including the tentative launch period for Ariane 6 together with:\r\n\r\n- Martin Sion, CEO, ArianeGroup.\r\n- Philippe Baptiste, President, CNES.\r\n- Stéphane Israël, CEO, Arianespace",
  "location": "ESA Headquarters, Paris",
  "news_url": "https://www.esa.int/Newsroom/Press_Releases/Media_invitation_Updates_on_Ariane_6_task_force_meeting",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
  "date": "2023-11-30T08:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}