Event Instance
API endpoint that allows all Events to be viewed.
FILTERS: 'type', 'type__ids', 'program', 'agency__ids', 'last_updated'
GET: Return a list of all Events
SEARCH EXAMPLE: /2.2.0/event/?search=Dragon Searches through name
ORDERING: Fields - 'date', 'last_updated' Example - /2.2.0/event/?ordering=-date
GET /2.2.0/event/74/?format=api
{ "id": 74, "url": "https://lldev.thespacedevs.com/2.2.0/event/74/?format=api", "slug": "osiris-rex-sample-collection-site-announcement", "name": "OSIRIS-Rex Sample Collection Site Announcement", "updates": [], "last_updated": "2024-03-05T17:22:31Z", "type": { "id": 20, "name": "Press Event" }, "description": "NASA will announce the selected site on asteroid Bennu where OSIRIS-REx will collect a sample before bringing back to Earth.", "webcast_live": false, "location": "Asteroid Bennu", "news_url": null, "video_url": null, "info_urls": [], "vid_urls": [], "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/osiris-rex2520sample2520collection_image_20190729035954.jpg", "date": "2019-12-12T18:00:00Z", "date_precision": null, "duration": null, "agencies": [], "launches": [], "expeditions": [], "spacestations": [], "program": [] }