Modes

Levels of detail in the response - list, normal, detailed

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gt__lt, date__gte, 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

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=50&ordering=date
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 995,
    "next": "https://lldev.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=60&ordering=date",
    "previous": "https://lldev.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=40&ordering=date",
    "results": [
        {
            "id": 52,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/52/?format=api",
            "name": "US EVA-57",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1240,
                "name": "US EVA Astronaut outside the ISS",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192124.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": "2019-10-11T10:30:00Z",
            "slug": "us-eva-57",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "Expedition 61 astronauts Andrew Morgan and Christina Koch will install new batteries on the P6 truss.\r\n\r\nSpacewalk begins at 11:50 a.m. UTC and is slated to last 6 ½ hours.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:22:21Z"
        },
        {
            "id": 57,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/57/?format=api",
            "name": "Virgin Galactic Spacesuit Announcement",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "twitter.com",
                    "title": "",
                    "description": "JavaScript is not available.\n\nWe’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center.",
                    "feature_image": null,
                    "url": "https://twitter.com/virgingalactic/status/1182336054671613954",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "image": {
                "id": 962,
                "name": "[AUTO] Virgin Galactic Spacesuit Announcement - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic2520announcement_image_20191012091430.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191238.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2019-10-17T01:15:00Z",
            "slug": "virgin-galactic-spacesuit-announcement",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Commercial spaceflight company Virgin Galactic will be announcing their new spacesuit to be used for private customers on sub-orbital spaceflight.",
            "webcast_live": false,
            "location": "New York, NY, United States",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:22:20Z"
        },
        {
            "id": 53,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/53/?format=api",
            "name": "US EVA-58",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1240,
                "name": "US EVA Astronaut outside the ISS",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192124.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": "2019-10-18T11:50:00Z",
            "slug": "us-eva-58",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "Expedition 61 astronauts Christina Koch and Jessica Meir replace a battery charge/discharge unit.\r\n\r\nThis will be the first all-female EVA in the history of human spaceflight.\r\n\r\nSpacewalk begins at 11:50 a.m. UTC and is slated to last 6 ½ hours.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:45Z"
        },
        {
            "id": 60,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/60/?format=api",
            "name": "70th International Astronautical Congress",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.iac2019.org",
                    "title": "IAC2019 - News related Celebrity gossips, Net Worth, upcoming Entertaining Movies and Anime.",
                    "description": "News related Celebrity gossips, Net Worth, upcoming Entertaining Movies and Anime.",
                    "feature_image": null,
                    "url": "https://www.iac2019.org/",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "image": {
                "id": 991,
                "name": "[AUTO] 70th International Astronautical Congress - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/70th2520international2520astronautical2520congress_image_20191019002059.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191328.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2019-10-25T21:00:00Z",
            "slug": "70th-international-astronautical-congress",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The International Astronautical Congress is a yearly conference where key figures in the space industry meet and showcase/discuss events in the spaceflight industry.\r\n\r\nThe event lasts starts on 21st October and lasts a week. Some of the panels will be live streamed for free on NASA TV.",
            "webcast_live": false,
            "location": "Washington D.C, United States",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:22:22Z"
        },
        {
            "id": 58,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/58/?format=api",
            "name": "HTV-8 “Kounotori” Release",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA Television Upcoming Events",
                    "description": "NASA.gov brings you the latest images, videos and news from America's space agency. Get the latest updates on NASA missions, watch NASA TV live, and learn about our quest to reveal the unknown and benefit all humankind.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "NASA Live: Official Stream of NASA TV",
                    "description": "Direct from America's space program to YouTube, watch NASA TV live streaming here to get the latest from our exploration of the universe and learn how we dis...",
                    "feature_image": "https://i.ytimg.com/vi/21X5lGlDOfg/maxresdefault_live.jpg",
                    "url": "https://youtu.be/21X5lGlDOfg",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1082,
                "name": "HTV-4 captured by Canadarm2",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_thumbnail_20240325122159.jpeg",
                "credit": "JAXA/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": "2019-11-01T17:20:00Z",
            "slug": "htv-8-kounotori-release",
            "type": {
                "id": 13,
                "name": "Spacecraft Release"
            },
            "description": "The japanese cargo craft HTV-8 “Kounotori” will be released from the International Space Station at 5:20pm UTC.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:47Z"
        },
        {
            "id": 59,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/59/?format=api",
            "name": "NG-12 Cygnus Berthing",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA Television Upcoming Events",
                    "description": "NASA.gov brings you the latest images, videos and news from America's space agency. Get the latest updates on NASA missions, watch NASA TV live, and learn about our quest to reveal the unknown and benefit all humankind.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "NASA Live: Official Stream of NASA TV",
                    "description": "Direct from America's space program to YouTube, watch NASA TV live streaming here to get the latest from our exploration of the universe and learn how we dis...",
                    "feature_image": "https://i.ytimg.com/vi/21X5lGlDOfg/maxresdefault_live.jpg",
                    "url": "https://youtu.be/21X5lGlDOfg",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1126,
                "name": "Cygnus NG berthing",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ng-112520cygnus2520release2520and2520reentry_image_20190716173223.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191718.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": "2019-11-04T09:10:00Z",
            "slug": "ng-12-cygnus-berthing",
            "type": {
                "id": 4,
                "name": "Spacecraft Berthing"
            },
            "description": "NASA TV will live stream the rendezvous and capture of Northrop Grumman's NG-12 Cygnus cargo craft to the International Space Station.\r\n\r\nCapture is scheduled at 09:10 UTC.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:46Z"
        },
        {
            "id": 61,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/61/?format=api",
            "name": "CST-100 Starliner Pad Abort Test",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA TV to Air Boeing Starliner Pad Abort Test",
                    "description": "NASA and Boeing will broadcast live coverage of the CST-100 Starliner Pad Abort Test on Monday, Nov. 4, from Launch Complex 32 at White Sands Missile Range in New Mexico.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-tv-to-air-boeing-starliner-pad-abort-test",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Pad Abort Test of Boeing's Starliner Spacecraft, Nov. 4, 2019",
                    "description": "TESTING 1...2...3🚀 Boeing put its #Starliner’s launch abort system to the test on Monday, Nov. 4 at the White Sands Missile Range in New Mexico, lifting off...",
                    "feature_image": "https://i.ytimg.com/vi/1NLQ4bO-f58/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=1NLQ4bO-f58",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1256,
                "name": "[AUTO] CST-100 Starliner Pad Abort Test - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cst-1002520starliner2520pad2520abort2520test_image_20191102055453.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192156.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2019-11-04T14:15:00Z",
            "slug": "cst-100-starliner-pad-abort-test",
            "type": {
                "id": 10,
                "name": "Abort Test"
            },
            "description": "NASA and Boeing will broadcast live coverage of the CST-100 Starliner Pad Abort Test on Monday, Nov. 4, from Launch Complex 32 at White Sands Missile Range in New Mexico.\r\n\r\nThe test is designed to verify that each of Starliner’s systems will function not only separately, but in concert, to protect astronauts by carrying them safely away from the launch pad in the unlikely event of an emergency prior to liftoff. During the test, Starliner’s four launch abort engines and several orbital maneuvering and attitude control thrusters will fire, pushing the spacecraft approximately 1 mile above land and 1 mile north of the test stand.",
            "webcast_live": false,
            "location": "White Sands Missile Range, New Mexico",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:47Z"
        },
        {
            "id": 62,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/62/?format=api",
            "name": "Hayabusa 2 Departure from Ryugu",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1139,
                "name": "[AUTO] Hayabusa 2 Departure from Ryugu - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hayabusa252022520departure2520from2520ryugu_image_20191113010708.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191750.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2019-11-13T01:05:00Z",
            "slug": "hayabusa-2-departure-from-ryugu",
            "type": {
                "id": 6,
                "name": "Spacecraft Event"
            },
            "description": "Departure is on November 13 at 10:05 JST (onboard time). The RCS thrusters are scheduled to begin moving Hayabusa 2 away from Ryugu at about 10cm/s.",
            "webcast_live": false,
            "location": "162173 Ryugu",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:22:26Z"
        },
        {
            "id": 65,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/65/?format=api",
            "name": "Apollo 12: 50th Anniversary Coverage",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "Apollo 12",
                    "description": "Apollo 12 was the second crewed lunar landing. Mission objectives included an extensive series of lunar exploration tasks as well as the deployment of the Apollo Lunar Surface Experiments Package, or ALSEP.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/mission_pages/apollo/apollo-12",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "NASA Live: Official Stream of NASA TV",
                    "description": "Direct from America's space program to YouTube, watch NASA TV live streaming here to get the latest from our exploration of the universe and learn how we dis...",
                    "feature_image": "https://i.ytimg.com/vi/21X5lGlDOfg/maxresdefault_live.jpg",
                    "url": "https://youtu.be/21X5lGlDOfg",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1242,
                "name": "[AUTO] Apollo 12: 50th Anniversary Coverage - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo252012253a252050th2520anniversary2520coverage_image_20191114145437.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192128.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2019-11-14T10:00:00Z",
            "slug": "apollo-12-50th-anniversary-coverage",
            "type": {
                "id": 7,
                "name": "Moon Landing"
            },
            "description": "Apollo 12 50th anniversary has a commemorative stream for the launch beginning at 11am EST. \r\n\r\nThe launch will take place at 11:42am.\r\n\r\n\"The second Apollo crew built on the work of the first. In addition to continuing Apollo's lunar exploration tasks they deployed the Apollo Lunar Surface Experiments Package, a set of investigations left on the Moon's surface to gather data. On their way to the Moon, the Apollo 12 crew conducted an orbital maneuver that let them land in the Moon's Western Hemisphere, so they could recover portions of a lander that had been on the moon for two years.\" - NASA",
            "webcast_live": false,
            "location": "NASA TV",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:48Z"
        },
        {
            "id": 63,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/63/?format=api",
            "name": "US EVA-59",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Alpha Magnetic Spectrometer Repair Spacewalk #1, Nov. 15, 2019",
                    "description": "Astronauts Andrew Morgan of NASA and Luca Parmitano of the European Space Agency (ESA) will venture outside the International Space Station starting at ~7:05...",
                    "feature_image": "https://i.ytimg.com/vi/evaBhht5uGA/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=evaBhht5uGA",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1240,
                "name": "US EVA Astronaut outside the ISS",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192124.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": "2019-11-15T12:05:00Z",
            "slug": "us-eva-59",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "NASA astronaut Drew Morgan and ESA astronaut Luca Parmitano will perform EVA-59 to begin repairs on the Alpha Magnetic Spectrometer. It is the first of four spacewalks and expected to last at least 6.5 hours.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:48Z"
        }
    ]
}