API endpoint that allows past Events to be viewed.

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

GET: Return a list of past Events

ORDERING: Fields - 'date', 'last_updated'

Example - /2.2.0/event/previous/?ordering=-date

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

{
    "count": 985,
    "next": "https://lldev.thespacedevs.com/2.2.0/event/previous/?format=api&limit=10&offset=350&ordering=-last_updated",
    "previous": "https://lldev.thespacedevs.com/2.2.0/event/previous/?format=api&limit=10&offset=330&ordering=-last_updated",
    "results": [
        {
            "id": 557,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/557/?format=api",
            "slug": "artemis-i-sls-rollback-1",
            "name": "Artemis I SLS Rollback #1",
            "updates": [],
            "last_updated": "2024-03-05T17:30:54Z",
            "type": {
                "id": 27,
                "name": "Rollout"
            },
            "description": "NASA will roll the Artemis-1 SLS rocket back to the Vehicle Assembly Building to complete checkouts and conduct repairs.",
            "webcast_live": false,
            "location": "Kennedy Space Center",
            "news_url": "https://blogs.nasa.gov/artemis/2022/04/25/nasas-artemis-i-moon-rocket-to-depart-launch-pad-39b-today/",
            "video_url": "https://youtube.com/watch?v=idJfLeKqe7s",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "blogs.nasa.gov",
                    "title": "NASA’s Artemis I Moon Rocket to Depart Launch Pad 39B Today – Artemis",
                    "description": "At approximately 5:30 p.m. ET today, NASA’s Artemis I Moon rocket atop the crawler-transporter is scheduled to leave launch pad 39B and begin its 4-mile trek to the Vehicle Assembly Building (VAB) at NASA’s Kennedy Space Center in Florida.\n\nOnce inside the VAB, teams will work on replacing a faulty ...",
                    "feature_image": null,
                    "url": "https://blogs.nasa.gov/artemis/2022/04/25/nasas-artemis-i-moon-rocket-to-depart-launch-pad-39b-today/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": null,
                    "title": "YouTube",
                    "description": "Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.",
                    "feature_image": null,
                    "url": "https://youtube.com/watch?v=idJfLeKqe7s",
                    "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/artemis-1_sls_r_image_20220425204055.jpeg",
            "date": "2022-04-25T23:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 15,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 550,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/550/?format=api",
            "slug": "artemis-i-wdr-abort-update-2",
            "name": "Artemis I WDR Abort Update #2",
            "updates": [],
            "last_updated": "2024-03-05T17:30:53Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will hold a media teleconference regarding the Artemis-1 wet dress rehearsal at 8 p.m. UTC. The purpose of the briefing is to provide insight into the scrub on April 5th due to an anomaly with a panel on the mobile launcher which controls the core stage vent valve during tanking.",
            "webcast_live": false,
            "location": "Kennedy Space Center, FL, USA",
            "news_url": "https://www.nasa.gov/press-release/nasa-to-discuss-final-test-status-today-before-artemis-moon-mission",
            "video_url": "https://www.youtube.com/watch?v=0d8xAB9fq4w",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Discuss Final Test Status Today Before Artemis Moon Mission",
                    "description": "NASA to Discuss Final Test Status Today Before Artemis Moon Mission",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-discuss-final-test-status-today-before-artemis-moon-mission",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Media Briefing: Artemis I Post-Wet Dress Rehearsal Status Update",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/0d8xAB9fq4w/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=0d8xAB9fq4w",
                    "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/artemis-1_wdr_a_image_20220405135236.jpg",
            "date": "2022-04-05T20:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 15,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 672,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/672/?format=api",
            "slug": "artemis-i-status-update-8",
            "name": "Artemis I Status Update #8",
            "updates": [],
            "last_updated": "2024-03-05T17:30:52Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will hold a media teleconference to discuss the status of its Artemis I mission.",
            "webcast_live": false,
            "location": null,
            "news_url": "https://www.nasa.gov/press-release/nasa-to-provide-update-on-artemis-i-moon-mission",
            "video_url": "https://www.youtube.com/watch?v=GzQvkbNrFVQ",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Provide Update on Artemis I Moon Mission",
                    "description": "NASA will host a media teleconference at 12 p.m. EDT Thursday, Nov. 3, to discuss the status of its Artemis I flight test that will launch the Space Launch System (SLS) rocket from NASA’s Kennedy Space Center in Florida. The uncrewed mission will send the Orion spacecraft beyond the Moon and back to...",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-provide-update-on-artemis-i-moon-mission",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Artemis I Pre-Rollout Status Update (Nov. 3, 2022)",
                    "description": "Managers discuss rollout of the Space Launch System rocket and Orion spacecraft ahead of Artemis I launch.",
                    "feature_image": "https://i.ytimg.com/vi/GzQvkbNrFVQ/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=GzQvkbNrFVQ",
                    "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/artemis-1_sls_r_image_20220522090551.jpeg",
            "date": "2022-11-03T16:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 15,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 504,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/504/?format=api",
            "slug": "artemis-i-rollout-and-wet-dress-rehearsal-media-br",
            "name": "Artemis I Rollout and Wet Dress Rehearsal Media Briefing",
            "updates": [],
            "last_updated": "2024-03-05T17:30:52Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will hold a media teleconference to provide an update on the rollout of the Space Launch System rocket, currently scheduled for March 17th, as well as the wet-dress rehearsal the vehicle will undergo.",
            "webcast_live": false,
            "location": "Kennedy Space Center",
            "news_url": "https://www.nasa.gov/press-release/coverage-activities-set-for-first-rollout-of-nasa-s-mega-moon-rocket/",
            "video_url": "https://www.youtube.com/watch?v=rionn3bSg50",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "Coverage, Activities Set for First Rollout of NASA’s Mega Moon Rocket",
                    "description": "NASA will hold a media teleconference on Monday, March 14 to discuss the upcoming debut of the agency’s Mega Moon rocket and integrated spacecraft for the uncrewed Artemis I lunar mission.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/coverage-activities-set-for-first-rollout-of-nasa-s-mega-moon-rocket/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Media Briefing: First Roll Out and Wet Dress Rehearsal for Artemis I Readiness Update",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/rionn3bSg50/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=rionn3bSg50",
                    "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/artemis_i_rollo_image_20220314204006.jpeg",
            "date": "2022-03-14T21:30:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 15,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 339,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/339/?format=api",
            "slug": "spacex-crew-4-crew-dragon-docking",
            "name": "SpaceX Crew-4 Crew Dragon Docking",
            "updates": [],
            "last_updated": "2024-03-05T17:30:51Z",
            "type": {
                "id": 2,
                "name": "Docking"
            },
            "description": "The Crew-4 Crew Dragon will dock autonomously to the International Space Station, carrying four astronauts to the International Space Station.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=tgaki17-Ca8",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Crew-4 Mission | Approach and Docking",
                    "description": "On Wednesday, April 27 at 3:52 a.m. ET, 7:52 UTC, Falcon 9 launched Dragon’s fourth science expedition mission (Crew-4) to the International Space Station fr...",
                    "feature_image": "https://i.ytimg.com/vi/tgaki17-Ca8/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=tgaki17-Ca8",
                    "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/spacex_dm-2_cre_image_20200504065311.jpeg",
            "date": "2022-04-27T23:40:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "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": 508,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/508/?format=api",
            "slug": "nasa-astronaut-moon-landers-strategy-media-telecon",
            "name": "NASA Astronaut Moon Landers Strategy Media Teleconference",
            "updates": [],
            "last_updated": "2024-03-05T17:30:49Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will host a media teleconference at 3:30 p.m. EDT Wednesday, March 23, to provide an update on the agency’s goals to transport astronauts from lunar orbit to the surface of the Moon under Artemis.",
            "webcast_live": false,
            "location": null,
            "news_url": "https://www.nasa.gov/press-release/nasa-to-discuss-artemis-strategy-for-astronaut-moon-landers",
            "video_url": "https://www.youtube.com/watch?v=mwdAcpIBWj8",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Discuss Artemis Strategy for Astronaut Moon Landers",
                    "description": "NASA will host a media teleconference at 3:30 p.m. EDT Wednesday, March 23, to provide an update on the agency’s goals to transport astronauts from lunar orbit to the surface of the Moon under Artemis.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-discuss-artemis-strategy-for-astronaut-moon-landers",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Media Briefing: Sustaining Lunar Development",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/mwdAcpIBWj8/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=mwdAcpIBWj8",
                    "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/nasa_astronaut__image_20220323112838.jpg",
            "date": "2022-03-23T19:30:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 15,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 507,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/507/?format=api",
            "slug": "artemis-i-sls-wet-dress-rehearsal",
            "name": "Artemis I SLS Wet Dress Rehearsal",
            "updates": [],
            "last_updated": "2024-03-05T17:30:48Z",
            "type": {
                "id": 22,
                "name": "Wet Dress Rehearsal"
            },
            "description": "NASA will perform a wet dress rehearsal of the SLS launch vehicle ahead of the Artemis-1 mission.",
            "webcast_live": false,
            "location": "Kennedy Space Center, FL, USA",
            "news_url": null,
            "video_url": "https://youtube.com/watch?v=AZccNId8jmQ",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": null,
                    "title": "Live Coverage of Artemis I Tanking Operations With Commentary",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/AZccNId8jmQ/maxresdefault.jpg",
                    "url": "https://youtube.com/watch?v=AZccNId8jmQ",
                    "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/artemis-1_sls_r_image_20220225144145.jpg",
            "date": "2022-06-20T20:30:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 15,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 643,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/643/?format=api",
            "slug": "nasa-dart-pre-impact-press-briefing",
            "name": "NASA DART Pre-Impact Press Briefing",
            "updates": [],
            "last_updated": "2024-03-05T17:30:48Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will hold a press briefing ahead of the DART mission impact.",
            "webcast_live": false,
            "location": null,
            "news_url": null,
            "video_url": null,
            "info_urls": [],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dart_pre-launch_image_20211116204913.jpeg",
            "date": "2022-09-22T19:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 551,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/551/?format=api",
            "slug": "artemis-i-wdr-update",
            "name": "Artemis I WDR Update",
            "updates": [],
            "last_updated": "2024-03-05T17:30:47Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will provide an update on the Artemis-1 SLS wet dress rehearsal.",
            "webcast_live": false,
            "location": "Kennedy Space Center",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=aOBQcNDclg8",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Media Briefing: Artemis I Wet Dress Rehearsal Status Update",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/aOBQcNDclg8/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=aOBQcNDclg8",
                    "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/artemis_i_wdr_a_image_20220403175119.jpeg",
            "date": "2022-04-11T20:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 15,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 498,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/498/?format=api",
            "slug": "artemis-i-status-update",
            "name": "Artemis I Status Update",
            "updates": [],
            "last_updated": "2024-03-05T17:30:46Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will host a media teleconference to provide an update on progress toward the launch of the agency’s uncrewed Artemis-1 mission.",
            "webcast_live": false,
            "location": null,
            "news_url": "https://www.nasa.gov/press-release/nasa-to-provide-media-update-on-artemis-i-moon-mission/",
            "video_url": "https://www.youtube.com/watch?v=NNNoI9u9jdU",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Provide Media Update on Artemis I Moon Mission",
                    "description": "NASA will host a media teleconference at 1:30 p.m. EST on Thursday, Feb. 24, to provide an update on progress toward the launch of the agency’s uncrewed Artemis I mission.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-provide-media-update-on-artemis-i-moon-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Media Briefing: Artemis I Status Update",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/NNNoI9u9jdU/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=NNNoI9u9jdU",
                    "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/artemis_i_statu_image_20220224185259.jpg",
            "date": "2022-02-24T19:30:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 15,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        }
    ]
}