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

{
    "id": 479,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/479/?format=api",
    "slug": "nasa-mars-2020-ingenuity-18th-flight",
    "name": "NASA Mars 2020 Ingenuity 18th Flight",
    "type": {
        "id": 14,
        "name": "Test Flight"
    },
    "description": "During its 18th flight on Mars, Ingenuity covered 230 meters over 124.3 seconds, reaching a new airfield at the northern boundary of South Séítah region.",
    "location": "Airfield K, Jezero crater, Mars",
    "news_url": null,
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/default.png",
    "date": "2021-12-15T00:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}