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

{
    "id": 488,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/488/?format=api",
    "slug": "jwst-science-live",
    "name": "JWST Science Live",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a Science Live episode providing updates on primary mirror movements and L2 insertion burn.",
    "location": "Goddard Space Flight Center",
    "news_url": "https://www.nasa.gov/press-release/nasa-to-discuss-webb-s-arrival-at-final-destination-next-steps",
    "video_url": "https://www.youtube.com/watch?v=pWklR2PBfQU",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jwst_alignment__image_20220505152744.jpg",
    "date": "2022-01-24T20:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}