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

{
    "id": 1018,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1018/?format=api",
    "slug": "juice-earth-flyby-2",
    "name": "Juice Earth Flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "Fourth flyby of ESA's Jupiter Icy Moons Explorer (Juice) mission on its way to the Jovian system.",
    "location": "Earth",
    "news_url": null,
    "video_url": null,
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20240307192047.jpeg",
    "date": "2029-01-31T00:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}