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

{
    "id": 387,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/387/?format=api",
    "slug": "solar-orbiter-venus-flyby-8",
    "name": "Solar Orbiter Venus Flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "Solar Orbiter, a partnership between ESA and NASA, will perform a gravity assist maneuver with Venus on September 2, 2030. Throughout its mission it also 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/ESA_Multimedia/Images/2020/01/Solar_Orbiter_journey_around_the_Sun",
    "video_url": null,
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/solar_orbiter_v_image_20210930071353.png",
    "date": "2030-09-02T00:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}