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

{
    "id": 322,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/322/?format=api",
    "slug": "briefing-on-successful-sample-collection-of-martia",
    "name": "Briefing on Successful Sample Collection of Martian Rock",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA is to provide an update on Perseverance rover and its recent successful collection of Martian rock samples.",
    "location": null,
    "news_url": "https://mars.nasa.gov/news/9030/nasa-to-host-briefing-on-successful-sample-collection-of-martian-rock/",
    "video_url": "https://www.youtube.com/watch?v=IMyuOBexwE0",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/briefing_on_suc_image_20210910055403.jpg",
    "date": "2021-09-10T16:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}