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

{
    "id": 39,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/39/?format=api",
    "slug": "rocket-lab-announcement",
    "name": "Rocket Lab Announcement",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "New Zealand launch provider Rocket Lab will livestream an announcement about the future of the company and its endeavours in the smallsat market.",
    "location": "SmallSat Conference - Logan, UT",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=joONWIGtcdY",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520announcement_image_20190803011751.jpeg",
    "date": "2019-08-06T21:55:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}