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

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

{
    "count": 1072,
    "next": "https://lldev.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=510&ordering=-last_updated",
    "previous": "https://lldev.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=490&ordering=-last_updated",
    "results": [
        {
            "id": 263,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/263/?format=api",
            "name": "Russian EVA-48",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "spacelaunchnow.me",
                    "title": "Russian EVA-48",
                    "description": "Roscosmos cosmonauts Oleg Novitskiy and Pyotr Dubrov will exit the International Space Station through the Poisk airlock to perform a maintenance spa…",
                    "feature_image": null,
                    "url": "https://spacelaunchnow.me/event/russian-eva-48/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "Роскосмос ТВ",
                    "title": "Выход в открытый космос космонавтов Роскосмоса Олега Новицкого и Петра Дуброва",
                    "description": "2 июня космонавты Роскосмоса Олег Новицкий и Пётр Дубров вышли в открытый космос из модуля «Поиск» Международной космической станции.\n\nЗа время работы за бортом МКС выполнены:\n\n— замена сменной панели...",
                    "feature_image": "https://i.ytimg.com/vi/gNoIBlRN_ao/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=gNoIBlRN_ao",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2021-06-02T05:00:44Z",
                    "end_time": "2021-06-02T13:01:27Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1095,
                "name": "Russian EVA",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian_eva-46_image_20201113081602.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191623.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": "2021-06-02T05:20:00Z",
            "slug": "russian-eva-48",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "Roscosmos cosmonauts Oleg Novitskiy and Pyotr Dubrov will exit the International Space Station through the Poisk airlock to perform a maintenance spacewalk.",
            "webcast_live": false,
            "location": null,
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:29:57Z"
        },
        {
            "id": 264,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/264/?format=api",
            "name": "US EVA-74",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "Spacewalk to Install New International Space Station Solar Arrays",
                    "description": "After more than 20 years, the International Space Station is getting new solar arrays, and you have the chance to watch it LIVE during a spacewalk! On June 16, Shane Kimbrough of NASA Astronauts and T...",
                    "feature_image": "https://i.ytimg.com/vi/gCKsedpraVg/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=gCKsedpraVg",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2021-06-16T10:30:38Z",
                    "end_time": "2021-06-16T19:55:21Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1240,
                "name": "US EVA Astronaut outside the ISS",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.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": "2021-06-16T12:00:00Z",
            "slug": "us-eva-74",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "NASA astronaut Shane Kimbrough and ESA astronaut Thomas Pesquet will venture outside the orbiting outpost to perform maintenance tasks and start installation of the new iROSA solar arrays.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:29:56Z"
        },
        {
            "id": 334,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/334/?format=api",
            "name": "Russian EVA-51",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1095,
                "name": "Russian EVA",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian_eva-46_image_20201113081602.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191623.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": "2022-01-19T12:17:31Z",
            "slug": "russian-eva-51",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "Roscosmos cosmonauts Anton Shkaplerov and Pyotr Dubrov will exit the International Space Station through the Poisk airlock to establish external cable connections between the MLM Nauka module and the UM Prichal module.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:29:56Z"
        },
        {
            "id": 246,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/246/?format=api",
            "name": "SpaceX Crew-2 \"Endeavour\" Crew Dragon Hatch Opening",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "SpaceX",
                    "title": "Crew-2 Mission | Approach and Docking",
                    "description": "On Friday, April 23 at 5:49 a.m. EDT, 9:49 UTC, SpaceX and NASA launched Dragon’s second six-month operational crew mission (Crew-2) to the International Space Station (ISS) from historic Launch Compl...",
                    "feature_image": "https://i.ytimg.com/vi/3LpVs2bNSJo/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=3LpVs2bNSJo",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2021-04-24T06:13:13Z",
                    "end_time": "2021-04-24T12:03:41Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1181,
                "name": "Crew Dragon docking",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.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": "2021-04-24T11:05:00Z",
            "slug": "spacex-crew-2-endeavour-crew-dragon-hatch-opening",
            "type": {
                "id": 12,
                "name": "Hatch Opening"
            },
            "description": "The \"Endeavour\" Crew Dragon hatch will be opened, allowing NASA astronauts Shane Kimbrough and Megan McArthur, JAXA astronaut Akihiko Hoshide and ESA astronaut Thomas Pesquet to enter the International Space Station as crew members of Expedition 65.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:29:54Z"
        },
        {
            "id": 237,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/237/?format=api",
            "name": "Soyuz MS-17 Landing",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "Three Space Station Crew Members Return Home Aboard Soyuz Spacecraft",
                    "description": "Tune in live at 11:30 p.m. EDT, Fri., April 16 as three space travelers return home from the International Space Station. NASA Astronaut Kate Rubins and cosmonauts Sergey Ryzhikov and Sergey Kud-Sverc...",
                    "feature_image": "https://i.ytimg.com/vi/QXMyPe0hm60/hqdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=QXMyPe0hm60",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2021-04-17T03:31:03Z",
                    "end_time": "2021-04-17T05:40:38Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1056,
                "name": "Soyuz MS landing (MS-04)",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520ms-122520landing_image_20190929074125.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191514.jpeg",
                "credit": "NASA/Bill Ingalls",
                "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": "2021-04-17T04:56:00Z",
            "slug": "soyuz-ms-17-landing",
            "type": {
                "id": 9,
                "name": "Spacecraft Landing"
            },
            "description": "The Soyuz MS-17 spacecraft carrying ROSCOSMOS cosmonauts Sergey Ryzhikov and Sergey Kud-Sverchkov as well as NASA astronaut Kathleen Rubins will land back on Earth near Dzhezkazgan, Kazakhstan.",
            "webcast_live": false,
            "location": "Dzhezkazgan, Kazakhstan",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:29:54Z"
        },
        {
            "id": 348,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/348/?format=api",
            "name": "Russian EVA-54",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1095,
                "name": "Russian EVA",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian_eva-46_image_20201113081602.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191623.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": "2022-08-17T13:20:00Z",
            "slug": "russian-eva-54",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "ROSCOSMOS cosmonauts Oleg Artemyev and Denis Matveev will perform an EVA outside the International Space Station.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:29:53Z"
        },
        {
            "id": 271,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/271/?format=api",
            "name": "NG-16 Cygnus Berthing",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1126,
                "name": "Cygnus NG berthing",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ng-112520cygnus2520release2520and2520reentry_image_20190716173223.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.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": "2021-08-12T10:10:00Z",
            "slug": "ng-16-cygnus-berthing",
            "type": {
                "id": 4,
                "name": "Spacecraft Berthing"
            },
            "description": "NASA TV will livestream the rendezvous and capture of Northrop Grumman's NG-16 Cygnus cargo craft to the International Space Station.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:29:52Z"
        },
        {
            "id": 262,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/262/?format=api",
            "name": "NG-15 Cygnus Release & Reentry",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1126,
                "name": "Cygnus NG berthing",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ng-112520cygnus2520release2520and2520reentry_image_20190716173223.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.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": "2021-06-29T16:25:00Z",
            "slug": "ng-15-cygnus-release-reentry",
            "type": {
                "id": 13,
                "name": "Spacecraft Release"
            },
            "description": "The Northrop Grumman NG-15 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:29:52Z"
        },
        {
            "id": 232,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/232/?format=api",
            "name": "Starship SN11 Static Fire",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 955,
                "name": "Starship Static Fire - Suborbital Version",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_sn9_st_image_20210107083631.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191226.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 5,
                    "name": "CC BY-NC 2.0",
                    "priority": 1,
                    "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2021-03-22T13:56:37Z",
            "slug": "starship-sn11-static-fire",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "SpaceX performed a static fire of the Starship SN11 vehicle.",
            "webcast_live": false,
            "location": "Boca Chica, Texas",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 348,
                    "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Starship SN11 Static Fire attempt today (March 12) between 13:00 and 18:00 UTC",
                    "info_url": "https://twitter.com/BocaChicaGal/status/1370217153803194372?s=19",
                    "created_by": "Nosu",
                    "created_on": "2021-03-12T07:50:43Z"
                },
                {
                    "id": 349,
                    "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Road closure cancelled for today. Next SN11 static fire attempt likely not before Monday (March 15).",
                    "info_url": "https://www.cameroncounty.us/spacex/",
                    "created_by": "Nosu",
                    "created_on": "2021-03-12T19:20:39Z"
                }
            ],
            "last_updated": "2024-03-05T17:29:51Z"
        },
        {
            "id": 245,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/245/?format=api",
            "name": "SpaceX Crew-2 \"Endeavour\" Crew Dragon Docking",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "Coverage Set for ’s SpaceX Crew-2 Briefings, Events, Broadcasts",
                    "description": "NASA will provide coverage of the upcoming prelaunch and launch activities for the agency’s SpaceX Crew-2 mission with astronauts to the International Space Station.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/coverage-set-for-nasa-s-spacex-crew-2-briefings-events-broadcasts",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "SpaceX",
                    "title": "Crew-2 Mission | Approach and Docking",
                    "description": "On Friday, April 23 at 5:49 a.m. EDT, 9:49 UTC, SpaceX and NASA launched Dragon’s second six-month operational crew mission (Crew-2) to the International Space Station (ISS) from historic Launch Compl...",
                    "feature_image": "https://i.ytimg.com/vi/3LpVs2bNSJo/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=3LpVs2bNSJo",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2021-04-24T06:13:13Z",
                    "end_time": "2021-04-24T12:03:41Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1181,
                "name": "Crew Dragon docking",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.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": "2021-04-24T09:10:00Z",
            "slug": "spacex-crew-2-endeavour-crew-dragon-docking",
            "type": {
                "id": 2,
                "name": "Docking"
            },
            "description": "The \"Endeavour\" Crew Dragon will dock autonomously to the International Space Station, carrying NASA astronauts Shane Kimbrough and Megan McArthur, JAXA astronaut Akihiko Hoshide and ESA astronaut Thomas Pesquet to the International Space Station as crew members of Expedition 65.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:29:51Z"
        }
    ]
}