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

{
    "id": 19,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/19/?format=api",
    "slug": "hayabusa2-second-sample-collection-from-ryugu",
    "name": "Hayabusa2 Second sample collection from Ryugu",
    "type": {
        "id": 6,
        "name": "Spacecraft Event"
    },
    "description": "On July 11 the second sample collection from the asteroid 'Ryugu' will occur.\r\n\r\nThe location is about 20m north of the artificial crater formed by the Small Carry-on Impactor earlier this year.",
    "location": "162173 Ryugu",
    "news_url": "http://www.hayabusa2.jaxa.jp/en/",
    "video_url": "https://www.youtube.com/watch?v=hnJX9obXzPU&",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hayabusa22520second2520sample2520collection2520from2520ryugu_image_20190629002325.jpg",
    "date": "2019-07-11T00:30:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}