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

{
    "id": 857,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/857/?format=api",
    "slug": "2023-annular-solar-eclipse",
    "name": "2023 Annular Solar Eclipse",
    "type": {
        "id": 11,
        "name": "Celestial Event"
    },
    "description": "Camera views of the partial / \"ring of fire\" solar eclipse visible from multiple states in the US will be broadcasted on NASA TV.",
    "location": "USA",
    "news_url": "https://solarsystem.nasa.gov/eclipses/2023/oct-14-annular/overview/",
    "video_url": "https://www.youtube.com/watch?v=LlY79zjud-Q",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/2023_annular_so_image_20230829170024.jpg",
    "date": "2023-10-14T15:30:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}