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

{
    "id": 865,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/865/?format=api",
    "slug": "slim-lunar-landing",
    "name": "SLIM Lunar Landing",
    "type": {
        "id": 7,
        "name": "Moon Landing"
    },
    "description": "JAXA's Smart Lander for Investigating Moon (SLIM) will attempt to land on the surface of the Moon.",
    "location": "Shioli Crater, Lunar Surface",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=nvXLt3ET9mE",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/slim_lunar_land_image_20230907070424.png",
    "date": "2024-01-19T15:20:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}