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

{
    "id": 937,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/937/?format=api",
    "slug": "nova-c-im-1-science-media-teleconference-2",
    "name": "Nova-C IM-1 Science Media Teleconference #2",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a science media teleconference with the following participants:\r\n- Susan Lederer, CLPS project scientist, NASA’s Johnson Space Center\r\n- Farzin Amzajerdian, principal investigator, Navigation Doppler Lidar, NASA’s Langley Research Center\r\n- Tamara Statham, co-principal investigator, Lunar Node-1, NASA’s Marshall Space Flight Center\r\n- Daniel Cremons, deputy principal investigator, Laser Retro-Reflector Array, NASA’s Goddard Space Flight Center\r\n- Nat Gopalswamy, principal investigator, Radio Observations of the Lunar Surface Photoelectron Sheath, NASA Goddard \r\n- Michelle Munk, principal investigator, Stereo Camera for Lunar Plume-Surface Studies, NASA Langley \r\n- Lauren Ameen, deputy project manager, Radio Frequency Mass Gauge, NASA’s Glenn Research Center",
    "location": "Online",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=1mkcRne8OXE",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nova-c_im-1_lun_image_20240123174657.jpeg",
    "date": "2024-02-12T16:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 24,
            "url": "https://lldev.thespacedevs.com/2.0.0/program/24/?format=api",
            "name": "Commercial Lunar Payload Services",
            "description": "Commercial Lunar Payload Services (CLPS) is a NASA program to contract transportation services able to send small robotic landers and rovers to the Moon's south polar region.",
            "agencies": [
                {
                    "id": 1069,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1069/?format=api",
                    "name": "Astrobotic Technology",
                    "type": "Private"
                },
                {
                    "id": 1067,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1067/?format=api",
                    "name": "Intuitive Machines",
                    "type": "Commercial"
                },
                {
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20231127193630.jpeg",
            "start_date": "2018-04-27T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/commercial-lunar-payload-services/",
            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Lunar_Payload_Services"
        }
    ]
}