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=880&ordering=last_updated
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=890&ordering=last_updated",
    "previous": "https://ll.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=870&ordering=last_updated",
    "results": [
        {
            "id": 1033,
            "url": "https://ll.thespacedevs.com/2.3.0/events/1033/?format=api",
            "name": "Polaris Dawn Mission Overview Briefing",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "polarisprogram.com",
                    "title": "Polaris Dawn, a Groundbreaking Commercial Spaceflight Mission, to Launch on August 26, 2024",
                    "description": "KENNEDY SPACE CENTER, Fla., August 19, 2024 – The Polaris Program, a test and developmental program of new spaceflight technology, will usher in a new era of commercial space exploration when SpaceX’s Falcon 9 launches the program’s first mission, Polaris Dawn, on Monday, August 26, 2024. This miles...",
                    "feature_image": null,
                    "url": "https://polarisprogram.com/polaris-dawn-a-groundbreaking-commercial-spaceflight-mission-to-launch-on-august-26-2024/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 9,
                    "source": "youtube.com",
                    "publisher": "The Space Devs",
                    "title": "YouTube",
                    "description": "Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.",
                    "feature_image": null,
                    "url": "https://www.youtube.com/watch?v=5tc_xcwQUHI",
                    "type": {
                        "id": 4,
                        "name": "Unofficial Re-stream"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-08-19T18:23:03Z",
                    "end_time": "2024-08-19T19:41:48Z",
                    "live": false
                },
                {
                    "priority": 10,
                    "source": null,
                    "publisher": "",
                    "title": "Livestream on X",
                    "description": "",
                    "feature_image": null,
                    "url": "https://x.com/i/broadcasts/1RDGlyDRBXmJL",
                    "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-08-19T17:00:00Z",
            "slug": "polaris-dawn-mission-overview-briefing",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The Polaris Dawn crew and SpaceX will hold a mission overview briefing live from Florida on X.",
            "webcast_live": false,
            "location": "Kennedy Space Center, FL, USA",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 8349,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Adding event",
                    "info_url": "https://x.com/PolarisProgram/status/1825545962322071741",
                    "created_by": "Nosu",
                    "created_on": "2024-08-19T15:14:34Z"
                }
            ],
            "last_updated": "2024-08-20T08:24:40Z"
        },
        {
            "id": 848,
            "url": "https://ll.thespacedevs.com/2.3.0/events/848/?format=api",
            "name": "RockSat-X Launch",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "Double Header: Sounding Rockets to Launch Student Experiments",
                    "description": "NASA's Wallops Flight Facility is scheduled to launch two sounding rockets carrying student developed experiments for RockSat-X and RockOn/RockSat-C missions on Aug. 15.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/feature/wallops/2023/double-header-nasa-sounding-rockets-to-launch-student-experiments",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "RockOn/RockSat-C Sounding Rocket Launches",
                    "description": "NASA's Wallops Flight Facility is scheduled to launch two sounding rockets for the RockSat-X and RockOn/RockSat-C missions Wednesday, Aug. 16. The rockets wi...",
                    "feature_image": "https://i.ytimg.com/vi/VJGH7GrnEuk/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=VJGH7GrnEuk",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1258,
                "name": "[AUTO] RockSat-X  Launch - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocksat-x_2526_image_20230810183225.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192200.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "date": "2023-08-16T10:21:00Z",
            "slug": "rocksat-x-launch",
            "type": {
                "id": 31,
                "name": "Sounding Rocket Launch"
            },
            "description": "Coverage of the mission will begin 15 minutes before the first launch.\r\n\r\nThe Terrier-Improved Orion and Terrier-Improved Malemute rockets will launch 5 minutes apart and are expected to reach an altitude of about 70 miles (113 kilometers) before descending by parachute into the Atlantic Ocean to be recovered.\r\n\r\nThe rockets will be carrying experiments developed by more than 30 university and community college teams as part of NASA’s RockOn Workshop and RockSat programs.",
            "webcast_live": false,
            "location": "NASA's Wallops Flight Facility, Virginia",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT1H9M16S",
            "updates": [
                {
                    "id": 4877,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "second sounding rocket has been postponed following an anomaly that occurred with the RockSat-X sounding rocket launch that lifted off at 10:21 UTC today from Wallops.No new launch date for the second rocket launch has been set.",
                    "info_url": "https://twitter.com/NASA_Wallops/status/1691770998868050372",
                    "created_by": "hitura-nobad",
                    "created_on": "2023-08-16T11:39:24Z"
                },
                {
                    "id": 4876,
                    "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=VJGH7GrnEuk",
                    "created_by": "LL2",
                    "created_on": "2023-08-16T10:06:23Z"
                },
                {
                    "id": 4861,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "rescheduled to Wednesday, Aug. 16, due to unfavorable weather conditions and poor sea state for recovery",
                    "info_url": "https://www.nasa.gov/feature/wallops/2023/double-header-nasa-sounding-rockets-to-launch-student-experiments",
                    "created_by": "hitura-nobad",
                    "created_on": "2023-08-14T18:19:26Z"
                },
                {
                    "id": 4839,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://www.nasa.gov/feature/wallops/2023/double-header-nasa-sounding-rockets-to-launch-student-experiments",
                    "created_by": "hitura-nobad",
                    "created_on": "2023-08-10T18:32:27Z"
                }
            ],
            "last_updated": "2024-08-20T18:53:23Z"
        },
        {
            "id": 849,
            "url": "https://ll.thespacedevs.com/2.3.0/events/849/?format=api",
            "name": "RockOn Launch",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "Double Header: Sounding Rockets to Launch Student Experiments",
                    "description": "NASA's Wallops Flight Facility is scheduled to launch two sounding rockets carrying student developed experiments for RockSat-X and RockOn/RockSat-C missions on Aug. 15.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/feature/wallops/2023/double-header-nasa-sounding-rockets-to-launch-student-experiments",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "RockOn Student Sounding Rocket Launch - Aug. 17, 2023",
                    "description": "NASA's Wallops Flight Facility is scheduled to a sounding rocket for the RockOn student mission Wednesday, Aug. 16. The rockets will carry multiple student e...",
                    "feature_image": "https://i.ytimg.com/vi/f2kmaYtW_7s/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=f2kmaYtW_7s",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1258,
                "name": "[AUTO] RockSat-X  Launch - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocksat-x_2526_image_20230810183225.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192200.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "date": "2023-08-17T10:00:00Z",
            "slug": "rockon-launch",
            "type": {
                "id": 31,
                "name": "Sounding Rocket Launch"
            },
            "description": "NASA's Wallops Flight Facility is scheduled to launch a sounding rocket for the RockOn mission on Thursday, Aug. 17, with a window of 10:00-14:00 UTC The rockets will carry multiple student experiments to suborbital space.\r\n\r\nThe mission had been postponed following an anomaly that occurred on the RockSat-X student sounding rocket launch on Wednesday, Aug. 16. Initial investigation shows that there was an issue with the RockSat-X second stage. The RockOn launch vehicle uses a different second stage, which has been cleared for flight.",
            "webcast_live": false,
            "location": "NASA's Wallops Flight Facility, Virginia",
            "date_precision": {
                "id": 3,
                "name": "Morning",
                "abbrev": "AM",
                "description": "The T-0 is expected in the morning (local time)."
            },
            "response_mode": "normal",
            "duration": "PT18M10S",
            "updates": [
                {
                    "id": 4890,
                    "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=f2kmaYtW_7s",
                    "created_by": "LL2",
                    "created_on": "2023-08-17T09:46:03Z"
                },
                {
                    "id": 4883,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added event",
                    "info_url": "https://twitter.com/nasa_wallops/status/1691899966527070328",
                    "created_by": "hitura-nobad",
                    "created_on": "2023-08-17T03:31:16Z"
                }
            ],
            "last_updated": "2024-08-20T18:54:09Z"
        },
        {
            "id": 835,
            "url": "https://ll.thespacedevs.com/2.3.0/events/835/?format=api",
            "name": "Epsilon S 2nd Stage Motor Static Fire",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "イプシロンSロケット第2段モータ地上燃焼試験 / Epsilon S rocket 2nd stage motor firing test",
                    "description": "JAXA 能代ロケット実験場試験予定日時 2023年7月14日 11:00 → 9:00※風向が条件を満たすまで夕方まで待機の可能性あり※気象条件により時間が変更になる場合があります。速報はtwitterでお知らせします。http://twitter.com/nvslive【大気圧試験用 短ノズル仕様】固体推進薬...",
                    "feature_image": "https://i.ytimg.com/vi/VHngCQLJDAY/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=VHngCQLJDAY",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1185,
                "name": "[AUTO] Epsilon S  2nd Stage Motor Static Fire - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/epsilon_s_rocke_image_20230713182951.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191934.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2023-07-13T23:45:00Z",
            "slug": "epsilon-s-2nd-stage-motor-static-fire",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "JAXA will test fire the second stage solid rocket motor for the Epsilon S launch vehicle using a short nozzle specific for atmospheric pressure test.\r\n\r\nTimes are subject to change depending on weather conditions.\r\n\r\nThis test comes after a launch failure in 2022 shortly after second stage cutoff due to an attitude control fault.",
            "webcast_live": false,
            "location": "JAXA Noshiro Rocket Testing Center",
            "date_precision": {
                "id": 2,
                "name": "Hour",
                "abbrev": "HR",
                "description": "The T-0 is accurate to the hour."
            },
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 4578,
                    "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=VHngCQLJDAY",
                    "created_by": "LL2",
                    "created_on": "2023-07-13T23:46:50Z"
                }
            ],
            "last_updated": "2024-08-20T18:54:24Z"
        },
        {
            "id": 1034,
            "url": "https://ll.thespacedevs.com/2.3.0/events/1034/?format=api",
            "name": "Starliner CFT Test Flight Readiness Review Briefing",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "Leadership to Discuss ’s Boeing Crew Flight Test",
                    "description": "NASA Administrator Bill Nelson and leadership will hold an internal Agency Test Flight Readiness Review on Saturday, Aug. 24, for NASA’s Boeing Crew Flight",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/news-release/leadership-to-discuss-nasas-boeing-crew-flight-test/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "YouTube",
                    "description": "Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.",
                    "feature_image": null,
                    "url": "https://www.youtube.com/watch?v=AGOswKRSsHc",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-08-24T16:58:59Z",
                    "end_time": "2024-08-24T18:35:45Z",
                    "live": false
                }
            ],
            "image": {
                "id": 2127,
                "name": "Boeing Starliner in Orbit (CFT)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20240723193124.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_thumbnail_20240723193124.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-08-24T17:00:00Z",
            "slug": "starliner-cft-test-flight-readiness-review-briefin",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA Administrator Bill Nelson and leadership will hold an internal Agency Test Flight Readiness Review, for NASA’s Boeing Crew Flight Test. About an hour later, NASA will host a live news conference from the agency’s Johnson Space Center in Houston.",
            "webcast_live": false,
            "location": "Johnson Space Center, Houston",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT1H36M46S",
            "updates": [
                {
                    "id": 8388,
                    "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=AGOswKRSsHc",
                    "created_by": "LL2",
                    "created_on": "2024-08-24T16:59:08Z"
                },
                {
                    "id": 8370,
                    "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/leadership-to-discuss-nasas-boeing-crew-flight-test/",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-08-22T20:05:22Z"
                }
            ],
            "last_updated": "2024-08-24T18:35:50Z"
        },
        {
            "id": 1035,
            "url": "https://ll.thespacedevs.com/2.3.0/events/1035/?format=api",
            "name": "Polaris Dawn Falcon 9 Static Fire Test",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "Spaceflight Now",
                    "title": "YouTube",
                    "description": "Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.",
                    "feature_image": null,
                    "url": "https://www.youtube.com/watch?v=miBgBAceUgI",
                    "type": {
                        "id": 3,
                        "name": "Unofficial Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-08-25T10:07:38Z",
                    "end_time": "2024-08-25T10:44:47Z",
                    "live": false
                }
            ],
            "image": {
                "id": 2183,
                "name": "F9 with Crew Dragon Static Fire Test (Crew-3)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/f9_with_crew_dr_image_20240825054147.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/f9_with_crew_dr_image_thumbnail_20240825054148.jpeg",
                "credit": "NASA/Joel Kowsky",
                "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-08-25T10:38:00Z",
            "slug": "polaris-dawn-falcon-9-static-fire-test",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "SpaceX will perform a test firing of its Falcon 9 rocket at launch pad 39A ahead of the launch of Polaris Dawn.",
            "webcast_live": false,
            "location": "LC-39A, KSC",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT37M9S",
            "updates": [
                {
                    "id": 8397,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Official Webcast by Spaceflight Now has started",
                    "info_url": "https://www.youtube.com/watch?v=miBgBAceUgI",
                    "created_by": "LL2",
                    "created_on": "2024-08-25T10:07:47Z"
                },
                {
                    "id": 8394,
                    "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=miBgBAceUgI",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-08-25T05:38:53Z"
                }
            ],
            "last_updated": "2024-08-25T10:45:00Z"
        },
        {
            "id": 391,
            "url": "https://ll.thespacedevs.com/2.3.0/events/391/?format=api",
            "name": "BepiColombo Mercury Flyby",
            "info_urls": [
                {
                    "priority": 9,
                    "source": "www.esa.int",
                    "title": "Fourth Mercury flyby begins BepiColombo’s new trajectory",
                    "description": "Teams from across ESA and industry have worked continuously over the past four months to overcome a glitch that prevented BepiColombo’s thrusters from operating at full power. The ESA/JAXA mission is still on track, with a new trajectory that will take it just 165 km from Mercury’s surface on Wednes...",
                    "feature_image": null,
                    "url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/Fourth_Mercury_flyby_begins_BepiColombo_s_new_trajectory",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                },
                {
                    "priority": 10,
                    "source": "sci.esa.int",
                    "title": "ESA Science & Technology - Fact Sheet",
                    "description": "Fact Sheet \n \n \n \n \n \n   \n \n \n \n \n \n \n \n \n \n \n \n   Fast Facts  \n \n \n  BepiColombo  \n \n \n \n \n \n \n \n \n \n \n \n   Launch date:   \n 20 October 2018, 01:45:28 UTC \n \n \n   Mission end:   \n...",
                    "feature_image": null,
                    "url": "https://sci.esa.int/web/bepicolombo/-/47346-fact-sheet",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "image": {
                "id": 1155,
                "name": "BepiColombo at Mercury render",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bepicolombo_at__image_20240306080108.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bepicolombo_at__image_thumbnail_20240306080108.jpeg",
                "credit": "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": false,
                "variants": []
            },
            "date": "2024-09-04T21:48:00Z",
            "slug": "bepicolombo-mercury-flyby-4",
            "type": {
                "id": 23,
                "name": "Flyby"
            },
            "description": "Fourth of six Mercury flybys of the ESA-JAXA BepiColombo mission before entering orbit around its destination planet in 2025.",
            "webcast_live": false,
            "location": "Mercury",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-09-02T08:15:51Z"
        },
        {
            "id": 394,
            "url": "https://ll.thespacedevs.com/2.3.0/events/394/?format=api",
            "name": "BepiColombo Mercury Orbit Insertion",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "sci.esa.int",
                    "title": "ESA Science & Technology - Fact Sheet",
                    "description": "Fact Sheet \n \n \n \n \n \n   \n \n \n \n \n \n \n \n \n \n \n \n   Fast Facts  \n \n \n  BepiColombo  \n \n \n \n \n \n \n \n \n \n \n \n   Launch date:   \n 20 October 2018, 01:45:28 UTC \n \n \n   Mission end:   \n...",
                    "feature_image": null,
                    "url": "https://sci.esa.int/web/bepicolombo/-/47346-fact-sheet",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "image": {
                "id": 1155,
                "name": "BepiColombo at Mercury render",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bepicolombo_at__image_20240306080108.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bepicolombo_at__image_thumbnail_20240306080108.jpeg",
                "credit": "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": false,
                "variants": []
            },
            "date": "2026-11-30T00:00:00Z",
            "slug": "bepicolombo-mercury-orbit-insertion",
            "type": {
                "id": 16,
                "name": "Orbital Insertion"
            },
            "description": "Orbital insertion around Mercury of the ESA-JAXA BepiColombo mission.",
            "webcast_live": false,
            "location": "Mercury",
            "date_precision": {
                "id": 7,
                "name": "Month",
                "abbrev": "M",
                "description": "The T-0 is expected in the given month."
            },
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 8461,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Delayed to November 2026.",
                    "info_url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/Fourth_Mercury_flyby_begins_BepiColombo_s_new_trajectory",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-09-02T13:23:57Z"
                }
            ],
            "last_updated": "2024-09-02T13:23:51Z"
        },
        {
            "id": 1038,
            "url": "https://ll.thespacedevs.com/2.3.0/events/1038/?format=api",
            "name": "Starliner CFT Pre-Departure News Conference",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "Sets Coverage for Starliner News Conference, Return to Earth",
                    "description": "NASA will provide live coverage of the upcoming activities for Boeing’s Starliner spacecraft departure from the International Space Station and return to",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-starliner-news-conference-return-to-earth/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 9,
                    "source": "youtube.com",
                    "publisher": "NASA Video",
                    "title": "YouTube",
                    "description": "Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.",
                    "feature_image": "https://i.ytimg.com/vi/U7_lH5kg8Yo/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=U7_lH5kg8Yo",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-09-04T16:21:06Z",
                    "end_time": "2024-09-04T17:00:43Z",
                    "live": false
                },
                {
                    "priority": 10,
                    "source": "plus.nasa.gov",
                    "publisher": "Plus",
                    "title": "NASA’s Boeing Crew Flight Test Pre-Departure News Conference - NASA+",
                    "description": "Starliner Pre-Departure News Conference.",
                    "feature_image": "https://plus.nasa.gov/wp-content/uploads/2024/04/nasas-boeing-cft-pre-launch-news-conference-key-art-horizontal-hero-16-9-without-title.jpg",
                    "url": "https://plus.nasa.gov/scheduled-video/nasas-boeing-crew-flight-test-pre-departure-news-conference/",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "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-09-04T16:00:00Z",
            "slug": "starliner-cft-pre-departure-news-conference-2",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will discuss Starliner’s departure from the International Space Station as part of the agency’s Boeing Crew Flight Test in a pre-departure media teleconference.",
            "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": null,
            "updates": [
                {
                    "id": 8486,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Webcast live",
                    "info_url": "https://plus.nasa.gov/scheduled-video/nasas-boeing-crew-flight-test-pre-departure-news-conference/",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-09-04T16:20:00Z"
                }
            ],
            "last_updated": "2024-09-04T16:22:22Z"
        },
        {
            "id": 412,
            "url": "https://ll.thespacedevs.com/2.3.0/events/412/?format=api",
            "name": "Boeing Starliner CFT Undocking",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "YouTube",
                    "description": "Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.",
                    "feature_image": "https://i.ytimg.com/vi/_79y0yZs0dc/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=_79y0yZs0dc",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-09-06T21:43:37Z",
                    "end_time": "2024-09-06T22:28:09Z",
                    "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-09-06T22:04:00Z",
            "slug": "boeing-starliner-cft-undocking",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The Boeing CST-100 Starliner will undock uncrewed from the International Space Station and conduct a deorbit burn as part of its test flight, due to concerns with controllability of the service module RCS thrusters.\r\n\r\nFollowing the deorbit burn the capsule will renter the Earth's atmosphere and land at the White Sands Missile Range using its parachutes.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "response_mode": "normal",
            "duration": "PT44M32S",
            "updates": [
                {
                    "id": 8509,
                    "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=_79y0yZs0dc",
                    "created_by": "LL2",
                    "created_on": "2024-09-06T21:43:00Z"
                },
                {
                    "id": 8409,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Updated undocking time.",
                    "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-08-27T03:43:48Z"
                },
                {
                    "id": 8396,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "NET September 6.",
                    "info_url": "https://arstechnica.com/space/2024/08/its-official-nasa-calls-on-crew-dragon-to-rescue-the-starliner-astronauts/",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-08-25T09:31:12Z"
                },
                {
                    "id": 8327,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Tweaked date.",
                    "info_url": "https://x.com/SciGuySpace/status/1824103609400770700",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-08-15T16:44:26Z"
                },
                {
                    "id": 8325,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "NET September 6.",
                    "info_url": "https://x.com/SciGuySpace/status/1824092353247768989",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-08-15T14:51:20Z"
                },
                {
                    "id": 7909,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Undocking and landing delayed for additional time to review Starliner spacecraft propulsion system data.",
                    "info_url": "https://blogs.nasa.gov/boeing-crew-flight-test/2024/06/21/nasa-boeing-adjust-timeline-for-starliner-return/",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-06-22T01:06:12Z"
                },
                {
                    "id": 7868,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "New undocking time.",
                    "info_url": "https://x.com/cbs_spacenews/status/1803101399984566456",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-06-18T16:45:10Z"
                },
                {
                    "id": 7813,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Updated undocking date and time.",
                    "info_url": "https://www.cnbc.com/2024/06/14/boeing-and-nasa-delay-starliner-astronaut-return-to-june-22.html",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-06-14T23:46:17Z"
                },
                {
                    "id": 7733,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Undocking NET June 14th",
                    "info_url": "https://x.com/jeff_foust/status/1798401844164890807",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-06-05T17:18:54Z"
                }
            ],
            "last_updated": "2024-09-06T22:29:31Z"
        }
    ]
}