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

{
    "id": 202,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/202/?format=api",
    "slug": "total-solar-eclipse-in-south-america",
    "name": "Total Solar Eclipse in South America",
    "type": {
        "id": 11,
        "name": "Celestial Event"
    },
    "description": "Camera views of the total solar eclipse in South America will be broadcasted on NASA TV.",
    "location": "South America",
    "news_url": "https://en.wikipedia.org/wiki/Solar_eclipse_of_December_14,_2020",
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/total_solar_ecl_image_20201206083620.jpeg",
    "date": "2020-12-14T15:30:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}