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

{
    "id": 655,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/655/?format=api",
    "slug": "juno-europa-flyby",
    "name": "Juno Europa Flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "NASA’s Juno spacecraft will come within 358 kilometers (222 miles) of the surface of Jupiter’s ice-covered moon, Europa. The solar-powered spacecraft is expected to obtain some of the highest-resolution images ever taken of portions of Europa’s surface, as well as collect valuable data on the moon’s interior, surface composition, and ionosphere, along with its interaction with Jupiter’s magnetosphere.",
    "location": "Europa",
    "news_url": "https://www.nasa.gov/feature/jpl/nasa-s-juno-will-perform-close-flyby-of-jupiter-s-icy-moon-europa",
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/juno_europa_fly_image_20220928075952.jpg",
    "date": "2022-09-29T09:36:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}