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

{
    "id": 25,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/25/?format=api",
    "slug": "apollo-11th-50th-anniversary-lunar-landing",
    "name": "Apollo 11th 50th Anniversary - Lunar Landing",
    "type": {
        "id": 7,
        "name": "Moon Landing"
    },
    "description": "The United States' Apollo 11 was the first crewed mission to land on the Moon, on 20 July 1969. To date, the United States is the only country to have successfully conducted crewed missions to the Moon, with the last departing the lunar surface in December 1972.\r\n\r\nA total of twelve men have landed on the Moon. This was accomplished with two US pilot-astronauts flying a Lunar Module on each of six NASA missions across a 41-month period starting 20 July 1969 UTC, with Neil Armstrong and Buzz Aldrin on Apollo 11, and ending on 14 December 1972 UTC with Gene Cernan and Jack Schmitt on Apollo 17. Cernan was the last to step off the lunar surface.",
    "location": "Lunar Surface",
    "news_url": "https://www.nasa.gov/feature/apollo-11-in-real-time-50-years-later/",
    "video_url": "https://apolloinrealtime.org/11/",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo252011th2520-2520lunar2520landing252050th2520anniversary_image_20190715211113.jpg",
    "date": "2019-07-20T20:17:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}