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=500&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=510&ordering=last_updated",
    "previous": "https://ll.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=490&ordering=last_updated",
    "results": [
        {
            "id": 85,
            "url": "https://ll.thespacedevs.com/2.3.0/events/85/?format=api",
            "name": "SpaceX Dragon In-Flight Abort Test Press Conference",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Crew Dragon post in-flight abort test press conference",
                    "description": "Joined SpaceX/NASA press conference after the successful in-flight abort test of the Crew Dragon capsule on January 19th, 2020",
                    "feature_image": "https://i.ytimg.com/vi/7HD2YCRIoN4/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=7HD2YCRIoN4",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1265,
                "name": "Dragon IFA preparations",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex2520dragon2520in-flight2520abort2520test2520press2520conference_image_20200109064627.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192214.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": "2020-01-19T16:30:00Z",
            "slug": "spacex-dragon-in-flight-abort-test-press-confere-2",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The news conference following SpaceX's Dragon In-Flight Abort Test (IFA) will be livestreamed on NASA TV.",
            "webcast_live": false,
            "location": "Kennedy Space Center",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:55Z"
        },
        {
            "id": 170,
            "url": "https://ll.thespacedevs.com/2.3.0/events/170/?format=api",
            "name": "Rocket Lab 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/RocketLab/status/1300930218165633024",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "Introducing First Light: Rocket Lab's first Photon satellite in orbit",
                    "description": "Space systems company Rocket Lab has launched its first in-house designed and built operational satellite, cementing the company’s evolution from a launch pr...",
                    "feature_image": "https://i.ytimg.com/vi/zC8RxgL9tK4/maxresdefault.jpg",
                    "url": "https://youtu.be/zC8RxgL9tK4",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1074,
                "name": "[AUTO] Rocket Lab Announcement - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket_lab_anno_image_20200902073242.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191545.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2020-09-03T18:00:00Z",
            "slug": "rocket-lab-announcement-2",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "CEO of Rocket Lab, Peter Beck, will host a webcast of an announcement from the company.",
            "webcast_live": false,
            "location": null,
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:55Z"
        },
        {
            "id": 83,
            "url": "https://ll.thespacedevs.com/2.3.0/events/83/?format=api",
            "name": "SpaceX Dragon In-Flight Abort Test Press Conference",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "NASA SpaceX In-Flight Abort Pre-Test Conference, January 17, 2020",
                    "description": "On January 17, 2020, NASA hosted a media event at Kennedy Space Center to discuss the upcoming SpaceX commercial crew in-flight abort test scheduled for Pad ...",
                    "feature_image": "https://i.ytimg.com/vi/kNYMGEwEoRE/maxresdefault.jpg",
                    "url": "https://youtu.be/kNYMGEwEoRE",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1265,
                "name": "Dragon IFA preparations",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex2520dragon2520in-flight2520abort2520test2520press2520conference_image_20200109064627.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192214.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": "2020-01-17T18:00:00Z",
            "slug": "spacex-dragon-in-flight-abort-test-press-conferenc",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The news conference preceding SpaceX's Dragon In-Flight Abort Test (IFA) will be livestreamed on NASA TV.",
            "webcast_live": false,
            "location": "Kennedy Space Center",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:56Z"
        },
        {
            "id": 80,
            "url": "https://ll.thespacedevs.com/2.3.0/events/80/?format=api",
            "name": "US EVA-64",
            "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": "www.youtube.com",
                    "publisher": null,
                    "title": "Spacewalk to Repair Alpha Magnetic Spectrometer Outside International Space Station on Jan. 25, 2020",
                    "description": "Live Spacewalk: Watch as astronauts complete the intricate process of repairing the Alpha Magnetic Spectrometer (AMS), a dark matter and antimatter detector ...",
                    "feature_image": "https://i.ytimg.com/vi/cOzMVW1GdDc/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=cOzMVW1GdDc",
                    "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": "2020-01-25T11:50:00Z",
            "slug": "us-eva-64",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "Astronauts Drew Morgan (NASA) and Luca Parmitano (ESA) will perform an extravehicular activity (EVA) to complete repairs to the Alpha Magnetic Spectrometer 2 instrument.\r\n\r\nBoth astronauts launched aboard the Russian Soyuz MS-13 in July 2019. Morgan is aboard the International Space Station for the first time while Parmitano, the current commander of Expedition 61, already spent 4 months on the ISS in 2013.\r\n\r\nThis will be the third and Parmitano's last EVA of 2020 (Luca Parmitano will be coming back to Earth on February 6).",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:57Z"
        },
        {
            "id": 84,
            "url": "https://ll.thespacedevs.com/2.3.0/events/84/?format=api",
            "name": "NG-13 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": "2020-02-18T09:05:00Z",
            "slug": "ng-13-cygnus-berthing",
            "type": {
                "id": 4,
                "name": "Spacecraft Berthing"
            },
            "description": "NASA TV will livestream the rendezvous and capture of Northrop Grumman's NG-13 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:28:58Z"
        },
        {
            "id": 82,
            "url": "https://ll.thespacedevs.com/2.3.0/events/82/?format=api",
            "name": "Soyuz MS-13 Undocking",
            "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": "2020-02-06T05:50:00Z",
            "slug": "soyuz-ms-13-undocking",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The Soyuz MS-13 spacecraft will undock at approximately 05:49am UTC from the International Space Station.\r\n\r\nIt will return to Earth with astronauts Aleksandr Skvortsov, Christina Koch and Luca Parmitano onboard. Landing will be at approximately 09:14am UTC.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:58Z"
        },
        {
            "id": 102,
            "url": "https://ll.thespacedevs.com/2.3.0/events/102/?format=api",
            "name": "SpaceX DM-2 Crew Dragon Docking",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "Launch America - a partnership between and private space companies – will help open the space above Earth to people besides government astronauts.",
                    "description": "NASA Launch America - a partnership between NASA and private space companies – will help open the space above Earth to people besides government astronauts.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/specials/dm2/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Crew Demo-2",
                    "description": "After standing down from launch on Wednesday May 27, SpaceX is now targeting Saturday, May 30 for Falcon 9’s launch of Crew Dragon’s second demonstration (De...",
                    "feature_image": "https://i.ytimg.com/vi/bIZsnKGV8TE/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=bIZsnKGV8TE",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1181,
                "name": "Crew Dragon docking",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.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": "2020-05-31T14:27:00Z",
            "slug": "spacex-dm-2-crew-dragon-docking",
            "type": {
                "id": 2,
                "name": "Docking"
            },
            "description": "The first crewed SpaceX Crew Dragon will dock to the International Space Station as part of its last test mission : DM-2 (Demonstration Mission 2). Aboard the spacecraft will be NASA astronauts Douglas Hurley and Robert Behnken.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:59Z"
        },
        {
            "id": 109,
            "url": "https://ll.thespacedevs.com/2.3.0/events/109/?format=api",
            "name": "US EVA-65",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "blogs.nasa.gov",
                    "title": "Crew Gears Up for Spacewalks, Continues Space Science – Space Station",
                    "description": "Two spacewalks are set to continue upgrading power systems at the International Space Station at the end of the month. The Expedition 63 crew is getting ready for the summer excursions while also researching a variety of space phenomena to benefit Earth and space industries.\n\nTwo NASA astronauts wil...",
                    "feature_image": null,
                    "url": "https://blogs.nasa.gov/spacestation/2020/06/11/crew-gears-up-for-spacewalks-continues-space-science/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "International Space Station Spacewalk, June 26, 2020",
                    "description": "Tune in for our next International Space Station spacewalk! On Friday, June 26, NASA astronauts Chris Cassidy and Robert Behnken will begin the 228th spacewa...",
                    "feature_image": "https://i.ytimg.com/vi/KlK_bLnqmas/maxresdefault.jpg",
                    "url": "https://youtu.be/KlK_bLnqmas",
                    "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": "2020-06-26T11:35:00Z",
            "slug": "us-eva-65",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "NASA astronauts Chris Cassidy and Bob Behnken will exit the orbital lab on June 26 to continue replacing batteries that store and distribute power collected from the solar arrays. They will work on the outer portion of the truss structure, or the Starboard-6 truss, disconnecting and removing the old nickel hydrogen batteries. Following that, new lithium-ion batteries will be installed in their place and powered up by mission controllers on the ground.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:59Z"
        },
        {
            "id": 188,
            "url": "https://ll.thespacedevs.com/2.3.0/events/188/?format=api",
            "name": "Russian EVA-47",
            "info_urls": [],
            "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": 1095,
                "name": "Russian EVA",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian_eva-46_image_20201113081602.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.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": "2020-11-18T13:30:00Z",
            "slug": "russian-eva-47",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "Roscosmos cosmonauts Sergey Ryzhikov and Sergey Kud-Sverchkov will exit the International Space Station through the Poisk airlock to perform a maintenance spacewalk.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:29:00Z"
        },
        {
            "id": 79,
            "url": "https://ll.thespacedevs.com/2.3.0/events/79/?format=api",
            "name": "US EVA-63",
            "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": "www.youtube.com",
                    "publisher": null,
                    "title": "NASA Astronauts Spacewalk Outside the International Space Station on Jan. 20, 2020",
                    "description": "On Monday, Jan. 20 starting at 6:50 a.m. EST, NASA astronauts Jessica Meir and Christina Koch will step outside of the International Space Station into the v...",
                    "feature_image": "https://i.ytimg.com/vi/3lRZd2EsqlA/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=3lRZd2EsqlA",
                    "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": "2020-01-20T11:50:00Z",
            "slug": "us-eva-63",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "NASA astronauts Jessica Meir and Christina Koch will perform a 6-hours long extravehicular activity (EVA) to complete replacement of batteries on the P6 truss.\r\n\r\nMeir and Koch are both aboard the International Space Station for the first time as Expedition 61 flight engineers, Koch since March 2019 and Meir since September 2019.\r\n\r\nThe goal of this EVA is to complete the replacement of 12 old nickel-hydrogen batteries on the P6 truss with 6 brand new lithium-ion batteries, which are much more efficient and were brought to the Station aboard a japanese HTV cargo spacecraft.\r\n\r\nThis will be the second EVA of 2020 and the third all-female EVA in the history of human spaceflight.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:29:01Z"
        }
    ]
}