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

{
    "id": 378,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/378/?format=api",
    "slug": "solar-orbiter-venus-flyby",
    "name": "Solar Orbiter Venus Flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "Solar Orbiter, a partnership between ESA and NASA, flew by Venus on 9 August with a closest approach of 7995 km at 04:42 UTC. Throughout its mission it makes repeated gravity assist flybys of Venus to get closer to the Sun, and to change its orbital inclination, boosting it out of the ecliptic plane, to get the best – and first – views of the Sun’s poles.",
    "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/solar_orbiter_v_image_20210930071353.png",
    "date": "2021-08-09T04:42:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}