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

{
    "id": 681,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/681/?format=api",
    "slug": "nasa-swot-pre-launch-briefing",
    "name": "NASA SWOT Pre-Launch Briefing",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a media briefing ahead of the launch of the Surface Water and Ocean Topography (SWOT) satellite, built in cooperation with the french space agency CNES.",
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-to-brief-media-on-first-earth-water-monitoring-satellite-mission",
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_swot_pre-l_image_20221110203209.jpg",
    "date": "2022-11-14T15:30:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}