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

{
    "id": 40,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/40/?format=api",
    "slug": "linkspace-rlv-t5-300m-hop",
    "name": "LinkSpace RLV-T5 | 300m Hop",
    "type": {
        "id": 14,
        "name": "Test Flight"
    },
    "description": "LinkSpace is a private Chinese spaceflight company developing re-usable first stages.\r\n\r\nThis flight of the RLV-T5 vehicle will fly to approximately 300 meters, then propulsively land. This follows the successful prior flight.\r\n\r\n\r\n\r\nImage Credit: Linkspace",
    "location": "Cold Lake Town, Haixi County, Qinghai Province",
    "news_url": "https://www.douyu.com/cms/new_list/201908/08/11053.shtml",
    "video_url": "https://www.douyu.com/7305473",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkspace2520rlv-t52520257c25201km2520hop_image_20190809101144.png",
    "date": "2019-08-10T02:35:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}