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

{
    "id": 578,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/578/?format=api",
    "slug": "nasa-xevas-awards-announcement",
    "name": "NASA xEVAS Awards Announcement",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will announce awards of the xEVAs contract for new moonwalking and spacewalking spacesuits.",
    "location": "Johnson Space Center, Houston, TX, USA",
    "news_url": "http://www.nasa.gov/press-release/nasa-to-pick-next-generation-spacesuits-for-moonwalking-spacewalking",
    "video_url": "https://www.youtube.com/watch?v=KbSIcGG4Dhs",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_xevas_awar_image_20220527102715.png",
    "date": "2022-06-01T18:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}