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

{
    "id": 708,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/708/?format=api",
    "slug": "spaceport-esrange-inauguration",
    "name": "Spaceport Esrange Inauguration",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Officials from Sweden and the EU Commission will visit Europe's first mainland spaceport, Spaceport Esrange to cut the ribbon.",
    "location": "Spaceport Esrange, Sweden",
    "news_url": "https://sscspace.com/inauguration-of-mainland-europes-first-satellite-launch-complex/",
    "video_url": "https://www.youtube.com/watch?v=S5wRsAYzVmw",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spaceport_esran_image_20221225143213.jpeg",
    "date": "2023-01-13T09:10:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}