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

{
    "id": 1179,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1179/?format=api",
    "slug": "firefly-blue-ghost-mission-1-end-of-mission-press",
    "name": "Firefly Blue Ghost Mission 1 End of Mission Press Conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA and Firefly Aerospace will host a news conference to discuss the company’s successful Blue Ghost Mission 1 on the Moon’s surface.",
    "location": "Johnson Space Center , Houston",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=xSy69T0HuZ4",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue_ghost_land_image_20250317154649.jpg",
    "date": "2025-03-18T18:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}