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

{
    "id": 116,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/116/?format=api",
    "slug": "mars-2020-engineering-science-briefing",
    "name": "Mars 2020 Engineering & Science Briefing",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The Mars 2020 engineering and science briefing will be livestreamed on NASA TV.",
    "location": null,
    "news_url": null,
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mars_2020_pre-l_image_20200717135837.png",
    "date": "2020-07-27T19:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}