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

{
    "id": 836,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/836/?format=api",
    "slug": "f9-b1060-static-fire",
    "name": "F9 B1060 Static Fire",
    "type": {
        "id": 5,
        "name": "Static Fire"
    },
    "description": "SpaceX will static fire booster B1060 before its 16th flight on Starlink 5-15, after the abort on Friday.",
    "location": "SLC-40",
    "news_url": "https://twitter.com/SpaceX/status/1679946059051864064",
    "video_url": "https://www.youtube.com/watch?v=Oiq7hhz2DfQ",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/f9_b1060_static_image_20230715042950.jpg",
    "date": "2023-07-15T04:50:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}