Modes

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

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gt__lt, date__gte, date__lte, day, id, last_updated__gte, last_updated__lte, month, program, slug, type, type__ids, video_url, year

Example - /events/?type__ids=2,8

Fields searched - name

Example - /events/?search=Flyby

Ordering

Fields - date, last_updated

Example - /events/?ordering=-last_updated

Number of results

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

Example - /events/?limit=2

Format

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

Help

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

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

{
    "count": 1000,
    "next": "https://ll.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=840&ordering=date",
    "previous": "https://ll.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=820&ordering=date",
    "results": [
        {
            "id": 987,
            "url": "https://ll.thespacedevs.com/2.3.0/events/987/?format=api",
            "name": "Polaris Dawn EVA-Suit Announcment and Discussion",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "twitter.com",
                    "publisher": "",
                    "title": "Livestream on X",
                    "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/i/spaces/1YqJDgBaOyNGV/peek",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 2088,
                "name": "Polaris Dawn crew with EVA suit displayed",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/polaris_dawn_cr_image_20240504183425.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/polaris_dawn_cr_image_thumbnail_20240504183427.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 5,
                    "name": "CC BY-NC 2.0",
                    "priority": 1,
                    "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2024-05-04T19:00:00Z",
            "slug": "polaris-dawn-eva-suit-announcment-and-discussion",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The Crew of Polaris Dawn will discuss the EVA Spacesuit.",
            "webcast_live": false,
            "location": "SpaceX HQ",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 7456,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://twitter.com/SpaceX/status/1786759813440897490",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-05-04T18:35:20Z"
                }
            ],
            "last_updated": "2024-05-04T18:48:33Z"
        },
        {
            "id": 988,
            "url": "https://ll.thespacedevs.com/2.3.0/events/988/?format=api",
            "name": "S30 Static Fire Test",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASASpaceflight",
                    "title": "SpaceX Static Fires Ship 30 in Preparation for the Fifth Starship Flight",
                    "description": "SpaceX is testing Ship 30 on Suborbital Stand B. It is expected that Ship 30 will be part of the fifth integrated flight of Starship. An overpressure notice ...",
                    "feature_image": "https://i.ytimg.com/vi/ENxjR--cVHg/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=ENxjR--cVHg",
                    "type": {
                        "id": 3,
                        "name": "Unofficial Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-05-08T15:09:01Z",
                    "end_time": "2024-05-08T17:36:03Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1198,
                "name": "Starship Static Fire - Orbital Version",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_s24_st_image_20240305172824.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192005.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 5,
                    "name": "CC BY-NC 2.0",
                    "priority": 1,
                    "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2024-05-08T16:58:50Z",
            "slug": "s30-static-fire-test",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "Starship S30 will be static fired in preparation for its launch on IFT-5.",
            "webcast_live": false,
            "location": "Starbase Texas, USA",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT2H27M2S",
            "updates": [
                {
                    "id": 7491,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Unofficial Webcast by NASASpaceflight has started",
                    "info_url": "https://www.youtube.com/watch?v=ENxjR--cVHg",
                    "created_by": "LL2",
                    "created_on": "2024-05-08T15:38:01Z"
                },
                {
                    "id": 7490,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Second Attempt at a static fire for S30 after the scrub on Mai 7th",
                    "info_url": "https://www.youtube.com/watch?v=ENxjR--cVHg",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-05-08T15:37:41Z"
                },
                {
                    "id": 7480,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Unofficial Webcast by NASASpaceflight has started",
                    "info_url": "https://www.youtube.com/watch?v=d7Ialipbgw4",
                    "created_by": "LL2",
                    "created_on": "2024-05-07T19:31:57Z"
                },
                {
                    "id": 7478,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://twitter.com/BocaChicaGal/status/1787621584481489227",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-05-07T09:02:33Z"
                }
            ],
            "last_updated": "2024-05-08T17:36:50Z"
        },
        {
            "id": 990,
            "url": "https://ll.thespacedevs.com/2.3.0/events/990/?format=api",
            "name": "NASA Prefire Pre-Launch Press Conference",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA Video",
                    "title": "NASA’s New Polar Climate Mission PREFIRE Pre-launch (May 15, 2024)",
                    "description": "NASA is hosting a media call to discuss the agency’s PREFIRE (Polar Radiant Energy in the Far-InfraRed Experiment) mission, which aims to improve life on Ear...",
                    "feature_image": "https://i.ytimg.com/vi/qsnRgsRWjVc/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=qsnRgsRWjVc",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-05-15T18:58:46Z",
                    "end_time": "2024-05-15T19:28:34Z",
                    "live": false
                }
            ],
            "image": {
                "id": 2092,
                "name": "Render of Prefire Cubesats in orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/render_of_prefi_image_20240514113358.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/render_of_prefi_image_thumbnail_20240514113358.jpeg",
                "credit": "NASA/JPL-Caltech",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": true,
                "variants": []
            },
            "date": "2024-05-15T19:00:00Z",
            "slug": "nasa-prefire-pre-launch-press-conference",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA is hosting a media call to discuss the agency’s PREFIRE (Polar Radiant Energy in the Far-InfraRed Experiment) mission, which aims to improve life on Earth by studying heat loss from Earth’s polar regions and provide information on our changing climate.\r\n\r\nParticipants include:\r\n\r\n- Karen St. Germain, director, Earth Science Division, NASA Headquarters in Washington\r\n- Mary White, project manager, PREFIRE, NASA’s Jet Propulsion Laboratory, Southern California\r\n- Tristan L’Ecuyer, principal investigator, PREFIRE, University of Wisconsin-Madison\r\n- Peter Beck, CEO and founder, Rocket Lab",
            "webcast_live": false,
            "location": "Online",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT29M48S",
            "updates": [
                {
                    "id": 7541,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Official Webcast by NASA Video has started",
                    "info_url": "https://www.youtube.com/watch?v=qsnRgsRWjVc",
                    "created_by": "LL2",
                    "created_on": "2024-05-15T18:59:02Z"
                },
                {
                    "id": 7530,
                    "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-to-discuss-new-polar-climate-mission-during-media-teleconference/",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-05-14T11:34:11Z"
                }
            ],
            "last_updated": "2024-05-15T19:29:20Z"
        },
        {
            "id": 992,
            "url": "https://ll.thespacedevs.com/2.3.0/events/992/?format=api",
            "name": "Euclid Science Image Reveal",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "European Space Agency, ESA",
                    "title": "ESA's Euclid celebrates first science with sparkling cosmic views",
                    "description": "ESA is releasing a new set of full-colour images captured by the space telescope Euclid. Five new portraits of our cosmos were captured during Euclid’s early...",
                    "feature_image": "https://i.ytimg.com/vi/vwwZ0bjORI4/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=vwwZ0bjORI4",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-05-23T10:00:10Z",
                    "end_time": "2024-05-23T10:30:29Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1257,
                "name": "ESA Euclid First Images Reveal - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/esa_euclid_firs_image_20231031190709.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192158.jpeg",
                "credit": "ESA. Acknowledgement: Work performed by ATG under contract for ESA.",
                "license": {
                    "id": 2,
                    "name": "ESA Standard Licence",
                    "priority": 2,
                    "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                },
                "single_use": true,
                "variants": []
            },
            "date": "2024-05-23T10:00:00Z",
            "slug": "euclid-science-image-reveal",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "ESA is releasing a new set of full-colour images captured by the space telescope Euclid. Five new portraits of our cosmos were captured during Euclid’s early observations phase, each revealing amazing new science.",
            "webcast_live": false,
            "location": "Online",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT30M19S",
            "updates": [
                {
                    "id": 7606,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Official Webcast by European Space Agency, ESA has started",
                    "info_url": "https://www.youtube.com/watch?v=vwwZ0bjORI4",
                    "created_by": "LL2",
                    "created_on": "2024-05-23T10:00:45Z"
                },
                {
                    "id": 7568,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://www.youtube.com/watch?v=vwwZ0bjORI4",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-05-18T15:58:09Z"
                }
            ],
            "last_updated": "2024-05-23T10:31:10Z"
        },
        {
            "id": 994,
            "url": "https://ll.thespacedevs.com/2.3.0/events/994/?format=api",
            "name": "Starliner CFT Progress News Conference",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": ", Mission Partners to Discuss Starliner Crew Flight Test Progress",
                    "description": "As NASA, Boeing, and ULA (United Launch Alliance) continue to evaluate a path toward launching the agency’s Boeing Crew Flight Test, they will host a joint",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/news-release/nasa-mission-partners-to-discuss-starliner-crew-flight-test-progress/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA Video",
                    "title": "NASA’s Boeing Crew Flight Test Update",
                    "description": "NASA, Boeing, and United Launch Alliance leadership discuss ongoing work ahead of NASA’s Boeing Crew Flight Test. Launch is targeted for NET Saturday, June 1...",
                    "feature_image": "https://i.ytimg.com/vi/hyoXOd8zKdI/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=hyoXOd8zKdI",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-05-24T14:55:01Z",
                    "end_time": "2024-05-24T16:29:25Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1040,
                "name": "Starliner in the hangar",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20230601202235.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191447.jpeg",
                "credit": "Boeing/John Grant",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": true,
                "variants": []
            },
            "date": "2024-05-24T15:00:00Z",
            "slug": "starliner-cft-progress-news-conference",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "As NASA, Boeing, and ULA (United Launch Alliance) continue to evaluate a path toward launching the agency’s Boeing Crew Flight Test, they will host a joint media teleconference.\r\n\r\nParticipants in the briefing include:\r\n\r\n- NASA Associate Administrator Jim Free\r\n- Ken Bowersox, associate administrator, NASA’s Space Operations Mission Directorate\r\n- Steve Stich, manager, NASA’s Commercial Crew Program\r\n- Dana Weigel, manager, NASA’s International Space Station Program\r\n- Mark Nappi, vice president and program manager, Commercial Crew Program, Boeing\r\n- Gary Wentz, vice president, Government and Commercial Programs, ULA",
            "webcast_live": false,
            "location": "Online",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT1H34M24S",
            "updates": [
                {
                    "id": 7618,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Official Webcast by NASA Video has started",
                    "info_url": "https://www.youtube.com/watch?v=hyoXOd8zKdI",
                    "created_by": "LL2",
                    "created_on": "2024-05-24T15:20:55Z"
                },
                {
                    "id": 7608,
                    "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-mission-partners-to-discuss-starliner-crew-flight-test-progress/",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-05-23T16:44:04Z"
                }
            ],
            "last_updated": "2024-05-24T16:29:44Z"
        },
        {
            "id": 991,
            "url": "https://ll.thespacedevs.com/2.3.0/events/991/?format=api",
            "name": "Progress MS-25 Undocking",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "Роскосмос ТВ",
                    "title": "Трансляция расстыковки грузового корабля «Прогресс МС-25» и МКС",
                    "description": "28 мая в 11:39 мск грузовой корабль «Прогресс МС-25» отстыкуется от модуля «Поиск» после полугодового полета в составе российского сегмента Международной кос...",
                    "feature_image": "https://i.ytimg.com/vi/pMaog0f0pGM/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=pMaog0f0pGM",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 3,
                        "name": "Russian",
                        "code": "ru"
                    },
                    "start_time": "2024-05-28T08:32:39Z",
                    "end_time": "2024-05-28T09:05:03Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1069,
                "name": "Progress docking",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress2520ms-112520docking_image_20190318202147.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191536.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": "2024-05-28T08:46:00Z",
            "slug": "progress-ms-25-undocking",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The Progress MS-25 spacecraft will undock from the Poisk module of the International Space Station.\r\nIt will then de-orbit and burn up in the atmosphere.",
            "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": "PT32M24S",
            "updates": [
                {
                    "id": 7643,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Official Webcast by Роскосмос ТВ has started",
                    "info_url": "https://www.youtube.com/watch?v=pMaog0f0pGM",
                    "created_by": "LL2",
                    "created_on": "2024-05-28T08:33:15Z"
                },
                {
                    "id": 7554,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Added undocking.",
                    "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": "2024-05-17T01:35:40Z"
                }
            ],
            "last_updated": "2024-05-28T09:10:28Z"
        },
        {
            "id": 998,
            "url": "https://ll.thespacedevs.com/2.3.0/events/998/?format=api",
            "name": "Starliner CFT Pre-Launch News Conference",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA Video",
                    "title": "NASA’s Boeing Starliner Crew Flight Test Prelaunch News Conference (May 31, 2024)",
                    "description": "Experts discuss ahead of Boeing’s Starliner Crew Flight Test, which will carry NASA astronauts Butch Wilmore and Suni Williams to and from the International ...",
                    "feature_image": "https://i.ytimg.com/vi/08_bUsPwi8I/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=08_bUsPwi8I",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-05-31T16:57:12Z",
                    "end_time": "2024-05-31T18:00:42Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1020,
                "name": "Boeing Starliner in orbit (OFT-2)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20220525180700.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191414.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": "2024-05-31T17:00:00Z",
            "slug": "starliner-cft-pre-launch-news-conference",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA and Boeing are hosting a joint media teleconference ahead of the launch of Starliner on its Crewed Flight Test mission.",
            "webcast_live": false,
            "location": "Kennedy Space Center, Florida",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT1H3M30S",
            "updates": [
                {
                    "id": 7676,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Official Webcast by NASA Video has started",
                    "info_url": "https://www.youtube.com/watch?v=08_bUsPwi8I",
                    "created_by": "LL2",
                    "created_on": "2024-05-31T17:08:47Z"
                }
            ],
            "last_updated": "2024-05-31T18:01:26Z"
        },
        {
            "id": 993,
            "url": "https://ll.thespacedevs.com/2.3.0/events/993/?format=api",
            "name": "Progress MS-27 Docking",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 11,
                    "source": "youtube.com",
                    "publisher": "Роскосмос ТВ",
                    "title": "Трансляция стыковки грузового корабля «Прогресс МС-27» и МКС",
                    "description": "1 июня в 14:43:05 мск грузовой корабль «Прогресс МС-27» в автоматическом режиме причалил к модулю «Поиск». Корабль запущен с Байконура 30 мая.«Прогресс» дост...",
                    "feature_image": "https://i.ytimg.com/vi/VrfGUGA_5k4/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=VrfGUGA_5k4",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 3,
                        "name": "Russian",
                        "code": "ru"
                    },
                    "start_time": "2024-06-01T11:27:38Z",
                    "end_time": "2024-06-01T11:58:32Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1069,
                "name": "Progress docking",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress2520ms-112520docking_image_20190318202147.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191536.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": "2024-06-01T11:47:00Z",
            "slug": "progress-ms-27-docking",
            "type": {
                "id": 2,
                "name": "Docking"
            },
            "description": "The Progress MS-27 spacecraft is scheduled to autonomously dock to the Poisk module of the ISS.",
            "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": 7691,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Official Webcast by NASA has started",
                    "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-06-01T11:06:36Z"
                }
            ],
            "last_updated": "2024-06-01T18:29:00Z"
        },
        {
            "id": 999,
            "url": "https://ll.thespacedevs.com/2.3.0/events/999/?format=api",
            "name": "Starliner CFT Post-Scrub News Conference",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA Video",
                    "title": "NASA's Boeing Crew Flight Test Launch Status News Conference (June 1, 2024)",
                    "description": "Experts from NASA, Boeing, and United Launch Alliance discuss the June 1, 2024 launch attempt for the agency's Boeing Crew Flight Test to the International S...",
                    "feature_image": "https://i.ytimg.com/vi/2RT0CLMqb9E/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=2RT0CLMqb9E",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-06-01T18:59:22Z",
                    "end_time": "2024-06-01T19:38:56Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1020,
                "name": "Boeing Starliner in orbit (OFT-2)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20220525180700.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191414.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": "2024-06-01T19:00:00Z",
            "slug": "starliner-cft-post-scrub-news-conference",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA and Boeing will host a joint media teleconference following the scrub of Starliners Crewed Flight Test mission.\r\n\r\nBriefing participants: \r\n- Steve Stich, manager, NASA’s Commercial Crew Program\r\n- Mark Nappi, vice president and program manager, Commercial Crew Program, Boeing\r\n- Tory Bruno, president and CEO, ULA",
            "webcast_live": false,
            "location": "Online",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT39M34S",
            "updates": [
                {
                    "id": 7699,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Official Webcast by NASA Video has started",
                    "info_url": "https://www.youtube.com/watch?v=2RT0CLMqb9E",
                    "created_by": "LL2",
                    "created_on": "2024-06-01T18:59:43Z"
                },
                {
                    "id": 7698,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://www.youtube.com/watch?v=aEi5boWupRk",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-06-01T17:56:16Z"
                }
            ],
            "last_updated": "2024-06-01T19:39:24Z"
        },
        {
            "id": 997,
            "url": "https://ll.thespacedevs.com/2.3.0/events/997/?format=api",
            "name": "Chang'e 6 Lunar Landing",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "en.wikipedia.org",
                    "title": "Chang'e 6 - Wikipedia",
                    "description": "Chang'e 6 (Chinese: 嫦娥六号; pinyin: Cháng'é liùhào) is a robotic lunar exploration mission by the China National Space Administration. As China's second sample return mission,[2] it will attempt to obtain a sample of soil and rock from the far side of the Moon, while it conducts scientific experiments...",
                    "feature_image": null,
                    "url": "https://en.wikipedia.org/wiki/Chang%27e_6",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "image": null,
            "date": "2024-06-01T22:23:15Z",
            "slug": "change-6-lunar-landing",
            "type": {
                "id": 7,
                "name": "Moon Landing"
            },
            "description": "The Chinese Chang'e 6 spacecraft is scheduled to land in the southern part of Apollo Basin, located in the far side of the Moon. The lander will collect 2 kg of samples which will then be placed in an ascent vehicle and brought back to Earth.",
            "webcast_live": false,
            "location": "Apollo Basin, Moon",
            "date_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 7702,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
                    "comment": "Landing success confirmed",
                    "info_url": "https://www.cnsa.gov.cn/n6758823/n6758838/c10541444/content.html",
                    "created_by": "SwGustav",
                    "created_on": "2024-06-01T23:07:36Z"
                },
                {
                    "id": 7658,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Added landing.",
                    "info_url": "https://spacenews.com/change-6-set-for-weekend-landing-attempt-as-sun-rises-over-apollo-crater/",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-05-29T10:13:09Z"
                }
            ],
            "last_updated": "2024-06-01T23:37:48Z"
        }
    ]
}