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

{
    "id": 780,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/780/?format=api",
    "slug": "chandrayaan-3-lunar-landing",
    "name": "Chandrayaan-3 Lunar Landing",
    "type": {
        "id": 7,
        "name": "Moon Landing"
    },
    "description": "The Chandrayaan-3 lander and rover have successfully landed on the lunar surface.",
    "location": "Lunar Surface",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=DLA_64yz8Ss",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chandrayaan-3_l_image_20230522104942.jpg",
    "date": "2023-08-23T12:34:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}