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&limit=10&offset=40
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 865,
    "next": "https://ll.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=50",
    "previous": "https://ll.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=30",
    "results": [
        {
            "id": 43,
            "url": "https://ll.thespacedevs.com/2.2.0/event/43/?format=api",
            "slug": "spacex-crs-18-dragon-unberthing-reentry",
            "name": "SpaceX CRS-18 Dragon Unberthing & Reentry",
            "updates": [],
            "last_updated": "2024-03-05T17:28:40Z",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The SpaceX Dragon spacecraft will be unberthed and released from the International Space Station ahead of its reentry, splashdown and recovery.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "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://www.youtube.com/watch?v=21X5lGlDOfg",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex2520cargo2520dragon25202528crs-172529_image_20190530165550.jpeg",
            "date": "2019-08-27T14:15:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "28a5a464-2b2f-4b2e-b0e3-c704af99888b",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/28a5a464-2b2f-4b2e-b0e3-c704af99888b/?format=api",
                    "slug": "falcon-9-block-5-spx-crs-18",
                    "name": "Falcon 9 Block 5 | SpX CRS-18",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2024-03-05T18:33:49Z",
                    "net": "2019-07-25T22:01:56Z",
                    "window_end": "2019-07-25T22:01:56Z",
                    "window_start": "2019-07-25T22:01:56Z",
                    "net_precision": null,
                    "probability": 50,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": "#CRS18",
                    "launch_service_provider": {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 105,
                        "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": 1010,
                        "name": "SpX CRS-18",
                        "description": "SpaceX launched the Dragon spacecraft on their 18th operational cargo delivery mission to the International Space Station. The flight was conducted under the Commercial Resupply Services contract with NASA.",
                        "launch_designator": null,
                        "type": "Resupply",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 80,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/80/?format=api",
                        "agency_id": 121,
                        "name": "Space Launch Complex 40",
                        "description": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
                        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
                        "latitude": "28.56194122",
                        "longitude": "-80.57735736",
                        "location": {
                            "id": 12,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                            "name": "Cape Canaveral, FL, USA",
                            "country_code": "USA",
                            "description": "",
                            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 952,
                            "total_landing_count": 51
                        },
                        "country_code": "USA",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_80_20200803143323.jpg",
                        "total_launch_count": 241,
                        "orbital_launch_attempt_count": 241
                    },
                    "webcast_live": false,
                    "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20200806035236.jpeg",
                    "infographic": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/falcon2520925_infographic_20200806035237.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://spacelaunchnow-prod-east.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://spacelaunchnow-prod-east.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": 5859,
                    "location_launch_attempt_count": 784,
                    "pad_launch_attempt_count": 99,
                    "agency_launch_attempt_count": 82,
                    "orbital_launch_attempt_count_year": 49,
                    "location_launch_attempt_count_year": 6,
                    "pad_launch_attempt_count_year": 4,
                    "agency_launch_attempt_count_year": 9,
                    "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": []
        },
        {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.2.0/event/33/?format=api",
            "slug": "chandrayaan-2-lunar-landing",
            "name": "Chandrayaan-2 Lunar Landing",
            "updates": [],
            "last_updated": "2024-03-05T17:28:37Z",
            "type": {
                "id": 7,
                "name": "Moon Landing"
            },
            "description": "Chandrayaan-2 is India's second lunar exploration mission after Chandrayaan-1. Developed by the Indian Space Research Organisation, the mission was launched from the second launch pad at Satish Dhawan Space Centre on 22 July 2019 at 2.43 PM IST to the Moon by a Geosynchronous Satellite Launch Vehicle Mark III\r\n\r\nUnfortunately the lander portion of the mission ended in failure as the lander was lost on descent.",
            "webcast_live": false,
            "location": "Lunar Surface",
            "news_url": "https://en.wikipedia.org/wiki/Chandrayaan-2",
            "video_url": "https://www.youtube.com/watch?v=2srV-bEi_DU",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "en.wikipedia.org",
                    "title": "Chandrayaan-2 - Wikipedia",
                    "description": "Chandrayaan-2 ( \"mooncraft\"; ) is the second lunar exploration mission developed by the Indian Space Research Organisation (ISRO), after Chandrayaan-1. It consists of a lunar orbiter, and formerly included the Vikram lander and the Pragyan rover, all of which were developed in India. The main scient...",
                    "feature_image": null,
                    "url": "https://en.wikipedia.org/wiki/Chandrayaan-2",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Chandrayaan 2 - Landing on Moon - LIVE from MOX-ISTRAC, Peenya, Bengaluru",
                    "description": "#Chandrayaan2 #ISRO #Chandrayan2 #Chandrayan #ISROMissionsIndia to make history with the landing of the Chandrayaan 2 spacecraft by reaching Moon’s South Pol...",
                    "feature_image": "https://i.ytimg.com/vi/2srV-bEi_DU/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=2srV-bEi_DU",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/chandrayaan-22520lunar2520landing_image_20190726141737.jpg",
            "date": "2019-09-06T19:55:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "b839dd2e-2967-4508-b733-0373885c918c",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/b839dd2e-2967-4508-b733-0373885c918c/?format=api",
                    "slug": "lvm-3-chandrayaan-2",
                    "name": "LVM-3 | Chandrayaan-2",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2023-06-14T04:08:52Z",
                    "net": "2019-07-22T09:13:12Z",
                    "window_end": "2019-07-22T09:13:12Z",
                    "window_start": "2019-07-22T09:13:12Z",
                    "net_precision": null,
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 31,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                        "name": "Indian Space Research Organization",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 81,
                        "configuration": {
                            "id": 172,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/172/?format=api",
                            "name": "LVM-3 (GSLV Mk III)",
                            "family": "",
                            "full_name": "Launch Vehicle Mark-3 (GSLV Mk III)",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 843,
                        "name": "Chandrayaan-2",
                        "description": "Chandrayaan-2 is India's second mission to the Moon. It consists of an orbiter, lander and rover. After reaching the 100 km lunar orbit, the lander housing the rover will separate from the orbiter. After a controlled descent, the lander will perform a soft landing on the lunar surface at a specified site and deploy the rover. Six-wheeled rover weighs around 20 kg and will operate on solar power. It will move around the landing site, performing lunar surface chemical analysis and relaying data back to Earth through the orbiter. The lander will be collecting data on Moon-quakes, thermal properties of the lunar surface, the density and variation of lunar surface plasma. The orbiter will be mapping lunar surface. Altogether, Chandrayaan-2 mission will collect scientific information on lunar topography, mineralogy, elemental abundance, lunar exosphere and signatures of hydroxyl and water-ice.",
                        "launch_designator": null,
                        "type": "Lunar Exploration",
                        "orbit": {
                            "id": 11,
                            "name": "Lunar Orbit",
                            "abbrev": "LO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 82,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/82/?format=api",
                        "agency_id": 31,
                        "name": "Satish Dhawan Space Centre Second Launch Pad",
                        "description": "The second launch pad was built between 1999 and 2003.  It became functional in 2005 and has since been used for various rockets. This launch pad supports missions by PSLV, GSLV, LVM3 rockets and is even envisioned for India's future crewed spaceflight.",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
                        "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
                        "latitude": "13.7199",
                        "longitude": "80.2304",
                        "location": {
                            "id": 14,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/14/?format=api",
                            "name": "Satish Dhawan Space Centre, India",
                            "country_code": "IND",
                            "description": "",
                            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_14_20200803142403.jpg",
                            "timezone_name": "Asia/Kolkata",
                            "total_launch_count": 94,
                            "total_landing_count": 0
                        },
                        "country_code": "IND",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_82_20200803143602.jpg",
                        "total_launch_count": 28,
                        "orbital_launch_attempt_count": 27
                    },
                    "webcast_live": false,
                    "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520iii_image_20190604000938.jpg",
                    "infographic": null,
                    "program": [],
                    "orbital_launch_attempt_count": 5857,
                    "location_launch_attempt_count": 73,
                    "pad_launch_attempt_count": 19,
                    "agency_launch_attempt_count": 69,
                    "orbital_launch_attempt_count_year": 47,
                    "location_launch_attempt_count_year": 4,
                    "pad_launch_attempt_count_year": 2,
                    "agency_launch_attempt_count_year": 4,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 47,
            "url": "https://ll.thespacedevs.com/2.2.0/event/47/?format=api",
            "slug": "soyuz-ms-15-docking",
            "name": "Soyuz MS-15 Docking",
            "updates": [],
            "last_updated": "2024-03-05T17:28:42Z",
            "type": {
                "id": 2,
                "name": "Docking"
            },
            "description": "Soyuz MS-15 begins expedition 61 by carrying NASA astronaut Jessica Meir, Roscosmos cosmonaut Oleg Skripochka and United Arab Emirates’ Hazzaa Ali Almansoori, a Roscosmos spaceflight participant and first Emirati in space that will spend only 8 days aboard ISS before returning to Earth aboard a Soyuz MS-12.\r\n\r\nDocking is scheduled for 19:45 UTC",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "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://www.youtube.com/watch?v=21X5lGlDOfg",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
            "date": "2019-09-25T19:45:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "08d3c407-fbc5-4856-96b7-76516b45461d",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/08d3c407-fbc5-4856-96b7-76516b45461d/?format=api",
                    "slug": "soyuz-fg-soyuz-ms-15",
                    "name": "Soyuz-FG | Soyuz MS-15",
                    "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-14T08:55:54Z",
                    "net": "2019-09-25T13:57:42Z",
                    "window_end": "2019-09-25T13:57:42Z",
                    "window_start": "2019-09-25T13:57:42Z",
                    "net_precision": null,
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": null,
                    "hashtag": "#SoyuzMS15",
                    "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": 2508,
                        "configuration": {
                            "id": 34,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/34/?format=api",
                            "name": "Soyuz",
                            "family": "",
                            "full_name": "Soyuz FG",
                            "variant": "FG"
                        }
                    },
                    "mission": {
                        "id": 1035,
                        "name": "Soyuz MS-15",
                        "description": "Soyuz MS-15 begins expedition 61 by carrying NASA astronaut Jessica Meir, Roscosmos cosmonaut Oleg Skripochka and United Arab Emirates’ Hazzaa Ali Almansoori, a Roscosmos spaceflight participant and first Emirati in space that will spend only 8 days aboard ISS before returning to Earth aboard a Soyuz MS-12.",
                        "launch_designator": null,
                        "type": "Human Exploration",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 32,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                        "agency_id": null,
                        "name": "1/5",
                        "description": null,
                        "info_url": null,
                        "wiki_url": "",
                        "map_url": "https://www.google.com/maps?q=45.92,63.342",
                        "latitude": "45.92",
                        "longitude": "63.342",
                        "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": "",
                            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                            "timezone_name": "Asia/Qyzylorda",
                            "total_launch_count": 1548,
                            "total_landing_count": 0
                        },
                        "country_code": "KAZ",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                        "total_launch_count": 487,
                        "orbital_launch_attempt_count": 487
                    },
                    "webcast_live": false,
                    "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190717035537.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://spacelaunchnow-prod-east.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": 8,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
                            "name": "Soyuz",
                            "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                            "agencies": [
                                {
                                    "id": 63,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "type": "Government"
                                },
                                {
                                    "id": 66,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                    "name": "Soviet Space Program",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                            "start_date": "1966-11-28T11:02:00Z",
                            "end_date": null,
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 5879,
                    "location_launch_attempt_count": 1505,
                    "pad_launch_attempt_count": 487,
                    "agency_launch_attempt_count": 287,
                    "orbital_launch_attempt_count_year": 69,
                    "location_launch_attempt_count_year": 10,
                    "pad_launch_attempt_count_year": 3,
                    "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": []
        },
        {
            "id": 48,
            "url": "https://ll.thespacedevs.com/2.2.0/event/48/?format=api",
            "slug": "soyuz-ms-15-hatch-opening",
            "name": "Soyuz MS-15 Hatch Opening",
            "updates": [],
            "last_updated": "2024-03-13T13:06:01Z",
            "type": {
                "id": 12,
                "name": "Hatch Opening"
            },
            "description": "Soyuz MS-15 begins expedition 61 by carrying NASA astronaut Jessica Meir, Roscosmos cosmonaut Oleg Skripochka and United Arab Emirates’ Hazzaa Ali Almansoori, a Roscosmos spaceflight participant and first Emirati in space that will spend only 8 days aboard ISS before returning to Earth aboard a Soyuz MS-12.\r\n\r\nDocking is scheduled for 19:45 UTC",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "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://www.youtube.com/watch?v=21X5lGlDOfg",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
            "date": "2019-09-25T22:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "08d3c407-fbc5-4856-96b7-76516b45461d",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/08d3c407-fbc5-4856-96b7-76516b45461d/?format=api",
                    "slug": "soyuz-fg-soyuz-ms-15",
                    "name": "Soyuz-FG | Soyuz MS-15",
                    "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-14T08:55:54Z",
                    "net": "2019-09-25T13:57:42Z",
                    "window_end": "2019-09-25T13:57:42Z",
                    "window_start": "2019-09-25T13:57:42Z",
                    "net_precision": null,
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": null,
                    "hashtag": "#SoyuzMS15",
                    "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": 2508,
                        "configuration": {
                            "id": 34,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/34/?format=api",
                            "name": "Soyuz",
                            "family": "",
                            "full_name": "Soyuz FG",
                            "variant": "FG"
                        }
                    },
                    "mission": {
                        "id": 1035,
                        "name": "Soyuz MS-15",
                        "description": "Soyuz MS-15 begins expedition 61 by carrying NASA astronaut Jessica Meir, Roscosmos cosmonaut Oleg Skripochka and United Arab Emirates’ Hazzaa Ali Almansoori, a Roscosmos spaceflight participant and first Emirati in space that will spend only 8 days aboard ISS before returning to Earth aboard a Soyuz MS-12.",
                        "launch_designator": null,
                        "type": "Human Exploration",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 32,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                        "agency_id": null,
                        "name": "1/5",
                        "description": null,
                        "info_url": null,
                        "wiki_url": "",
                        "map_url": "https://www.google.com/maps?q=45.92,63.342",
                        "latitude": "45.92",
                        "longitude": "63.342",
                        "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": "",
                            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                            "timezone_name": "Asia/Qyzylorda",
                            "total_launch_count": 1548,
                            "total_landing_count": 0
                        },
                        "country_code": "KAZ",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                        "total_launch_count": 487,
                        "orbital_launch_attempt_count": 487
                    },
                    "webcast_live": false,
                    "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190717035537.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://spacelaunchnow-prod-east.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": 8,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
                            "name": "Soyuz",
                            "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                            "agencies": [
                                {
                                    "id": 63,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "type": "Government"
                                },
                                {
                                    "id": 66,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                    "name": "Soviet Space Program",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                            "start_date": "1966-11-28T11:02:00Z",
                            "end_date": null,
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 5879,
                    "location_launch_attempt_count": 1505,
                    "pad_launch_attempt_count": 487,
                    "agency_launch_attempt_count": 287,
                    "orbital_launch_attempt_count_year": 69,
                    "location_launch_attempt_count_year": 10,
                    "pad_launch_attempt_count_year": 3,
                    "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": []
        },
        {
            "id": 46,
            "url": "https://ll.thespacedevs.com/2.2.0/event/46/?format=api",
            "slug": "htv-8-kounotori-rendezvous-and-capture",
            "name": "HTV-8 “Kounotori” Rendezvous and Capture",
            "updates": [],
            "last_updated": "2024-03-05T17:28:38Z",
            "type": {
                "id": 4,
                "name": "Spacecraft Berthing"
            },
            "description": "NASA TV will live stream the rendezvous and capture of JAXA's HTV-8 cargo craft to the International Space Station.\r\n\r\nCapture is scheduled at 11:00 UTC.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": "https://en.wikipedia.org/wiki/HTV-8",
            "video_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "en.wikipedia.org",
                    "title": "Kounotori 8 - Wikipedia",
                    "description": "Kounotori 8 (こうのとり8号機), also known as HTV-8 was the 8th flight of the H-II Transfer Vehicle, a robotic cargo spacecraft to resupply the International Space Station. It was launched on 24 September 2019, 16:05:05 UTC.[8]\n• Replacement of Earth sensor with star tracker for spacecraft attitude control\n...",
                    "feature_image": null,
                    "url": "https://en.wikipedia.org/wiki/HTV-8",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "NASA 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://www.youtube.com/watch?v=21X5lGlDOfg",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg",
            "date": "2019-09-28T11:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "3b901da4-e396-437e-aa16-63593c4dec40",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/3b901da4-e396-437e-aa16-63593c4dec40/?format=api",
                    "slug": "h-iib-304-kounotori-8-htv-8",
                    "name": "H-IIB 304 | Kounotori 8 (HTV-8)",
                    "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-07-07T12:51:44Z",
                    "net": "2019-09-24T16:05:05Z",
                    "window_end": "2019-09-24T16:05:05Z",
                    "window_start": "2019-09-24T16:05:05Z",
                    "net_precision": null,
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": "#HTV8",
                    "launch_service_provider": {
                        "id": 98,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/98/?format=api",
                        "name": "Mitsubishi Heavy Industries",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 2216,
                        "configuration": {
                            "id": 77,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/77/?format=api",
                            "name": "H-IIB",
                            "family": "H-II",
                            "full_name": "H-IIB 304",
                            "variant": "304"
                        }
                    },
                    "mission": {
                        "id": 1032,
                        "name": "Kounotori 8 (HTV-8)",
                        "description": "Uncrewed cargo resupply mission to International Space Station.",
                        "launch_designator": null,
                        "type": "Resupply",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 209,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/209/?format=api",
                        "agency_id": 37,
                        "name": "Yoshinobu Launch Complex LP-2",
                        "description": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
                        "map_url": "https://www.google.com/maps?q=30.400938,130.97564",
                        "latitude": "30.400938",
                        "longitude": "130.97564",
                        "location": {
                            "id": 26,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
                            "name": "Tanegashima Space Center, Japan",
                            "country_code": "JPN",
                            "description": "",
                            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_26_20200803142507.jpg",
                            "timezone_name": "Asia/Tokyo",
                            "total_launch_count": 90,
                            "total_landing_count": 0
                        },
                        "country_code": "JPN",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_yoshinobu_launch_complex_lp-2_20230707124715.jpg",
                        "total_launch_count": 11,
                        "orbital_launch_attempt_count": 11
                    },
                    "webcast_live": false,
                    "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/h-iib_304_lifto_image_20240325125154.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://spacelaunchnow-prod-east.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": 5877,
                    "location_launch_attempt_count": 79,
                    "pad_launch_attempt_count": 8,
                    "agency_launch_attempt_count": 40,
                    "orbital_launch_attempt_count_year": 67,
                    "location_launch_attempt_count_year": 1,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 1,
                    "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": []
        },
        {
            "id": 37,
            "url": "https://ll.thespacedevs.com/2.2.0/event/37/?format=api",
            "slug": "spacex-starship-architecture-update-2019",
            "name": "SpaceX Starship Architecture Update 2019",
            "updates": [],
            "last_updated": "2024-03-05T17:29:11Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Elon Musk will host an event where updated details of the Starship and Super Heavy will be shown.\r\n\r\nThis next generation launch vehicle platform will be powered by SpaceX's next-gen methane powered Raptor engines. Both the Mk1 and the Mk2 — another prototype that SpaceX is developing at its Florida facilities — will feature at least three Raptors.",
            "webcast_live": false,
            "location": "Boca Chica, TX",
            "news_url": "https://twitter.com/elonmusk/status/1166860032052539392",
            "video_url": "https://youtu.be/sOpMrVnjYeY",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "twitter.com",
                    "title": "",
                    "description": "JavaScript is not available.\n\nWe’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center.",
                    "feature_image": null,
                    "url": "https://twitter.com/elonmusk/status/1166860032052539392",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "Starship Update",
                    "description": "SpaceX's Starship and Super Heavy launch vehicle is a fully, rapidly reusable transportation system designed to carry both crew and cargo to Earth orbit, the...",
                    "feature_image": "https://i.ytimg.com/vi/sOpMrVnjYeY/maxresdefault.jpg",
                    "url": "https://youtu.be/sOpMrVnjYeY",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/starship_mk1_at_image_20240307091751.jpeg",
            "date": "2019-09-29T01:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "20e3fd08-b603-4b05-9c61-a4d4c7cf9e82",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/20e3fd08-b603-4b05-9c61-a4d4c7cf9e82/?format=api",
                    "slug": "starship-sn5-150m-hop",
                    "name": "Starship SN5 | 150m Hop",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2024-03-05T18:30:31Z",
                    "net": "2020-08-04T23:57:00Z",
                    "window_end": "2020-08-05T01:00:00Z",
                    "window_start": "2020-08-04T13:00:00Z",
                    "net_precision": null,
                    "probability": -1,
                    "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": 2555,
                        "configuration": {
                            "id": 207,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/207/?format=api",
                            "name": "Starship Prototype",
                            "family": "Starship",
                            "full_name": "Starship Prototype",
                            "variant": "Prototype"
                        }
                    },
                    "mission": {
                        "id": 1040,
                        "name": "Starship SN5 150m Hop",
                        "description": "The Starship SN5 first flight was a 150m 'hop' from SpaceX's South Texas Launch Site in Boca Chica Village.",
                        "launch_designator": null,
                        "type": "Test Flight",
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 111,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/111/?format=api",
                        "agency_id": 121,
                        "name": "Suborbital Pad A",
                        "description": "Suborbital Pad A was used for Starhopper flights, the SN5 and SN6 hops, as well as multiple Starship high altitude flight tests. It was demolished at the end of 2023, to make room for a second orbital pad.",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_South_Texas_Launch_Site",
                        "map_url": "https://www.google.com/maps?q=25.997116,-97.15503099856647",
                        "latitude": "25.997116",
                        "longitude": "-97.15503099856647",
                        "location": {
                            "id": 143,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
                            "name": "SpaceX Starbase, TX, USA",
                            "country_code": "USA",
                            "description": "",
                            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_143_20200803142438.jpg",
                            "timezone_name": "America/Chicago",
                            "total_launch_count": 12,
                            "total_landing_count": 9
                        },
                        "country_code": "USA",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_111_20200803143229.jpg",
                        "total_launch_count": 7,
                        "orbital_launch_attempt_count": 0
                    },
                    "webcast_live": false,
                    "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/starship2520sn_image_20201207205018.jpeg",
                    "infographic": null,
                    "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://spacelaunchnow-prod-east.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"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 3,
                    "pad_launch_attempt_count": 3,
                    "agency_launch_attempt_count": 101,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 1,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 13,
                    "type": "normal"
                }
            ],
            "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://spacelaunchnow-prod-east.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": 49,
            "url": "https://ll.thespacedevs.com/2.2.0/event/49/?format=api",
            "slug": "soyuz-ms-12-undocking",
            "name": "Soyuz MS-12 Undocking",
            "updates": [],
            "last_updated": "2024-03-05T17:22:13Z",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The Soyuz MS-11 spacecraft will undock from the International Space Station at 7:36 am UTC.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "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://www.youtube.com/watch?v=21X5lGlDOfg",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
            "date": "2019-10-03T07:36:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "8afea345-0746-4603-8409-9c78b268ba3a",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/8afea345-0746-4603-8409-9c78b268ba3a/?format=api",
                    "slug": "soyuz-fg-soyuz-ms-12",
                    "name": "Soyuz-FG | Soyuz MS-12",
                    "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-14T08:55:39Z",
                    "net": "2019-03-14T19:14:08Z",
                    "window_end": "2019-03-14T19:14:08Z",
                    "window_start": "2019-03-14T19:14:08Z",
                    "net_precision": null,
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": null,
                    "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": 1368,
                        "configuration": {
                            "id": 34,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/34/?format=api",
                            "name": "Soyuz",
                            "family": "",
                            "full_name": "Soyuz FG",
                            "variant": "FG"
                        }
                    },
                    "mission": {
                        "id": 326,
                        "name": "Soyuz MS-12",
                        "description": "Soyuz MS-12 begins expedition 59 by carrying Roscosmos cosmonaut Aleksey Ovchinin, NASA astronauts Christina Hammock Koch and Nick Hague to the International Space Station. After launching from the Baikonur Cosmodrome in Kazakhstan, they will rendezvous to the station where they will remain for their 6 month stay.",
                        "launch_designator": null,
                        "type": "Human Exploration",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 32,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                        "agency_id": null,
                        "name": "1/5",
                        "description": null,
                        "info_url": null,
                        "wiki_url": "",
                        "map_url": "https://www.google.com/maps?q=45.92,63.342",
                        "latitude": "45.92",
                        "longitude": "63.342",
                        "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": "",
                            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                            "timezone_name": "Asia/Qyzylorda",
                            "total_launch_count": 1548,
                            "total_landing_count": 0
                        },
                        "country_code": "KAZ",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                        "total_launch_count": 487,
                        "orbital_launch_attempt_count": 487
                    },
                    "webcast_live": false,
                    "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190717035537.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://spacelaunchnow-prod-east.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": 8,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
                            "name": "Soyuz",
                            "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                            "agencies": [
                                {
                                    "id": 63,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "type": "Government"
                                },
                                {
                                    "id": 66,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                    "name": "Soviet Space Program",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                            "start_date": "1966-11-28T11:02:00Z",
                            "end_date": null,
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 5825,
                    "location_launch_attempt_count": 1497,
                    "pad_launch_attempt_count": 485,
                    "agency_launch_attempt_count": 281,
                    "orbital_launch_attempt_count_year": 15,
                    "location_launch_attempt_count_year": 2,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 2,
                    "type": "normal"
                }
            ],
            "expeditions": [
                {
                    "id": 119,
                    "url": "https://ll.thespacedevs.com/2.2.0/expedition/119/?format=api",
                    "name": "Expedition 60",
                    "start": "2019-06-24T23:25:00Z",
                    "end": "2019-10-02T00:00:00Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                        "name": "International Space Station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                    },
                    "mission_patches": [
                        {
                            "id": 722,
                            "name": "Expedition 60 Patch",
                            "priority": 9,
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_60_patch_20221024013520.png",
                            "agency": {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 405,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/405/?format=api",
                            "name": "Expedition 60 EVA",
                            "start": "2019-08-21T12:27:00Z",
                            "end": "2019-08-21T18:59:00Z",
                            "duration": "PT6H32M",
                            "location": "International Space Station"
                        }
                    ]
                }
            ],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": []
        },
        {
            "id": 50,
            "url": "https://ll.thespacedevs.com/2.2.0/event/50/?format=api",
            "slug": "soyuz-ms-12-landing",
            "name": "Soyuz MS-12 Landing",
            "updates": [],
            "last_updated": "2024-03-05T17:28:44Z",
            "type": {
                "id": 9,
                "name": "Spacecraft Landing"
            },
            "description": "The Soyuz spacecraft is scheduled to land back on Earth at approximately 10:58am UTC",
            "webcast_live": false,
            "location": "Dzhezkazgan, Kazakhstan",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "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://www.youtube.com/watch?v=21X5lGlDOfg",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz2520ms-122520landing_image_20190929074125.jpg",
            "date": "2019-10-03T10:58:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "8afea345-0746-4603-8409-9c78b268ba3a",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/8afea345-0746-4603-8409-9c78b268ba3a/?format=api",
                    "slug": "soyuz-fg-soyuz-ms-12",
                    "name": "Soyuz-FG | Soyuz MS-12",
                    "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-14T08:55:39Z",
                    "net": "2019-03-14T19:14:08Z",
                    "window_end": "2019-03-14T19:14:08Z",
                    "window_start": "2019-03-14T19:14:08Z",
                    "net_precision": null,
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": null,
                    "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": 1368,
                        "configuration": {
                            "id": 34,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/34/?format=api",
                            "name": "Soyuz",
                            "family": "",
                            "full_name": "Soyuz FG",
                            "variant": "FG"
                        }
                    },
                    "mission": {
                        "id": 326,
                        "name": "Soyuz MS-12",
                        "description": "Soyuz MS-12 begins expedition 59 by carrying Roscosmos cosmonaut Aleksey Ovchinin, NASA astronauts Christina Hammock Koch and Nick Hague to the International Space Station. After launching from the Baikonur Cosmodrome in Kazakhstan, they will rendezvous to the station where they will remain for their 6 month stay.",
                        "launch_designator": null,
                        "type": "Human Exploration",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 32,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                        "agency_id": null,
                        "name": "1/5",
                        "description": null,
                        "info_url": null,
                        "wiki_url": "",
                        "map_url": "https://www.google.com/maps?q=45.92,63.342",
                        "latitude": "45.92",
                        "longitude": "63.342",
                        "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": "",
                            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                            "timezone_name": "Asia/Qyzylorda",
                            "total_launch_count": 1548,
                            "total_landing_count": 0
                        },
                        "country_code": "KAZ",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                        "total_launch_count": 487,
                        "orbital_launch_attempt_count": 487
                    },
                    "webcast_live": false,
                    "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190717035537.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://spacelaunchnow-prod-east.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": 8,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
                            "name": "Soyuz",
                            "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                            "agencies": [
                                {
                                    "id": 63,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "type": "Government"
                                },
                                {
                                    "id": 66,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                    "name": "Soviet Space Program",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                            "start_date": "1966-11-28T11:02:00Z",
                            "end_date": null,
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 5825,
                    "location_launch_attempt_count": 1497,
                    "pad_launch_attempt_count": 485,
                    "agency_launch_attempt_count": 281,
                    "orbital_launch_attempt_count_year": 15,
                    "location_launch_attempt_count_year": 2,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 2,
                    "type": "normal"
                }
            ],
            "expeditions": [
                {
                    "id": 119,
                    "url": "https://ll.thespacedevs.com/2.2.0/expedition/119/?format=api",
                    "name": "Expedition 60",
                    "start": "2019-06-24T23:25:00Z",
                    "end": "2019-10-02T00:00:00Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                        "name": "International Space Station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                    },
                    "mission_patches": [
                        {
                            "id": 722,
                            "name": "Expedition 60 Patch",
                            "priority": 9,
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_60_patch_20221024013520.png",
                            "agency": {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 405,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/405/?format=api",
                            "name": "Expedition 60 EVA",
                            "start": "2019-08-21T12:27:00Z",
                            "end": "2019-08-21T18:59:00Z",
                            "duration": "PT6H32M",
                            "location": "International Space Station"
                        }
                    ]
                }
            ],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": []
        },
        {
            "id": 51,
            "url": "https://ll.thespacedevs.com/2.2.0/event/51/?format=api",
            "slug": "us-eva-56",
            "name": "US EVA-56",
            "updates": [],
            "last_updated": "2024-03-05T17:28:45Z",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "Expedition 61 astronauts Christina Koch and Andrew Morgan will install new batteries on the P6 truss.\r\n\r\nSpacewalk begins at 11:50 a.m. UTC and is slated to last 6 ½ hours.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "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://www.youtube.com/watch?v=21X5lGlDOfg",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
            "date": "2019-10-06T10:30:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [
                {
                    "id": 136,
                    "url": "https://ll.thespacedevs.com/2.2.0/expedition/136/?format=api",
                    "name": "Expedition 61",
                    "start": "2019-10-02T00:00:00Z",
                    "end": "2020-02-05T13:40:00Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                        "name": "International Space Station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                    },
                    "mission_patches": [
                        {
                            "id": 723,
                            "name": "Expedition 61 Patch",
                            "priority": 9,
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_61_patch_20221024013520.png",
                            "agency": {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 414,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/414/?format=api",
                            "name": "Expedition 61 EVA 9",
                            "start": "2020-01-25T12:04:00Z",
                            "end": "2020-01-25T18:20:00Z",
                            "duration": "PT6H16M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 413,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/413/?format=api",
                            "name": "Expedition 61 EVA 8",
                            "start": "2020-01-20T11:35:00Z",
                            "end": "2020-01-20T18:33:00Z",
                            "duration": "PT6H58M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 412,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/412/?format=api",
                            "name": "Expedition 61 EVA 7",
                            "start": "2020-01-15T11:35:00Z",
                            "end": "2020-01-15T19:04:00Z",
                            "duration": "PT7H29M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 411,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/411/?format=api",
                            "name": "Expedition 61 EVA 6",
                            "start": "2019-12-02T11:31:00Z",
                            "end": "2019-12-02T17:33:00Z",
                            "duration": "PT6H2M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 410,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/410/?format=api",
                            "name": "Expedition 61 EVA 5",
                            "start": "2019-11-22T12:02:00Z",
                            "end": "2019-11-22T18:35:00Z",
                            "duration": "PT6H33M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 409,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/409/?format=api",
                            "name": "Expedition 61 EVA 4",
                            "start": "2019-11-15T11:39:00Z",
                            "end": "2019-11-15T18:18:00Z",
                            "duration": "PT6H39M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 408,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/408/?format=api",
                            "name": "Expedition 61 EVA 3",
                            "start": "2019-10-18T11:38:00Z",
                            "end": "2019-10-18T18:55:00Z",
                            "duration": "PT7H17M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 407,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/407/?format=api",
                            "name": "Expedition 61 EVA 2",
                            "start": "2019-10-11T11:38:00Z",
                            "end": "2019-10-11T18:23:00Z",
                            "duration": "PT6H45M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 406,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/406/?format=api",
                            "name": "Expedition 61 EVA 1",
                            "start": "2019-10-06T11:39:00Z",
                            "end": "2019-10-06T18:40:00Z",
                            "duration": "PT7H1M",
                            "location": "International Space Station"
                        }
                    ]
                }
            ],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": []
        },
        {
            "id": 56,
            "url": "https://ll.thespacedevs.com/2.2.0/event/56/?format=api",
            "slug": "nasa-administrator-visit-at-spacex-headquarters",
            "name": "NASA Administrator Visit at SpaceX Headquarters",
            "updates": [],
            "last_updated": "2024-03-05T17:28:44Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA Administrator Jim Bridenstine will tour SpaceX headquarters in Hawthorne, California, on Thursday, Oct. 10, to see the progress the company is making to fly astronauts to and from the International Space Station from American soil as part of the agency’s Commercial Crew Program.\r\n\r\nFollowing the tour, SpaceX will host a media availability with Bridenstine, SpaceX Chief Engineer Elon Musk, and NASA astronauts Bob Behnken and Doug Hurley – the crew for the Demo-2 flight test to the space station.\r\n\r\nThe media availability will be streamed live on Bridenstine’s Twitter account.",
            "webcast_live": false,
            "location": "SpaceX Headquarters, Hawthorne, CA, USA",
            "news_url": "https://www.nasa.gov/press-release/nasa-administrator-to-visit-spacex-headquarters",
            "video_url": "https://www.pscp.tv/w/cG-UPXR3LTcwMDYxNzc4Mzg0MzgxNTQyNHwxT3lLQWVuZ1pBTUti16j3_UV4tyl1szgMUeMUvfmGTIw8ZlVBHuk9_u9jMGI=",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA Administrator to Visit SpaceX Headquarters",
                    "description": "NASA Administrator Jim Bridenstine will tour SpaceX headquarters in Hawthorne, California, on Thursday, Oct. 10, to see the progress the company is making to fly astronauts to and from the International Space Station from American soil as part of the agency’s Commercial Crew Program.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-administrator-to-visit-spacex-headquarters",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.pscp.tv",
                    "publisher": null,
                    "title": "undefined @undefined",
                    "description": "undefined (@undefined) from , , . undefined",
                    "feature_image": null,
                    "url": "https://www.pscp.tv/w/cG-UPXR3LTcwMDYxNzc4Mzg0MzgxNTQyNHwxT3lLQWVuZ1pBTUti16j3_UV4tyl1szgMUeMUvfmGTIw8ZlVBHuk9_u9jMGI=",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/nasa2520administrator2520visit2520at2520spacex2520headquarters_image_20191010080759.jpeg",
            "date": "2019-10-10T21:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        }
    ]
}