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

{
    "id": 897,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/897/?format=api",
    "slug": "s-520-33-sounding-rocket-launch",
    "name": "S-520-33 Sounding Rocket Launch",
    "type": {
        "id": 31,
        "name": "Sounding Rocket Launch"
    },
    "description": "Launch of the S-520-33 sounding rocket",
    "location": "Uchinoura Space Center",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=vfaWXZL2kOw",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/s-520-33_soundi_image_20231127091228.jpg",
    "date": "2023-12-02T07:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}