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

{
    "id": 506,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/506/?format=api",
    "slug": "nasa-mars-2020-ingenuity-21st-flight",
    "name": "NASA Mars 2020 Ingenuity 21st Flight",
    "type": {
        "id": 14,
        "name": "Test Flight"
    },
    "description": "During its 21st flight on Mars, Ingenuity covered 370 meters in 129.2 seconds, at a speed of 3.85 metres per second.",
    "location": "Airfield K, Jezero crater, Mars",
    "news_url": "https://twitter.com/NASAJPL/status/1502382611066339329",
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20220228173740.jpeg",
    "date": "2022-03-11T00:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}