API endpoint that allows all Events to be viewed.

FILTERS: 'type', 'type__ids', 'program', 'agency__ids', 'last_updated'

GET: Return a list of all Events

SEARCH EXAMPLE: /2.2.0/event/?search=Dragon Searches through name

ORDERING: Fields - 'date', 'last_updated' Example - /2.2.0/event/?ordering=-date

GET /2.2.0/event/?format=api&offset=650&ordering=date
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 936,
    "next": "https://ll.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=660&ordering=date",
    "previous": "https://ll.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=640&ordering=date",
    "results": [
        {
            "id": 823,
            "url": "https://ll.thespacedevs.com/2.2.0/event/823/?format=api",
            "slug": "psyche-independent-review-media-teleconference",
            "name": "Psyche Independent Review Media Teleconference",
            "updates": [
                {
                    "id": 4288,
                    "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=kVsTaLcP7Mg",
                    "created_by": "LL2",
                    "created_on": "2023-06-05T19:59:06Z"
                }
            ],
            "last_updated": "2024-03-05T17:22:27Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Leaders from NASA, the agency’s Jet Propulsion Laboratory, and the board will discuss progress in addressing issues that led to the mission’s launch delay.",
            "webcast_live": false,
            "location": null,
            "news_url": "https://www.jpl.nasa.gov/news/nasa-to-discuss-conclusions-of-psyche-mission-independent-review-board",
            "video_url": "https://www.youtube.com/watch?v=kVsTaLcP7Mg",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.jpl.nasa.gov",
                    "title": "NASA to Discuss Conclusions of Psyche Mission Independent Review Board",
                    "description": "Leaders from NASA, the agency’s Jet Propulsion Laboratory, and the board will discuss progress in addressing issues that led to the mission’s launch delay.",
                    "feature_image": null,
                    "url": "https://www.jpl.nasa.gov/news/nasa-to-discuss-conclusions-of-psyche-mission-independent-review-board",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Media Briefing: Final Assessment of Psyche Independent Review Board (June 5, 2023)",
                    "description": "NASA discusses the follow-up report by the Psyche mission independent review board. The new assessment reviews corrective actions taken following the Novembe...",
                    "feature_image": "https://i.ytimg.com/vi/kVsTaLcP7Mg/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=kVsTaLcP7Mg",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/psyche_independ_image_20230531181924.jpg",
            "date": "2023-06-05T20:00:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "66133437-db31-4098-8e3e-cf34c8125f9b",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/66133437-db31-4098-8e3e-cf34c8125f9b/?format=api",
                    "slug": "falcon-heavy-psyche",
                    "name": "Falcon Heavy | Psyche",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2024-03-05T18:23:37Z",
                    "net": "2023-10-13T14:19:43Z",
                    "window_end": "2023-10-13T14:19:43Z",
                    "window_start": "2023-10-13T14:19:43Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": 85,
                    "weather_concerns": "Anvil Cloud Rules, Thick Cloud Layers Rule, Cumulus Cloud Rule",
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 2691,
                        "configuration": {
                            "id": 161,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/161/?format=api",
                            "name": "Falcon Heavy",
                            "family": "Falcon",
                            "full_name": "Falcon Heavy",
                            "variant": "Heavy"
                        }
                    },
                    "mission": {
                        "id": 1098,
                        "name": "Psyche",
                        "description": "Psyche is a NASA interplanetary mission to visit the main belt asteroid of the same name, 16 Psyche. Spacecraft will take 4 years and one Mars flyby to reach the asteroid, which is of particular interest due to being comprised mostly of iron and nickel. Psyche is theorized to be a remnant of an early planet's core, and may offer insights into how solar system formed and evolved. The mission is led by Arizona State University, with NASA JPL being responsible for mission management and operations.",
                        "launch_designator": null,
                        "type": "Planetary Science",
                        "orbit": {
                            "id": 6,
                            "name": "Heliocentric N/A",
                            "abbrev": "Helio-N/A"
                        },
                        "agencies": [
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "featured": true,
                                "type": "Government",
                                "country_code": "USA",
                                "abbrev": "NASA",
                                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                                "administrator": "Administrator: Bill Nelson",
                                "founding_year": "1958",
                                "launchers": "Space Shuttle | SLS",
                                "spacecraft": "Orion",
                                "launch_library_url": null,
                                "total_launch_count": 141,
                                "consecutive_successful_launches": 11,
                                "successful_launches": 121,
                                "failed_launches": 20,
                                "pending_launches": 6,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "http://www.nasa.gov",
                                "wiki_url": "http://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 87,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
                        "agency_id": 121,
                        "name": "Launch Complex 39A",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                        "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                        "latitude": "28.60822681",
                        "longitude": "-80.60428186",
                        "location": {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                            "name": "Kennedy Space Center, FL, USA",
                            "country_code": "USA",
                            "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 244,
                            "total_landing_count": 0
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                        "total_launch_count": 186,
                        "orbital_launch_attempt_count": 185
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520heav_image_20231014091714.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 33,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/33/?format=api",
                            "name": "Discovery Program",
                            "description": "The Discovery Program is a series of Solar System exploration missions funded by the U.S. National Aeronautics and Space Administration (NASA) through its Planetary Missions Program Office. The cost of each mission is capped at a lower level than missions from NASA's New Frontiers or Flagship Programs. As a result, Discovery missions tend to be more focused on a specific scientific goal rather than serving a general purpose.",
                            "agencies": [
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/discovery2520p_program_20231231122246.jpeg",
                            "start_date": "1990-01-01T00:00:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/planetarymissions/discovery-program/",
                            "wiki_url": "https://en.wikipedia.org/wiki/Discovery_Program",
                            "mission_patches": [],
                            "type": {
                                "id": 5,
                                "name": "Exploration"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 6534,
                    "location_launch_attempt_count": 224,
                    "pad_launch_attempt_count": 166,
                    "agency_launch_attempt_count": 286,
                    "orbital_launch_attempt_count_year": 166,
                    "location_launch_attempt_count_year": 11,
                    "pad_launch_attempt_count_year": 11,
                    "agency_launch_attempt_count_year": 73,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 762,
            "url": "https://ll.thespacedevs.com/2.2.0/event/762/?format=api",
            "slug": "crs-28-dragon-docking",
            "name": "CRS-28 Dragon Docking",
            "updates": [
                {
                    "id": 4263,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "docking delayed due to 24h launch delay",
                    "info_url": "https://www.spacex.com/launches/mission/?missionId=crs-28",
                    "created_by": "hitura-nobad",
                    "created_on": "2023-06-03T07:19:18Z"
                }
            ],
            "last_updated": "2024-03-05T17:22:44Z",
            "type": {
                "id": 2,
                "name": "Docking"
            },
            "description": "Following its launch atop a Falcon 9, the CRS-28 Dragon will autonomously dock to the ISS, bringing crew supplies as well as experiments.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": null,
            "info_urls": [],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg",
            "date": "2023-06-06T09:50:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "e53eecd6-184d-440a-955a-70fe0fdccbd6",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/e53eecd6-184d-440a-955a-70fe0fdccbd6/?format=api",
                    "slug": "falcon-9-block-5-dragon-crs-2-spx-28",
                    "name": "Falcon 9 Block 5 | Dragon CRS-2 SpX-28",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2024-03-05T17:47:59Z",
                    "net": "2023-06-05T15:47:00Z",
                    "window_end": "2023-06-05T15:47:00Z",
                    "window_start": "2023-06-05T15:47:00Z",
                    "net_precision": {
                        "id": 1,
                        "name": "Minute",
                        "abbrev": "MIN",
                        "description": "The T-0 is accurate to the minute."
                    },
                    "probability": 80,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 7460,
                        "configuration": {
                            "id": 164,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                            "name": "Falcon 9",
                            "family": "Falcon",
                            "full_name": "Falcon 9 Block 5",
                            "variant": "Block 5"
                        }
                    },
                    "mission": {
                        "id": 5858,
                        "name": "Dragon CRS-2 SpX-28",
                        "description": "28th commercial resupply services mission to the International Space Station operated by SpaceX. The flight will be conducted under the second Commercial Resupply Services contract with NASA.\r\n\r\nCargo Dragon 2 brings supplies and payloads, including critical materials to directly support science and research investigations that occur onboard the orbiting laboratory.",
                        "launch_designator": null,
                        "type": "Resupply",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "featured": true,
                                "type": "Government",
                                "country_code": "USA",
                                "abbrev": "NASA",
                                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                                "administrator": "Administrator: Bill Nelson",
                                "founding_year": "1958",
                                "launchers": "Space Shuttle | SLS",
                                "spacecraft": "Orion",
                                "launch_library_url": null,
                                "total_launch_count": 141,
                                "consecutive_successful_launches": 11,
                                "successful_launches": 121,
                                "failed_launches": 20,
                                "pending_launches": 6,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "http://www.nasa.gov",
                                "wiki_url": "http://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 87,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
                        "agency_id": 121,
                        "name": "Launch Complex 39A",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                        "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                        "latitude": "28.60822681",
                        "longitude": "-80.60428186",
                        "location": {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                            "name": "Kennedy Space Center, FL, USA",
                            "country_code": "USA",
                            "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 244,
                            "total_landing_count": 0
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                        "total_launch_count": 186,
                        "orbital_launch_attempt_count": 185
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20210520085648.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 11,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/11/?format=api",
                            "name": "Commercial Resupply Services",
                            "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                            "agencies": [
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 257,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                                    "name": "Northrop Grumman Space Systems",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 1020,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                                    "name": "Sierra Nevada Corporation",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 121,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                    "name": "SpaceX",
                                    "type": "Commercial"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                            "start_date": "2008-12-23T00:00:00Z",
                            "end_date": null,
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        },
                        {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                            "name": "International Space Station",
                            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                            "agencies": [
                                {
                                    "id": 16,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                    "name": "Canadian Space Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 27,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                    "name": "European Space Agency",
                                    "type": "Multinational"
                                },
                                {
                                    "id": 37,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                    "name": "Japan Aerospace Exploration Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 63,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                            "start_date": "1998-11-20T06:40:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 6454,
                    "location_launch_attempt_count": 220,
                    "pad_launch_attempt_count": 162,
                    "agency_launch_attempt_count": 252,
                    "orbital_launch_attempt_count_year": 86,
                    "location_launch_attempt_count_year": 7,
                    "pad_launch_attempt_count_year": 7,
                    "agency_launch_attempt_count_year": 39,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": [
                {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/11/?format=api",
                    "name": "Commercial Resupply Services",
                    "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 257,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                            "name": "Northrop Grumman Space Systems",
                            "type": "Commercial"
                        },
                        {
                            "id": 1020,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                            "name": "Sierra Nevada Corporation",
                            "type": "Commercial"
                        },
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                    "start_date": "2008-12-23T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 782,
            "url": "https://ll.thespacedevs.com/2.2.0/event/782/?format=api",
            "slug": "vulcan-cert-1-flight-readiness-firing-frf",
            "name": "Vulcan Cert-1 Flight Readiness Firing (FRF)",
            "updates": [
                {
                    "id": 4299,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Targeting today at approximately 22:00 UTC",
                    "info_url": "https://twitter.com/torybruno/status/1666474419408220160",
                    "created_by": "Nosu",
                    "created_on": "2023-06-07T16:02:12Z"
                },
                {
                    "id": 4154,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
                    "comment": "Delayed, rollback is needed to inspect the engine ignition system",
                    "info_url": "https://twitter.com/ulalaunch/status/1661824360246804480",
                    "created_by": "SwGustav",
                    "created_on": "2023-05-25T20:14:15Z"
                },
                {
                    "id": 4143,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Added event.",
                    "info_url": "https://twitter.com/torybruno/status/1661716845936934915",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2023-05-25T13:02:06Z"
                },
                {
                    "id": 4300,
                    "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=UhWc8-Oyug8",
                    "created_by": "LL2",
                    "created_on": "2023-06-07T21:59:50Z"
                }
            ],
            "last_updated": "2024-03-05T17:26:30Z",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "United Launch Alliance (ULA)'s first Vulcan rocket will perform a test firing of the 1st stage BE-4 engines ahead of its first launch in summer 2023.",
            "webcast_live": false,
            "location": "SLC-41, Cape Canaveral SFS, Florida, USA",
            "news_url": "https://www.ulalaunch.com/rockets/vulcan-centaur/countdown-to-vulcan",
            "video_url": "https://www.youtube.com/watch?v=UhWc8-Oyug8",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.ulalaunch.com",
                    "title": "Countdown to Vulcan",
                    "description": "Preview of the Flight Readiness Firing\n\nRead more\n\nTanking tests performed on ULA's new rocket\n\nRead more\n\nInaugural rocket moved to launch pad for tanking tests\n\nRead more\n\nFirst flight article arrives at Cape Canaveral\n\nRead more\n\nRocket leaves factory for first test flight\n\nRead more\n\nSRBs delive...",
                    "feature_image": null,
                    "url": "https://www.ulalaunch.com/rockets/vulcan-centaur/countdown-to-vulcan",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "June 7 Live Broadcast: Vulcan Cert-1 Flight Readiness Firing (FRF)",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/UhWc8-Oyug8/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=UhWc8-Oyug8",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vulcan_cert-1_f_image_20230525143224.jpg",
            "date": "2023-06-08T01:05:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "b973e965-3901-4bda-9236-b0afee33f388",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/b973e965-3901-4bda-9236-b0afee33f388/?format=api",
                    "slug": "vulcan-vc2s-peregrine-lunar-lander-maiden-flight",
                    "name": "Vulcan VC2S | Peregrine lunar lander (Maiden flight)",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2024-03-08T07:40:25Z",
                    "net": "2024-01-08T07:18:38Z",
                    "window_end": "2024-01-08T08:03:00Z",
                    "window_start": "2024-01-08T07:18:00Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": 85,
                    "weather_concerns": "Thick Cloud Layers Rule",
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 124,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
                        "name": "United Launch Alliance",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 2528,
                        "configuration": {
                            "id": 201,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/201/?format=api",
                            "name": "Vulcan VC2S",
                            "family": "Vulcan",
                            "full_name": "Vulcan VC2S",
                            "variant": "VC2S"
                        }
                    },
                    "mission": {
                        "id": 6164,
                        "name": "Peregrine lunar lander (Maiden flight)",
                        "description": "Maiden flight of ULA's Vulcan launch vehicle carrying the Peregrine lunar lander developed by Astrobotic Technology. Astrobotic was selected by NASA’s Commercial Lunar Payload Services (CLPS) program to deliver up to 14 NASA payloads to the Moon on its Peregrine lunar lander in 2022.",
                        "launch_designator": null,
                        "type": "Lunar Exploration",
                        "orbit": {
                            "id": 11,
                            "name": "Lunar Orbit",
                            "abbrev": "LO"
                        },
                        "agencies": [
                            {
                                "id": 1069,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1069/?format=api",
                                "name": "Astrobotic Technology",
                                "featured": false,
                                "type": "Private",
                                "country_code": "USA",
                                "abbrev": "Astrobotic",
                                "description": "Astrobotic Technology is an American private company that is developing space robotics technology for lunar and planetary missions.",
                                "administrator": "CEO:  John Thornton",
                                "founding_year": "2007",
                                "launchers": "",
                                "spacecraft": "Peregrine",
                                "launch_library_url": null,
                                "total_launch_count": 0,
                                "consecutive_successful_launches": 0,
                                "successful_launches": 0,
                                "failed_launches": 0,
                                "pending_launches": 0,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "https://www.astrobotic.com/",
                                "wiki_url": "https://en.wikipedia.org/wiki/Astrobotic_Technology",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astrobotic2520technology_logo_20230820172908.png",
                                "image_url": null,
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astrobotic2520technology_nation_20230820172908.jpg"
                            },
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "featured": true,
                                "type": "Government",
                                "country_code": "USA",
                                "abbrev": "NASA",
                                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                                "administrator": "Administrator: Bill Nelson",
                                "founding_year": "1958",
                                "launchers": "Space Shuttle | SLS",
                                "spacecraft": "Orion",
                                "launch_library_url": null,
                                "total_launch_count": 141,
                                "consecutive_successful_launches": 11,
                                "successful_launches": 121,
                                "failed_launches": 20,
                                "pending_launches": 6,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "http://www.nasa.gov",
                                "wiki_url": "http://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
                            },
                            {
                                "id": 124,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
                                "name": "United Launch Alliance",
                                "featured": true,
                                "type": "Commercial",
                                "country_code": "USA",
                                "abbrev": "ULA",
                                "description": "United Launch Alliance (ULA) is a joint venture of Lockheed Martin Space Systems and Boeing Defense, Space & Security. ULA was formed in December 2006 by combining the teams at these companies which provide spacecraft launch services to the government of the United States. ULA launches from both coasts of the US. They launch their Atlas V vehicle from LC-41 in Cape Canaveral and LC-3E at Vandeberg. Their Delta IV launches from LC-37 at Cape Canaveral and LC-6 at Vandenberg.",
                                "administrator": "CEO: Tory Bruno",
                                "founding_year": "2006",
                                "launchers": "Atlas | Delta IV | Vulcan",
                                "spacecraft": "CST-100 Starliner",
                                "launch_library_url": null,
                                "total_launch_count": 164,
                                "consecutive_successful_launches": 164,
                                "successful_launches": 164,
                                "failed_launches": 0,
                                "pending_launches": 43,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "http://www.ulalaunch.com/",
                                "wiki_url": "http://en.wikipedia.org/wiki/United_Launch_Alliance",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_logo_20210412195953.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united_launch_a_image_20210412201210.png",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_nation_20230531043703.jpg"
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/29/?format=api",
                        "agency_id": null,
                        "name": "Space Launch Complex 41",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                        "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                        "latitude": "28.58341025",
                        "longitude": "-80.58303644",
                        "location": {
                            "id": 12,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                            "name": "Cape Canaveral SFS, FL, USA",
                            "country_code": "USA",
                            "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 983,
                            "total_landing_count": 57
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
                        "total_launch_count": 114,
                        "orbital_launch_attempt_count": 114
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vulcan_vc2s_25_image_20240308073540.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 24,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/24/?format=api",
                            "name": "Commercial Lunar Payload Services",
                            "description": "Commercial Lunar Payload Services (CLPS) is a NASA program to contract transportation services able to send small robotic landers and rovers to the Moon's south polar region.",
                            "agencies": [
                                {
                                    "id": 1069,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1069/?format=api",
                                    "name": "Astrobotic Technology",
                                    "type": "Private"
                                },
                                {
                                    "id": 1067,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1067/?format=api",
                                    "name": "Intuitive Machines",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20231127193630.jpeg",
                            "start_date": "2018-04-27T00:00:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/commercial-lunar-payload-services/",
                            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Lunar_Payload_Services",
                            "mission_patches": [],
                            "type": {
                                "id": 5,
                                "name": "Exploration"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 6595,
                    "location_launch_attempt_count": 930,
                    "pad_launch_attempt_count": 111,
                    "agency_launch_attempt_count": 160,
                    "orbital_launch_attempt_count_year": 6,
                    "location_launch_attempt_count_year": 3,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 1,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 826,
            "url": "https://ll.thespacedevs.com/2.2.0/event/826/?format=api",
            "slug": "rs-25-engine-test-20",
            "name": "RS-25 Engine Test",
            "updates": [
                {
                    "id": 4309,
                    "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=RCmsFu8UNqg",
                    "created_by": "LL2",
                    "created_on": "2023-06-08T17:58:21Z"
                },
                {
                    "id": 4304,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Event added",
                    "info_url": "https://twitter.com/NASAStennis/status/1666544222013464577",
                    "created_by": "hitura-nobad",
                    "created_on": "2023-06-08T04:27:01Z"
                }
            ],
            "last_updated": "2024-03-08T09:38:50Z",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "NASA will conduct an RS-25 engine test on the Fred Haise Test Stand at the Stennis Space Center near Bay St. Louis, Mississippi.",
            "webcast_live": false,
            "location": "Stennis Space Center, Mississippi",
            "news_url": "https://twitter.com/NASAStennis/status/1666544222013464577",
            "video_url": "https://www.youtube.com/watch?v=RCmsFu8UNqg",
            "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/NASAStennis/status/1666544222013464577",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "NASA Stennis Live Stream",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/RCmsFu8UNqg/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGEQgUyhlMA8=&rs=AOn4CLBMwkP79uScOTtBTBMC4Y5m3neKZQ",
                    "url": "https://www.youtube.com/watch?v=RCmsFu8UNqg",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rs-25_engine_te_image_20231003182719.jpeg",
            "date": "2023-06-08T18:08:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 764,
            "url": "https://ll.thespacedevs.com/2.2.0/event/764/?format=api",
            "slug": "us-eva-87",
            "name": "US EVA-87",
            "updates": [
                {
                    "id": 4314,
                    "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=wS4z42KaeGk",
                    "created_by": "LL2",
                    "created_on": "2023-06-09T11:45:54Z"
                }
            ],
            "last_updated": "2024-03-05T17:23:03Z",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "NASA astronauts Steve Bowen and Woody Hoburg will exit the station’s Quest airlock to install an upgraded IROSA (International Space Station Roll-Out Solar Array) on the 1A power channel on the starboard truss of the station.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": "https://www.nasa.gov/press-release/nasa-to-provide-briefing-coverage-of-spacewalks-for-station-upgrades",
            "video_url": "https://www.youtube.com/watch?v=wS4z42KaeGk",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Provide Briefing, Coverage of Spacewalks for Station Upgrades",
                    "description": "Two NASA astronauts aboard the International Space Station will conduct a pair of spacewalks Friday, June 9, and Thursday, June 15, to install two new solar arrays.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-provide-briefing-coverage-of-spacewalks-for-station-upgrades",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Spacewalk with Astronauts Steve Bowen and Woody Hoburg (June 9, 2023) (Official NASA Broadcast)",
                    "description": "NASA astronauts Steve Bowen and Warren \"Woody\" Hoburg are taking a spacewalk on Friday, June 9, to add a new unrolling solar panel to the International Space...",
                    "feature_image": "https://i.ytimg.com/vi/wS4z42KaeGk/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=wS4z42KaeGk",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
            "date": "2023-06-09T13:15:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [
                {
                    "id": 151,
                    "url": "https://ll.thespacedevs.com/2.2.0/expedition/151/?format=api",
                    "name": "Expedition 69",
                    "start": "2023-03-28T09:57:27Z",
                    "end": "2023-09-26T13:40:00Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                        "name": "International Space Station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                    },
                    "mission_patches": [
                        {
                            "id": 770,
                            "name": "ISS Expedition 69 Patch",
                            "priority": 10,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/iss2520expedit_mission_patch_20230329140742.png",
                            "agency": {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 467,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/467/?format=api",
                            "name": "Expedition 69 EVA 7",
                            "start": "2023-08-09T14:44:00Z",
                            "end": "2023-08-09T21:19:00Z",
                            "duration": "PT6H35M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 465,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/465/?format=api",
                            "name": "Expedition 69 EVA 6",
                            "start": "2023-06-22T14:24:33Z",
                            "end": "2023-06-22T20:48:00Z",
                            "duration": "PT6H23M27S",
                            "location": "International Space Station"
                        },
                        {
                            "id": 464,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/464/?format=api",
                            "name": "Expedition 69 EVA 5",
                            "start": "2023-06-15T12:42:00Z",
                            "end": "2023-06-15T18:17:00Z",
                            "duration": "PT5H35M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 463,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/463/?format=api",
                            "name": "Expedition 69 EVA 4",
                            "start": "2023-06-09T13:24:00Z",
                            "end": "2023-06-09T19:27:00Z",
                            "duration": "PT6H3M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 462,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/462/?format=api",
                            "name": "Expedition 69 EVA 3",
                            "start": "2023-05-12T15:47:00Z",
                            "end": "2023-05-12T21:01:00Z",
                            "duration": "PT5H14M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 449,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/449/?format=api",
                            "name": "Expedition 69 EVA 2",
                            "start": "2023-05-03T20:00:00Z",
                            "end": "2023-05-04T03:11:00Z",
                            "duration": "PT7H11M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 447,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/447/?format=api",
                            "name": "Expedition 69 EVA 1",
                            "start": "2023-04-19T01:40:00Z",
                            "end": "2023-04-19T09:35:00Z",
                            "duration": "PT7H55M",
                            "location": "International Space Station"
                        }
                    ]
                }
            ],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": [
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 785,
            "url": "https://ll.thespacedevs.com/2.2.0/event/785/?format=api",
            "slug": "us-eva-88",
            "name": "US EVA-88",
            "updates": [
                {
                    "id": 4353,
                    "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=yekfGi-JF0g",
                    "created_by": "LL2",
                    "created_on": "2023-06-15T11:29:02Z"
                }
            ],
            "last_updated": "2024-03-05T17:21:57Z",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "NASA astronauts Steve Bowen and Woody Hoburg will exit the station’s Quest airlock to install an upgraded IROSA (International Space Station Roll-Out Solar Array) on the 1B power channel on the starboard truss of the station.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": "https://www.nasa.gov/press-release/nasa-to-provide-briefing-coverage-of-spacewalks-for-station-upgrades",
            "video_url": "https://www.youtube.com/watch?v=yekfGi-JF0g",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Provide Briefing, Coverage of Spacewalks for Station Upgrades",
                    "description": "Two NASA astronauts aboard the International Space Station will conduct a pair of spacewalks Friday, June 9, and Thursday, June 15, to install two new solar arrays.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-provide-briefing-coverage-of-spacewalks-for-station-upgrades",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Spacewalk with Astronauts Steve Bowen and Woody Hoburg (June 15, 2023) (Official NASA Broadcast)",
                    "description": "NASA astronauts Steve Bowen and Warren \"Woody\" Hoburg are taking a spacewalk on Thursday, June 15, to add a new solar panel to the International Space Statio...",
                    "feature_image": "https://i.ytimg.com/vi/yekfGi-JF0g/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=yekfGi-JF0g",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
            "date": "2023-06-15T12:55:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [
                {
                    "id": 151,
                    "url": "https://ll.thespacedevs.com/2.2.0/expedition/151/?format=api",
                    "name": "Expedition 69",
                    "start": "2023-03-28T09:57:27Z",
                    "end": "2023-09-26T13:40:00Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                        "name": "International Space Station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                    },
                    "mission_patches": [
                        {
                            "id": 770,
                            "name": "ISS Expedition 69 Patch",
                            "priority": 10,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/iss2520expedit_mission_patch_20230329140742.png",
                            "agency": {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 467,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/467/?format=api",
                            "name": "Expedition 69 EVA 7",
                            "start": "2023-08-09T14:44:00Z",
                            "end": "2023-08-09T21:19:00Z",
                            "duration": "PT6H35M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 465,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/465/?format=api",
                            "name": "Expedition 69 EVA 6",
                            "start": "2023-06-22T14:24:33Z",
                            "end": "2023-06-22T20:48:00Z",
                            "duration": "PT6H23M27S",
                            "location": "International Space Station"
                        },
                        {
                            "id": 464,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/464/?format=api",
                            "name": "Expedition 69 EVA 5",
                            "start": "2023-06-15T12:42:00Z",
                            "end": "2023-06-15T18:17:00Z",
                            "duration": "PT5H35M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 463,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/463/?format=api",
                            "name": "Expedition 69 EVA 4",
                            "start": "2023-06-09T13:24:00Z",
                            "end": "2023-06-09T19:27:00Z",
                            "duration": "PT6H3M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 462,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/462/?format=api",
                            "name": "Expedition 69 EVA 3",
                            "start": "2023-05-12T15:47:00Z",
                            "end": "2023-05-12T21:01:00Z",
                            "duration": "PT5H14M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 449,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/449/?format=api",
                            "name": "Expedition 69 EVA 2",
                            "start": "2023-05-03T20:00:00Z",
                            "end": "2023-05-04T03:11:00Z",
                            "duration": "PT7H11M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 447,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/447/?format=api",
                            "name": "Expedition 69 EVA 1",
                            "start": "2023-04-19T01:40:00Z",
                            "end": "2023-04-19T09:35:00Z",
                            "duration": "PT7H55M",
                            "location": "International Space Station"
                        }
                    ]
                }
            ],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": [
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 827,
            "url": "https://ll.thespacedevs.com/2.2.0/event/827/?format=api",
            "slug": "rs-25-engine-test-21",
            "name": "RS-25 Engine Test",
            "updates": [
                {
                    "id": 4349,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
                    "comment": "Adding event. Test window will be announced tomorrow.",
                    "info_url": "https://twitter.com/NASAStennis/status/1669066922732691472",
                    "created_by": "Jay",
                    "created_on": "2023-06-14T20:22:51Z"
                }
            ],
            "last_updated": "2024-03-08T09:38:56Z",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "NASA will conduct an RS-25 engine test on the Fred Haise Test Stand at the Stennis Space Center near Bay St. Louis, Mississippi.",
            "webcast_live": false,
            "location": "Stennis Space Center, Mississippi",
            "news_url": "https://twitter.com/NASAStennis/status/1669066922732691472",
            "video_url": "https://www.youtube.com/watch?v=B9gAcgiqgrI",
            "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/NASAStennis/status/1669066922732691472",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "NASA Stennis Live Stream",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/B9gAcgiqgrI/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGHIgWCggMA8=&rs=AOn4CLDugzO-Gas9GNpkc_wNIPZilOthFQ",
                    "url": "https://www.youtube.com/watch?v=B9gAcgiqgrI",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rs-25_engine_te_image_20231003182719.jpeg",
            "date": "2023-06-15T16:55:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 390,
            "url": "https://ll.thespacedevs.com/2.2.0/event/390/?format=api",
            "slug": "bepicolombo-mercury-flyby-3",
            "name": "BepiColombo Mercury Flyby",
            "updates": [
                {
                    "id": 4346,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Event time updated",
                    "info_url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/BepiColombo_braces_for_third_Mercury_flyby?s=09",
                    "created_by": "hitura-nobad",
                    "created_on": "2023-06-14T08:59:19Z"
                }
            ],
            "last_updated": "2024-03-05T17:23:48Z",
            "type": {
                "id": 23,
                "name": "Flyby"
            },
            "description": "Third of six Mercury flybys of the ESA-JAXA BepiColombo mission before entering orbit around its destination planet in 2025.",
            "webcast_live": false,
            "location": "Mercury",
            "news_url": "https://sci.esa.int/web/bepicolombo/-/47346-fact-sheet",
            "video_url": null,
            "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": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bepicolombo_at__image_20240306080108.jpeg",
            "date": "2023-06-20T19:34:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "e81bd43b-6359-4436-911f-01888c3369ef",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/e81bd43b-6359-4436-911f-01888c3369ef/?format=api",
                    "slug": "ariane-5-eca-bepicolombo",
                    "name": "Ariane 5 ECA | BepiColombo",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2023-06-14T04:01:04Z",
                    "net": "2018-10-20T01:45:28Z",
                    "window_end": "2018-10-20T01:45:28Z",
                    "window_start": "2018-10-20T01:45:28Z",
                    "net_precision": null,
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": null,
                    "hashtag": "#BepiColombo",
                    "launch_service_provider": {
                        "id": 115,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                        "name": "Arianespace",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 14,
                        "configuration": {
                            "id": 20,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/20/?format=api",
                            "name": "Ariane 5 ECA",
                            "family": "Ariane",
                            "full_name": "Ariane 5 ECA",
                            "variant": "ECA"
                        }
                    },
                    "mission": {
                        "id": 590,
                        "name": "BepiColombo",
                        "description": "BepiColombo is a joint mission of the ESA and the JAXA to the planet Mercury. The mission comprises two satellites to be launched together: the Mercury Planetary Orbiter (MPO) and the Mercury Magnetospheric Orbiter (MMO). The mission will perform a comprehensive study of Mercury, including its magnetic field, magnetosphere, interior structure and surface.",
                        "launch_designator": null,
                        "type": "Planetary Science",
                        "orbit": {
                            "id": 6,
                            "name": "Heliocentric N/A",
                            "abbrev": "Helio-N/A"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 77,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
                        "agency_id": 115,
                        "name": "Ariane Launch Area 3",
                        "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
                        "info_url": null,
                        "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                        "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                        "latitude": "5.239",
                        "longitude": "-52.768",
                        "location": {
                            "id": 13,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                            "name": "Guiana Space Centre, French Guiana",
                            "country_code": "GUF",
                            "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                            "timezone_name": "America/Cayenne",
                            "total_launch_count": 322,
                            "total_landing_count": 0
                        },
                        "country_code": "GUF",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                        "total_launch_count": 118,
                        "orbital_launch_attempt_count": 118
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
                    "infographic": null,
                    "program": [],
                    "orbital_launch_attempt_count": 5787,
                    "location_launch_attempt_count": 284,
                    "pad_launch_attempt_count": 102,
                    "agency_launch_attempt_count": 269,
                    "orbital_launch_attempt_count_year": 81,
                    "location_launch_attempt_count_year": 7,
                    "pad_launch_attempt_count_year": 5,
                    "agency_launch_attempt_count_year": 7,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 559,
            "url": "https://ll.thespacedevs.com/2.2.0/event/559/?format=api",
            "slug": "russian-eva-59",
            "name": "Russian EVA-59",
            "updates": [
                {
                    "id": 4272,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Updated planned date and time.",
                    "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2023-06-04T03:55:30Z"
                }
            ],
            "last_updated": "2024-03-05T17:27:06Z",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "ROSCOSMOS cosmonauts Sergey Prokopyev and Dmitriy Petelin will perform an EVA outside the International Space Station to remove experiment hardware and install new data transmission hardware.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": null,
            "info_urls": [],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian_eva-46_image_20201113081602.jpeg",
            "date": "2023-06-22T14:20:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [
                {
                    "id": 151,
                    "url": "https://ll.thespacedevs.com/2.2.0/expedition/151/?format=api",
                    "name": "Expedition 69",
                    "start": "2023-03-28T09:57:27Z",
                    "end": "2023-09-26T13:40:00Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                        "name": "International Space Station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                    },
                    "mission_patches": [
                        {
                            "id": 770,
                            "name": "ISS Expedition 69 Patch",
                            "priority": 10,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/iss2520expedit_mission_patch_20230329140742.png",
                            "agency": {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 467,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/467/?format=api",
                            "name": "Expedition 69 EVA 7",
                            "start": "2023-08-09T14:44:00Z",
                            "end": "2023-08-09T21:19:00Z",
                            "duration": "PT6H35M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 465,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/465/?format=api",
                            "name": "Expedition 69 EVA 6",
                            "start": "2023-06-22T14:24:33Z",
                            "end": "2023-06-22T20:48:00Z",
                            "duration": "PT6H23M27S",
                            "location": "International Space Station"
                        },
                        {
                            "id": 464,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/464/?format=api",
                            "name": "Expedition 69 EVA 5",
                            "start": "2023-06-15T12:42:00Z",
                            "end": "2023-06-15T18:17:00Z",
                            "duration": "PT5H35M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 463,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/463/?format=api",
                            "name": "Expedition 69 EVA 4",
                            "start": "2023-06-09T13:24:00Z",
                            "end": "2023-06-09T19:27:00Z",
                            "duration": "PT6H3M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 462,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/462/?format=api",
                            "name": "Expedition 69 EVA 3",
                            "start": "2023-05-12T15:47:00Z",
                            "end": "2023-05-12T21:01:00Z",
                            "duration": "PT5H14M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 449,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/449/?format=api",
                            "name": "Expedition 69 EVA 2",
                            "start": "2023-05-03T20:00:00Z",
                            "end": "2023-05-04T03:11:00Z",
                            "duration": "PT7H11M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 447,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/447/?format=api",
                            "name": "Expedition 69 EVA 1",
                            "start": "2023-04-19T01:40:00Z",
                            "end": "2023-04-19T09:35:00Z",
                            "duration": "PT7H55M",
                            "location": "International Space Station"
                        }
                    ]
                }
            ],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": [
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 829,
            "url": "https://ll.thespacedevs.com/2.2.0/event/829/?format=api",
            "slug": "rs-25-engine-test-22",
            "name": "RS-25 Engine Test",
            "updates": [
                {
                    "id": 4461,
                    "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=QH2gFQEyyb0",
                    "created_by": "LL2",
                    "created_on": "2023-06-22T17:40:24Z"
                },
                {
                    "id": 4440,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
                    "comment": "Adding event",
                    "info_url": "https://twitter.com/NASAStennis/status/1671591381079400456",
                    "created_by": "Jay",
                    "created_on": "2023-06-21T18:59:02Z"
                },
                {
                    "id": 4460,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Webcast",
                    "info_url": null,
                    "created_by": "hitura-nobad",
                    "created_on": "2023-06-22T17:39:53Z"
                }
            ],
            "last_updated": "2024-03-08T09:39:00Z",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "NASA is set to perform the last in a series of hot fires of the RS-25 engine to evaluate the performance of newly designed parts. The test article is RS-25E SN 10001, and the test will last 500 seconds with a max throttle of 113%.",
            "webcast_live": false,
            "location": "Stennis Space Center, Mississippi",
            "news_url": "https://twitter.com/NASAStennis/status/1671591381079400456",
            "video_url": "https://www.youtube.com/watch?v=QH2gFQEyyb0",
            "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/NASAStennis/status/1671591381079400456",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "NASA Stennis Live Stream",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/QH2gFQEyyb0/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGHIgRSgxMA8=&rs=AOn4CLAsHTgnMFI2Em0xzX_QPkJQVzzyCw",
                    "url": "https://www.youtube.com/watch?v=QH2gFQEyyb0",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rs-25_engine_te_image_20231003182719.jpeg",
            "date": "2023-06-22T17:53:45Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        }
    ]
}