Modes

Levels of detail in the response - list, normal, detailed

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gte, date__lt, date__lte, day, expedition__ids, id, last_updated__gte, last_updated__lte, launch__ids, month, program, program__ids, slug, spacestation__ids, type, type__ids, video_url, year

Example - /events/?type__ids=2,8

Fields searched - name

Example - /events/?search=Flyby

Ordering

Fields - date, last_updated

Example - /events/?ordering=-last_updated

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /events/?limit=2

Format

Switch to JSON output - /events/?format=json

Help

Find all the FAQs and support links on the documentation homepage - ll.thespacedevs.com/docs

GET /2.3.0/events/?format=api&ordering=-last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 1143,
    "next": "https://ll.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=10&ordering=-last_updated",
    "previous": null,
    "results": [
        {
            "id": 1392,
            "url": "https://ll.thespacedevs.com/2.3.0/events/1392/?format=api",
            "name": "Artemis II Daily Mission Status Briefing (April 5)",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "nasa.gov",
                    "title": "Sets Coverage for Artemis II Moon Mission",
                    "description": "Editor’s note: NASA will continuously update this Artemis II briefings and mission events page throughout prelaunch, launch, and mission activities.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "NASA’s Artemis II Daily News Conference (April 5, 2026)",
                    "description": "Join us for today's mission briefing following the successful launch of Artemis II on April 1, 2026.\n\nNASA leaders are providing status updates, answering media questions, and discussing mission activities for the day. This stream may begin with live views of Artemis II mission coverage before the briefing starts.\n\nArtemis II is the first crewed flight test of the Space Launch System (SLS) rocket and Orion, testing the technologies we'll need for long-term lunar exploration and human missions to Mars. After lifting off from NASA's Kennedy Space Center, the Artemis II astronauts are currently journeying around the Moon and back in their Orion spacecraft, named Integrity, on an approximately 10-day mission.\n\nUnder Artemis, NASA will send astronauts on increasingly difficult missions to ...",
                    "feature_image": "https://i.ytimg.com/vi/46uxUxGpjtY/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=46uxUxGpjtY",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2026-04-05T22:32:21Z",
                    "end_time": "2026-04-05T23:33:23Z",
                    "live": false
                }
            ],
            "image": {
                "id": 2682,
                "name": "Artemis II Rollout (NHQ202601170039)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_ii_roll_image_20260127022614.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_ii_roll_image_thumbnail_20260127022614.jpeg",
                "credit": "NASA/Keegan Barber",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2026-04-05T22:30:00Z",
            "slug": "artemis-ii-daily-mission-status-briefing-april-5",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA provides daily Artemis II mission status briefings from NASA’s Johnson Space Center in Houston beginning Thursday, April 2, except for April 6, due to lunar flyby activities.",
            "webcast_live": false,
            "location": "Johnson Space Center, Houston, TX, USA",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT1H1M2S",
            "updates": [
                {
                    "id": 14584,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Official Webcast by NASA has started",
                    "info_url": "https://www.youtube.com/watch?v=46uxUxGpjtY",
                    "created_by": "LL2",
                    "created_on": "2026-04-05T22:33:00Z"
                },
                {
                    "id": 14582,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Updated event time.",
                    "info_url": "https://www.youtube.com/watch?v=46uxUxGpjtY",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2026-04-05T18:36:00Z"
                },
                {
                    "id": 14502,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Adding event",
                    "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-first-artemis-crewed-mission-around-moon/",
                    "created_by": "Nosu",
                    "created_on": "2026-03-30T11:35:00Z"
                }
            ],
            "last_updated": "2026-04-05T23:33:30Z"
        },
        {
            "id": 1408,
            "url": "https://ll.thespacedevs.com/2.3.0/events/1408/?format=api",
            "name": "Artemis II Lunar Flyby",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "nasa.gov",
                    "title": "Sets Coverage for Artemis II Moon Mission",
                    "description": "Editor’s note: NASA will continuously update this Artemis II briefings and mission events page throughout prelaunch, launch, and mission activities.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "NASA’s Artemis II Crew Flies Around the Moon (Official Broadcast)",
                    "description": "We're about to fly around the Moon.\n\nOn Monday, April 6, the four astronauts of Artemis II will travel farther from Earth than any humans in history—breaking the record set by Apollo 13 in 1970.\n\nThey'll sail around the far side of the Moon, photographing lunar features never before seen by human eyes. At their closest point, they'll pass roughly 4,000 miles above the lunar surface.\n\nHighlights include:\n- 1:56 p.m. EDT (1756 UTC): Artemis II crew surpasses the Apollo 13 distance record\n- 2:45 p.m. EDT (1845 UTC): Lunar observation period begins\n- 6:47 p.m. EDT (2247 UTC): Predicted loss of communications as Artemis II heads behind the moon (roughly 40 minutes)\n- 7:02 p.m. EDT (2302 UTC): Artemis II's closest approach to the Moon\n- 7:05 p.m. EDT (2305 UTC): Artemis II reaches its furth...",
                    "feature_image": "https://i.ytimg.com/vi/z-j1uxBmis0/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=z-j1uxBmis0",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2026-04-06T17:00:00Z",
                    "end_time": null,
                    "live": false
                },
                {
                    "priority": 11,
                    "source": "plus.nasa.gov",
                    "publisher": "NASA",
                    "title": "NASA’s Artemis II Crew Flies Around the Moon (Official Broadcast)",
                    "description": "During a planned lunar flyby on Monday, April 6, astronauts will take high-resolution photographs and provide their own observations of the lunar surface, including areas of the far side of […]",
                    "feature_image": "https://plus.nasa.gov/wp-content/uploads/2026/03/artemis-ii-crew-flies-around-the-moon-r1-horizontal-program-tile-16-9-without-title.jpg",
                    "url": "https://plus.nasa.gov/scheduled-video/nasas-artemis-ii-crew-flies-around-the-moon-official-broadcast/",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2026-04-06T17:00:00Z",
                    "end_time": "2026-04-07T02:00:00Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1031,
                "name": "Orion orbiting the Moon (Artemis I)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_i_statu_image_20221125181032.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191432.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2026-04-06T16:45:00Z",
            "slug": "artemis-ii-lunar-flyby",
            "type": {
                "id": 23,
                "name": "Flyby"
            },
            "description": "Video during the lunar flyby may be limited while the spacecraft flies through an eclipse. The crew also is expected to temporarily experience a loss of communications with Earth as the Orion flies behind the Moon’s far side.",
            "webcast_live": false,
            "location": "Cislunar space",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 14521,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Adding event",
                    "info_url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "created_by": "Nosu",
                    "created_on": "2026-03-30T14:13:00Z"
                }
            ],
            "last_updated": "2026-04-05T18:30:13Z"
        },
        {
            "id": 1402,
            "url": "https://ll.thespacedevs.com/2.3.0/events/1402/?format=api",
            "name": "Artemis II Live CSA Downlink Event (April 5)",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "nasa.gov",
                    "title": "Sets Coverage for Artemis II Moon Mission",
                    "description": "Editor’s note: NASA will continuously update this Artemis II briefings and mission events page throughout prelaunch, launch, and mission activities.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "Canadian Space Agency",
                    "title": "LIVE - Jeremy Hansen speaks with Canadians live from deep space",
                    "description": "Join us for a unique and inspiring glimpse into humanity’s return to the Moon! Canadian Space Agency astronaut Jeremy Hansen connects live with Canada from aboard the Orion spacecraft during the historic Artemis II mission.\n\nLearn more about the mission: https://www.asc-csa.gc.ca/eng/missions/artemis-ii/  \n\nVersion en français : https://youtu.be/eC-ZLLvS6RI\n\nOriginal version without simultaneous translation: https://youtu.be/vy9BqLffafA\n\nCredits: Canadian Space Agency, NASA\n\n-----------------------------------------------------------------\n👉 Artemis II: https://www.asc-csa.gc.ca/eng/missions/artemis-ii/\n👉 Moon exploration: https://www.asc-csa.gc.ca/eng/astronomy/moon-exploration/  \n👉 Canada's role in Moon exploration: https://www.asc-csa.gc.ca/eng/astronomy/moon-exploration/canada-rol...",
                    "feature_image": "https://i.ytimg.com/vi/4gYVuFYWq6I/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=4gYVuFYWq6I",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2026-04-05T04:00:31Z",
                    "end_time": "2026-04-05T04:47:41Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1919,
                "name": "Orion approaching the Moon (Artemis I)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2026-04-05T04:14:00Z",
            "slug": "artemis-ii-live-csa-downlink-event-april-5",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The Artemis II crew will participate in live conversations throughout the mission, known as downlink events.",
            "webcast_live": false,
            "location": "Cislunar space",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT47M10S",
            "updates": [
                {
                    "id": 14515,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Adding event",
                    "info_url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "created_by": "Nosu",
                    "created_on": "2026-03-30T14:02:00Z"
                }
            ],
            "last_updated": "2026-04-05T04:48:48Z"
        },
        {
            "id": 1391,
            "url": "https://ll.thespacedevs.com/2.3.0/events/1391/?format=api",
            "name": "Artemis II Daily Mission Status Briefing (April 4)",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "nasa.gov",
                    "title": "Sets Coverage for Artemis II Moon Mission",
                    "description": "Editor’s note: NASA will continuously update this Artemis II briefings and mission events page throughout prelaunch, launch, and mission activities.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "NASA’s Artemis II Daily News Conference (April 4, 2026)",
                    "description": "Join us for today's mission briefing following the successful launch of Artemis II on April 1, 2026.\n\nNASA leaders are providing status updates, answering media questions, and discussing mission activities for the day. This stream may begin with live views of Artemis II mission coverage before the briefing starts.\n\nArtemis II is the first crewed flight test of the Space Launch System (SLS) rocket and Orion, testing the technologies we'll need for long-term lunar exploration and human missions to Mars. After lifting off from NASA's Kennedy Space Center, the Artemis II astronauts are currently journeying around the Moon and back in their Orion spacecraft, named Integrity, on an approximately 10-day mission.\n\nUnder Artemis, NASA will send astronauts on increasingly difficult missions to ...",
                    "feature_image": "https://i.ytimg.com/vi/O-KDKBCPrwA/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=O-KDKBCPrwA",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2026-04-04T21:13:36Z",
                    "end_time": "2026-04-04T22:23:10Z",
                    "live": false
                }
            ],
            "image": {
                "id": 2682,
                "name": "Artemis II Rollout (NHQ202601170039)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_ii_roll_image_20260127022614.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_ii_roll_image_thumbnail_20260127022614.jpeg",
                "credit": "NASA/Keegan Barber",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2026-04-04T21:15:00Z",
            "slug": "artemis-ii-daily-mission-status-briefing-april-4",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA provides daily Artemis II mission status briefings from NASA’s Johnson Space Center in Houston beginning Thursday, April 2, except for April 6, due to lunar flyby activities.",
            "webcast_live": false,
            "location": "Johnson Space Center, Houston, TX, USA",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT1H9M34S",
            "updates": [
                {
                    "id": 14501,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Adding event",
                    "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-first-artemis-crewed-mission-around-moon/",
                    "created_by": "Nosu",
                    "created_on": "2026-03-30T11:34:00Z"
                }
            ],
            "last_updated": "2026-04-04T22:23:53Z"
        },
        {
            "id": 1401,
            "url": "https://ll.thespacedevs.com/2.3.0/events/1401/?format=api",
            "name": "Artemis II Live Downlink Event (April 4)",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "nasa.gov",
                    "title": "Sets Coverage for Artemis II Moon Mission",
                    "description": "Editor’s note: NASA will continuously update this Artemis II briefings and mission events page throughout prelaunch, launch, and mission activities.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "NASA's Artemis II Live Mission Coverage (Official Broadcast)",
                    "description": "This feed will provide continuous coverage of Artemis II mission activities with live commentary, beginning with tanking of the SLS (Space Launch System) rocket at NASA's Kennedy Space Center and concluding with the recovery of the Orion Integrity spacecraft after splashdown.\n\nLive coverage of Artemis II's launch and lunar flyby, as well as daily mission briefings, will also stream on this feed. These events will additionally be carried as standalone streams on NASA's YouTube channel and elsewhere. \n\nFour astronauts — three from NASA and one from the CSA (Canadian Space Agency) — make up the Artemis II crew:\n- NASA astronaut Reid Wiseman, Artemis II commander\n- NASA astronaut Victor Glover, Artemis II pilot\n- NASA astronaut Christina Koch, Artemis II mission specialist\n- Canadian Spac...",
                    "feature_image": "https://i.ytimg.com/vi/m3kR2KK8TEs/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=m3kR2KK8TEs",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2026-04-01T11:43:52Z",
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1919,
                "name": "Orion approaching the Moon (Artemis I)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2026-04-04T20:34:00Z",
            "slug": "artemis-ii-live-downlink-event-april-4",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The Artemis II crew will participate in live conversations throughout the mission, known as downlink events.",
            "webcast_live": false,
            "location": "Cislunar space",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 14514,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Adding event",
                    "info_url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "created_by": "Nosu",
                    "created_on": "2026-03-30T14:01:00Z"
                }
            ],
            "last_updated": "2026-04-04T20:55:50Z"
        },
        {
            "id": 1409,
            "url": "https://ll.thespacedevs.com/2.3.0/events/1409/?format=api",
            "name": "NG-24 Cygnus Capture",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "nasa.gov",
                    "title": "Sets Coverage for Northrop Grumman’s CRS-24 Resupply Launch",
                    "description": "Filled with approximately 11,000 pounds of cargo, the Northrop Grumman Cygnus XL spacecraft, aboard a SpaceX Falcon 9 rocket, will launch from Space Launch",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-northrop-grummans-crs-24-resupply-launch/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "plus.nasa.gov",
                    "publisher": "NASA",
                    "title": "NASA’s Northrop Grumman Commercial Resupply Services 24 Rendezvous and Capture",
                    "description": "Coverage of the Rendezvous and Capture of the Northrop Grumman Cygnus NG-24 Cargo Craft at the International Space Station (Capture scheduled at 1:10 p.m. EDT).",
                    "feature_image": "https://plus.nasa.gov/wp-content/uploads/2026/04/ng-24-rendezvous-and-capture-key-art-r1-horizontal-program-tile-16-9-without-title.jpg",
                    "url": "https://plus.nasa.gov/scheduled-video/nasas-northrop-grumman-commercial-resupply-services-24-rendezvous-and-capture/",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2026-04-10T04:30:00Z",
                    "end_time": "2026-04-10T07:00:00Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1126,
                "name": "Cygnus NG berthing",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ng-112520cygnus2520release2520and2520reentry_image_20190716173223.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191718.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2026-04-10T05:15:00Z",
            "slug": "ng-24-cygnus-capture",
            "type": {
                "id": 29,
                "name": "Spacecraft Capture"
            },
            "description": "NASA TV will livestream the rendezvous and capture of Northrop Grumman's NG-24 Cygnus cargo craft to the International Space Station.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 14524,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Added event.",
                    "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2026-03-30T19:40:00Z"
                }
            ],
            "last_updated": "2026-04-04T06:03:23Z"
        },
        {
            "id": 1400,
            "url": "https://ll.thespacedevs.com/2.3.0/events/1400/?format=api",
            "name": "Artemis II Live CSA Downlink Event (April 4)",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "nasa.gov",
                    "title": "Sets Coverage for Artemis II Moon Mission",
                    "description": "Editor’s note: NASA will continuously update this Artemis II briefings and mission events page throughout prelaunch, launch, and mission activities.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 9,
                    "source": "youtube.com",
                    "publisher": "Canadian Space Agency",
                    "title": "LIVE - Jeremy Hansen phones home for the first time from the Artemis II mission",
                    "description": "Join us for a historic first as Canadian Space Agency astronaut Jeremy Hansen connects live from the Orion spacecraft and speaks with Canadian media.\n\nCurrently three days into the Artemis II mission, Jeremy is making history as the first Canadian to venture toward the Moon. \n\nLearn more about the mission: https://www.asc-csa.gc.ca/eng/missions/artemis-ii/  \n\nVersion en français : https://youtu.be/C4YnysZHjOQ\n\nOriginal version without simultaneous translation: https://youtu.be/EV2GcVRNZQw\n\nCredits: Canadian Space Agency, NASA\n\n-----------------------------------------------------------------\n👉 Artemis II: https://www.asc-csa.gc.ca/eng/missions/artemis-ii/\n👉 Moon exploration: https://www.asc-csa.gc.ca/eng/astronomy/moon-exploration/  \n👉 Canada's role in Moon exploration: https://www.as...",
                    "feature_image": "https://i.ytimg.com/vi/qrqADFPR7WQ/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=qrqADFPR7WQ",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2026-04-04T04:50:21Z",
                    "end_time": "2026-04-04T05:31:45Z",
                    "live": false
                },
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "NASA's Artemis II Live Mission Coverage (Official Broadcast)",
                    "description": "This feed will provide continuous coverage of Artemis II mission activities with live commentary, beginning with tanking of the SLS (Space Launch System) rocket at NASA's Kennedy Space Center and concluding with the recovery of the Orion Integrity spacecraft after splashdown.\n\nLive coverage of Artemis II's launch and lunar flyby, as well as daily mission briefings, will also stream on this feed. These events will additionally be carried as standalone streams on NASA's YouTube channel and elsewhere. \n\nFour astronauts — three from NASA and one from the CSA (Canadian Space Agency) — make up the Artemis II crew:\n- NASA astronaut Reid Wiseman, Artemis II commander\n- NASA astronaut Victor Glover, Artemis II pilot\n- NASA astronaut Christina Koch, Artemis II mission specialist\n- Canadian Spac...",
                    "feature_image": "https://i.ytimg.com/vi/m3kR2KK8TEs/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=m3kR2KK8TEs",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2026-04-01T11:43:52Z",
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1919,
                "name": "Orion approaching the Moon (Artemis I)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2026-04-04T04:59:00Z",
            "slug": "artemis-ii-live-csa-downlink-event-april-4",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The Artemis II crew will participate in live conversations throughout the mission, known as downlink events.",
            "webcast_live": false,
            "location": "Cislunar space",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT41M24S",
            "updates": [
                {
                    "id": 14513,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Adding event",
                    "info_url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "created_by": "Nosu",
                    "created_on": "2026-03-30T14:00:00Z"
                }
            ],
            "last_updated": "2026-04-04T05:32:18Z"
        },
        {
            "id": 1399,
            "url": "https://ll.thespacedevs.com/2.3.0/events/1399/?format=api",
            "name": "Artemis II Live Downlink Event (April 3)",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "nasa.gov",
                    "title": "Sets Coverage for Artemis II Moon Mission",
                    "description": "Editor’s note: NASA will continuously update this Artemis II briefings and mission events page throughout prelaunch, launch, and mission activities.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "NASA's Artemis II Live Mission Coverage (Official Broadcast)",
                    "description": "This feed will provide continuous coverage of Artemis II mission activities with live commentary, beginning with tanking of the SLS (Space Launch System) rocket at NASA's Kennedy Space Center and concluding with the recovery of the Orion Integrity spacecraft after splashdown.\n\nLive coverage of Artemis II's launch and lunar flyby, as well as daily mission briefings, will also stream on this feed. These events will additionally be carried as standalone streams on NASA's YouTube channel and elsewhere. \n\nFour astronauts — three from NASA and one from the CSA (Canadian Space Agency) — make up the Artemis II crew:\n- NASA astronaut Reid Wiseman, Artemis II commander\n- NASA astronaut Victor Glover, Artemis II pilot\n- NASA astronaut Christina Koch, Artemis II mission specialist\n- Canadian Spac...",
                    "feature_image": "https://i.ytimg.com/vi/m3kR2KK8TEs/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=m3kR2KK8TEs",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2026-04-01T11:43:52Z",
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1919,
                "name": "Orion approaching the Moon (Artemis I)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2026-04-04T00:44:00Z",
            "slug": "artemis-ii-live-downlink-event-april-3",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The Artemis II crew will participate in live conversations throughout the mission, known as downlink events.",
            "webcast_live": false,
            "location": "Cislunar space",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 14512,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Adding event",
                    "info_url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "created_by": "Nosu",
                    "created_on": "2026-03-30T13:59:00Z"
                }
            ],
            "last_updated": "2026-04-04T00:56:05Z"
        },
        {
            "id": 1390,
            "url": "https://ll.thespacedevs.com/2.3.0/events/1390/?format=api",
            "name": "Artemis II Daily Mission Status Briefing (April 3)",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "nasa.gov",
                    "title": "Sets Coverage for Artemis II Moon Mission",
                    "description": "Editor’s note: NASA will continuously update this Artemis II briefings and mission events page throughout prelaunch, launch, and mission activities.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "NASA’s Artemis II Daily News Conference (April 3, 2026)",
                    "description": "Join us for today's mission briefing following the successful launch of Artemis II on April 1, 2026.\n\nNASA leaders are providing status updates, answering media questions, and discussing mission activities for the day.\n\nArtemis II is the first crewed flight test of the Space Launch System (SLS) rocket and Orion, testing the technologies we'll need for long-term lunar exploration and human missions to Mars. After lifting off from NASA's Kennedy Space Center, the Artemis II astronauts are currently journeying around the Moon and back in their Orion spacecraft, named Integrity, on an approximately 10-day mission.\n\nUnder Artemis, NASA will send astronauts on increasingly difficult missions to explore more of the Moon for scientific discovery, economic benefits, and to build on our foundat...",
                    "feature_image": "https://i.ytimg.com/vi/z5PLvqX2q8w/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=z5PLvqX2q8w",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2026-04-03T19:28:31Z",
                    "end_time": "2026-04-03T20:24:12Z",
                    "live": false
                }
            ],
            "image": {
                "id": 2682,
                "name": "Artemis II Rollout (NHQ202601170039)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_ii_roll_image_20260127022614.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_ii_roll_image_thumbnail_20260127022614.jpeg",
                "credit": "NASA/Keegan Barber",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2026-04-03T19:30:00Z",
            "slug": "artemis-ii-daily-mission-status-briefing-april-3",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA provides daily Artemis II mission status briefings from NASA’s Johnson Space Center in Houston beginning Thursday, April 2, except for April 6, due to lunar flyby activities.",
            "webcast_live": false,
            "location": "Johnson Space Center, Houston, TX, USA",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT55M41S",
            "updates": [
                {
                    "id": 14567,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Official Webcast by NASA has started",
                    "info_url": "https://www.youtube.com/watch?v=z5PLvqX2q8w",
                    "created_by": "LL2",
                    "created_on": "2026-04-03T19:29:00Z"
                },
                {
                    "id": 14500,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Adding event",
                    "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-first-artemis-crewed-mission-around-moon/",
                    "created_by": "Nosu",
                    "created_on": "2026-03-30T11:33:00Z"
                }
            ],
            "last_updated": "2026-04-03T20:24:36Z"
        },
        {
            "id": 1398,
            "url": "https://ll.thespacedevs.com/2.3.0/events/1398/?format=api",
            "name": "Artemis II Live Downlink Event (April 2)",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "nasa.gov",
                    "title": "Sets Coverage for Artemis II Moon Mission",
                    "description": "Editor’s note: NASA will continuously update this Artemis II briefings and mission events page throughout prelaunch, launch, and mission activities.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "NASA's Artemis II Live Mission Coverage (Official Broadcast)",
                    "description": "This feed will provide continuous coverage of Artemis II mission activities with live commentary, beginning with tanking of the SLS (Space Launch System) rocket at NASA's Kennedy Space Center and concluding with the recovery of the Orion Integrity spacecraft after splashdown.\n\nLive coverage of Artemis II's launch and lunar flyby, as well as daily mission briefings, will also stream on this feed. These events will additionally be carried as standalone streams on NASA's YouTube channel and elsewhere. \n\nFour astronauts — three from NASA and one from the CSA (Canadian Space Agency) — make up the Artemis II crew:\n- NASA astronaut Reid Wiseman, Artemis II commander\n- NASA astronaut Victor Glover, Artemis II pilot\n- NASA astronaut Christina Koch, Artemis II mission specialist\n- Canadian Spac...",
                    "feature_image": "https://i.ytimg.com/vi/m3kR2KK8TEs/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=m3kR2KK8TEs",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2026-04-01T11:43:52Z",
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1919,
                "name": "Orion approaching the Moon (Artemis I)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2026-04-03T02:24:00Z",
            "slug": "artemis-ii-live-downlink-event-april-2",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The Artemis II crew will participate in live conversations throughout the mission, known as downlink events.",
            "webcast_live": false,
            "location": "Cislunar space",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 14511,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Adding event",
                    "info_url": "https://www.nasa.gov/missions/artemis/artemis-2/nasa-sets-coverage-for-artemis-ii-moon-mission/",
                    "created_by": "Nosu",
                    "created_on": "2026-03-30T13:58:00Z"
                }
            ],
            "last_updated": "2026-04-03T11:44:09Z"
        }
    ]
}