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

{
    "id": 673,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/673/?format=api",
    "slug": "jpss-2-science-and-technology-briefing",
    "name": "JPSS-2 Science and Technology Briefing",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA and NOAA will hold a joint media briefing about the science and technology demonstration of the Joint Polar Satellite System-2 (JPSS-2) mission.",
    "location": "Kennedy Space Center, FL, USA",
    "news_url": "https://www.nasa.gov/press-release/nasa-coverage-set-for-noaa-s-joint-polar-satellite-system-2-launch",
    "video_url": "https://youtu.be/k25vlHLnY3E",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jpss-2_pre-laun_image_20221028065405.png",
    "date": "2022-11-08T22:30:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}