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

{
    "id": 597,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/597/?format=api",
    "slug": "jwst-image-release",
    "name": "JWST Image Release",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will reveal first full-color images and data from the James Webb Space Telescope.",
    "location": null,
    "news_url": "https://www.nasa.gov/feature/goddard/2022/first-images-from-nasa-s-webb-space-telescope-coming-soon",
    "video_url": "https://www.youtube.com/watch?v=nmMRMIE3MGw",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jwst_alignment__image_20220505152744.jpg",
    "date": "2022-07-12T14:30:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}