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

{
    "id": 181,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/181/?format=api",
    "slug": "jim-bridenstine-at-the-2020-mars-society-conventio",
    "name": "Jim Bridenstine at the 2020 Mars Society Convention",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Jim Bridenstine will be joining the 2020 International Mars Society Convention virtually by providing a special update on NASA’s plans for the Moon and Mars.\r\n\r\nOnline registration for the International Mars Society Convention is free of charge.",
    "location": "2020 International Mars Society Convention",
    "news_url": "https://www.marssociety.org/news/2020/10/05/breaking-news-nasa-administrator-jim-bridenstine-to-address-2020-mars-society-convention/",
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jim_bridenstine_image_20201016062246.jpeg",
    "date": "2020-10-17T17:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}