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

{
    "id": 992,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/992/?format=api",
    "slug": "euclid-science-image-reveal",
    "name": "Euclid Science Image Reveal",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "ESA is releasing a new set of full-colour images captured by the space telescope Euclid. Five new portraits of our cosmos were captured during Euclid’s early observations phase, each revealing amazing new science.",
    "location": "Online",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=vwwZ0bjORI4",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/esa_euclid_firs_image_20231031190709.jpg",
    "date": "2024-05-23T10:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}