API endpoint that allows all Events to be viewed.

FILTERS: 'type', 'type__ids', 'program', 'agency__ids', 'last_updated'

GET: Return a list of all Events

SEARCH EXAMPLE: /2.2.0/event/?search=Dragon Searches through name

ORDERING: Fields - 'date', 'last_updated' Example - /2.2.0/event/?ordering=-date

GET /2.2.0/event/?format=api&offset=220&ordering=last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 1009,
    "next": "https://lldev.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=230&ordering=last_updated",
    "previous": "https://lldev.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=210&ordering=last_updated",
    "results": [
        {
            "id": 860,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/860/?format=api",
            "slug": "psyche-mission-press-conference",
            "name": "Psyche Mission Press Conference",
            "updates": [
                {
                    "id": 5048,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Event added",
                    "info_url": "https://www.nasa.gov/press-release/nasa-to-discuss-psyche-asteroid-mission-optical-communications-demo",
                    "created_by": "hitura-nobad",
                    "created_on": "2023-09-01T18:04:33Z"
                },
                {
                    "id": 5083,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=Tb9l7-u5Ayc",
                    "created_by": "LL2",
                    "created_on": "2023-09-06T17:03:47Z"
                }
            ],
            "last_updated": "2024-03-05T17:24:47Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will host a news conference to discuss the agency’s upcoming Psyche mission, which will be its first to visit a metal-rich asteroid. Riding along with Psyche is a laser transceiver for NASA’s Deep Space Optical Communications (DSOC) technology demonstration.\r\n\r\nBriefing participants are expected to include:\r\n- Lori Glaze, director, Planetary Sciences Division\r\n- Lindy Elkins-Tanton, principal investigator\r\n- Henry Stone, project manager\r\n- Abi Biswas, project technologist for DSOC\r\n- Serkan Bastug, mission manager, Launch Services Program",
            "webcast_live": false,
            "location": null,
            "news_url": "https://www.nasa.gov/press-release/nasa-to-discuss-psyche-asteroid-mission-optical-communications-demo/",
            "video_url": "https://www.youtube.com/watch?v=Tb9l7-u5Ayc",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Discuss Psyche Asteroid Mission, Optical Communications Demo",
                    "description": "NASA will host a news conference at 1 p.m. EDT Wednesday, Sept. 6, to discuss the agency’s upcoming Psyche mission, which will be its first to visit a metal-rich asteroid. Riding along with Psyche is a laser transceiver for NASA’s Deep Space Optical Communications (DSOC) technology demonstration.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-discuss-psyche-asteroid-mission-optical-communications-demo/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "One Month From Launch: Psyche Mission to a Metal Asteroid (Live Briefing)",
                    "description": "Scheduled to launch on Oct. 5, 2023, from NASA’s Kennedy Space Center in Florida, the Psyche mission is a journey to a metal asteroid orbiting the Sun betwee...",
                    "feature_image": "https://i.ytimg.com/vi/Tb9l7-u5Ayc/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=Tb9l7-u5Ayc",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/psyche_mission__image_20230901180432.jpg",
            "date": "2023-09-06T17:00:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": "PT57M34S",
            "agencies": [
                {
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "featured": true,
                    "type": "Government",
                    "country_code": "USA",
                    "abbrev": "NASA",
                    "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                    "administrator": "Acting Administrator:  James Free",
                    "founding_year": "1958",
                    "launchers": "Space Shuttle | SLS",
                    "spacecraft": "Orion",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
                }
            ],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 857,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/857/?format=api",
            "slug": "2023-annular-solar-eclipse",
            "name": "2023 Annular Solar Eclipse",
            "updates": [
                {
                    "id": 5018,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://www.youtube.com/watch?v=LlY79zjud-Q",
                    "created_by": "hitura-nobad",
                    "created_on": "2023-08-29T16:55:21Z"
                },
                {
                    "id": 5418,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=LlY79zjud-Q",
                    "created_by": "LL2",
                    "created_on": "2023-10-14T15:29:27Z"
                }
            ],
            "last_updated": "2024-03-05T17:24:49Z",
            "type": {
                "id": 11,
                "name": "Celestial Event"
            },
            "description": "Camera views of the partial / \"ring of fire\" solar eclipse visible from multiple states in the US will be broadcasted on NASA TV.",
            "webcast_live": false,
            "location": "USA",
            "news_url": "https://solarsystem.nasa.gov/eclipses/2023/oct-14-annular/overview/",
            "video_url": "https://www.youtube.com/watch?v=LlY79zjud-Q",
            "info_urls": [
                {
                    "priority": 9,
                    "source": "solarsystem.nasa.gov",
                    "title": "Overview | 2023 Annular Eclipse –",
                    "description": "On Oct. 14, 2023, an annular solar eclipse will cross North, Central, and South America. Visible in parts of the United States, Mexico, and many countries in South and Central America, millions of people in the Western Hemisphere can experience this eclipse.",
                    "feature_image": null,
                    "url": "https://solarsystem.nasa.gov/eclipses/2023/oct-14-annular/overview/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                },
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA Scientists to Discuss Oct. 14 'Ring of Fire' Solar Eclipse",
                    "description": "NASA will host a media teleconference at 4 p.m. EDT on Tuesday, Sept. 26, to discuss the upcoming annular solar eclipse. The annular eclipse will cross the U.S. from Oregon to Texas on Saturday, Oct. 14, with a partial solar eclipse visible throughout the contiguous U.S.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-scientists-to-discuss-oct-14-ring-of-fire-solar-eclipse",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "The Ring of Fire: 2023 Annular Solar Eclipse (Official NASA Broadcast)",
                    "description": "Watch live with us as a “ring of fire” eclipse travels across the United States on Oct. 14, 2023, from Oregon to Texas. This event occurs when the Moon passe...",
                    "feature_image": "https://i.ytimg.com/vi/LlY79zjud-Q/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=LlY79zjud-Q",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/2023_annular_so_image_20230829170024.jpg",
            "date": "2023-10-14T15:30:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": "PT1H45M",
            "agencies": [
                {
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "featured": true,
                    "type": "Government",
                    "country_code": "USA",
                    "abbrev": "NASA",
                    "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                    "administrator": "Acting Administrator:  James Free",
                    "founding_year": "1958",
                    "launchers": "Space Shuttle | SLS",
                    "spacecraft": "Orion",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
                }
            ],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 742,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/742/?format=api",
            "slug": "spacex-crew-5-post-flight-news-conference",
            "name": "SpaceX Crew-5 Post-Flight News Conference",
            "updates": [
                {
                    "id": 3573,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=yY-Dod_Tq20",
                    "created_by": "LL2",
                    "created_on": "2023-03-15T18:08:59Z"
                }
            ],
            "last_updated": "2024-03-05T17:24:50Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will hold a news conference with the Crew-5 astronauts after their return to Earth.",
            "webcast_live": false,
            "location": "Johnson Space Center, Houston, TX, USA",
            "news_url": "https://www.nasa.gov/press-release/nasa-s-spacex-crew-5-to-discuss-mission-following-return-to-earth",
            "video_url": "https://www.youtube.com/watch?v=yY-Dod_Tq20",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "’s SpaceX Crew-5 to Discuss Mission Following Return to Earth",
                    "description": "Following a five-month stay aboard the International Space Station, the four members of NASA’s SpaceX Crew-5 mission are safely back on Earth and will answer questions in a news conference at 2 p.m. EDT Wednesday, March 15.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-s-spacex-crew-5-to-discuss-mission-following-return-to-earth",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "NASA’s SpaceX Crew-5 Mission Recap (Official NASA Briefing)",
                    "description": "Following a five-month stay aboard the International Space Station, the four members of NASA’s SpaceX Crew-5 mission are safely back on Earth and will answer...",
                    "feature_image": "https://i.ytimg.com/vi/yY-Dod_Tq20/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=yY-Dod_Tq20",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_crew-5_p_image_20230314142545.jpeg",
            "date": "2023-03-15T18:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 17,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 5,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/5/?format=api",
                    "name": "Commercial Crew Program",
                    "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
                    "agencies": [
                        {
                            "id": 80,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/80/?format=api",
                            "name": "Boeing",
                            "type": "Commercial"
                        },
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
                    "start_date": "2011-04-18T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 399,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/399/?format=api",
            "slug": "lucy-trojan-asteroid-15094-polymele-flyby",
            "name": "Lucy Trojan Asteroid (15094) Polymele Flyby",
            "updates": [],
            "last_updated": "2024-03-05T17:24:51Z",
            "type": {
                "id": 23,
                "name": "Flyby"
            },
            "description": "Flyby of the Trojan asteroid (15094) Polymele by NASA's Lucy mission.",
            "webcast_live": false,
            "location": "(15094) Polymele",
            "news_url": "http://lucy.swri.edu/timeline.html",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "lucy.swri.edu",
                    "title": "Lucy Mission",
                    "description": "\n• Construction and testing of the L'LORRI Instrument is completed at APL and it is delivered to Lockheed Martin\n• Construction and testing of the L'TES Instrument is completed at ASU and it is delivered to Lockheed Martin\n• Construction and testing of the L'Ralph Instrument is completed at NASA God...",
                    "feature_image": null,
                    "url": "http://lucy.swri.edu/timeline.html",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lucy_earth_flyb_image_20210930111825.jpg",
            "date": "2027-09-15T00:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [
                {
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "featured": true,
                    "type": "Government",
                    "country_code": "USA",
                    "abbrev": "NASA",
                    "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                    "administrator": "Acting Administrator:  James Free",
                    "founding_year": "1958",
                    "launchers": "Space Shuttle | SLS",
                    "spacecraft": "Orion",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
                }
            ],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 235,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/235/?format=api",
            "slug": "iss-expedition-64-65-change-of-command-ceremony",
            "name": "ISS Expedition 64-65 Change of Command Ceremony",
            "updates": [],
            "last_updated": "2024-03-05T17:24:51Z",
            "type": {
                "id": 15,
                "name": "Change of Command"
            },
            "description": "ROSCOSMOS cosmonaut Sergey Ryzhikov, Expedition 64 commander, will hand over the International Space Station command to ROSCOSMOS cosmonaut Oleg Novitsky who will become commander of Expedition 65.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": null,
            "info_urls": [],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/iss_expedition__image_20210310073740.jpg",
            "date": "2021-04-15T19:45:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [
                {
                    "id": 140,
                    "url": "https://lldev.thespacedevs.com/2.2.0/expedition/140/?format=api",
                    "name": "Expedition 64",
                    "start": "2020-10-20T20:15:00Z",
                    "end": "2021-04-17T01:34:00Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                        "name": "International Space Station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                    },
                    "mission_patches": [
                        {
                            "id": 727,
                            "name": "Expedition 64 Patch",
                            "priority": 9,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_64_patch_20221024013522.png",
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 419,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/419/?format=api",
                            "name": "Expedition 64 EVA 1",
                            "start": "2020-11-18T15:12:00Z",
                            "end": "2020-11-18T21:59:00Z",
                            "duration": "PT6H47M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 420,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/420/?format=api",
                            "name": "Expedition 64 EVA 2",
                            "start": "2021-01-27T11:28:00Z",
                            "end": "2021-01-27T18:24:00Z",
                            "duration": "PT6H56M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 421,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/421/?format=api",
                            "name": "Expedition 64 EVA 3",
                            "start": "2021-02-01T12:56:00Z",
                            "end": "2021-02-01T18:16:00Z",
                            "duration": "PT5H20M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 422,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/422/?format=api",
                            "name": "Expedition 64 EVA 4",
                            "start": "2021-02-28T11:12:00Z",
                            "end": "2021-02-28T18:33:00Z",
                            "duration": "PT7H21M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 423,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/423/?format=api",
                            "name": "Expedition 64 EVA 5",
                            "start": "2021-03-05T11:37:00Z",
                            "end": "2021-03-05T18:33:00Z",
                            "duration": "PT6H56M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 424,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/424/?format=api",
                            "name": "Expedition 64 EVA 6",
                            "start": "2021-03-13T13:14:00Z",
                            "end": "2021-03-13T20:01:00Z",
                            "duration": "PT6H47M",
                            "location": "International Space Station"
                        }
                    ]
                },
                {
                    "id": 141,
                    "url": "https://lldev.thespacedevs.com/2.2.0/expedition/141/?format=api",
                    "name": "Expedition 65",
                    "start": "2021-04-17T19:45:00Z",
                    "end": "2021-10-17T01:14:00Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                        "name": "International Space Station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                    },
                    "mission_patches": [
                        {
                            "id": 728,
                            "name": "Expedition 65 Patch",
                            "priority": 9,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_65_patch_20221024013522.png",
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        },
                        {
                            "id": 96,
                            "name": "Expedition 65 Mission Patch",
                            "priority": 10,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20211017070409.png",
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 428,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/428/?format=api",
                            "name": "Expedition 65 EVA 4",
                            "start": "2021-06-25T11:52:00Z",
                            "end": "2021-06-25T18:37:00Z",
                            "duration": "PT6H45M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 429,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/429/?format=api",
                            "name": "Expedition 65 EVA 5",
                            "start": "2021-09-03T14:41:00Z",
                            "end": "2021-09-03T22:35:00Z",
                            "duration": "PT7H54M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 430,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/430/?format=api",
                            "name": "Expedition 65 EVA 6",
                            "start": "2021-09-09T14:51:00Z",
                            "end": "2021-09-09T22:16:00Z",
                            "duration": "PT7H25M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 425,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/425/?format=api",
                            "name": "Expedition 65 EVA 1",
                            "start": "2021-06-02T05:53:00Z",
                            "end": "2021-06-02T13:12:00Z",
                            "duration": "PT7H19M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 426,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/426/?format=api",
                            "name": "Expedition 65 EVA 2",
                            "start": "2021-06-16T12:11:00Z",
                            "end": "2021-06-16T19:26:00Z",
                            "duration": "PT7H15M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 431,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/431/?format=api",
                            "name": "Expedition 65 EVA 7",
                            "start": "2021-09-12T12:15:00Z",
                            "end": "2021-09-12T19:09:00Z",
                            "duration": "PT6H54M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 427,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/427/?format=api",
                            "name": "Expedition 65 EVA 3",
                            "start": "2021-06-20T11:42:00Z",
                            "end": "2021-06-20T18:10:00Z",
                            "duration": "PT6H28M",
                            "location": "International Space Station"
                        }
                    ]
                }
            ],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": [
                {
                    "id": 17,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 259,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/259/?format=api",
            "slug": "nasa-mars-2020-ingenuity-fifth-flight",
            "name": "NASA Mars 2020 Ingenuity Fifth Flight",
            "updates": [],
            "last_updated": "2024-03-05T17:24:52Z",
            "type": {
                "id": 14,
                "name": "Test Flight"
            },
            "description": "Ingenuity took off at Wright Brothers Field – the same spot where the helicopter took off and touched back down on all the other flights – but it landed elsewhere, which is another first for the rotorcraft. Ingenuity climbed to 16 feet (5 meters), then retraced its course from flight four, heading south 423 feet (129 meters). But instead of turning around and heading back, it actually climbed to a new height record of 33 feet (10 meters), where it took some color (as well as black-and-white) images of the area. After a total flight time of about 110 seconds, Ingenuity landed, completing its first one-way trip.",
            "webcast_live": false,
            "location": "Wright Brothers Field, Jezero crater, Mars",
            "news_url": "https://mars.nasa.gov/technology/helicopter/status/297/ingenuity-completes-its-fourth-flight/",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "mars.nasa.gov",
                    "title": "Ingenuity Completes Its Fourth Flight - NASA",
                    "description": "Ingenuity successfully completed its fourth flight today, and we couldn’t be happier.",
                    "feature_image": null,
                    "url": "https://mars.nasa.gov/technology/helicopter/status/297/ingenuity-completes-its-fourth-flight/",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20210409201945.jpeg",
            "date": "2021-05-07T23:31:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 242,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/242/?format=api",
            "slug": "spacex-crew-1-resilience-crew-dragon-undocking",
            "name": "SpaceX Crew-1 \"Resilience\" Crew Dragon Undocking",
            "updates": [],
            "last_updated": "2024-03-05T17:24:53Z",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The \"Resilience\" Crew Dragon will undock from the International Space Station, carrying JAXA astronaut Soichi Noguchi and NASA astronauts Victor J. Glover, Shannon Walker and Michael S. Hopkins. It will then reenter the Earth's atmosphere and splashdown in the Atlantic Ocean.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": "https://blogs.nasa.gov/commercialcrew/2021/03/29/nasa-spacex-continue-crew-2-mission-reviews-while-preparing-for-crew-1-return/",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "blogs.nasa.gov",
                    "title": "NASA, SpaceX continue Crew-2 mission reviews while preparing for Crew-1 return – Commercial Crew Program",
                    "description": "Following the latest in a series of reviews for the second crew rotation mission with astronauts on an American rocket and spacecraft from the United States, NASA and SpaceX managers and engineers continue to prepare for launch of the Crew-2 mission to the International Space Station no earlier than...",
                    "feature_image": null,
                    "url": "https://blogs.nasa.gov/commercialcrew/2021/03/29/nasa-spacex-continue-crew-2-mission-reviews-while-preparing-for-crew-1-return/",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
            "date": "2021-05-02T00:35:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [
                {
                    "id": 140,
                    "url": "https://lldev.thespacedevs.com/2.2.0/expedition/140/?format=api",
                    "name": "Expedition 64",
                    "start": "2020-10-20T20:15:00Z",
                    "end": "2021-04-17T01:34:00Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                        "name": "International Space Station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                    },
                    "mission_patches": [
                        {
                            "id": 727,
                            "name": "Expedition 64 Patch",
                            "priority": 9,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_64_patch_20221024013522.png",
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 419,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/419/?format=api",
                            "name": "Expedition 64 EVA 1",
                            "start": "2020-11-18T15:12:00Z",
                            "end": "2020-11-18T21:59:00Z",
                            "duration": "PT6H47M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 420,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/420/?format=api",
                            "name": "Expedition 64 EVA 2",
                            "start": "2021-01-27T11:28:00Z",
                            "end": "2021-01-27T18:24:00Z",
                            "duration": "PT6H56M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 421,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/421/?format=api",
                            "name": "Expedition 64 EVA 3",
                            "start": "2021-02-01T12:56:00Z",
                            "end": "2021-02-01T18:16:00Z",
                            "duration": "PT5H20M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 422,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/422/?format=api",
                            "name": "Expedition 64 EVA 4",
                            "start": "2021-02-28T11:12:00Z",
                            "end": "2021-02-28T18:33:00Z",
                            "duration": "PT7H21M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 423,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/423/?format=api",
                            "name": "Expedition 64 EVA 5",
                            "start": "2021-03-05T11:37:00Z",
                            "end": "2021-03-05T18:33:00Z",
                            "duration": "PT6H56M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 424,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/424/?format=api",
                            "name": "Expedition 64 EVA 6",
                            "start": "2021-03-13T13:14:00Z",
                            "end": "2021-03-13T20:01:00Z",
                            "duration": "PT6H47M",
                            "location": "International Space Station"
                        }
                    ]
                }
            ],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": [
                {
                    "id": 17,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 5,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/5/?format=api",
                    "name": "Commercial Crew Program",
                    "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
                    "agencies": [
                        {
                            "id": 80,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/80/?format=api",
                            "name": "Boeing",
                            "type": "Commercial"
                        },
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
                    "start_date": "2011-04-18T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 243,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/243/?format=api",
            "slug": "spacex-crew-1-resilience-crew-dragon-splashdown",
            "name": "SpaceX Crew-1 \"Resilience\" Crew Dragon Splashdown",
            "updates": [],
            "last_updated": "2024-03-05T17:24:54Z",
            "type": {
                "id": 9,
                "name": "Spacecraft Landing"
            },
            "description": "The \"Resilience\" Crew Dragon will splashdown in the Gulf of Mexico, bringing JAXA astronaut Soichi Noguchi and NASA astronauts Victor J. Glover, Shannon Walker and Michael S. Hopkins back to Earth after spending almost six months on the International Space Station.",
            "webcast_live": false,
            "location": "Gulf of Mexico, southwest of Pensacola, FL, USA",
            "news_url": "https://blogs.nasa.gov/commercialcrew/2021/03/29/nasa-spacex-continue-crew-2-mission-reviews-while-preparing-for-crew-1-return/",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "blogs.nasa.gov",
                    "title": "NASA, SpaceX continue Crew-2 mission reviews while preparing for Crew-1 return – Commercial Crew Program",
                    "description": "Following the latest in a series of reviews for the second crew rotation mission with astronauts on an American rocket and spacecraft from the United States, NASA and SpaceX managers and engineers continue to prepare for launch of the Crew-2 mission to the International Space Station no earlier than...",
                    "feature_image": null,
                    "url": "https://blogs.nasa.gov/commercialcrew/2021/03/29/nasa-spacex-continue-crew-2-mission-reviews-while-preparing-for-crew-1-return/",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200718140927.jpg",
            "date": "2021-05-02T06:57:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [
                {
                    "id": 140,
                    "url": "https://lldev.thespacedevs.com/2.2.0/expedition/140/?format=api",
                    "name": "Expedition 64",
                    "start": "2020-10-20T20:15:00Z",
                    "end": "2021-04-17T01:34:00Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                        "name": "International Space Station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                    },
                    "mission_patches": [
                        {
                            "id": 727,
                            "name": "Expedition 64 Patch",
                            "priority": 9,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_64_patch_20221024013522.png",
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 419,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/419/?format=api",
                            "name": "Expedition 64 EVA 1",
                            "start": "2020-11-18T15:12:00Z",
                            "end": "2020-11-18T21:59:00Z",
                            "duration": "PT6H47M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 420,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/420/?format=api",
                            "name": "Expedition 64 EVA 2",
                            "start": "2021-01-27T11:28:00Z",
                            "end": "2021-01-27T18:24:00Z",
                            "duration": "PT6H56M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 421,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/421/?format=api",
                            "name": "Expedition 64 EVA 3",
                            "start": "2021-02-01T12:56:00Z",
                            "end": "2021-02-01T18:16:00Z",
                            "duration": "PT5H20M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 422,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/422/?format=api",
                            "name": "Expedition 64 EVA 4",
                            "start": "2021-02-28T11:12:00Z",
                            "end": "2021-02-28T18:33:00Z",
                            "duration": "PT7H21M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 423,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/423/?format=api",
                            "name": "Expedition 64 EVA 5",
                            "start": "2021-03-05T11:37:00Z",
                            "end": "2021-03-05T18:33:00Z",
                            "duration": "PT6H56M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 424,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/424/?format=api",
                            "name": "Expedition 64 EVA 6",
                            "start": "2021-03-13T13:14:00Z",
                            "end": "2021-03-13T20:01:00Z",
                            "duration": "PT6H47M",
                            "location": "International Space Station"
                        }
                    ]
                }
            ],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": [
                {
                    "id": 17,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 5,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/5/?format=api",
                    "name": "Commercial Crew Program",
                    "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
                    "agencies": [
                        {
                            "id": 80,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/80/?format=api",
                            "name": "Boeing",
                            "type": "Commercial"
                        },
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
                    "start_date": "2011-04-18T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 670,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/670/?format=api",
            "slug": "jpss-2-pre-launch-news-conference",
            "name": "JPSS-2 Pre-Launch News Conference",
            "updates": [],
            "last_updated": "2024-03-05T17:24:55Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA and NOAA will hold a joint news conference ahead of the launch of the Joint Polar Satellite System-2 (JPSS-2) mission.",
            "webcast_live": false,
            "location": "Kennedy Space Center, FL, USA",
            "news_url": "https://www.nasa.gov/press-release/nasa-coverage-set-for-noaa-s-joint-polar-satellite-system-2-launch",
            "video_url": "https://www.youtube.com/watch?v=phRnHhLRNEg",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "Coverage Set for NOAA’s Joint Polar Satellite System-2 Launch",
                    "description": "NASA will provide coverage of the upcoming prelaunch and launch activities for the National Oceanic and Atmospheric Administration’s (NOAA) Joint Polar Satellite System-2 (JPSS-2) mission. JPSS-2 is the third satellite in the polar satellite series and is expected to capture data to improve weather ...",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-coverage-set-for-noaa-s-joint-polar-satellite-system-2-launch",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Prelaunch Update for NOAA’s JPSS-2 Weather Satellite and LOFTID NASA Tech Demo (Oct. 28, 2022)",
                    "description": "Get a prelaunch update for the the National Oceanic and Atmospheric Administration (NOAA)’s Joint Polar Satellite System-2, or JPSS-2, set to launch Nov. 6 a...",
                    "feature_image": "https://i.ytimg.com/vi/phRnHhLRNEg/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=phRnHhLRNEg",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jpss-2_pre-laun_image_20221028065405.png",
            "date": "2022-10-28T20:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 855,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/855/?format=api",
            "slug": "h-2a-rocket-f47-rollout",
            "name": "H-2A Rocket F47 Rollout",
            "updates": [
                {
                    "id": 4988,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Rollout delayed",
                    "info_url": null,
                    "created_by": "hitura-nobad",
                    "created_on": "2023-08-25T07:17:33Z"
                },
                {
                    "id": 4964,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://www.youtube.com/watch?v=3MbWoojn3fs",
                    "created_by": "hitura-nobad",
                    "created_on": "2023-08-22T14:26:52Z"
                },
                {
                    "id": 5007,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=3MbWoojn3fs",
                    "created_by": "LL2",
                    "created_on": "2023-08-27T08:59:48Z"
                }
            ],
            "last_updated": "2024-03-05T17:24:56Z",
            "type": {
                "id": 27,
                "name": "Rollout"
            },
            "description": "The H-IIA launch vehicle is moved from the Vehicle Assembly Building to the launch pad.\r\nThe launch vehicle, which is approximately 53 meters long, is moved 500 meters to the launch pad in about 20 minutes from a standing position.",
            "webcast_live": false,
            "location": "Tanegashima Space Center, Japan",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=3MbWoojn3fs",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "H-IIA ロケット 47号機 機体移動 H-2A Rocket F47 Rollout",
                    "description": "H-IIAロケットを大型ロケット組立棟から射場へ移動させる「機体移動」の様子を現地種子島から中継します。機体移動は全長約57mのロケットを起てた状態で約500mの距離を20分ほどで移動させます。The state of \"Rollout\" to move the H-2A rocket from the larg...",
                    "feature_image": "https://i.ytimg.com/vi/3MbWoojn3fs/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=3MbWoojn3fs",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-2a_rocket_f47_image_20230822142651.jpeg",
            "date": "2023-08-27T09:30:00Z",
            "date_precision": {
                "id": 2,
                "name": "Hour",
                "abbrev": "HR",
                "description": "The T-0 is accurate to the hour."
            },
            "duration": "PT1H43M51S",
            "agencies": [
                {
                    "id": 37,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "featured": true,
                    "type": "Government",
                    "country_code": "JPN",
                    "abbrev": "JAXA",
                    "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
                    "administrator": "Administrator: Hiroshi Yamakawa",
                    "founding_year": "2003",
                    "launchers": "H-II",
                    "spacecraft": "",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png"
                }
            ],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        }
    ]
}