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

{
    "id": 31,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/31/?format=api",
    "slug": "progress-73-docking",
    "name": "Progress 73 Docking",
    "type": {
        "id": 2,
        "name": "Docking"
    },
    "description": "Live coverage of the resupply craft’s launch and docking will began at 7:45 a.m. EDT on NASA Television and the agency’s website.",
    "location": "International Space Station",
    "news_url": "https://www.nasa.gov/press-release/nasa-tv-to-air-launch-docking-of-russian-space-station-cargo-ship",
    "video_url": null,
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress2520732520257c2520docking_image_20190725195520.jpg",
    "date": "2019-07-31T15:35:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}