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

{
    "id": 485,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/485/?format=api",
    "slug": "jwst-final-primary-mirror-wing-deployment",
    "name": "JWST Final Primary Mirror Wing Deployment",
    "type": {
        "id": 6,
        "name": "Spacecraft Event"
    },
    "description": "NASA will deploy James Webb Space Telescope's final primary mirror wing, completing all major deployments.",
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-to-host-coverage-briefing-for-webb-telescope-s-final-unfolding",
    "video_url": "https://www.youtube.com/watch?v=tlGTem8vkB0",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jwst_alignment__image_20220505152744.jpg",
    "date": "2022-01-08T14:30:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}