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

{
    "id": 904,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/904/?format=api",
    "slug": "falcon-heavy-static-fire-for-ussf-52",
    "name": "Falcon Heavy Static Fire for USSF-52",
    "type": {
        "id": 5,
        "name": "Static Fire"
    },
    "description": "SpaceX will static fire Falcon Heavy before the launch of the seventh X-37B mission.",
    "location": "LC-39A, KSC",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=hODLbBUn8p0",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_st_image_20230929182300.jpeg",
    "date": "2023-12-03T17:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}