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

{
    "id": 130,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/130/?format=api",
    "slug": "spacex-dm-2-crew-dragon-crew-news-conference",
    "name": "SpaceX DM-2 Crew Dragon Crew News Conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The crew of the SpaceX DM-2 Crew Dragon mission will hold a news conference following their return from the International Space Station. It will be livestreamed on NASA TV.",
    "location": null,
    "news_url": null,
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200728120045.jpeg",
    "date": "2020-08-04T20:30:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}