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

{
    "id": 301,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/301/?format=api",
    "slug": "new-shepard-first-seat-auction",
    "name": "New Shepard First Seat Auction",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "On July 20th, New Shepard will fly its first astronaut crew to space. Blue Origin is offering one seat on this first flight to the winning bidder of an online auction.\r\n\r\nThe winning bid amount will be donated to Blue Origin’s foundation, Club for the Future, to inspire future generations to pursue careers in STEM and help invent the future of life in space.",
    "location": null,
    "news_url": "https://www.blueorigin.com/",
    "video_url": "https://www.youtube.com/watch?v=JUcQmETFmds",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_sheppard_fi_image_20210608131927.jpeg",
    "date": "2021-06-12T16:45:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}