Event Instance
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/1134/?format=api
{ "id": 1134, "url": "https://lldev.thespacedevs.com/2.0.0/event/1134/?format=api", "slug": "nova-c-im-2-lunar-landing", "name": "Nova-C IM-2 Lunar Landing", "type": { "id": 7, "name": "Moon Landing" }, "description": "The Intuitive Machines Nova-C IM-2 lunar lander will attempt to land on the surface of the Moon.", "location": "Mons Mouton, Moon", "news_url": null, "video_url": "https://www.youtube.com/watch?v=WGf4aWipxC0", "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/odysseus_nova-c_image_20240314081301.jpeg", "date": "2025-03-06T17:32: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" } ] }