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

{
    "id": 1116,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1116/?format=api",
    "slug": "esa-press-conference-at-the-17th-european-space-co",
    "name": "ESA Press Conference at the 17th European Space Conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "ESA is holding a press conference at the 17th European Space Conference",
    "location": "17th European Space Conference, Brussels, Belgium",
    "news_url": null,
    "video_url": "https://x.com/i/broadcasts/1vOxwrXAjLdJB",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
    "date": "2025-01-28T08:30:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}