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

{
    "id": 1284,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1284/?format=api",
    "slug": "hayabusa2-earth-flyby",
    "name": "Hayabusa2 Earth Flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "As part of its mission extension, JAXA's Hayabusa2 spacecraft will fly by Earth on its way to asteroid 1998 KY26.",
    "location": "Earth",
    "news_url": null,
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hayabusa-22520sample2520returns2520to2520earth_image_20190729040322.jpg",
    "date": "2027-12-31T00:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}