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

{
    "id": 30,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/30/?format=api",
    "slug": "lightsail-2-sail-deployment",
    "name": "Lightsail 2 | Sail Deployment",
    "type": {
        "id": 6,
        "name": "Spacecraft Event"
    },
    "description": "Come sail away! The Planetary Society's LightSail 2 mission team is preparing to deploy the spacecraft’s solar sail. The next attempt is scheduled for Tuesday, 23 July 2019, during a ground station pass that starts at roughly 11:22 PDT (18:22 UTC).",
    "location": "Low Earth Orbit",
    "news_url": "http://www.planetary.org/blogs/jason-davis/ls2-sail-deployment-live.html",
    "video_url": "https://www.youtube.com/watch?v=LxcsLSpFV4c",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lightsail252022520257c2520sail2520deployment_image_20190723181517.png",
    "date": "2019-07-23T18:22:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}