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

{
    "id": 656,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/656/?format=api",
    "slug": "nasa-commercial-space-opportunities-study-media-te",
    "name": "NASA Commercial Space Opportunities Study Media Teleconference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a media teleconference to discuss a new study exploring potential commercial space opportunities for NASA science missions.",
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-invites-media-to-discuss-new-science-commercial-study-today",
    "video_url": "https://www.youtube.com/watch?v=LDpERNu-TIk",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_commercial_image_20220929174753.jpg",
    "date": "2022-09-29T20:30:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}