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

{
    "id": 735,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/735/?format=api",
    "slug": "bill-nelson-state-of-nasa-address",
    "name": "Bill Nelson State of NASA Address",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Administrator Bill Nelson will broadcast his annual State of NASA remarks, highlighting the agency’s plans to explore the Moon and Mars, monitor and protect the planet, sustain U.S. leadership in aviation and aerospace innovation, drive economic growth and promote equity and diversity within the agency and across the nation, while inspiring the next generation of explorers for the benefit of humanity.",
    "location": "NASA Headquarters, Washington DC",
    "news_url": "https://www.nasa.gov/press-release/nasa-sets-coverage-for-annual-address-budget-media-call-in-march",
    "video_url": "https://www.youtube.com/watch?v=yTVxELrVfB0",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/bill_nelson_sta_image_20230309063345.jpeg",
    "date": "2023-03-09T20:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}