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

{
    "id": 377,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/377/?format=api",
    "slug": "bepicolombo-venus-flyby-2",
    "name": "BepiColombo Venus Flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "The ESA-JAXA BepiColombo mission made a close approach of Venus on 10 August at 13:51 UTC at a distance of approximately 552 km. Gravity assist flybys are needed to set the spacecraft on course for Mercury orbit.",
    "location": "Venus",
    "news_url": "https://www.esa.int/Science_Exploration/Space_Science/Sights_and_sounds_of_a_Venus_flyby",
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/bepicolombo25e_image_20201008073530.jpg",
    "date": "2021-08-10T13:51:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}