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

{
  "id": 1112,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1112/?format=api",
  "slug": "firefly-blue-ghost-mission-1-lunar-landing",
  "name": "Firefly Blue Ghost Mission 1 Lunar Landing",
  "type": {
    "id": 7,
    "name": "Moon Landing"
  },
  "description": "Firefly's Blue Ghost Mission 1 lunar lander has landed in Mare Crisium near Mons Latreille.",
  "location": "Mare Crisium, Moon",
  "news_url": "https://fireflyspace.com/missions/blue-ghost-mission-1/",
  "video_url": "https://www.youtube.com/watch?v=ChEuA1AUJAY",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/render_of_blue__image_20250115081321.png",
  "date": "2025-03-02T08:34:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}