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 - ll.thespacedevs.com/docs

GET /2.3.0/events/?format=api&offset=520&ordering=-last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 1002,
    "next": "https://ll.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=530&ordering=-last_updated",
    "previous": "https://ll.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=510&ordering=-last_updated",
    "results": [
        {
            "id": 100,
            "url": "https://ll.thespacedevs.com/2.3.0/events/100/?format=api",
            "name": "NG-13 Cygnus Release & Reentry",
            "info_urls": [],
            "vid_urls": [],
            "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": "2020-05-11T16:10:00Z",
            "slug": "ng-13-cygnus-release-reentry",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The Northrop Grumman NG-13 Cygnus will be unberthed from the ISS before initiating a destructive reentry into the Earth's atmosphere taking waste along with it.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:43Z"
        },
        {
            "id": 47,
            "url": "https://ll.thespacedevs.com/2.3.0/events/47/?format=api",
            "name": "Soyuz MS-15 Docking",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 967,
                "name": "Soyuz MS in orbit (MS-19)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_thumbnail_20240313130407.jpeg",
                "credit": "ESA/NASA/T. Pesquet",
                "license": {
                    "id": 2,
                    "name": "ESA Standard Licence",
                    "priority": 2,
                    "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2019-09-25T19:45:00Z",
            "slug": "soyuz-ms-15-docking",
            "type": {
                "id": 2,
                "name": "Docking"
            },
            "description": "Soyuz MS-15 begins expedition 61 by carrying NASA astronaut Jessica Meir, Roscosmos cosmonaut Oleg Skripochka and United Arab Emirates’ Hazzaa Ali Almansoori, a Roscosmos spaceflight participant and first Emirati in space that will spend only 8 days aboard ISS before returning to Earth aboard a Soyuz MS-12.\r\n\r\nDocking is scheduled for 19:45 UTC",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:42Z"
        },
        {
            "id": 112,
            "url": "https://ll.thespacedevs.com/2.3.0/events/112/?format=api",
            "name": "Virgin Galactic Spaceship Cabin Reveal",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.virgingalactic.com",
                    "title": "Virgin Galactic",
                    "description": "Virgin Galactic is launching a new space age, where all are invited along for the ride.",
                    "feature_image": null,
                    "url": "https://www.virgingalactic.com/articles/virgin-galactic-announces-date-for-worlds-first-virtual-reveal-of-spaceship-cabin-design/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "Virgin Galactic Spaceship Cabin Design Reveal",
                    "description": "Join a virtual walkthrough of SpaceShipTwo Unity's cabin, curated by our design team.Want to fly to space with us? Join our community of Spacefarers to take ...",
                    "feature_image": "https://i.ytimg.com/vi/LC286Dnq4M4/maxresdefault.jpg",
                    "url": "https://youtu.be/LC286Dnq4M4",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1124,
                "name": "[AUTO] Virgin Galactic Spaceship Cabin Reveal - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20200707144137.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191714.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2020-07-28T17:00:00Z",
            "slug": "virgin-galactic-spaceship-cabin-reveal",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Virgin Galactic will unveil the cabin interior design of their spaceship during a live-streamed event featuring a virtual walkthrough.",
            "webcast_live": false,
            "location": null,
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:42Z"
        },
        {
            "id": 43,
            "url": "https://ll.thespacedevs.com/2.3.0/events/43/?format=api",
            "name": "SpaceX CRS-18 Dragon Unberthing & Reentry",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1103,
                "name": "Dragon 1 berthing",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex2520cargo2520dragon25202528crs-172529_image_20190530165550.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191637.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-08-27T14:15:00Z",
            "slug": "spacex-crs-18-dragon-unberthing-reentry",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The SpaceX Dragon spacecraft will be unberthed and released from the International Space Station ahead of its reentry, splashdown and recovery.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:40Z"
        },
        {
            "id": 41,
            "url": "https://ll.thespacedevs.com/2.3.0/events/41/?format=api",
            "name": "US EVA-55",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA TV to Air Spacewalk, Space Station Docking Port Install Briefing",
                    "description": "Experts from NASA will preview an upcoming spacewalk with two American astronauts outside the International Space Station to complete the outfitting of docking ports during a briefing at 2 p.m. EDT Friday, Aug. 16, at the agency’s Johnson Space Center in Houston.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-tv-to-air-us-spacewalk-briefing-on-space-station-docking-port-install",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "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-08-21T10:30:00Z",
            "slug": "us-eva-55",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "Expedition 60 Flight Engineers Nick Hague and Andrew Morgan of NASA will install the International Docking Adapter-3 (IDA-3) to Pressurized Mating Adapter-3 on the space-facing side of the station’s Harmony module.\r\n\r\nIDA-3 will provide a second docking port to the International Space Station to accommodate the future arrivals of Boeing CST-100 Starliner and SpaceX Crew Dragon  commercial crew spacecraft. The docking port was launched to the station last month on a SpaceX Dragon on the company’s 18th commercial cargo resupply services mission to the station. IDA-2 was installed to the forward end of the Harmony module in the summer of 2016.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:39Z"
        },
        {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.3.0/events/40/?format=api",
            "name": "LinkSpace RLV-T5 | 300m Hop",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.douyu.com",
                    "title": "斗鱼超级火箭计划——中国首个公里级可回收火箭发射直播 - 斗鱼",
                    "description": "",
                    "feature_image": null,
                    "url": "https://www.douyu.com/cms/new_list/201908/08/11053.shtml",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.douyu.com",
                    "publisher": null,
                    "title": "斗鱼超级火箭直播_直播_斗鱼直播",
                    "description": "欢迎来到主播斗鱼超级火箭的斗鱼7305473直播间,本直播间提供最精彩的斗鱼超级火箭直播,斗鱼超级火箭带你领略最有趣的视频直播。",
                    "feature_image": null,
                    "url": "https://www.douyu.com/7305473",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1080,
                "name": "[AUTO] LinkSpace RLV-T5 | 300m Hop - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkspace2520rlv-t52520257c25201km2520hop_image_20190809101144.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191556.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2019-08-10T02:35:00Z",
            "slug": "linkspace-rlv-t5-300m-hop",
            "type": {
                "id": 14,
                "name": "Test Flight"
            },
            "description": "LinkSpace is a private Chinese spaceflight company developing re-usable first stages.\r\n\r\nThis flight of the RLV-T5 vehicle will fly to approximately 300 meters, then propulsively land. This follows the successful prior flight.\r\n\r\n\r\n\r\nImage Credit: Linkspace",
            "webcast_live": false,
            "location": "Cold Lake Town, Haixi County, Qinghai Province",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:39Z"
        },
        {
            "id": 46,
            "url": "https://ll.thespacedevs.com/2.3.0/events/46/?format=api",
            "name": "HTV-8 “Kounotori” Rendezvous and Capture",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "en.wikipedia.org",
                    "title": "Kounotori 8 - Wikipedia",
                    "description": "Kounotori 8 (こうのとり8号機), also known as HTV-8 was the 8th flight of the H-II Transfer Vehicle, a robotic cargo spacecraft to resupply the International Space Station. It was launched on 24 September 2019, 16:05:05 UTC.[8]\n• Replacement of Earth sensor with star tracker for spacecraft attitude control\n...",
                    "feature_image": null,
                    "url": "https://en.wikipedia.org/wiki/HTV-8",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "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-09-28T11:00:00Z",
            "slug": "htv-8-kounotori-rendezvous-and-capture",
            "type": {
                "id": 4,
                "name": "Spacecraft Berthing"
            },
            "description": "NASA TV will live stream the rendezvous and capture of JAXA's HTV-8 cargo craft to the International Space Station.\r\n\r\nCapture is scheduled at 11:00 UTC.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:38Z"
        },
        {
            "id": 31,
            "url": "https://ll.thespacedevs.com/2.3.0/events/31/?format=api",
            "name": "Progress 73 Docking",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA TV to Air Launch, Docking of Russian Space Station Cargo Ship",
                    "description": "A Russian Progress cargo spacecraft is scheduled to launch to the International Space Station Wednesday, July 31. Live coverage of the resupply craft’s launch and docking will begin at 7:45 a.m. EDT on NASA Television and the agency’s website.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-tv-to-air-launch-docking-of-russian-space-station-cargo-ship",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "image": {
                "id": 1189,
                "name": "[AUTO] Progress 73 Docking - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress2520732520257c2520docking_image_20190725195520.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191943.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2019-07-31T15:35:00Z",
            "slug": "progress-73-docking",
            "type": {
                "id": 2,
                "name": "Docking"
            },
            "description": "Live coverage of the resupply craft’s launch and docking will began at 7:45 a.m. EDT on NASA Television and the agency’s website.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:37Z"
        },
        {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.3.0/events/33/?format=api",
            "name": "Chandrayaan-2 Lunar Landing",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "en.wikipedia.org",
                    "title": "Chandrayaan-2 - Wikipedia",
                    "description": "Chandrayaan-2 ( \"mooncraft\"; ) is the second lunar exploration mission developed by the Indian Space Research Organisation (ISRO), after Chandrayaan-1. It consists of a lunar orbiter, and formerly included the Vikram lander and the Pragyan rover, all of which were developed in India. The main scient...",
                    "feature_image": null,
                    "url": "https://en.wikipedia.org/wiki/Chandrayaan-2",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Chandrayaan 2 - Landing on Moon - LIVE from MOX-ISTRAC, Peenya, Bengaluru",
                    "description": "#Chandrayaan2 #ISRO #Chandrayan2 #Chandrayan #ISROMissionsIndia to make history with the landing of the Chandrayaan 2 spacecraft by reaching Moon’s South Pol...",
                    "feature_image": "https://i.ytimg.com/vi/2srV-bEi_DU/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=2srV-bEi_DU",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1222,
                "name": "[AUTO] Chandrayaan-2 Lunar Landing - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chandrayaan-22520lunar2520landing_image_20190726141737.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192053.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2019-09-06T19:55:00Z",
            "slug": "chandrayaan-2-lunar-landing",
            "type": {
                "id": 7,
                "name": "Moon Landing"
            },
            "description": "Chandrayaan-2 is India's second lunar exploration mission after Chandrayaan-1. Developed by the Indian Space Research Organisation, the mission was launched from the second launch pad at Satish Dhawan Space Centre on 22 July 2019 at 2.43 PM IST to the Moon by a Geosynchronous Satellite Launch Vehicle Mark III\r\n\r\nUnfortunately the lander portion of the mission ended in failure as the lander was lost on descent.",
            "webcast_live": false,
            "location": "Lunar Surface",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:37Z"
        },
        {
            "id": 30,
            "url": "https://ll.thespacedevs.com/2.3.0/events/30/?format=api",
            "name": "Lightsail 2 | Sail Deployment",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.planetary.org",
                    "title": "Live Coverage: LightSail 2 Sail Deployment",
                    "description": "Visit planetary.org/live for video and audio from mission control, located at Cal Poly San Luis Obispo in California.",
                    "feature_image": null,
                    "url": "http://www.planetary.org/blogs/jason-davis/ls2-sail-deployment-live.html",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "LIVE: LightSail 2 Sail Deployment",
                    "description": "Come sail away! The Planetary Society's LightSail 2 mission team is preparing to deploy the spacecraft’s solar sail. The next attempt is scheduled for Tuesda...",
                    "feature_image": "https://i.ytimg.com/vi/LxcsLSpFV4c/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=LxcsLSpFV4c",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1238,
                "name": "[AUTO] Lightsail 2 | Sail Deployment - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lightsail252022520257c2520sail2520deployment_image_20190723181517.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192120.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2019-07-23T18:22:00Z",
            "slug": "lightsail-2-sail-deployment",
            "type": {
                "id": 6,
                "name": "Spacecraft Event"
            },
            "description": "Come sail away! The Planetary Society's LightSail 2 mission team is preparing to deploy the spacecraft’s solar sail. The next attempt is scheduled for Tuesday, 23 July 2019, during a ground station pass that starts at roughly 11:22 PDT (18:22 UTC).",
            "webcast_live": false,
            "location": "Low Earth Orbit",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:35Z"
        }
    ]
}