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

{
    "id": 125,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/125/?format=api",
    "slug": "tianwen-1-mars-orbit-insertion",
    "name": "Tianwen-1 Mars Orbit Insertion",
    "type": {
        "id": 16,
        "name": "Orbital Insertion"
    },
    "description": "The Tianwen-1 orbiter and rover will perform a 14 minutes long burn to enter an elliptical orbit around Mars.",
    "location": "Mars",
    "news_url": null,
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianwen-1_mars__image_20200721110519.png",
    "date": "2021-02-10T12:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}