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

{
    "id": 493,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/493/?format=api",
    "slug": "crew-4-updates",
    "name": "Crew-4 Updates",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA & SpaceX will provide updates on the Crew-4 mission to the International Space Station",
    "location": "Johnson Space Center",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=8036_4mSB3I",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crew-4_updates_image_20220204170056.jpeg",
    "date": "2022-02-04T17:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}