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

{
    "id": 891,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/891/?format=api",
    "slug": "esa-euclid-first-images-reveal",
    "name": "ESA Euclid First Images Reveal",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "ESA is releasing the first full-colour images of the cosmos captured by its recently launched space telescope Euclid.",
    "location": null,
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=hHWbe82zM8o",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/esa_euclid_firs_image_20231031190709.jpg",
    "date": "2023-11-07T13:15:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}