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

{
    "id": 872,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/872/?format=api",
    "slug": "osiris-rex-postlanding-news-conference",
    "name": "OSIRIS-Rex Postlanding news conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "A post-landing news conference will be held when the sample capsule arrives at a temporary clean room on the military range.",
    "location": "Department of Defense's Utah Test and Training Range",
    "news_url": "https://www.nasa.gov/press-release/nasa-finalizes-coverage-for-first-us-asteroid-sample-landing",
    "video_url": "https://www.youtube.com/watch?v=P79IZNTnVn8",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/osiris-rex_post_image_20230924181414.jpeg",
    "date": "2023-09-24T21:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}