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=280&ordering=-last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 1002,
    "next": "https://ll.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=290&ordering=-last_updated",
    "previous": "https://ll.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=270&ordering=-last_updated",
    "results": [
        {
            "id": 772,
            "url": "https://ll.thespacedevs.com/2.3.0/events/772/?format=api",
            "name": "SpaceX Crew-6 Crew Dragon Splashdown",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "NASA's SpaceX Crew-6 Mission Splashes Down (Official NASA Broadcast)",
                    "description": "NASA astronauts Stephen Bowen and Woody Hoburg, UAE astronaut Sultan Alneyadi, and cosmonaut Andrey Fedyaev—the four members of NASA's SpaceX Crew-6 mission—...",
                    "feature_image": "https://i.ytimg.com/vi/X8n5OA1m5o8/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=X8n5OA1m5o8",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1200,
                "name": "Crew Dragon splashdown",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200718140927.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192010.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": "2023-09-04T04:17:00Z",
            "slug": "spacex-crew-6-crew-dragon-splashdown",
            "type": {
                "id": 9,
                "name": "Spacecraft Landing"
            },
            "description": "The Crew-6 Crew Dragon will splashdown in the Atlantic Ocean, bringing four astronauts back to Earth after spending six months on the International Space Station.",
            "webcast_live": false,
            "location": "Gulf of Mexico, southwest of Pensacola, FL, USA",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT2H22M1S",
            "updates": [
                {
                    "id": 5069,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=X8n5OA1m5o8",
                    "created_by": "LL2",
                    "created_on": "2023-09-04T02:59:40Z"
                },
                {
                    "id": 5044,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Crew-6 undocking and splashdown delayed due to bad weather at the landing zones",
                    "info_url": "https://twitter.com/cbs_spacenews/status/1697571155085824349",
                    "created_by": "hitura-nobad",
                    "created_on": "2023-09-01T11:43:10Z"
                }
            ],
            "last_updated": "2024-03-07T07:56:44Z"
        },
        {
            "id": 28,
            "url": "https://ll.thespacedevs.com/2.3.0/events/28/?format=api",
            "name": "SpaceX CRS-18 Dragon Berthing",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1103,
                "name": "Dragon 1 berthing",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex2520cargo2520dragon25202528crs-172529_image_20190530165550.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191637.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": "2019-07-27T14:00:00Z",
            "slug": "spacex-crs-18-dragon-berthing",
            "type": {
                "id": 4,
                "name": "Spacecraft Berthing"
            },
            "description": "This will be SpaceX's 18th flight to the International Space Station under the Commercial Resupply Services program for NASA.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-06T20:02:51Z"
        },
        {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.3.0/events/2/?format=api",
            "name": "Crew Dragon docking with ISS",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1181,
                "name": "Crew Dragon docking",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.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": "2019-03-03T08:30:00Z",
            "slug": "crew-dragon-docking-with-iss",
            "type": {
                "id": 2,
                "name": "Docking"
            },
            "description": "Crew Dragon 1, launched on March 2, will attempt to dock autonomously with the International Space Station for the first time.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-06T20:01:20Z"
        },
        {
            "id": 954,
            "url": "https://ll.thespacedevs.com/2.3.0/events/954/?format=api",
            "name": "RS-25 Engine Test",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA Stennis",
                    "title": "NASA Stennis Live Stream",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/WDKE34q821Y/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=WDKE34q821Y",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-03-06T18:53:30Z",
                    "end_time": "2024-03-06T19:22:51Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1161,
                "name": "RS-25 Engine Test - 2024",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rs-25_engine_te_image_20240111163044.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191831.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-03-06T19:08:00Z",
            "slug": "rs-25-engine-test-31",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "NASA is conducting a hot fire as part of the final round of certification testing ahead of production of an updated set of the engines for the SLS (Space Launch System) rocket.\r\n\r\nToday’s test of RS-25 Engine 0525 on the Fred Haise Test Stand has a planned duration of 600 seconds with a maximum 113% power level.",
            "webcast_live": false,
            "location": "Fred Haise Test Stand, NASA’s Stennis Space Center",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT29M21S",
            "updates": [
                {
                    "id": 6888,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=WDKE34q821Y",
                    "created_by": "LL2",
                    "created_on": "2024-03-06T18:55:00Z"
                },
                {
                    "id": 6885,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://fxtwitter.com/NASAStennis/status/1765394893734658481",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-03-06T15:18:14Z"
                }
            ],
            "last_updated": "2024-03-06T19:23:09Z"
        },
        {
            "id": 570,
            "url": "https://ll.thespacedevs.com/2.3.0/events/570/?format=api",
            "name": "Ax-1 Post Mission Press Conference",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "YouTube",
                    "description": "Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.",
                    "feature_image": null,
                    "url": "https://www.youtube.com/watch?v=XbtbqnGAtrc",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1954,
                "name": "Ax-1 crew in the ISS",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ax-1_crew_in_th_image_20240305203710.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ax-1_crew_in_th_image_thumbnail_20240305203710.jpeg",
                "credit": "Axiom Space",
                "license": {
                    "id": 6,
                    "name": "Axiom Space Licence",
                    "priority": 2,
                    "link": "https://www.axiomspace.com/terms-and-conditions"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2022-05-13T15:00:00Z",
            "slug": "ax-1-post-mission-press-conference",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Axiom Space leadership and the Ax-1 astronauts will discuss mission highlights, including a recap of the robust research activities, training, and what the crew learned during their time in space. The event will then open to questions from the press and social media.",
            "webcast_live": false,
            "location": null,
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T20:38:09Z"
        },
        {
            "id": 501,
            "url": "https://ll.thespacedevs.com/2.3.0/events/501/?format=api",
            "name": "Ax-1 Mission Briefing",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "twitter.com",
                    "title": "",
                    "description": "This browser is no longer supported.\n\nPlease switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center.",
                    "feature_image": null,
                    "url": "https://twitter.com/Axiom_Space/status/1498313988941230091",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Ax-1 Mission Briefing",
                    "description": "Axiom Space will host a virtual press conference at 11 a.m. EST Monday, Feb. 28, to preview the launch of Ax-1, the first all-private astronaut mission to th...",
                    "feature_image": "https://i.ytimg.com/vi/HpHvNHfDLm0/hqdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=HpHvNHfDLm0",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1954,
                "name": "Ax-1 crew in the ISS",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ax-1_crew_in_th_image_20240305203710.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ax-1_crew_in_th_image_thumbnail_20240305203710.jpeg",
                "credit": "Axiom Space",
                "license": {
                    "id": 6,
                    "name": "Axiom Space Licence",
                    "priority": 2,
                    "link": "https://www.axiomspace.com/terms-and-conditions"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2022-02-28T16:00:00Z",
            "slug": "ax-1-mission-briefing",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Axiom Space will host a virtual press conference at 11 a.m. EST Monday, Feb. 28, to preview the launch of Ax-1, the first all-private astronaut mission to the International Space Station (ISS).",
            "webcast_live": false,
            "location": null,
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T20:38:03Z"
        },
        {
            "id": 509,
            "url": "https://ll.thespacedevs.com/2.3.0/events/509/?format=api",
            "name": "Ax-1 Flight Readiness Media Teleconference",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Host Axiom Mission 1 Flight Readiness Media Teleconference",
                    "description": "NASA will host a media teleconference Friday, March 25, following the agency’s flight readiness review for the Axiom Mission 1 (Ax-1), the first private astronaut mission to the International Space Station.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-host-axiom-mission-1-flight-readiness-media-teleconference",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Media Briefing: Axiom Mission 1 Flight Readiness Review",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/YJVpb1l-c80/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=YJVpb1l-c80",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1954,
                "name": "Ax-1 crew in the ISS",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ax-1_crew_in_th_image_20240305203710.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ax-1_crew_in_th_image_thumbnail_20240305203710.jpeg",
                "credit": "Axiom Space",
                "license": {
                    "id": 6,
                    "name": "Axiom Space Licence",
                    "priority": 2,
                    "link": "https://www.axiomspace.com/terms-and-conditions"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2022-03-25T22:00:00Z",
            "slug": "ax-1-flight-readiness-media-teleconference",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will host a media teleconference Friday, March 25, following the agency’s flight readiness review for the Axiom Mission 1 (Ax-1), the first private astronaut mission to the International Space Station.",
            "webcast_live": false,
            "location": null,
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T20:37:24Z"
        },
        {
            "id": 925,
            "url": "https://ll.thespacedevs.com/2.3.0/events/925/?format=api",
            "name": "NG-20 Science Media Briefing",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "Sets Coverage for Northrop Grumman Cargo Space Station Mission",
                    "description": "NASA, Northrop Grumman, and SpaceX are targeting 12:29 p.m. EST on Monday, Jan. 29, for the next launch to deliver science investigations, supplies, and",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-northrop-grumman-cargo-space-station-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA Video",
                    "title": "Science Webinar for Northrop Grumman's CRS-20 Mission (Jan. 26, 2024)",
                    "description": "NASA is participating in the International Space Station National Lab’s science webinar to highlight new investigations on Northrop Grumman’s 20th contracted...",
                    "feature_image": "https://i.ytimg.com/vi/Hh7C3AdkNNU/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=Hh7C3AdkNNU",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-01-26T17:59:46Z",
                    "end_time": "2024-01-26T19:02:50Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1214,
                "name": "Cygnus NG in orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ng-20_science_m_image_20240125082159.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192039.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-01-26T18:00:00Z",
            "slug": "ng-20-science-media-briefing",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The International Space Station National Lab will host a science webinar with the following participants:\r\n\r\n- Lisa Carnell, director, NASA’s Biological and Physical Sciences Division\r\n- Meg Everett, deputy scientist, NASA’s International Space Station Program\r\n- Shane Farritor, co-founder and chief scientific officer, Virtual Incision Corporation\r\n- Mark Fernandez, principal investigator of Spaceborne Computer-2, Hewlett Packard Enterprise\r\n- Mary Murphy, director of programs, Nanoracks\r\n- Michael Roberts, chief scientific officer, International Space Station National Lab\r\n- Nicole Wagner, chief executive officer, LambdaVision\r\n- Abba Zubair, medical director, Mayo Clinic",
            "webcast_live": false,
            "location": null,
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT1H3M4S",
            "updates": [
                {
                    "id": 6484,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=Hh7C3AdkNNU",
                    "created_by": "LL2",
                    "created_on": "2024-01-26T18:03:16Z"
                },
                {
                    "id": 6468,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-northrop-grumman-cargo-space-station-mission/",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-01-25T08:22:01Z"
                }
            ],
            "last_updated": "2024-03-05T17:32:05Z"
        },
        {
            "id": 689,
            "url": "https://ll.thespacedevs.com/2.3.0/events/689/?format=api",
            "name": "Artemis I Post-Orion Powered Moon Flyby Briefing",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Share Orion Update Today After Spacecraft Flies by Moon",
                    "description": "NASA will host a news conference at 5 p.m. EST today, Monday, Nov. 21, from the agency’s Johnson Space Center in Houston to discuss Orion’s lunar flyby as part of the Artemis I mission.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-share-orion-update-today-after-spacecraft-flies-by-moon",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "NASA Update After Orion’s First Close Flyby of the Moon (Nov. 21, 2022)",
                    "description": "NASA news conference from the agency’s Johnson Space Center in Houston to discuss Orion’s lunar flyby as part of the Artemis I mission, as well as update on ...",
                    "feature_image": "https://i.ytimg.com/vi/5TgxfAAwXis/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=5TgxfAAwXis",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1207,
                "name": "Orion render",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis-1_orion_image_20220821063559.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192026.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": "2022-11-21T22:45:00Z",
            "slug": "artemis-i-post-orion-powered-moon-flyby-briefing",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will hold a media briefing following the powered Moon flyby performed by the Orion spacecraft as part of the agency's Artemis I mission.",
            "webcast_live": false,
            "location": null,
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:32:05Z"
        },
        {
            "id": 676,
            "url": "https://ll.thespacedevs.com/2.3.0/events/676/?format=api",
            "name": "NASA Psyche Independent Review Teleconference",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Media Briefing: NASA Psyche IRB Findings and Responses",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/Ag6tqWaTVlE/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=Ag6tqWaTVlE",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1236,
                "name": "[AUTO] NASA Psyche Independent Review Teleconference - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_psyche_ind_image_20221104084100.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192116.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2022-11-04T17:00:00Z",
            "slug": "nasa-psyche-independent-review-teleconference",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Following a community townhall, NASA will host a media teleconference to discuss the findings and recommendations of a report by the Psyche mission independent review board.",
            "webcast_live": false,
            "location": null,
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:32:04Z"
        }
    ]
}