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

{
    "id": 562,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/562/?format=api",
    "slug": "jwst-alignment-instrument-setup-media-teleconferen",
    "name": "JWST Alignment & Instrument Setup Media Teleconference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a media teleconference to discuss progress toward preparing the James Webb Space Telescope for science operations.",
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-to-discuss-webb-telescope-alignment-instrument-setup",
    "video_url": "https://www.youtube.com/watch?v=s5hG60HzNd8",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jwst_alignment__image_20220505152744.jpg",
    "date": "2022-05-09T15:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}