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

{
    "count": 935,
    "next": "https://ll.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=180&ordering=last_updated",
    "previous": "https://ll.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=160&ordering=last_updated",
    "results": [
        {
            "id": 768,
            "url": "https://ll.thespacedevs.com/2.2.0/event/768/?format=api",
            "slug": "spacex-crew-7-crew-dragon-docking",
            "name": "SpaceX Crew-7 Crew Dragon Docking",
            "updates": [
                {
                    "id": 5008,
                    "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=bEsyo5WLFkQ",
                    "created_by": "LL2",
                    "created_on": "2023-08-27T11:10:45Z"
                },
                {
                    "id": 4762,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "New docking time.",
                    "info_url": "https://blogs.nasa.gov/commercialcrew/2023/08/03/nasa-spacex-reset-crew-7-launch-to-friday-aug-25/",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2023-08-03T17:52:40Z"
                },
                {
                    "id": 4678,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "New docking time.",
                    "info_url": "https://twitter.com/SpcPlcyOnline/status/1683878567539613696",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2023-07-25T16:49:03Z"
                }
            ],
            "last_updated": "2024-03-05T17:24:02Z",
            "type": {
                "id": 2,
                "name": "Docking"
            },
            "description": "The Crew-7 Crew Dragon will dock autonomously to the International Space Station, carrying four astronauts to the International Space Station.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=bEsyo5WLFkQ",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Crew-7 | Approach and Docking",
                    "description": "On Sunday, August 27 at 9:16 a.m. ET, SpaceX’s Dragon autonomously docked with the International Space Station. Almost 30 hours earlier at 3:27 a.m. ET, Falc...",
                    "feature_image": "https://i.ytimg.com/vi/bEsyo5WLFkQ/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=bEsyo5WLFkQ",
                    "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/spacex_dm-2_cre_image_20200504065311.jpeg",
            "date": "2023-08-27T13:08:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": "PT2H25M38S",
            "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",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
                },
                {
                    "id": 121,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "featured": true,
                    "type": "Commercial",
                    "country_code": "USA",
                    "abbrev": "SpX",
                    "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                    "administrator": "CEO: Elon Musk",
                    "founding_year": "2002",
                    "launchers": "Falcon | Starship",
                    "spacecraft": "Dragon",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png"
                }
            ],
            "launches": [
                {
                    "id": "1caacff9-837e-493b-afd4-4da54eeccdf2",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/1caacff9-837e-493b-afd4-4da54eeccdf2/?format=api",
                    "slug": "falcon-9-block-5-crew-7",
                    "name": "Falcon 9 Block 5 | Crew-7",
                    "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-06-15T13:33:39Z",
                    "net": "2023-08-26T07:27:27Z",
                    "window_end": "2023-08-26T07:27:27Z",
                    "window_start": "2023-08-26T07:27:27Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": 95,
                    "weather_concerns": "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": 7536,
                        "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": 5960,
                        "name": "Crew-7",
                        "description": "SpaceX Crew-7 is the seventh crewed operational flight of a Crew Dragon spacecraft to the International Space Station as part of NASA's Commercial Crew Program.",
                        "launch_designator": null,
                        "type": "Human Exploration",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [
                            {
                                "id": 27,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                "name": "European Space Agency",
                                "featured": false,
                                "type": "Multinational",
                                "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,BEL",
                                "abbrev": "ESA",
                                "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                                "administrator": "Director General: Josef Aschbacher",
                                "founding_year": "1975",
                                "launchers": "",
                                "spacecraft": "",
                                "launch_library_url": null,
                                "total_launch_count": 7,
                                "consecutive_successful_launches": 5,
                                "successful_launches": 6,
                                "failed_launches": 1,
                                "pending_launches": 0,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "http://www.esa.int/",
                                "wiki_url": "http://en.wikipedia.org/wiki/European_Space_Agency",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
                                "image_url": null,
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
                            },
                            {
                                "id": 37,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                "name": "Japan Aerospace Exploration Agency",
                                "featured": true,
                                "type": "Government",
                                "country_code": "JPN",
                                "abbrev": "JAXA",
                                "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
                                "administrator": "Administrator: Hiroshi Yamakawa",
                                "founding_year": "2003",
                                "launchers": "H-II",
                                "spacecraft": "",
                                "launch_library_url": null,
                                "total_launch_count": 36,
                                "consecutive_successful_launches": 1,
                                "successful_launches": 32,
                                "failed_launches": 4,
                                "pending_launches": 3,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "http://www.jaxa.jp/",
                                "wiki_url": "http://en.wikipedia.org/wiki/Japan_Aerospace_Exploration_Agency",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_nation_20230531052930.png"
                            },
                            {
                                "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": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "featured": true,
                                "type": "Government",
                                "country_code": "RUS",
                                "abbrev": "RFSA",
                                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                                "administrator": "Administrator: Yuri Borisov",
                                "founding_year": "1992",
                                "launchers": "Soyuz",
                                "spacecraft": "Soyuz",
                                "launch_library_url": null,
                                "total_launch_count": 325,
                                "consecutive_successful_launches": 49,
                                "successful_launches": 314,
                                "failed_launches": 11,
                                "pending_launches": 11,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "http://en.roscosmos.ru/",
                                "wiki_url": "http://en.wikipedia.org/wiki/Russian_Federal_Space_Agency",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.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_20230827172539.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 5,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/5/?format=api",
                            "name": "Commercial Crew Program",
                            "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
                            "agencies": [
                                {
                                    "id": 80,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                                    "name": "Boeing",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "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_20200820201209.png",
                            "start_date": "2011-04-18T00:00:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
                            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
                            "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": 6503,
                    "location_launch_attempt_count": 222,
                    "pad_launch_attempt_count": 164,
                    "agency_launch_attempt_count": 272,
                    "orbital_launch_attempt_count_year": 135,
                    "location_launch_attempt_count_year": 9,
                    "pad_launch_attempt_count_year": 9,
                    "agency_launch_attempt_count_year": 59,
                    "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": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/5/?format=api",
                    "name": "Commercial Crew Program",
                    "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
                    "agencies": [
                        {
                            "id": 80,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                            "name": "Boeing",
                            "type": "Commercial"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "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_20200820201209.png",
                    "start_date": "2011-04-18T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
                    "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": 190,
            "url": "https://ll.thespacedevs.com/2.2.0/event/190/?format=api",
            "slug": "arianespace-vv17-failure-press-conference",
            "name": "Arianespace VV17 failure press conference",
            "updates": [],
            "last_updated": "2024-03-05T17:24:02Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "8 minutes after liftoff of Vega mission VV17, following the first ignition of the engine of the Avum upper stage, a deviation of trajectory was identified, entailing the loss of the mission. There will be a press conference Tuesday, November 17th, 2020 at 10:00 am Kourou time / 2:00 pm Paris time.",
            "webcast_live": false,
            "location": "Guyana Space Center, Kourou, French Guiana",
            "news_url": "https://www.arianespace.com/press-release/arianespace-flight-vega-vv17-seosat-ingenio-taranis-mission-failure/",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.arianespace.com",
                    "title": "– Flight Vega VV17 – SEOSAT-Ingenio / TARANIS: Mission failure",
                    "description": "8 minutes after liftoff of Vega mission VV17, following the first ignition of the engine of the Avum upper stage, a deviation of trajectory was identified, entailing the loss of the mission.\n\nTelemetry data analyses are in progress to determine the cause of this failure.\n\nThere will be a press confe...",
                    "feature_image": null,
                    "url": "https://www.arianespace.com/press-release/arianespace-flight-vega-vv17-seosat-ingenio-taranis-mission-failure/",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianespace_vv1_image_20201117120738.jpeg",
            "date": "2020-11-17T13:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "d9486816-bb61-4b16-bcfa-0d1e9ba40696",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/d9486816-bb61-4b16-bcfa-0d1e9ba40696/?format=api",
                    "slug": "vega-seosat-ingenio-taranis",
                    "name": "Vega | SEOSAT-Ingenio & Taranis",
                    "status": {
                        "id": 4,
                        "name": "Launch Failure",
                        "abbrev": "Failure",
                        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
                    },
                    "last_updated": "2023-06-14T03:49:36Z",
                    "net": "2020-11-17T01:52:20Z",
                    "window_end": "2020-11-17T01:52:20Z",
                    "window_start": "2020-11-17T01:52:20Z",
                    "net_precision": null,
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "AVUM upper stage tumbled uncontrollably during the first burn because cables in the engine control system were improperly connected.",
                    "hashtag": "#SEOSATIngenio",
                    "launch_service_provider": {
                        "id": 115,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                        "name": "Arianespace",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 2141,
                        "configuration": {
                            "id": 167,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/167/?format=api",
                            "name": "Vega",
                            "family": "Vega",
                            "full_name": "Vega",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 693,
                        "name": "SEOSAT-Ingenio & Taranis",
                        "description": "SEOSAT-Ingenio is a high-resolution optical imaging mission of Spain - the flagship mission of the Spanish space strategic plan. Its mission is devoted to ensure an even coverage of the areas of national interest, providing a large operational capability in the capture of high-resolution multi-spectral land optical images for numerous user groups, as well as supporting and optimizing the development in Spain of teledetection-based applications in Spain. The overall mission objective is to provide information for applications in cartography, land use, urban management, water management, environmental monitoring, risk management and security.\r\n\r\nTARANIS (Tool for the Analysis of RAdiation from lightNIngand Sprites), the Celtic god of thunder and lightning, is the first satellite designed to observe luminous, radiative and electromagnetic phenomena occurring at altitudes of 20 to 100 km over thunderstorms. Discovered 20 years ago, such transient luminous events (TLEs) such as red sprites, blue jets, elves, sprite halos, etc. remain shrouded in mystery. They are sometimes accompanied by terrestrial gamma-ray flashes (TGFs). The TARANIS microsatellite will fly over thousands of TLEs and TGFs for at least four years and will be capable of detecting these events and recording their luminous and radiative signatures at high resolution, as well as the electromagnetic perturbations they set off in Earth’s upper atmosphere. The payload includes numerous sensors to observe the TLEs and to perform in-situ measurements of perturbations caused on the local plasma (fields, waves and particles).",
                        "launch_designator": null,
                        "type": "Earth Science",
                        "orbit": {
                            "id": 17,
                            "name": "Sun-Synchronous Orbit",
                            "abbrev": "SSO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/34/?format=api",
                        "agency_id": 115,
                        "name": "Ariane Launch Area 1 (ELV)",
                        "description": "ELA-1, now named Ensemble de Lancement Vega (short ELV), is a launch pad at the Centre Spatial Guyanais in French Guiana. It has been used to support launches of the Europa rocket, Ariane 1, Ariane 3, and is currently used to launch Vega rockets.",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                        "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                        "latitude": "5.236",
                        "longitude": "-52.775",
                        "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_34_20200803143527.jpg",
                        "total_launch_count": 50,
                        "orbital_launch_attempt_count": 50
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vega_image_20201111143622.jpeg",
                    "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/vega2520257c_infographic_20201116161633.png",
                    "program": [],
                    "orbital_launch_attempt_count": 6015,
                    "location_launch_attempt_count": 302,
                    "pad_launch_attempt_count": 43,
                    "agency_launch_attempt_count": 289,
                    "orbital_launch_attempt_count_year": 93,
                    "location_launch_attempt_count_year": 5,
                    "pad_launch_attempt_count_year": 2,
                    "agency_launch_attempt_count_year": 7,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 191,
            "url": "https://ll.thespacedevs.com/2.2.0/event/191/?format=api",
            "slug": "change-5-lunar-landing",
            "name": "Chang'e 5 Lunar Landing",
            "updates": [],
            "last_updated": "2024-03-05T17:24:03Z",
            "type": {
                "id": 7,
                "name": "Moon Landing"
            },
            "description": "The Chinese Chang'e 5 spacecraft is scheduled to land in the Mons Rümker region of Oceanus Procellarum, located in the northwest region of the near side of the Moon. The lander will collect 2 kg of samples which will then be placed in an ascent vehicle and brought back to Earth.\r\n\r\nLanding time is approximate and not accurately known.",
            "webcast_live": false,
            "location": "Mons Rümker, Moon",
            "news_url": "https://en.wikipedia.org/wiki/Chang%27e_5",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "en.wikipedia.org",
                    "title": "Chang'e 5 - Wikipedia",
                    "description": "Chang'e 5 (Chinese: 嫦娥五号; pinyin: Cháng'é wǔhào[note 1]) was the fifth lunar exploration mission in the Chinese Lunar Exploration Program of CNSA, and China's first lunar sample-return mission.[13] Like its predecessors, the spacecraft is named after the Chinese moon goddess, Chang'e. It launched at...",
                    "feature_image": null,
                    "url": "https://en.wikipedia.org/wiki/Chang%27e_5",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e_5_l_image_20201122181736.png",
            "date": "2020-12-01T15:13:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "9828537e-e017-4f77-96b6-49799d439363",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/9828537e-e017-4f77-96b6-49799d439363/?format=api",
                    "slug": "long-march-5-change-5",
                    "name": "Long March 5 | Chang'e 5",
                    "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-08-02T16:23:42Z",
                    "net": "2020-11-23T20:30:21Z",
                    "window_end": "2020-11-23T21:15:07Z",
                    "window_start": "2020-11-23T20:30:12Z",
                    "net_precision": null,
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 88,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                        "name": "China Aerospace Science and Technology Corporation",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 59,
                        "configuration": {
                            "id": 128,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/128/?format=api",
                            "name": "Long March 5",
                            "family": "Long March",
                            "full_name": "Long March 5",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 385,
                        "name": "Chang'e 5",
                        "description": "Chang'e 5 is China's robotic lunar sample return mission, which is set to bring back at least 2 kg of lunar soils and rock samples. The probe will perform a soft landing on the Moon, then rendezvous and dock with the return module in lunar orbit and fly back to Earth.",
                        "launch_designator": null,
                        "type": "Robotic Exploration",
                        "orbit": {
                            "id": 11,
                            "name": "Lunar Orbit",
                            "abbrev": "LO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 175,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/175/?format=api",
                        "agency_id": null,
                        "name": "101",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
                        "map_url": "https://www.google.com/maps?q=19.614334,110.951011",
                        "latitude": "19.614334",
                        "longitude": "110.951011",
                        "location": {
                            "id": 8,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/8/?format=api",
                            "name": "Wenchang Space Launch Site, People's Republic of China",
                            "country_code": "CHN",
                            "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
                            "timezone_name": "Asia/Shanghai",
                            "total_launch_count": 31,
                            "total_landing_count": 0
                        },
                        "country_code": "CHN",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_175_20200803143424.jpg",
                        "total_launch_count": 12,
                        "orbital_launch_attempt_count": 12
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20201119165033.png",
                    "infographic": null,
                    "program": [
                        {
                            "id": 18,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/18/?format=api",
                            "name": "Chinese Lunar Exploration Program",
                            "description": "The Chinese Lunar Exploration Program also known as the Chang'e Project after the Chinese moon goddess Chang'e, is an ongoing series of robotic Moon missions by the China National Space Administration (CNSA). The program incorporates lunar orbiters, landers, rovers and sample return spacecraft, launched using Long March rockets.",
                            "agencies": [
                                {
                                    "id": 17,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                    "name": "China National Space Administration",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520lun_program_20201129190923.png",
                            "start_date": "2003-01-01T00:00:00Z",
                            "end_date": null,
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Chinese_Lunar_Exploration_Program",
                            "mission_patches": [],
                            "type": {
                                "id": 5,
                                "name": "Exploration"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 6018,
                    "location_launch_attempt_count": 9,
                    "pad_launch_attempt_count": 6,
                    "agency_launch_attempt_count": 300,
                    "orbital_launch_attempt_count_year": 96,
                    "location_launch_attempt_count_year": 4,
                    "pad_launch_attempt_count_year": 3,
                    "agency_launch_attempt_count_year": 30,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/18/?format=api",
                    "name": "Chinese Lunar Exploration Program",
                    "description": "The Chinese Lunar Exploration Program also known as the Chang'e Project after the Chinese moon goddess Chang'e, is an ongoing series of robotic Moon missions by the China National Space Administration (CNSA). The program incorporates lunar orbiters, landers, rovers and sample return spacecraft, launched using Long March rockets.",
                    "agencies": [
                        {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                            "name": "China National Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520lun_program_20201129190923.png",
                    "start_date": "2003-01-01T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Chinese_Lunar_Exploration_Program",
                    "mission_patches": [],
                    "type": {
                        "id": 5,
                        "name": "Exploration"
                    }
                }
            ]
        },
        {
            "id": 192,
            "url": "https://ll.thespacedevs.com/2.2.0/event/192/?format=api",
            "slug": "change-5-sample-returns-to-earth",
            "name": "Chang'e 5 Sample Returns to Earth",
            "updates": [],
            "last_updated": "2024-03-05T17:24:04Z",
            "type": {
                "id": 9,
                "name": "Spacecraft Landing"
            },
            "description": "The Chang'e 5 sample-return capsule will enter the Earth's atmosphere and land in Dorbod Banner, Inner Mongolia.",
            "webcast_live": false,
            "location": "Dorbod Banner, Inner Mongolia, China",
            "news_url": "https://en.wikipedia.org/wiki/Chang%27e_5",
            "video_url": "https://www.youtube.com/watch?v=bLW248jCxmc",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "en.wikipedia.org",
                    "title": "Chang'e 5 - Wikipedia",
                    "description": "Chang'e 5 (Chinese: 嫦娥五号; pinyin: Cháng'é wǔhào[note 1]) was the fifth lunar exploration mission in the Chinese Lunar Exploration Program of CNSA, and China's first lunar sample-return mission.[13] Like its predecessors, the spacecraft is named after the Chinese moon goddess, Chang'e. It launched at...",
                    "feature_image": null,
                    "url": "https://en.wikipedia.org/wiki/Chang%27e_5",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "[直播]嫦娥五号返回特别报道 [Live]Chang'e-5 Reentry Special Report",
                    "description": "嫦娥五号返回器即将携带月壤样品从月球返回地面。Carrying lunar samples, Chang'e-5's return module will soon be back from the moon.",
                    "feature_image": "https://i.ytimg.com/vi/bLW248jCxmc/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=bLW248jCxmc",
                    "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/chang2527e_5_s_image_20201122182407.png",
            "date": "2020-12-16T17:32:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "9828537e-e017-4f77-96b6-49799d439363",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/9828537e-e017-4f77-96b6-49799d439363/?format=api",
                    "slug": "long-march-5-change-5",
                    "name": "Long March 5 | Chang'e 5",
                    "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-08-02T16:23:42Z",
                    "net": "2020-11-23T20:30:21Z",
                    "window_end": "2020-11-23T21:15:07Z",
                    "window_start": "2020-11-23T20:30:12Z",
                    "net_precision": null,
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 88,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                        "name": "China Aerospace Science and Technology Corporation",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 59,
                        "configuration": {
                            "id": 128,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/128/?format=api",
                            "name": "Long March 5",
                            "family": "Long March",
                            "full_name": "Long March 5",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 385,
                        "name": "Chang'e 5",
                        "description": "Chang'e 5 is China's robotic lunar sample return mission, which is set to bring back at least 2 kg of lunar soils and rock samples. The probe will perform a soft landing on the Moon, then rendezvous and dock with the return module in lunar orbit and fly back to Earth.",
                        "launch_designator": null,
                        "type": "Robotic Exploration",
                        "orbit": {
                            "id": 11,
                            "name": "Lunar Orbit",
                            "abbrev": "LO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 175,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/175/?format=api",
                        "agency_id": null,
                        "name": "101",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
                        "map_url": "https://www.google.com/maps?q=19.614334,110.951011",
                        "latitude": "19.614334",
                        "longitude": "110.951011",
                        "location": {
                            "id": 8,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/8/?format=api",
                            "name": "Wenchang Space Launch Site, People's Republic of China",
                            "country_code": "CHN",
                            "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
                            "timezone_name": "Asia/Shanghai",
                            "total_launch_count": 31,
                            "total_landing_count": 0
                        },
                        "country_code": "CHN",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_175_20200803143424.jpg",
                        "total_launch_count": 12,
                        "orbital_launch_attempt_count": 12
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20201119165033.png",
                    "infographic": null,
                    "program": [
                        {
                            "id": 18,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/18/?format=api",
                            "name": "Chinese Lunar Exploration Program",
                            "description": "The Chinese Lunar Exploration Program also known as the Chang'e Project after the Chinese moon goddess Chang'e, is an ongoing series of robotic Moon missions by the China National Space Administration (CNSA). The program incorporates lunar orbiters, landers, rovers and sample return spacecraft, launched using Long March rockets.",
                            "agencies": [
                                {
                                    "id": 17,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                    "name": "China National Space Administration",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520lun_program_20201129190923.png",
                            "start_date": "2003-01-01T00:00:00Z",
                            "end_date": null,
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Chinese_Lunar_Exploration_Program",
                            "mission_patches": [],
                            "type": {
                                "id": 5,
                                "name": "Exploration"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 6018,
                    "location_launch_attempt_count": 9,
                    "pad_launch_attempt_count": 6,
                    "agency_launch_attempt_count": 300,
                    "orbital_launch_attempt_count_year": 96,
                    "location_launch_attempt_count_year": 4,
                    "pad_launch_attempt_count_year": 3,
                    "agency_launch_attempt_count_year": 30,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/18/?format=api",
                    "name": "Chinese Lunar Exploration Program",
                    "description": "The Chinese Lunar Exploration Program also known as the Chang'e Project after the Chinese moon goddess Chang'e, is an ongoing series of robotic Moon missions by the China National Space Administration (CNSA). The program incorporates lunar orbiters, landers, rovers and sample return spacecraft, launched using Long March rockets.",
                    "agencies": [
                        {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                            "name": "China National Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520lun_program_20201129190923.png",
                    "start_date": "2003-01-01T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Chinese_Lunar_Exploration_Program",
                    "mission_patches": [],
                    "type": {
                        "id": 5,
                        "name": "Exploration"
                    }
                }
            ]
        },
        {
            "id": 189,
            "url": "https://ll.thespacedevs.com/2.2.0/event/189/?format=api",
            "slug": "starship-sn8-static-fire-3",
            "name": "Starship SN8 Static Fire",
            "updates": [],
            "last_updated": "2024-03-05T17:24:05Z",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "SN8 performed a static fire of its Raptor engines.\r\nThe test was followed by a unintentional loss of pneumatic control of the vehicle, as well as possible damage to a raptor engine.",
            "webcast_live": false,
            "location": "Boca Chica, Texas",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=tJAxtqCCyn8",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "SN8 Starship Static Fire #3",
                    "description": "11.12.2020 at 07:15 PM SpaceX Boca Chica attempted a third static fire on Starship SN8. Once again we had some type of ejecta coming from the thrust area alo...",
                    "feature_image": "https://i.ytimg.com/vi/tJAxtqCCyn8/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=tJAxtqCCyn8",
                    "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/starship_sn8_st_image_20201014184312.jpg_large",
            "date": "2020-11-13T01:15:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 1,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/1/?format=api",
                    "name": "SpaceX Starship",
                    "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
                    "agencies": [
                        {
                            "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/spacex2520star_program_20201129204513.png",
                    "start_date": "2019-03-01T05:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.spacex.com/vehicles/starship/",
                    "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
                    "mission_patches": [],
                    "type": {
                        "id": 7,
                        "name": "Technology"
                    }
                }
            ]
        },
        {
            "id": 385,
            "url": "https://ll.thespacedevs.com/2.2.0/event/385/?format=api",
            "slug": "solar-orbiter-venus-flyby-6",
            "name": "Solar Orbiter Venus Flyby",
            "updates": [],
            "last_updated": "2024-03-05T17:24:07Z",
            "type": {
                "id": 23,
                "name": "Flyby"
            },
            "description": "Solar Orbiter, a partnership between ESA and NASA, will perform a gravity assist maneuver with Venus on March 17, 2028. Throughout its mission it also makes repeated gravity assist flybys of Venus to get closer to the Sun, and to change its orbital inclination, boosting it out of the ecliptic plane, to get the best – and first – views of the Sun’s poles.",
            "webcast_live": false,
            "location": "Venus",
            "news_url": "https://www.esa.int/ESA_Multimedia/Images/2020/01/Solar_Orbiter_journey_around_the_Sun",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.esa.int",
                    "title": "Solar Orbiter: journey around the Sun",
                    "description": "Solar Orbiter: journey around the Sun",
                    "feature_image": null,
                    "url": "https://www.esa.int/ESA_Multimedia/Images/2020/01/Solar_Orbiter_journey_around_the_Sun",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/solar_orbiter_v_image_20210930071353.png",
            "date": "2028-03-17T00:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [
                {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "featured": false,
                    "type": "Multinational",
                    "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,BEL",
                    "abbrev": "ESA",
                    "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                    "administrator": "Director General: Josef Aschbacher",
                    "founding_year": "1975",
                    "launchers": "",
                    "spacecraft": "",
                    "parent": null,
                    "image_url": null,
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
                },
                {
                    "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",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
                }
            ],
            "launches": [
                {
                    "id": "acdd0fab-b485-4c18-bb6f-c45cb62bdfd7",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/acdd0fab-b485-4c18-bb6f-c45cb62bdfd7/?format=api",
                    "slug": "atlas-v-411-solar-orbiter",
                    "name": "Atlas V 411 | Solar Orbiter",
                    "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-14T17:42:26Z",
                    "net": "2020-02-10T04:03:00Z",
                    "window_end": "2020-02-10T06:03:00Z",
                    "window_start": "2020-02-10T04:03:00Z",
                    "net_precision": null,
                    "probability": 90,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": null,
                    "hashtag": "#SolO",
                    "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": 83,
                        "configuration": {
                            "id": 83,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/83/?format=api",
                            "name": "Atlas V 411",
                            "family": "Atlas",
                            "full_name": "Atlas V 411",
                            "variant": "411"
                        }
                    },
                    "mission": {
                        "id": 740,
                        "name": "Solar Orbiter",
                        "description": "Solar Orbiter is a joint ESA/NASA mission dedicated to solar and heliospheric physics. It will be used to examine how the Sun creates and controls the heliosphere, the vast bubble of charged particles blown by the solar wind into the interstellar medium. The spacecraft will combine in situ and remote sensing observations to gain new information about the solar wind, the heliospheric magnetic field, solar energetic particles, transient interplanetary disturbances and the Sun's magnetic field.\n\nInstruments include:\n* Solar Wind Analyser (SWA)\n* Energetic Particle Detector (EPD)\n* Magnetometer (MAG)\n* Radio and Plasma Wave analyser (RPW)\n* Polarimetric and Helioseismic Imager (PHI)\n* Extreme Ultraviolet Imager (EUI)\n* Spectral Imaging of the Coronal Environment (SPICE)\n* Spectrometer Telescope for Imaging X-rays (STIX)\n* Coronagraph (Metis)\n\nWhile mission is not intended to get as close to the Sun as Parker Solar Probe, it's designed to coordinate observations and has different set of instruments. Main mission starts after one and only Earth flyby in November 2021, and lasts until Dec 2026 when it enters extended phase. During the mission, Solar Orbiter will get through numerous Venus gravity assists, and its trajectory will be highly inclined allowing direct observations of Sun's poles.",
                        "launch_designator": null,
                        "type": "Heliophysics",
                        "orbit": {
                            "id": 6,
                            "name": "Heliocentric N/A",
                            "abbrev": "Helio-N/A"
                        },
                        "agencies": [],
                        "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/atlas2520v2520411_image_20190224012306.jpeg",
                    "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/atlas2520v252_infographic_20200204002947.png",
                    "program": [],
                    "orbital_launch_attempt_count": 5933,
                    "location_launch_attempt_count": 794,
                    "pad_launch_attempt_count": 95,
                    "agency_launch_attempt_count": 138,
                    "orbital_launch_attempt_count_year": 11,
                    "location_launch_attempt_count_year": 3,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 1,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 738,
            "url": "https://ll.thespacedevs.com/2.2.0/event/738/?format=api",
            "slug": "nasa-artemis-ii-crew-reveal",
            "name": "NASA Artemis II Crew Reveal",
            "updates": [
                {
                    "id": 3741,
                    "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=mua1Lysc_JQ",
                    "created_by": "LL2",
                    "created_on": "2023-04-03T14:59:21Z"
                }
            ],
            "last_updated": "2024-03-05T17:24:08Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will reveal the crew of its Artemis II mission that will fly around the moon in 2024. Out of four crew members, three will be NASA astronauts and one will be a CSA astronaut.",
            "webcast_live": false,
            "location": "Johnson Space Center, Houston, TX, USA",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=mua1Lysc_JQ",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Who Will Fly Around the Moon? Introducing the Artemis II Astronauts LIVE (Official NASA Broadcast)",
                    "description": "Meet the four astronauts who will take a trip around the Moon aboard the Orion spacecraft on their approximately 10-day Artemis II mission, the first crewed ...",
                    "feature_image": "https://i.ytimg.com/vi/mua1Lysc_JQ/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=mua1Lysc_JQ",
                    "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/nasa_artemis_ii_image_20230309210433.jpg",
            "date": "2023-04-03T15:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "41699701-2ef4-4b0c-ac9d-6757820cde87",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/41699701-2ef4-4b0c-ac9d-6757820cde87/?format=api",
                    "slug": "sls-block-1-artemis-ii",
                    "name": "SLS Block 1 | Artemis II",
                    "status": {
                        "id": 2,
                        "name": "To Be Determined",
                        "abbrev": "TBD",
                        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
                    },
                    "last_updated": "2024-01-09T18:53:11Z",
                    "net": "2025-09-30T00:00:00Z",
                    "window_end": "2025-09-30T00:00:00Z",
                    "window_start": "2025-09-30T00:00:00Z",
                    "net_precision": {
                        "id": 7,
                        "name": "Month",
                        "abbrev": "M",
                        "description": "The T-0 is expected in the given month."
                    },
                    "probability": null,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 187,
                        "configuration": {
                            "id": 143,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/143/?format=api",
                            "name": "Space Launch System (SLS)",
                            "family": "Space Launch System",
                            "full_name": "Space Launch System Block 1",
                            "variant": "Block 1"
                        }
                    },
                    "mission": {
                        "id": 6343,
                        "name": "Artemis II",
                        "description": "Artemis II is the first crewed mission as part of the Artemis program. Artemis II will send a crew of 4 - 3 Americans and 1 Canadian around the moon and return them back to Earth.\r\n\r\nThe mission will test the core systems of NASA's Orion spacecraft including the critical life support system, among other systems which could not be tested during Artemis I due to the lack of crew onboard.",
                        "launch_designator": null,
                        "type": "Human Exploration",
                        "orbit": {
                            "id": 9,
                            "name": "Lunar flyby",
                            "abbrev": "Lunar flyby"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 4,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/4/?format=api",
                        "agency_id": 44,
                        "name": "Launch Complex 39B",
                        "description": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                        "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                        "latitude": "28.62711233",
                        "longitude": "-80.62101503",
                        "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_4_20200803143518.jpg",
                        "total_launch_count": 58,
                        "orbital_launch_attempt_count": 57
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_launch_sy_image_20220331082429.jpeg",
                    "infographic": null,
                    "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"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 6899,
                    "location_launch_attempt_count": 249,
                    "pad_launch_attempt_count": 59,
                    "agency_launch_attempt_count": 142,
                    "orbital_launch_attempt_count_year": 42,
                    "location_launch_attempt_count_year": 3,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 1,
                    "type": "normal"
                }
            ],
            "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": 717,
            "url": "https://ll.thespacedevs.com/2.2.0/event/717/?format=api",
            "slug": "progress-ms-21-undocking",
            "name": "Progress MS-21 Undocking",
            "updates": [],
            "last_updated": "2024-03-05T17:24:09Z",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The Progress MS-21 spacecraft will undock from the Poisk module of the International Space Station.\r\n\r\nAfter undocking, the cosmonauts will rotate the ship remotely and take imagery of the leaked radiator.\r\n\r\nIt will then de-orbit and burn up in the atmosphere.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=WxUNIGD3fwo",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Трансляция расстыковки грузового корабля «Прогресс МС-21» и МКС",
                    "description": "18 февраля в 05:26 мск «Прогресс МС-21» отстыковался от модуля «Поиск» российского сегмента станции.  После отхода от МКС космонавты Сергей Прокопьев и Дмитр...",
                    "feature_image": "https://i.ytimg.com/vi/WxUNIGD3fwo/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=WxUNIGD3fwo",
                    "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/progress2520ms-112520docking_image_20190318202147.jpeg",
            "date": "2023-02-18T02:26:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "ecc7fc5d-23de-49de-938d-dd0653a6f3e3",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/ecc7fc5d-23de-49de-938d-dd0653a6f3e3/?format=api",
                    "slug": "soyuz-21a-progress-ms-21-82p",
                    "name": "Soyuz 2.1a | Progress MS-21 (82P)",
                    "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-14T03:41:21Z",
                    "net": "2022-10-26T00:20:09Z",
                    "window_end": "2022-10-26T00:20:09Z",
                    "window_start": "2022-10-26T00:20:09Z",
                    "net_precision": null,
                    "probability": null,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 7464,
                        "configuration": {
                            "id": 24,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/24/?format=api",
                            "name": "Soyuz 2.1a",
                            "family": "Soyuz",
                            "full_name": "Soyuz 2.1a",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 5863,
                        "name": "Progress MS-21 (82P)",
                        "description": "Progress resupply mission to the International Space Station.",
                        "launch_designator": null,
                        "type": "Resupply",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 20,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
                        "agency_id": null,
                        "name": "31/6",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                        "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                        "latitude": "45.996034",
                        "longitude": "63.564003",
                        "location": {
                            "id": 15,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                            "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                            "country_code": "KAZ",
                            "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                            "timezone_name": "Asia/Qyzylorda",
                            "total_launch_count": 1551,
                            "total_landing_count": 0
                        },
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                        "total_launch_count": 418,
                        "orbital_launch_attempt_count": 418
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
                    "infographic": null,
                    "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"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 6327,
                    "location_launch_attempt_count": 1536,
                    "pad_launch_attempt_count": 405,
                    "agency_launch_attempt_count": 308,
                    "orbital_launch_attempt_count_year": 145,
                    "location_launch_attempt_count_year": 7,
                    "pad_launch_attempt_count_year": 6,
                    "agency_launch_attempt_count_year": 8,
                    "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": 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": 847,
            "url": "https://ll.thespacedevs.com/2.2.0/event/847/?format=api",
            "slug": "asteroid-capsule-drop-test-briefing",
            "name": "Asteroid Capsule Drop Test Briefing",
            "updates": [
                {
                    "id": 5023,
                    "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=4KgAfNIYlns",
                    "created_by": "LL2",
                    "created_on": "2023-08-30T20:59:42Z"
                },
                {
                    "id": 4837,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://www.nasa.gov/press-release/nasa-to-host-media-for-asteroid-capsule-drop-test-briefing-in-utah",
                    "created_by": "hitura-nobad",
                    "created_on": "2023-08-10T17:40:46Z"
                }
            ],
            "last_updated": "2024-03-05T17:24:09Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will host a news conference on the OSIRIS-REx sample capsule’s landing and recovery plans from the Department of Defense’s Utah Test and Training Range \r\n\r\nNews conference participants are:\r\n\r\n- Melissa Morris, program executive\r\n- Dante Lauretta, principal investigator\r\n- Rich Burns, project manager\r\n- Sandra Freund, program manager\r\n- Kevin Righter, deputy curation lead",
            "webcast_live": false,
            "location": "Department of Defense’s Utah Test and Training Range",
            "news_url": "https://www.nasa.gov/press-release/nasa-to-host-media-for-asteroid-capsule-drop-test-briefing-in-utah",
            "video_url": "https://www.youtube.com/watch?v=4KgAfNIYlns",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Host Media for Asteroid Capsule Drop Test Briefing in Utah",
                    "description": "Media are invited to Utah’s western desert on Wednesday, Aug. 30, to learn about NASA preparations and readiness to receive America’s first asteroid sample collected in space.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-host-media-for-asteroid-capsule-drop-test-briefing-in-utah",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "OSIRIS-REx Asteroid Sample Return Mission Overview (Official NASA Briefing)",
                    "description": "Experts from NASA’s OSIRIS-REx (Origins, Spectral Interpretation, Resource Identification, and Security–Regolith Explorer) mission give an overview on the as...",
                    "feature_image": "https://i.ytimg.com/vi/4KgAfNIYlns/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=4KgAfNIYlns",
                    "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/asteroid_capsul_image_20230810174043.jpeg",
            "date": "2023-08-30T21:00:00Z",
            "date_precision": {
                "id": 2,
                "name": "Hour",
                "abbrev": "HR",
                "description": "The T-0 is accurate to the hour."
            },
            "duration": "PT1H34S",
            "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",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
                }
            ],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 194,
            "url": "https://ll.thespacedevs.com/2.2.0/event/194/?format=api",
            "slug": "crs-21-pre-launch-news-conference",
            "name": "CRS-21 Pre-Launch News Conference",
            "updates": [],
            "last_updated": "2024-03-05T17:24:10Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Representatives from NASA’s International Space Station Program, SpaceX, and the U.S. Air Force’s 45th Space Wing will host a Prelaunch news conference detailing information about the CRS-21 Mission.",
            "webcast_live": false,
            "location": "Kennedy Space Center",
            "news_url": "https://www.nasa.gov/press-release/nasa-tv-coverage-set-for-next-space-station-resupply-mission-with-spacex/",
            "video_url": "https://youtu.be/21X5lGlDOfg",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA TV Coverage Set for Next SpaceX Space Station Resupply Mission",
                    "description": "NASA commercial cargo provider SpaceX is targeting 11:39 a.m. EST Saturday, Dec. 5, for the launch of its 21st commercial resupply services (CRS-21) mission to the International Space Station from Launch Complex 39A at the agency’s Kennedy Space Center in Florida.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-tv-coverage-set-for-next-space-station-resupply-mission-with-spacex/",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "NASA Live: Official Stream of NASA TV",
                    "description": "Direct from America's space program to YouTube, watch NASA TV live streaming here to get the latest from our exploration of the universe and learn how we dis...",
                    "feature_image": "https://i.ytimg.com/vi/21X5lGlDOfg/maxresdefault_live.jpg",
                    "url": "https://youtu.be/21X5lGlDOfg",
                    "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/nasa_logo_place_image_20240926071724.png",
            "date": "2020-12-04T21:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "06dfcb34-0b76-4fbc-9046-09ab66db7b83",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/06dfcb34-0b76-4fbc-9046-09ab66db7b83/?format=api",
                    "slug": "falcon-9-block-5-dragon-crs-2-spx-21",
                    "name": "Falcon 9 Block 5 | Dragon CRS-2 SpX-21",
                    "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-06-15T14:11:56Z",
                    "net": "2020-12-06T16:17:08Z",
                    "window_end": "2020-12-06T16:17:08Z",
                    "window_start": "2020-12-06T16:17:08Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": 70,
                    "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": 2513,
                        "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": 1212,
                        "name": "Dragon CRS-2 SpX-21",
                        "description": "SpaceX will launch the first cargo variant of its Dragon 2 spacecraft on their 21st commercial resupply services mission to the International Space Station. The flight will be conducted under the second Commercial Resupply Services contract with NASA.\r\n\r\nDragon will be filled with supplies and payloads, including critical materials to directly support more than 250 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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/falcon2520925_infographic_20210607151057.png",
                    "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": 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"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 6025,
                    "location_launch_attempt_count": 181,
                    "pad_launch_attempt_count": 124,
                    "agency_launch_attempt_count": 114,
                    "orbital_launch_attempt_count_year": 103,
                    "location_launch_attempt_count_year": 10,
                    "pad_launch_attempt_count_year": 10,
                    "agency_launch_attempt_count_year": 26,
                    "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"
                    }
                }
            ]
        }
    ]
}