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

{
    "id": 64,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/64/?format=api",
    "slug": "us-eva-60",
    "name": "US EVA-60",
    "type": {
        "id": 3,
        "name": "EVA"
    },
    "description": "NASA astronaut Drew Morgan and ESA astronaut Luca Parmitano will perform EVA-60 to continue repairs on the Alpha Magnetic Spectrometer. It is the second of four spacewalks and expected to last at least 6.5 hours.",
    "location": "International Space Station",
    "news_url": null,
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
    "date": "2019-11-22T11:50:00Z",
    "launches": [],
    "expeditions": [
        {
            "id": 136,
            "url": "https://lldev.thespacedevs.com/2.0.0/expedition/136/?format=api",
            "name": "Expedition 61",
            "start": "2019-10-02T00:00:00Z",
            "end": "2020-02-05T13:40:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
                "name": "International Space Station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        }
    ],
    "spacestations": [],
    "program": []
}