Event List
Modes
Levels of detail in the response - list, normal, detailed
Example - /events/?mode=list
Filters
Parameters - agency__ids, date__gt, date__gte, date__lt, date__lte, day, id, last_updated__gte, last_updated__lte, month, program, slug, type, type__ids, video_url, year
Example - /events/?type__ids=2,8
Search
Fields searched - name
Example - /events/?search=Flyby
Ordering
Fields - date, last_updated
Example - /events/?ordering=-last_updated
Number of results
Use limit to control the number of objects in the response (max 100)
Example - /events/?limit=2
Format
Switch to JSON output - /events/?format=json
Help
Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs
GET /2.3.0/events/?format=api&offset=1070&ordering=-last_updated
{ "count": 1071, "next": null, "previous": "https://lldev.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=1060&ordering=-last_updated", "results": [ { "id": 725, "url": "https://lldev.thespacedevs.com/2.3.0/events/725/?format=api", "name": "Boeing Starliner CFT Mission Overview Teleconference", "info_urls": [ { "priority": 10, "source": "www.nasa.gov", "title": "NASA, Boeing to Host Media Call on First Crewed Starliner Flight Test", "description": "NASA and Boeing will host a mission overview media teleconference at 11 a.m. EST Friday, Feb. 17, to provide a status update on the first astronaut flight test of the company’s CST-100 Starliner to the International Space Station. Launch is targeted for no earlier than April to the microgravity labo...", "feature_image": null, "url": "https://www.nasa.gov/press-release/nasa-boeing-to-host-media-call-on-first-crewed-starliner-flight-test", "type": null, "language": { "id": 1, "name": "English", "code": "en" } } ], "vid_urls": [ { "priority": 10, "source": "youtube.com", "publisher": "NASA Video", "title": "NASA, Boeing Crew Flight Test Progress Media Teleconference", "description": "NASA, Boeing Crew Flight Test Progress Media Teleconference. \nBriefing participants included:\n• Steve Stich, manager, NASA’s Commercial Crew Program\n• Dina Contella, operations integration manager, NA...", "feature_image": "https://i.ytimg.com/vi/1RWCd2owAfg/maxresdefault.jpg", "url": "https://www.youtube.com/watch?v=1RWCd2owAfg", "type": null, "language": { "id": 1, "name": "English", "code": "en" }, "start_time": "2023-02-17T15:58:31Z", "end_time": "2023-02-17T17:00:15Z", "live": false } ], "image": { "id": 1190, "name": "Boeing Starliner render", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/boeing2520starliner2520docking_image_20191210170411.jpeg", "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191945.jpeg", "credit": "NASA", "license": { "id": 4, "name": "NASA Image and Media Guidelines", "priority": 0, "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/" }, "single_use": false, "variants": [] }, "date": "2023-02-17T16:00:00Z", "slug": "boeing-starliner-cft-mission-overview-teleconferen", "type": { "id": 20, "name": "Press Event" }, "description": "NASA and Boeing will host a mission overview media teleconference to provide a status update on the first astronaut flight test of the company’s CST-100 Starliner to the International Space Station.", "webcast_live": false, "location": null, "date_precision": null, "response_mode": "normal", "duration": null, "updates": [], "last_updated": "2024-03-05T17:21:30Z" } ] }