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

{
    "id": 669,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/669/?format=api",
    "slug": "nasa-insight-mro-findings-media-briefing",
    "name": "NASA Insight & MRO Findings Media Briefing",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will host a virtual media briefing to share new scientific findings based on observations from the agency’s InSight Mars lander and Mars Reconnaissance Orbiter (MRO).",
    "location": null,
    "news_url": "https://mars.nasa.gov/news/9284/nasa-to-host-briefing-on-insight-mars-reconnaissance-orbiter-findings/",
    "video_url": "https://www.youtube.com/watch?v=z9C4yyqu3yI",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_insight_2_image_20221022115515.jpg",
    "date": "2022-10-27T18:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}