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=290&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=300&ordering=-last_updated",
    "previous": "https://lldev.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=280&ordering=-last_updated",
    "results": [
        {
            "id": 954,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/954/?format=api",
            "slug": "rs-25-engine-test-31",
            "name": "RS-25 Engine Test",
            "updates": [
                {
                    "id": 6885,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://fxtwitter.com/NASAStennis/status/1765394893734658481",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-03-06T15:18:14Z"
                },
                {
                    "id": 6888,
                    "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=WDKE34q821Y",
                    "created_by": "LL2",
                    "created_on": "2024-03-06T18:55:00Z"
                }
            ],
            "last_updated": "2024-03-06T19:23:09Z",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "NASA is conducting a hot fire as part of the final round of certification testing ahead of production of an updated set of the engines for the SLS (Space Launch System) rocket.\r\n\r\nToday’s test of RS-25 Engine 0525 on the Fred Haise Test Stand has a planned duration of 600 seconds with a maximum 113% power level.",
            "webcast_live": false,
            "location": "Fred Haise Test Stand, NASA’s Stennis Space Center",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=WDKE34q821Y",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA Stennis",
                    "title": "NASA Stennis Live Stream",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/WDKE34q821Y/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=WDKE34q821Y",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-03-06T18:53:30Z",
                    "end_time": "2024-03-06T19:22:51Z"
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rs-25_engine_te_image_20240111163044.jpeg",
            "date": "2024-03-06T19:08:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": "PT29M21S",
            "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": 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": 570,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/570/?format=api",
            "slug": "ax-1-post-mission-press-conference",
            "name": "Ax-1 Post Mission Press Conference",
            "updates": [],
            "last_updated": "2024-03-05T20:38:09Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Axiom Space leadership and the Ax-1 astronauts will discuss mission highlights, including a recap of the robust research activities, training, and what the crew learned during their time in space. The event will then open to questions from the press and social media.",
            "webcast_live": false,
            "location": null,
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=XbtbqnGAtrc",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.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://www.youtube.com/watch?v=XbtbqnGAtrc",
                    "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/ax-1_crew_in_th_image_20240305203710.jpg",
            "date": "2022-05-13T15:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 501,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/501/?format=api",
            "slug": "ax-1-mission-briefing",
            "name": "Ax-1 Mission Briefing",
            "updates": [],
            "last_updated": "2024-03-05T20:38:03Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Axiom Space will host a virtual press conference at 11 a.m. EST Monday, Feb. 28, to preview the launch of Ax-1, the first all-private astronaut mission to the International Space Station (ISS).",
            "webcast_live": false,
            "location": null,
            "news_url": "https://twitter.com/Axiom_Space/status/1498313988941230091",
            "video_url": "https://www.youtube.com/watch?v=HpHvNHfDLm0",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "twitter.com",
                    "title": "",
                    "description": "This browser is no longer supported.\n\nPlease switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center.",
                    "feature_image": null,
                    "url": "https://twitter.com/Axiom_Space/status/1498313988941230091",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Ax-1 Mission Briefing",
                    "description": "Axiom Space will host a virtual press conference at 11 a.m. EST Monday, Feb. 28, to preview the launch of Ax-1, the first all-private astronaut mission to th...",
                    "feature_image": "https://i.ytimg.com/vi/HpHvNHfDLm0/hqdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=HpHvNHfDLm0",
                    "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/ax-1_crew_in_th_image_20240305203710.jpg",
            "date": "2022-02-28T16:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 509,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/509/?format=api",
            "slug": "ax-1-flight-readiness-media-teleconference",
            "name": "Ax-1 Flight Readiness Media Teleconference",
            "updates": [],
            "last_updated": "2024-03-05T20:37:24Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will host a media teleconference Friday, March 25, following the agency’s flight readiness review for the Axiom Mission 1 (Ax-1), the first private astronaut mission to the International Space Station.",
            "webcast_live": false,
            "location": null,
            "news_url": "https://www.nasa.gov/press-release/nasa-to-host-axiom-mission-1-flight-readiness-media-teleconference",
            "video_url": "https://www.youtube.com/watch?v=YJVpb1l-c80",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Host Axiom Mission 1 Flight Readiness Media Teleconference",
                    "description": "NASA will host a media teleconference Friday, March 25, following the agency’s flight readiness review for the Axiom Mission 1 (Ax-1), the first private astronaut mission to the International Space Station.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-host-axiom-mission-1-flight-readiness-media-teleconference",
                    "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: Axiom Mission 1 Flight Readiness Review",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/YJVpb1l-c80/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=YJVpb1l-c80",
                    "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/ax-1_crew_in_th_image_20240305203710.jpg",
            "date": "2022-03-25T22:00: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": 925,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/925/?format=api",
            "slug": "ng-20-science-media-briefing",
            "name": "NG-20 Science Media Briefing",
            "updates": [
                {
                    "id": 6468,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-northrop-grumman-cargo-space-station-mission/",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-01-25T08:22:01Z"
                },
                {
                    "id": 6484,
                    "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=Hh7C3AdkNNU",
                    "created_by": "LL2",
                    "created_on": "2024-01-26T18:03:16Z"
                }
            ],
            "last_updated": "2024-03-05T17:32:05Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The International Space Station National Lab will host a science webinar with the following participants:\r\n\r\n- Lisa Carnell, director, NASA’s Biological and Physical Sciences Division\r\n- Meg Everett, deputy scientist, NASA’s International Space Station Program\r\n- Shane Farritor, co-founder and chief scientific officer, Virtual Incision Corporation\r\n- Mark Fernandez, principal investigator of Spaceborne Computer-2, Hewlett Packard Enterprise\r\n- Mary Murphy, director of programs, Nanoracks\r\n- Michael Roberts, chief scientific officer, International Space Station National Lab\r\n- Nicole Wagner, chief executive officer, LambdaVision\r\n- Abba Zubair, medical director, Mayo Clinic",
            "webcast_live": false,
            "location": null,
            "news_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-northrop-grumman-cargo-space-station-mission/",
            "video_url": "https://www.youtube.com/watch?v=Hh7C3AdkNNU",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "Sets Coverage for Northrop Grumman Cargo Space Station Mission",
                    "description": "NASA, Northrop Grumman, and SpaceX are targeting 12:29 p.m. EST on Monday, Jan. 29, for the next launch to deliver science investigations, supplies, and",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-northrop-grumman-cargo-space-station-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA Video",
                    "title": "Science Webinar for Northrop Grumman's CRS-20 Mission (Jan. 26, 2024)",
                    "description": "NASA is participating in the International Space Station National Lab’s science webinar to highlight new investigations on Northrop Grumman’s 20th contracted...",
                    "feature_image": "https://i.ytimg.com/vi/Hh7C3AdkNNU/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=Hh7C3AdkNNU",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-01-26T17:59:46Z",
                    "end_time": "2024-01-26T19:02:50Z"
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ng-20_science_m_image_20240125082159.jpeg",
            "date": "2024-01-26T18:00:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": "PT1H3M4S",
            "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"
                },
                {
                    "id": 99,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/99/?format=api",
                    "name": "Northrop Grumman Space Technology",
                    "featured": false,
                    "type": "Commercial",
                    "country_code": "USA",
                    "abbrev": "NOC",
                    "description": null,
                    "administrator": null,
                    "founding_year": null,
                    "launchers": "",
                    "spacecraft": "",
                    "parent": null,
                    "image_url": null,
                    "logo_url": null
                },
                {
                    "id": 121,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "featured": true,
                    "type": "Commercial",
                    "country_code": "USA",
                    "abbrev": "SpX",
                    "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                    "administrator": "CEO: Elon Musk",
                    "founding_year": "2002",
                    "launchers": "Falcon | Starship",
                    "spacecraft": "Dragon",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png"
                }
            ],
            "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": 11,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/11/?format=api",
                    "name": "Commercial Resupply Services",
                    "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 257,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api",
                            "name": "Northrop Grumman Space Systems",
                            "type": "Commercial"
                        },
                        {
                            "id": 1020,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                            "name": "Sierra Nevada Corporation",
                            "type": "Commercial"
                        },
                        {
                            "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_20201129212219.png",
                    "start_date": "2008-12-23T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 689,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/689/?format=api",
            "slug": "artemis-i-post-orion-powered-moon-flyby-briefing",
            "name": "Artemis I Post-Orion Powered Moon Flyby Briefing",
            "updates": [],
            "last_updated": "2024-03-05T17:32:05Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will hold a media briefing following the powered Moon flyby performed by the Orion spacecraft as part of the agency's Artemis I mission.",
            "webcast_live": false,
            "location": null,
            "news_url": "https://www.nasa.gov/press-release/nasa-to-share-orion-update-today-after-spacecraft-flies-by-moon",
            "video_url": "https://www.youtube.com/watch?v=5TgxfAAwXis",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Share Orion Update Today After Spacecraft Flies by Moon",
                    "description": "NASA will host a news conference at 5 p.m. EST today, Monday, Nov. 21, from the agency’s Johnson Space Center in Houston to discuss Orion’s lunar flyby as part of the Artemis I mission.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-share-orion-update-today-after-spacecraft-flies-by-moon",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "NASA Update After Orion’s First Close Flyby of the Moon (Nov. 21, 2022)",
                    "description": "NASA news conference from the agency’s Johnson Space Center in Houston to discuss Orion’s lunar flyby as part of the Artemis I mission, as well as update on ...",
                    "feature_image": "https://i.ytimg.com/vi/5TgxfAAwXis/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=5TgxfAAwXis",
                    "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_orion_image_20220821063559.jpg",
            "date": "2022-11-21T22:45: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": 676,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/676/?format=api",
            "slug": "nasa-psyche-independent-review-teleconference",
            "name": "NASA Psyche Independent Review Teleconference",
            "updates": [],
            "last_updated": "2024-03-05T17:32:04Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Following a community townhall, NASA will host a media teleconference to discuss the findings and recommendations of a report by the Psyche mission independent review board.",
            "webcast_live": false,
            "location": null,
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=Ag6tqWaTVlE",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Media Briefing: NASA Psyche IRB Findings and Responses",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/Ag6tqWaTVlE/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=Ag6tqWaTVlE",
                    "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_psyche_ind_image_20221104084100.jpeg",
            "date": "2022-11-04T17:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 638,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/638/?format=api",
            "slug": "artemis-i-status-update-7",
            "name": "Artemis I Status Update #7",
            "updates": [],
            "last_updated": "2024-03-05T17:32:04Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will hold a media teleconference following the second scrub of its Artemis I mission.",
            "webcast_live": false,
            "location": "Kennedy Space Center, FL, USA",
            "news_url": "https://www.nasa.gov/press-release/nasa-to-discuss-status-of-next-artemis-i-moon-mission-launch-attempt",
            "video_url": "https://www.youtube.com/watch?v=ImxcxX6Ek1c",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Discuss Status of Next Artemis I Moon Mission Launch Attempt",
                    "description": "NASA will hold a media teleconference at 11 a.m. EDT Thursday, Sept. 8, to discuss next steps for the Artemis I mission to launch the Space Launch System (SLS) rocket and Orion spacecraft from the agency’s Kennedy Space Center in Florida.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-discuss-status-of-next-artemis-i-moon-mission-launch-attempt",
                    "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 Teleconference: Artemis I Launch Status (Sept. 8)",
                    "description": "NASA will hold a media teleconference at 11 a.m. EDT Thursday, Sept. 8, to discuss next steps for the Artemis I mission to launch the Space Launch System (SL...",
                    "feature_image": "https://i.ytimg.com/vi/ImxcxX6Ek1c/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=ImxcxX6Ek1c",
                    "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-09-08T15: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": 667,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/667/?format=api",
            "slug": "spacex-crew-4-post-flight-news-conference",
            "name": "SpaceX Crew-4 Post-Flight News Conference",
            "updates": [],
            "last_updated": "2024-03-05T17:32:03Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will hold a news conference with the Crew-4 astronauts after their return to Earth. Samantha Cristoforetti will be joining by phone from Europe.",
            "webcast_live": false,
            "location": "Johnson Space Center, Houston, TX, USA",
            "news_url": "https://www.nasa.gov/press-release/nasa-s-spacex-crew-4-to-discuss-mission-after-returning-to-earth",
            "video_url": "https://www.youtube.com/watch?v=xXsPbspkAa4",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "’s SpaceX Crew-4 to Discuss Mission After Returning to Earth",
                    "description": "Astronauts of NASA’s SpaceX Crew-4 mission, consisting of crew members from the agency as well as ESA (European Space Agency), will answer questions about their recent mission aboard the International Space Station during a news conference at 10 a.m. EDT Thursday, Oct. 20.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-s-spacex-crew-4-to-discuss-mission-after-returning-to-earth",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Astronauts of NASA’s SpaceX Crew-4 Mission Answer Questions (NASA News Briefing)",
                    "description": "NASA astronauts Kjell Lindgren, Bob Hines, and Jessica Watkins, and ESA (European Space Agency) astronaut Samantha Cristoforetti answer questions about their...",
                    "feature_image": "https://i.ytimg.com/vi/xXsPbspkAa4/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=xXsPbspkAa4",
                    "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_crew-4_p_image_20221019064314.jpeg",
            "date": "2022-10-20T14: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": 626,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/626/?format=api",
            "slug": "nasa-dart-impact",
            "name": "NASA DART Impact",
            "updates": [],
            "last_updated": "2024-03-05T17:32:02Z",
            "type": {
                "id": 6,
                "name": "Spacecraft Event"
            },
            "description": "NASA’s Double Asteroid Redirection Test (DART), the world’s first mission to test technology for defending Earth against potential asteroid or comet hazards, will impact its target asteroid to change its motion in a way that can be measured using ground-based telescopes.",
            "webcast_live": false,
            "location": null,
            "news_url": "https://www.nasa.gov/press-release/nasa-invites-media-to-witness-world-s-first-planetary-defense-test",
            "video_url": "https://www.youtube.com/watch?v=4RA8Tfa6Sck",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA Invites Media to Witness World’s First Planetary Defense Test",
                    "description": "NASA’s Double Asteroid Redirection Test (DART), the world’s first mission to test technology for defending Earth against potential asteroid or comet hazards, will impact its target asteroid—which poses no threat to Earth—at 7:14 p.m. EDT on Monday, Sept. 26.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-invites-media-to-witness-world-s-first-planetary-defense-test",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "DART's Impact with Asteroid Dimorphos (Official NASA Broadcast)",
                    "description": "Countdown to impact as NASA’s Double Asteroid Redirection Test (DART) attempts humanity’s first-ever test of planetary defense! The DART spacecraft will inte...",
                    "feature_image": "https://i.ytimg.com/vi/4RA8Tfa6Sck/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=4RA8Tfa6Sck",
                    "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/dart_pre-launch_image_20211116204913.jpeg",
            "date": "2022-09-26T23:14:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        }
    ]
}