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

{
  "id": 1137,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1137/?format=api",
  "slug": "firefly-blue-ghost-mission-1-post-landing-press-co",
  "name": "Firefly Blue Ghost Mission 1 Post-Landing Press Conference",
  "type": {
    "id": 7,
    "name": "Moon Landing"
  },
  "description": "Press Conference following the successful landing of the Blue Ghost Mission 1 lander on the moon.",
  "location": "Mare Crisium, Moon",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=tA9W49Hi4Ho",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/render_of_blue__image_20250115081321.png",
  "date": "2025-03-02T10:30:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}