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

{
    "id": 869,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/869/?format=api",
    "slug": "osiris-rex-sample-reveal-press-conference",
    "name": "OSIRIS-REx Sample Reveal Press Conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The first asteroid sample collected in space and brought to Earth by the United States will be unveiled at NASA’s Johnson Space Center in Houston\r\n\r\nNews conference participants include:\r\n\r\n- NASA Administrator Bill Nelson\r\n- Francis McCubbin, deputy curation lead\r\n- Daniel Glavin, sample analysis lead\r\n- Dante Lauretta, principal investigator",
    "location": "Johnson Space Center, Houston",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=oFvIuSpACQA",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/osiris-rex2520sample2520collection_image_20190729035954.jpg",
    "date": "2023-10-11T15:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}