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

{
    "id": 983,
    "url": "https://ll.thespacedevs.com/2.0.0/event/983/?format=api",
    "slug": "esa-astronaut-class-of-2022-graduation-ceremony",
    "name": "ESA astronaut class of 2022 graduation ceremony",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "ESA astronaut candidates Sophie Adenot, Rosemary Coogan, Pablo Álvarez Fernández, Raphaël Liégeois, Marco Sieber and Australian Space Agency astronaut candidate Katherine Bennell-Pegg receive astronaut certification at ESA’s European Astronaut Centre. This officially marks their transition into fully-fledged astronauts, ready and eligible for spaceflight.",
    "location": "European Astronaut Centre",
    "news_url": "https://www.esa.int/Science_Exploration/Human_and_Robotic_Exploration/ESA_astronaut_graduation_launching_into_the_future",
    "video_url": "https://www.youtube.com/watch?v=B4vOcy4SpYk",
    "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/esa_2022_astron_image_20240421070549.jpg",
    "date": "2024-04-22T08:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}