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

{
    "id": 846,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/846/?format=api",
    "slug": "virgin-galactic-galactic-02-post-flight-press-conf",
    "name": "Virgin Galactic Galactic-02 Post Flight Press Conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The press conference will feature the Galactic 02 crew and their experiences aboard Virgin Galactic's first private astronaut mission.",
    "location": "Spaceport America, New Mexico",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=XcrDuHS36Ys",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20230810172612.jpeg",
    "date": "2023-08-10T18:09:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}