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

{
    "id": 748,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/748/?format=api",
    "slug": "esa-juice-pre-launch-press-briefing",
    "name": "ESA JUICE Pre-Launch Press Briefing",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "ESA’s JUpiter ICy moons Explorer (Juice) will launch from Europe’s Spaceport at Kourou in French Guiana on Thursday 13 April 2023. This online media briefing will include Olivier Witasse, Juice Project Scientist ; Ruedeger Albat, Head of Ariane 5 Programme at ESA and Alessandro Atzei, Payload System Engineer.",
    "location": null,
    "news_url": "https://twitter.com/ESA_JUICE/status/1643856057650024452",
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20240307192047.jpeg",
    "date": "2023-04-06T12:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}