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

{
    "id": 74,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/74/?format=api",
    "slug": "osiris-rex-sample-collection-site-announcement",
    "name": "OSIRIS-Rex Sample Collection Site Announcement",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will announce the selected site on asteroid Bennu where OSIRIS-REx will collect a sample before bringing back to Earth.",
    "location": "Asteroid Bennu",
    "news_url": null,
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/osiris-rex2520sample2520collection_image_20190729035954.jpg",
    "date": "2019-12-12T18:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}