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

{
    "id": 60,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/60/?format=api",
    "slug": "70th-international-astronautical-congress",
    "name": "70th International Astronautical Congress",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The International Astronautical Congress is a yearly conference where key figures in the space industry meet and showcase/discuss events in the spaceflight industry.\r\n\r\nThe event lasts starts on 21st October and lasts a week. Some of the panels will be live streamed for free on NASA TV.",
    "location": "Washington D.C, United States",
    "news_url": "https://www.iac2019.org/",
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/70th2520international2520astronautical2520congress_image_20191019002059.png",
    "date": "2019-10-25T21:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}