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

{
    "id": 131,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/131/?format=api",
    "slug": "rocket-lab-smallsat-update-and-qa",
    "name": "Rocket Lab SmallSat Update and Q&A",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Rocket Lab’s CEO and founder Peter Beck will host an update on Rocket Lab’s launch activity, reusability, and satellite programs. A Q&A will also take place with questions from live viewers.",
    "location": null,
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=zhqzSVEGVxw",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket_lab_smal_image_20200805003005.jpg",
    "date": "2020-08-05T22:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}